* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 3rem;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0 1rem;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slick-dots button {
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  font-size: 0;
  color: transparent;
  transition-duration: 0.2s;
  cursor: pointer;
}
.slick-dots button:focus {
  outline: 0;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
html {
  font-size: 10px;
}
a {
  color: #2B2A2C;
}
body {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #2B2A2C;
}
body.no-scroll {
  overflow: hidden;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.content {
  flex: 1 0 auto;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1.8rem 0;
  z-index: 50;
}
.header.fixed {
  position: fixed;
  padding: 0.3rem 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.header.fixed .user__name {
  color: #ffffff;
}
.header.fixed .user__prof {
  color: #d1cfcf;
}
.header.fixed .nav__link {
  color: #ffffff;
}
.header.fixed .nav__link::after {
  background-color: #ffffff;
}
.header.fixed .nav__link.hire {
  border-color: #ffffff;
}
.header.fixed .nav__link.hire:hover {
  background-color: #ffffff;
  color: #000000;
}
.header.fixed .header__burger::before {
  background-color: #ffffff;
}
.header.fixed .header__burger::after {
  background-color: #ffffff;
}
.header.fixed .header__burger span {
  background-color: #ffffff;
}
.header.active .user__name {
  color: #ffffff;
}
.header.active .user__prof {
  color: #d1cfcf;
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__burger {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 3;
  cursor: pointer;
}
.header__burger:before,
.header__burger:after {
  content: "";
  background-color: #2B2A2C;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active:before {
  transform: rotate(45deg);
  top: 9px;
  background-color: #ffffff;
}
.header__burger.active:after {
  transform: rotate(-45deg);
  bottom: 9px;
  background-color: #ffffff;
}
.header__burger span {
  position: absolute;
  background-color: #2B2A2C;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
  transition: all 0.3s ease 0s;
}
.header__burger.active span {
  transform: scale(0);
}
@media (max-width: 767px) {
  .header__burger {
    display: block;
  }
}
.user {
  display: flex;
}
.user__avatar {
  width: 57px;
  height: 57px;
  z-index: 3;
  cursor: pointer;
}
.user__avatar img {
  border-radius: 50%;
}
.user__content {
  padding-left: 0.9rem;
  z-index: 3;
}
.user__name {
  font-size: 1.6rem;
  color: #2B2A2C;
  font-weight: 700;
  line-height: 1.2;
  transition-duration: 0.2s;
}
.user__prof {
  font-size: 1.2rem;
  color: rgba(43, 42, 44, 0.7);
  line-height: 1.9;
  transition-duration: 0.2s;
}
.nav {
  height: 100%;
}
@media (max-width: 767px) {
  .nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.nav__menu.active {
  left: 0;
}
.nav__menu.active .nav__link:after {
  background-color: #ffffff;
}
.nav__menu.active .nav__link.hire:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .nav__menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 12rem 0 0 0;
    transition-duration: 0.3s;
    z-index: 2;
  }
}
.nav__list {
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  .nav__list {
    display: block;
  }
}
.nav__list li {
  list-style: none;
}
@media (max-width: 767px) {
  .nav__list li {
    margin-left: 4rem;
    margin-bottom: 4rem;
  }
}
.nav__link {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #2B2A2C;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  margin-right: 3.8rem;
}
@media (max-width: 767px) {
  .nav__link {
    color: #ffffff;
  }
}
.nav__link:after {
  content: "";
  margin-top: 3px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 3px;
  background-color: #2B2A2C;
  transition-duration: 0.2s;
}
.nav__link:hover:after,
.nav__link.active:after {
  opacity: 1;
}
.nav__link.hire {
  padding: 1rem 3rem;
  border: 2px solid #2B2A2C;
  border-radius: 20px;
  transition-duration: 0.2s;
  margin-right: 0;
}
@media (max-width: 767px) {
  .nav__link.hire {
    margin-left: -3rem;
  }
}
.nav__link.hire:after {
  display: none;
}
.nav__link.hire:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: #2b2a2c;
  color: #ffffff;
}
.intro__body {
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(106, 105, 107, 0.3);
  padding: 20rem 0 12rem;
  background: url(../img/intro_symbols.png) right bottom no-repeat;
}
@media (max-width: 991px) {
  .intro__body {
    padding: 14rem 0 8rem;
    background-size: 415px auto;
  }
}
@media (max-width: 575px) {
  .intro__body {
    padding: 12rem 0 6rem;
    background: url(../img/intro_symbols.png) center no-repeat;
    background-size: 110%;
  }
}
.intro__content {
  width: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .intro__content {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .intro__content {
    width: 100%;
    margin: 0px auto;
  }
}
.intro__uptitle {
  font-size: 3.2rem;
  font-weight: 300;
  color: #2B2A2C;
}
@media (max-width: 991px) {
  .intro__uptitle {
    font-size: 2rem;
  }
}
.intro__title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .intro__title {
    font-size: 3.7rem;
  }
}
.intro__text {
  font-family: Montserrat;
  font-size: 1.8rem;
  font-weight: 400;
  color: #6a696b;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .intro__text {
    font-size: 1.4rem;
  }
}
.intro__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .intro__photo {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .intro__photo {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .intro__photo {
    display: none;
  }
}
.intro__socials {
  display: flex;
  margin-top: 2.7rem;
}
.intro__sociallink {
  margin-right: 1rem;
  transition-duration: 0.2s;
}
.intro__sociallink:hover {
  opacity: 0.5;
  transform: translateY(-5px);
}
.intro__buttons {
  margin-top: 4.5rem;
}
@media (max-width: 575px) {
  .intro__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.intro__btn {
  display: inline-block;
  min-width: 170px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 1.5rem 3rem 1.3rem;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #6a696b;
  border-radius: 25px;
  background-color: none;
  transition-duration: 0.2s;
}
.intro__btn:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: #2b2a2c;
  color: #ffffff;
}
.intro__btn + .intro__btn {
  margin-left: 1.5rem;
}
@media (max-width: 575px) {
  .intro__btn + .intro__btn {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}
.intro__btn--thin {
  padding: 1.1rem 3rem 1rem;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .intro__btn {
    font-size: 1.2rem;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .intro__btn {
    min-width: 50px;
  }
}
@media (max-width: 575px) {
  .intro__btn {
    padding: 1.5rem 2rem 1.3rem;
    min-width: 20rem;
  }
}
.works__title {
  margin-top: 10rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  color: #2b2a2c;
}
.works__nav {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
}
.works__nav-link {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6a696b;
  margin: 0 1.6rem;
}
.works__nav-link:hover {
  text-decoration: underline;
}
.portfolio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
@media (max-width: 767px) {
  .portfolio {
    justify-content: center;
  }
}
.portfolio__col {
  width: 33.33333%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .portfolio__col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .portfolio__col {
    width: 100%;
  }
}
.portfolio__item {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 0.2s;
  cursor: pointer;
}
.portfolio__item:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.portfolio__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.portfolio__content {
  padding: 2rem 1.2rem;
}
.portfolio__cat {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2b2a2c;
}
.portfolio__title {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2a2c;
}
.loadbtn {
  display: block;
  margin: 3rem auto 3rem;
  max-width: 200px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.2rem 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #2B2A2C;
  text-align: center;
  border: 2px solid #6a696b;
  border-radius: 25px;
  transition-duration: 0.2s;
}
.loadbtn.readme {
  padding: 1rem 0;
  max-width: 130px;
  margin: 3rem 0 0;
}
.loadbtn:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: #2b2a2c;
  color: #ffffff;
  border-color: black;
}
.about {
  margin-top: 12rem;
}
@media (max-width: 991px) {
  .about {
    margin-top: 6rem;
  }
}
@media (max-width: 575px) {
  .about {
    margin-top: 8rem;
  }
}
.about__body {
  display: flex;
  flex-wrap: wrap;
}
.about__photo {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .about__photo {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about__photo {
    width: 100%;
    display: block;
  }
}
.about__img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about__img {
    max-height: 300px;
    margin: 0px auto;
  }
}
.about__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .about__content {
    margin-top: 4rem;
    width: 60%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about__content {
    width: 100%;
  }
}
.about__uptitle {
  font-size: 4.5rem;
  font-weight: 700;
  color: #2b2a2c;
}
@media (max-width: 575px) {
  .about__uptitle {
    font-size: 3rem;
  }
}
.about__title {
  margin-top: 0.5rem;
  font-size: 9.2rem;
  font-weight: 700;
  color: #dedede;
}
@media (max-width: 1199px) {
  .about__title {
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .about__title {
    font-size: 7rem;
  }
}
@media (max-width: 575px) {
  .about__title {
    font-size: 4.5rem;
  }
}
.about__text {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  color: #717072;
  padding: 0 6.66rem 0 0;
}
@media (max-width: 991px) {
  .about__text {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .about__text {
    padding: 0;
    line-height: 1.5;
  }
}
.reviews {
  padding: 7rem 0;
  position: relative;
  margin-top: 12rem;
  background: #332f30 url(../img/slider.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .reviews {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .reviews {
    margin-top: 6rem;
  }
}
@media (max-width: 575px) {
  .reviews {
    margin-top: 3rem;
  }
}
.reviews__item {
  width: 100%;
  max-width: 830px;
  margin: 0px auto;
}
.reviews__text {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: 200;
  font-style: italic;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .reviews__text {
    line-height: 1.6;
  }
}
.reviews__author {
  position: absolute;
  top: 100%;
  margin-top: -52px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.reviews__img {
  border-radius: 50%;
  width: 103px;
  height: 103px;
  display: block;
  margin: 0px auto;
  border: 4px solid #efefef;
}
.reviews__name {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  color: #2b2a2c;
}
.reviews__company {
  font-size: 1.4rem;
  font-weight: 400;
  color: #717072;
  font-style: italic;
  line-height: 1.6;
}
.reviews__rating {
  font-size: 1.4rem;
  font-weight: 400;
  color: #332f30;
  line-height: 1.6;
}
.readme {
  margin-top: 20rem;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .readme {
    margin-bottom: 8rem;
  }
}
@media (max-width: 575px) {
  .readme {
    margin-bottom: 6rem;
  }
}
.readme__header {
  text-align: center;
}
.readme__title {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  color: #2b2a2c;
}
.readme__subtitle {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #717072;
}
.readme__footer {
  text-align: right;
}
.readme__link {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.05em;
  color: #717072;
}
.articles {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem -1.5rem 0;
}
@media (max-width: 767px) {
  .articles {
    justify-content: center;
    margin: 4rem -1.5rem 0;
  }
}
.articles__col {
  width: 33.33333%;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .articles__col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .articles__col {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.articles__item {
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .articles__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.articles__header {
  position: relative;
}
.articles__date {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  background-color: #2B2A2C;
  z-index: 1;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
.articles__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.articles__title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2b2a2c;
  text-transform: uppercase;
}
.articles__title a:hover {
  text-decoration: underline;
}
.articles__cat {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2b2a2c;
  text-transform: uppercase;
}
.articles__text {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #717072;
}
.footer {
  background-color: #2b2a2c;
  padding: 2rem 0;
}
.footer__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__body {
    justify-content: center;
  }
}
.footer__credits {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer__credits {
    width: 100%;
    justify-content: center;
  }
}
.footer__copyright {
  margin-right: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.4rem;
  color: #8d8d8e;
  border-right: 1px solid #413f41;
}
@media (max-width: 575px) {
  .footer__copyright {
    margin-right: 0;
    text-align: center;
    width: 100%;
    border: 0;
  }
}
@media (max-width: 575px) {
  .footer__socials {
    text-align: center;
    width: 100%;
    margin-top: 2.4rem;
  }
}
.footer__socials a {
  margin-right: 1.6rem;
  text-decoration: none;
}
.footer__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__nav {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer__nav {
    justify-content: space-between;
    margin-top: 0.8rem;
  }
}
.footer__nav-link {
  text-decoration: none;
  color: #8d8d8e;
  font-size: 1.4rem;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .footer__nav-link {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .footer__nav-link {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
  .footer__nav-link:first-child {
    margin-left: 0;
  }
}
.footer__nav-link:hover {
  text-decoration: underline;
}
.footer__nav-link--btn {
  padding: 0.9rem 2rem;
  border: 1px solid #8d8d8e;
  border-radius: 25px;
  transition-duration: 0.2s;
}
@media (max-width: 575px) {
  .footer__nav-link--btn {
    padding: 0.9rem 1rem;
  }
}
.footer__nav-link--btn:hover {
  text-decoration: none;
  background-color: #8d8d8e;
  color: #000000;
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2rem;
  overflow: auto;
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: #ffffff;
  transform: scale(0);
  transition-duration: 0.3s;
}
.modal__dialog--sm {
  max-width: 900px;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  background: none;
  cursor: pointer;
}
.modal__close i {
  font-size: 40px;
  transition: 0.2s;
  border-radius: 50%;
}
.modal__close i:hover {
  color: #929191;
}
.modal__content {
  padding: 7.5rem 1.5rem;
}
.modal__title {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  color: #2B2A2C;
  text-align: center;
  margin-bottom: 5.4rem;
}
.modal__title--contact {
  margin-bottom: 1rem;
}
.modal__subtitle {
  text-transform: uppercase;
  font-size: 1.6rem;
}
@media (max-width: 575px) {
  .modal__subtitle {
    font-size: 1.4rem;
  }
}
.modal-work {
  display: flex;
  flex-wrap: wrap;
}
.modal-work__preview {
  width: 65%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modal-work__preview {
    width: 100%;
  }
}
.modal-work__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1199px) {
  .modal-work__img {
    position: relative;
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .modal-work__img {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .modal-work__img {
    max-height: 300px;
  }
}
.modal-work__content {
  position: relative;
  width: 35%;
  padding: 5rem 9.9rem 1.5rem 2.6rem;
}
@media (max-width: 1199px) {
  .modal-work__content {
    width: 100%;
    padding: 5rem 2.6rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .modal-work__content {
    padding: 3rem 1rem 0rem;
  }
}
.modal-work__title {
  font-size: 3.2rem;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.modal-work__info {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #6A696B;
  margin-bottom: 3.3rem;
}
.modal-work__info-d {
  margin: 0 1.5rem;
}
.modal-work__client {
  margin-bottom: 3.3rem;
}
.modal-work__client-title {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: black;
  font-weight: 700;
}
.modal-work__client-company {
  font-size: 1.4rem;
  font-style: italic;
  color: #6A696B;
}
.modal-work__text {
  font-size: 1.2rem;
  font-weight: 300;
  color: #6A696B;
  line-height: 2;
  margin-bottom: 13rem;
}
@media (max-width: 991px) {
  .modal-work__text {
    margin-bottom: 10rem;
  }
}
@media (max-width: 575px) {
  .modal-work__text {
    margin-bottom: 8rem;
  }
}
.modal-work__footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 2.7rem 1.5rem;
}
.modal-work__btn {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-size: 1.4rem;
  color: #2B2A2C;
  background: none;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.2s;
}
.modal-work__btn:hover {
  color: #b8b8b9;
}
.modal-work__btn i {
  font-size: 2rem;
  font-weight: bold;
}
.modal-work__btn--prev i {
  margin-right: 0.7rem;
}
.modal-work__btn--next i {
  margin-left: 0.7rem;
}
.timeline {
  margin: 6rem auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 768px;
  position: relative;
}
.timeline:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .timeline:before {
    display: none;
  }
}
.timeline__col {
  width: 50%;
}
@media (max-width: 767px) {
  .timeline__col {
    width: 100%;
  }
}
.timeline__col--left {
  text-align: right;
  padding-right: 4.8rem;
}
@media (max-width: 767px) {
  .timeline__col--left {
    text-align: center;
    padding-right: 0;
  }
}
.timeline__col--right {
  padding-left: 4.8rem;
}
@media (max-width: 767px) {
  .timeline__col--right {
    margin-top: 6rem;
    text-align: center;
    padding-left: 0;
  }
}
.timeline__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2B2A2C;
}
.timeline__item {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__date {
  font-size: 1.4rem;
  color: #2B2A2C;
  margin-bottom: 2rem;
  text-decoration: underline;
}
.timeline__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.timeline__position {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 1.2rem;
}
.timeline__text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}
.progress-bar {
  margin: 4rem 0;
}
.progress-bar__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .progress-bar__item {
    left: 25%;
  }
}
@media (max-width: 575px) {
  .progress-bar__item {
    left: 20%;
  }
}
@media (max-width: 320px) {
  .progress-bar__item {
    left: 7%;
  }
}
.progress-bar__title {
  font-size: 1.4rem;
  font-weight: 300;
  color: #2B2A2C;
}
.progress-bar__right {
  position: absolute;
  padding-left: 12rem;
}
@media (max-width: 767px) {
  .progress-bar__right {
    padding-left: 12rem;
  }
}
.progress-bar__bar {
  width: 139px;
  height: 6px;
  background-color: #d8d8d8;
}
@media (max-width: 575px) {
  .progress-bar__bar {
    width: 100px;
  }
}
.progress-bar__progress {
  height: 100%;
  background-color: #707070;
  transition-duration: 0.5s;
}
.contact {
  display: flex;
}
.contact__left {
  width: 47%;
  padding: 3rem;
}
@media (max-width: 767px) {
  .contact__left {
    width: 100%;
    margin-top: 5rem;
  }
}
.contact__right {
  width: 53%;
  background: #000 url(https://placehold.it/480x700) center no-repeat;
}
@media (max-width: 767px) {
  .contact__right {
    display: none;
  }
}
.contact__info {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.contact__info i {
  margin-right: 1rem;
}
.contact__email {
  margin-top: 1.2rem;
}
.form {
  margin-top: 5rem;
}
.form__group {
  margin-bottom: 3rem;
}
.form__label {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.form__input,
.form__text {
  display: block;
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 30px;
  font-size: 1.2rem;
  font-family: inherit;
  font-weight: 300;
  padding: 1.8rem 2.7rem;
  transition-duration: 0.2s;
}
.form__input::placeholder,
.form__text::placeholder {
  color: #2B2A2C;
}
.form__input:focus,
.form__text:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}
.form__text {
  height: 200px;
  resize: none;
}
.hide {
  display: none;
}
.show {
  display: flex;
}
