/* Generated by less 2.5.1 */
html {
  font-size: 15px;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #2b2a2c;
  transition: overflow 2s linear;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0 0 1rem;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* Vendor */
/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  z-index: 2;
}
.slick-dots li {
  margin: 0 .6rem;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  transform: scale(1.2);
}
.slick-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots button:focus {
  outline: none;
}
.slic-active .slick-dots button {
  background-color: #ffffff;
}
/* Block */
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
.header {
  padding: 1.2rem 0;
  position: relative;
}
.fixed {
  padding: 0.4rem 0;
  position: fixed;
  top: -2px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width:767px) {
  .none {
    display: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user {
  display: flex;
}
.user__avatar {
  width: 57px;
  height: 57px;
}
.user__avatar img {
  border-radius: 50%;
}
.user__content {
  padding-left: 9px;
}
.user__name {
  margin-bottom: 3px;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 18px;
  color: #2b2a2c;
}
.user__prof {
  font-size: 0.8rem;
  color: rgba(43, 42, 44, 0.7);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
@media (max-width:767px) {
  .nav {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 99%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: none;
  }
  .nav.show {
    display: flex;
  }
}
#nav {
  transition: opacity 3s linear;
}
.nav__link {
  margin-left: 30px;
  font-size: 0.93rem;
  color: #2b2a2c;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.nav__link.active:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #2b2a2c;
  position: absolute;
  right: 0;
  bottom: -2.5px;
  z-index: 1;
  transition: width .2s linear;
}
.nav__link:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #2b2a2c;
  position: absolute;
  right: 0;
  bottom: -2.5px;
  z-index: 1;
  transition: width .2s linear;
}
.nav__link:hover:not(.nav__link--btn):after {
  width: 100%;
  left: 0;
}
.nav__link--btn {
  padding: 0.66rem 2rem;
  border: 2px solid #2b2a2c;
  border-radius: 20px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.nav__link--btn:hover {
  background-color: #2b2a2c;
  color: #ffffff;
}
@media (max-width:767px) {
  .nav__link {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem 1rem;
  }
  .nav__link:nth-child(4) {
    margin-bottom: 15px;
  }
}
@media (max-width:767px) {
  .intro {
    margin-top: 100px;
  }
}
.intro__inner {
  display: flex;
  padding-top: 6.6rem;
  padding-bottom: 8rem;
  position: relative;
  border-bottom: 0.5px solid rgba(106, 105, 107, 0.3);
}
@media (max-width:991px) {
  .intro__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.intro__content {
  width: 50%;
}
@media (max-width:565px) {
  .intro__content {
    width: 100%;
  }
}
.intro__subtitle {
  font-size: 2.13rem;
  color: #2b2a2c;
  font-weight: 200;
}
@media (max-width:991px) {
  .intro__subtitle {
    font-size: 1.5rem;
  }
}
.intro__title {
  font-size: 3rem;
  color: #2b2a2c;
  font-weight: 700;
}
@media (max-width:991px) {
  .intro__title {
    font-size: 2rem;
  }
}
.intro__text {
  font-size: 1.2rem;
  color: rgba(43, 42, 44, 0.7);
  margin-bottom: 25px;
}
.intro__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width:991px) {
  .intro__photo {
    width: 300px;
  }
}
@media (max-width:565px) {
  .intro__photo {
    display: none;
  }
}
.social {
  margin-bottom: 42px;
}
.social__link {
  text-decoration: none;
  margin-right: 7px;
}
.social__link img {
  width: 41px;
  height: 41px;
  transition: transform .2s linear;
}
@media (max-width:767px) {
  .social__link img {
    width: 35px;
    height: 35px;
  }
}
.social__link:hover img {
  transform: translateY(-5px);
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 1.038em 1.7em;
  min-width: 170px;
  border: 1px solid #6a696b;
  border-radius: 1.8em;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.06rem;
  line-height: 1.1;
  color: #2b2a2c;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s linear, color 0.2s linear, box-shadow 0.2s linear, border-color 0.2s linear;
  /* Modificators*/
}
.btn:focus {
  outline: none;
}
.btn:hover {
  border-color: #2b2a2c;
  background-color: #2b2a2c;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.24);
  color: #ffffff;
}
.btn + .btn {
  margin-left: .66rem;
}
.btn--sm {
  min-width: 0;
  padding: .7em 1.1em;
  font-size: .94rem;
  font-weight: 700;
  border-width: 2px;
}
.btn--thin {
  min-width: 145px;
  font-size: 0.8rem;
}
@media (max-width:991px) {
  .btn {
    font-size: 1rem;
    min-width: 150px;
  }
}
@media (max-width:718px) {
  .btn + .btn {
    margin-left: 0;
    margin-right: 2rem;
    margin-top: 1rem;
  }
}
@media (max-width:767px) {
  .btn {
    display: block;
    width: 100%;
  }
  .btn + .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.works {
  padding: 2.8rem 0;
}
.works__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.33rem;
}
.works__nav-link {
  margin: 0 1.2rem;
  font-size: 0.8rem;
  color: rgba(43, 42, 44, 0.7);
  text-decoration: none;
}
.works__nav-link:hover {
  text-decoration: underline;
}
.portfolio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2.8rem;
}
.portfolio__col {
  flex-basis: 33.333%;
  padding: 1rem 1rem;
}
@media (max-width:767px) {
  .portfolio__col {
    flex-basis: 50%;
  }
}
@media (max-width:565px) {
  .portfolio__col {
    flex-basis: 100%;
  }
}
.work {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.2s linear;
}
.work:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media (max-width:767px) {
  .work {
    max-width: 370px;
    margin: 0 auto;
  }
}
.work__image {
  overflow: hidden;
}
.work__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.work__content {
  padding: 1rem 0.8rem 0.6rem;
}
.work__cat {
  font-size: 0.8rem;
  color: #2b2a2c;
  text-transform: uppercase;
  margin-bottom: 0.43rem;
}
.work__title {
  display: flex;
  justify-content: space-between;
  font-size: 1.06rem;
  color: #2b2a2c;
  text-transform: uppercase;
  font-weight: 700;
}
.about {
  padding: 8.4rem 0;
}
@media (max-width:991px) {
  .about {
    padding: 4rem 0;
  }
}
.about__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
}
.about__photo,
.about__content {
  width: 50%;
}
@media (max-width:991px) {
  .about__photo,
  .about__content {
    width: 100%;
  }
}
.about__photo img {
  margin-top: -24px;
}
@media (max-width:991px) {
  .about__photo {
    order: 2;
    margin-top: 3rem;
  }
  .about__photo img {
    margin: 0 auto;
  }
}
.about__content {
  padding-left: 3.2rem;
}
@media (max-width:991px) {
  .about__content {
    margin: 0 auto;
    order: 1;
    padding-left: 0;
    text-align: center;
    max-width: 600px;
  }
}
.about__title {
  font-size: 3rem;
  color: #2b2a2c;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.466);
}
@media (max-width:1199px) {
  .about__title {
    font-size: 2.5rem;
  }
}
@media (max-width:767px) {
  .about__title {
    font-size: 2rem;
  }
}
.about__bigtitle {
  margin-bottom: 1.4rem;
  position: relative;
  left: -10px;
  font-size: 6.1rem;
  line-height: 1.1;
  font-weight: 700;
  color: rgba(43, 42, 44, 0.15);
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
}
@media (max-width:1199px) {
  .about__bigtitle {
    font-size: 4rem;
  }
}
@media (max-width:991px) {
  .about__bigtitle {
    position: static;
  }
}
@media (max-width:767px) {
  .about__bigtitle {
    font-size: 3rem;
  }
}
.about__text {
  margin-bottom: 2.8rem;
  font-size: 0.8rem;
  line-height: 2;
  color: #6a696b;
  font-weight: 300;
}
.reviews {
  padding: 4.6rem 0;
  position: relative;
  background: #332f30 url(../images/reviews-bg.png) center no-repeat;
}
.reviews__item {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.reviews__text {
  font-size: 0.94rem;
  line-height: 2.2;
  color: #ffffff;
  text-align: center;
}
.reviews__author {
  margin-top: -51px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.reviews__photo {
  display: block;
  margin: 0 auto 0.6rem;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  border: 4px solid #EFEFEF;
}
.reviews__name {
  margin-bottom: 0.3rem;
  font-size: 1.06rem;
  color: #2b2a2c;
  font-weight: 700;
}
.reviews__company {
  margin-bottom: 0.3rem;
  font-size: 0.94rem;
  color: #6a696b;
  font-weight: 300;
  font-style: italic;
}
.reviews__star {
  width: 14px;
  height: 14px;
}
.news {
  padding-top: 13.8rem;
}
@media (max-width:991px) {
  .news {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}
.news__header {
  text-align: center;
}
.news__title {
  margin-bottom: 0.4rem;
  font-size: 3rem;
  color: #2b2a2c;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width:1199px) {
  .news__title {
    font-size: 2.5rem;
  }
}
@media (max-width:767px) {
  .news__title {
    font-size: 2rem;
  }
}
.news__text {
  margin-bottom: 3.66rem;
  font-size: 1.2rem;
  color: #8d8d8e;
  font-weight: 300;
}
.news__footer {
  text-align: right;
  margin-bottom: 8rem;
}
.news__link {
  font-size: 0.94em;
  color: #6a696b;
  text-decoration: none;
}
.news__link:hover {
  text-decoration: underline;
}
.articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.articles__col {
  width: 33.33333%;
  padding: 0 1rem;
}
@media (max-width:767px) {
  .articles__col {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.articles__item {
  margin-bottom: 2rem;
}
@media (max-width:767px) {
  .articles__item {
    max-width: 370px;
    margin: 0 auto 2rem;
  }
}
.articles__content {
  margin-bottom: 2rem;
}
.articles__header {
  position: relative;
  margin-bottom: 1.35rem;
}
.articles__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  background-color: #2b2a2c;
  color: #ffffff;
  font-size: 1.06em;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.articles__photo {
  display: block;
  max-width: 100%;
  height: auto;
}
.articles__title {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  color: #2b2a2c;
  text-transform: uppercase;
  font-weight: 700;
}
.articles__title a {
  color: inherit;
  text-decoration: none;
}
.articles__title a:hover {
  text-decoration: underline;
}
.articles__cat {
  margin-bottom: 1.53rem;
  font-size: 0.8rem;
  color: #2b2a2c;
  text-transform: uppercase;
}
.articles__text {
  font-size: 0.8rem;
  color: #6a696b;
  font-weight: 300;
  line-height: 2;
}
.footer {
  padding: 1rem 0;
  background-color: #2b2a2c;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__credits {
  display: flex;
  align-items: center;
}
@media (max-width:991px) {
  .footer__credits {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media (max-width:565px) {
  .footer__credits {
    flex-direction: column;
  }
}
.footer__copyright {
  padding-right: 0.73rem;
  margin-right: 1.06rem;
  font-size: 0.94em;
  color: #8d8d8e;
  border-right: 1px solid rgba(106, 105, 107, 0.35);
}
@media (max-width:565px) {
  .footer__copyright {
    margin-right: 0;
    margin-bottom: 1rem;
    border-right: none;
  }
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__soc {
  text-decoration: none;
  margin-right: 0.94em;
}
.footer__soc img {
  width: 21px;
  height: 21px;
  transition: transform .2s linear;
}
.footer__soc img:hover {
  transform: translateY(-3px);
}
@media (max-width:991px) {
  .footer__soc {
    margin: 0 .47rem;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.94em;
}
@media (max-width:991px) {
  .footer__nav {
    width: 100%;
    justify-content: center;
  }
}
.footer__nav-link {
  color: #8d8d8e;
  text-decoration: none;
  margin-left: 1rem;
}
.footer__nav-link:hover {
  text-decoration: underline;
}
.footer__nav-link--btn {
  padding: 0.5rem 1.4rem ;
  text-transform: uppercase;
  line-height: 1.1;
  border: 1px solid #8d8d8e;
  border-radius: 20px;
}
.footer__nav-link--btn:hover {
  text-decoration: none;
  color: #2b2a2c;
  background-color: #8d8d8e;
}
@media (max-width:991px) {
  .footer__nav-link {
    margin: 0 .5rem .8rem;
  }
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: auto;
  background-color: rgba(10, 12, 107, 0.664);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal.Show {
  display: flex;
}
.modal__dialog {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  background-color: #fff;
  transform: scale(0);
  transition: transform .3s linear;
}
.modal__dialog--sm {
  max-width: 900px;
}
.modal__close {
  width: 34px;
  height: 34px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  z-index: 1;
  transition: transform .2s linear;
}
.modal__close:hover {
  transform: translateY(-3px);
}
.modal__close:focus {
  outline: none;
}
.modal__content {
  padding: 5rem 1rem;
}
.modal__title {
  margin-bottom: 3.6rem;
  font-size: 3rem;
  text-transform: uppercase;
  color: #2b2a2c;
  font-weight: 700;
}
@media (max-width:991px) {
  .modal__title {
    font-size: 2rem;
  }
}
@media (max-width:565px) {
  .modal__title {
    margin-bottom: 2.5rem;
  }
}
.modal__subtitle {
  text-transform: uppercase;
  font-size: 1.06rem;
  color: #2b2a2c;
  font-weight: 400;
}
@media (max-width:991px) {
  .modal__subtitle {
    font-size: .94rem;
  }
}
.modal-work {
  display: flex;
  flex-wrap: wrap;
}
.modal-work__preview {
  width: 65.5%;
  position: relative;
  overflow: hidden;
}
@media (max-width:991px) {
  .modal-work__preview {
    width: 55%;
  }
}
@media (max-width:767px) {
  .modal-work__preview {
    width: 100%;
  }
}
.modal-work__photo {
  width: 100%;
  height: 100%;
  display: block;
}
.modal-work__content {
  width: 34.5%;
  padding: 3.3rem 6.6rem 1rem 1.73rem;
  position: relative;
}
@media (max-width:991px) {
  .modal-work__content {
    width: 45%;
    padding: 3.3rem 3rem 1rem 1.73rem;
  }
}
@media (max-width:767px) {
  .modal-work__content {
    width: 100%;
  }
}
.modal-work__header {
  margin-bottom: 2.2rem;
}
.modal-work__title {
  font-size: 2.12rem;
  color: #2b2a2c;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width:565px) {
  .modal-work__title {
    font-size: 1.5rem;
  }
}
.modal-work__info {
  font-size: 1.2rem;
  color: #2b2a2c;
  text-transform: uppercase;
}
@media (max-width:565px) {
  .modal-work__info {
    font-size: 1rem;
  }
}
.modal-work__info-divider {
  padding: 0 .94rem;
}
.modal-work__client {
  margin-bottom: 2.2rem;
}
.modal-work__client-title {
  font-size: 1.06rem;
  color: #2b2a2c;
  font-weight: 700;
}
.modal-work__client-company {
  font-size: 0.94rem;
  color: #6a696b;
  font-style: italic;
}
.modal-work__text {
  margin-bottom: 8.66rem;
  font-size: 0.8rem;
  line-height: 2;
  color: #6a696b;
}
@media (max-width:767px) {
  .modal-work__text {
    margin-bottom: 4rem;
  }
}
.modal-work__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem 1.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.modal-work__btn {
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.94rem;
  color: #2b2a2c;
  text-transform: uppercase;
}
.modal-work__btn:focus {
  border-bottom: 1px solid #2b2a2c;
}
.modal-work__btn img {
  height: 13px;
  margin-bottom: -1px;
}
.timeline {
  display: flex;
  flex-wrap: wrap;
  margin: 4.2rem auto;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 768px;
  position: relative;
}
.timeline:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #6a696b;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width:767px) {
  .timeline:before {
    display: none;
  }
}
.timeline p {
  margin-bottom: 0;
}
.timeline__col {
  width: 50%;
}
.timeline__col--left {
  text-align: right;
  padding-right: 3.2rem;
}
.timeline__col--right {
  padding-left: 3.2rem;
}
.timeline__col--right .timeline__item {
  margin-bottom: 2.15rem;
}
@media (max-width:767px) {
  .timeline__col {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .timeline__col--left {
    padding: 1px;
    margin-bottom: 2rem;
  }
  .timeline__col--right {
    padding: 1px;
  }
  .timeline__col--right .timeline__item {
    margin-bottom: 2.15rem;
  }
}
.timeline__item {
  margin-bottom: 2.6rem;
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item--different {
  display: flex;
  justify-content: space-between;
}
.timeline__text--left {
  padding-right: 1.2em;
}
.timeline__title {
  margin-bottom: 2.53rem;
  font-size: 1.2rem;
  color: #2b2a2c;
  text-transform: uppercase;
  font-weight: 700;
}
.timeline__date {
  display: block;
  margin-bottom: 1rem;
  text-decoration: underline;
  font-size: 0.94rem;
  color: #2b2a2c;
}
.timeline__subtitle {
  margin-bottom: 0.2rem;
  font-size: 1.06rem;
  color: #2b2a2c;
  font-weight: 700;
}
.timeline__position {
  font-size: 0.94em;
  color: #2b2a2c;
  font-style: italic;
}
.timeline__position--left {
  font-style: normal;
}
.timeline__text {
  margin-top: 0.8rem;
  font-size: 0.8em;
  color: #6a696b;
  font-weight: 300;
}
.progress-bar {
  margin-bottom: 2.53rem;
}
.progress-bar__item {
  display: flex;
  align-items: center;
}
.progress-bar__left {
  min-width: 100px;
}
.progres-bar__title {
  font-size: 0.94em;
  color: #2b2a2c;
  font-weight: 300;
}
.progress-bar__right {
  padding-left: 1.26rem;
}
.progress-bar__bar {
  width: 139px;
  height: 6px;
  background-color: #efefef;
}
.progress-bar__progress {
  height: 100%;
  background-color: #6a696b;
  transition: width .2s linera;
}
.contact {
  display: flex;
  flex-wrap: wrap;
}
.contact__left {
  width: 47%;
  padding: 2rem 2.3rem;
}
@media (max-width:767px) {
  .contact__left {
    width: 100%;
    order: 2;
  }
}
.contact__info {
  margin: 2rem 0 3rem;
  padding: 0;
  list-style: none;
  font-size: 0.94em;
  color: #2b2a2c;
  font-weight: 300;
}
.contact__info-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.65rem;
}
.contact__info-item:last-child {
  margin-bottom: 0;
}
.contact__info-icon {
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
}
.contact__right {
  width: 53%;
  background: #6a696b url(https://placehold.it/480x700/717072) center no-repeat;
}
@media (max-width:767px) {
  .contact__right {
    width: 100%;
    order: 1;
    min-height: 400px;
  }
}
.form__group {
  margin-bottom: 1.8rem;
}
.form__label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.94em;
  color: #2b2a2c;
  font-weight: 700;
}
.form__label:hover {
  cursor: pointer;
}
.form__input,
.form__textarea {
  display: block;
  width: 100%;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 27px;
  font-family: inherit;
  font-size: .8rem;
  line-height: 1.4;
  font-weight: 300;
  color: #2b2a2c;
  transition: border-color 0.2s linear;
}
.form__input:focus,
.form__textarea:focus {
  outline: none;
  border-color: #707070;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: #2b2a2c;
  font-weight: 300;
}
@media (max-width:767px) {
  .form__input,
  .form__textarea {
    padding: 1rem 1.2rem;
  }
}
.form__textarea {
  height: 200px;
  resize: none;
}
.burger {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  display: none;
}
@media (max-width:767px) {
  .burger {
    display: block;
  }
}
.burger span {
  background-color: #000000;
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
}
.burger span::before {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 111;
  background-color: #000000;
}
.burger span::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 111;
  background-color: #000000;
}
.active__burger span {
  background-color: transparent;
}
.active__burger span::before {
  transform-origin: left top;
  transform: rotate(45deg) translateY(-3px);
  transition: transform .2s linear;
}
.active__burger span::after {
  transform-origin: left bottom;
  transform: rotate(-45deg) translateY(3px);
  transition: transform .2s linear;
}
/*helpers*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.hide {
  display: none;
}
