@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/Bebas Neue.woff");
  font-style: normal;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

input[type="email"] {
  text-transform: lowercase;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none;
}

blockquote, q {
  quotes: none;
}

input, textarea, select, option, button, label {
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li, nav, ol, menu {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

label, button, [type="submit"] {
  cursor: pointer;
}

fieldset {
  border: none;
}

[class^='icon-'] {
  display: inline-block;
  position: relative;
  fill: currentColor;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: #fff;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main-content__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

::-moz-selection {
  background-color: rgba(61, 169, 177, 0.2);
}

::selection {
  background-color: rgba(61, 169, 177, 0.2);
}

.icon-call {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .icon-call {
    width: 20px;
    height: 20px;
  }
}

.icon-mail {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .icon-mail {
    width: 20px;
    height: 20px;
  }
}

.icon-location {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .icon-location {
    width: 23px;
    height: 23px;
  }
}

.footer {
  background-color: rgba(61, 169, 177, 0.085);
  padding: 52px 0 12px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 25px;
  }
}

.footer__container {
  max-width: 1180px;
}

@media screen and (max-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__row {
    margin-bottom: 56px;
  }
}

.footer__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .footer__col:not(:last-child) {
    margin-bottom: 26px;
  }
}

.footer__right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer__right {
    text-align: left;
  }
}

.footer__center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__center {
    text-align: left;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__icon {
  margin-right: 20px;
  stroke-dasharray: 2000px;
  stroke: #242424;
  stroke-width: 5px;
  fill: currentColor;
}

.footer__link {
  color: #242424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__link:hover .footer__icon {
  -webkit-animation: dash 2s linear;
          animation: dash 2s linear;
}

.footer__link:hover .footer__link-text:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.footer__link-text {
  position: relative;
}

.footer__link-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ggpa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Bebas Neue", sans-serif;
}

.ggpa:hover span {
  color: #ff500b;
}

.ggpa span {
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.copy {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .copy {
    margin-bottom: 28px;
  }
}

.body-fixed {
  overflow: hidden;
}

.body-fixed.mob-device {
  position: fixed;
  width: 100%;
  height: 100%;
}

.btn {
  display: table;
  position: relative;
  text-align: center;
  border-radius: 0;
  color: #242424;
  border: 1px solid #242424;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 50px;
  line-height: 48px;
  background-color: #fff;
  min-width: 200px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    height: 40px;
    line-height: 38px;
    width: 98%;
  }
}

.btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(9px, 9px);
          transform: translate(9px, 9px);
  width: 100%;
  height: 100%;
  background-color: rgba(61, 169, 177, 0.1);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn:hover {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.btn:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
  background-color: rgba(61, 169, 177, 0.2);
}

.btn:active {
  border: 1px solid rgba(61, 169, 177, 0.3);
}

.btn:active:after {
  background-color: rgba(61, 169, 177, 0.3);
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}

.title_lg {
  font-size: 36px;
  line-height: 1.3333;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .title_lg {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .title_lg {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .title_lg {
    font-size: 22px;
  }
}

.title_md {
  font-size: 24px;
  line-height: 1.3333;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .title_md {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .title_md {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .title_md {
    font-size: 18px;
  }
}

b {
  font-weight: 600;
}

.text {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 1024px) {
  .text {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 576px) {
  .text {
    font-size: 14px;
    line-height: 14px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.section {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.header__left, .header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .header__right {
    position: relative;
    height: 19px;
  }
}

@media screen and (min-width: 1025px) {
  .header_hidden {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
}

.header_white {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px #e7f3f5;
          box-shadow: 0px 1px 5px #e7f3f5;
}

.header_white .header__row {
  color: #242424;
}

.header_white .logo__img .fill {
  fill: #242424;
}

@media screen and (min-width: 1025px) {
  .header_white .logo__img {
    width: 51px;
    height: 61px;
  }
  .header_white .logo::before {
    background-size: 51px 61px;
  }
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #242424;
  z-index: 4;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mob-menu__inner {
  padding: 100px 0 90px;
  overflow-y: auto;
  height: 100%;
}

.mob-menu__footer {
  position: relative;
  border-top: 2px solid #3da9b1;
  padding: 40px 0;
  margin: 0 20px;
  background-color: #ffffff;
}

.mob-menu__footer:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  top: -2px;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#fafafa), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
}

.mob-menu__footer:before {
  content: '';
  position: absolute;
  top: -2px;
  height: 2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  width: 80px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fafafa), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
}

.mob-menu__footer .footer__container {
  max-width: 100%;
}

.mob-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.mob-menu__list {
  padding: 0 20px 40px;
}

.mob-menu__link {
  text-transform: uppercase;
  font-size: 14px;
}

.menu-opened .menu-icon__item {
  background-color: #242424;
}

.menu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: -5px;
  -webkit-transition: all 0.25s ease-in-out 0.05s;
  transition: all 0.25s ease-in-out 0.05s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-opened .menu-icon__item:nth-child(2) {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-opened .menu-icon__item:nth-child(3) {
  opacity: 1;
  -webkit-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0);
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-opened .mob-menu {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.menu-opened .header {
  color: #242424;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out 0.6s;
  transition: all 0.25s ease-in-out 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-icon {
  display: none;
  position: relative;
  width: 36px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon__item {
  position: absolute;
  height: 2px;
  width: 36px;
  background-color: currentColor;
}

.menu-icon__item:nth-child(1) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-icon__item:nth-child(2) {
  top: 16px;
  left: 0;
  width: 24px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-icon__item:nth-child(3) {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg) translateX(-30px);
          transform: rotate(45deg) translateX(-30px);
  opacity: 0;
}

.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

.menu__item:not(:last-child) {
  margin-right: 90px;
}

@media screen and (max-width: 768px) {
  .menu__item:not(:last-child) {
    margin-right: 45px;
  }
}

.menu__link {
  position: relative;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 3px 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  backface-visibility: hidden;
}

.menu__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__link:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.menu-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-hamburger {
    display: block;
  }
}

.menu-hamburger__item {
  width: 20px;
  height: 2px;
  background-color: #242424;
}

.menu-hamburger__item:not(:last-child) {
  margin-bottom: 5px;
}

.logo {
  position: relative;
  display: table;
  line-height: 0;
}

.logo::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: url("../img/logo/logo-in-color.svg") center top no-repeat;
  background-size: 64px 78px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .logo::before {
    height: 100%;
    background-size: 46px 56px;
  }
}

@media screen and (max-width: 576px) {
  .logo::before {
    background-size: 31px 37px;
  }
}

.logo:hover::before {
  height: 100%;
}

.logo__img {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 64px;
  height: 78px;
}

@media screen and (max-width: 768px) {
  .logo__img {
    width: 46px;
    height: 56px;
  }
}

@media screen and (max-width: 576px) {
  .logo__img {
    width: 31px;
    height: 37px;
  }
}

.logo__img .fill {
  fill: white;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .lang {
    display: none;
  }
}

.lang__item:not(:last-child) {
  margin-right: 20px;
}

.lang__item.active {
  color: #fff;
}

.lang__link {
  text-transform: uppercase;
  opacity: 0.6;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lang__link:hover {
  opacity: 1;
}

.lang__link_active {
  opacity: 1;
}

.lang-mob {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 19px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .lang-mob {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}

.lang-mob__item {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: #242424;
}

.lang-mob__item:first-child::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background: url("../img/icons-img/arrow.svg") center/cover no-repeat;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lang-mob__item:not(:last-child) {
  margin-bottom: 9px;
}

.lang-mob_open {
  max-height: 100px;
}

.lang-mob_open .lang-mob__item:first-child::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-opened .lang-mob {
  opacity: 1;
  pointer-events: auto;
}

.intro {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.intro::before {
  content: '';
  width: 100%;
  height: 279px;
  background: url("../img/intro-shape.svg") center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-intro.jpg);
  background-size: cover;
  background-attachment: fixed;
  z-index: -2;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  .intro__bg:after {
    background-attachment: scroll;
  }
}

.intro__content {
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 700px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .intro__content {
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .intro__content {
    padding-bottom: 0;
  }
}

.intro__title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 95px;
  line-height: 1.3333;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .intro__title {
    font-size: 66px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .intro__title {
    font-size: 52px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

.intro__subtitle {
  font-size: 36px;
  line-height: 1.777;
}

@media screen and (max-width: 1024px) {
  .intro__subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .intro__subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .intro__subtitle {
    font-size: 16px;
  }
}

.about {
  padding: 64px 0 50px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 50px 0 44px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 36px 0 38px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 20px 0 15px;
  }
}

.about__head {
  margin-bottom: 68px;
}

@media screen and (max-width: 1024px) {
  .about__head {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 768px) {
  .about__head {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .about__head {
    margin-bottom: 20px;
  }
}

.about__title {
  position: relative;
  display: inline-block;
}

.about__title:before {
  content: '';
  position: absolute;
  top: 55%;
  left: -350px;
  max-width: 310px;
  width: 100%;
  height: 1px;
  background-color: #3da9b1;
}

@media screen and (max-width: 768px) {
  .about__title:before {
    display: none;
  }
}

.about__title_inner {
  display: block;
}

.about__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.about__content {
  line-height: 1.77778;
  max-width: 630px;
  width: 100%;
}

@media (max-width: 1220px) {
  .about__content {
    max-width: 590px;
  }
}

@media screen and (max-width: 1205px) {
  .about__content {
    max-width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .about__content {
    max-width: 526px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.about__content p {
  text-indent: 20px;
  padding-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .about__content p {
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about__content p {
    text-indent: 15px;
    padding-bottom: 16px;
  }
}

.about__content p:last-of-type {
  padding-bottom: 0;
}

.about__content p:nth-last-child(2) {
  padding-bottom: 0;
}

.about__img-wrap {
  position: absolute;
  top: -112px;
  right: -300px;
  z-index: -1;
  max-width: 872px;
  width: 100%;
}

@media screen and (max-width: 1205px) {
  .about__img-wrap {
    max-width: 772px;
  }
}

@media screen and (max-width: 1024px) {
  .about__img-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.about__img-wrap__img {
  width: 100%;
  height: auto;
}

.more {
  display: none;
  color: #3da9b1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more__text {
  display: inline;
  margin-bottom: 7px;
  font-size: 14px;
}

.more__icon {
  width: 20px;
  height: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.more.is-active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.more.is-active .more__icon {
  margin-bottom: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.about-desc {
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  .about-desc {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .about-desc {
    padding: 0 0 40px;
  }
}

.about-desc__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1205px) {
  .about-desc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .about-desc__inner {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.about-desc__inner.is-visible {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.about-desc__right {
  max-width: 620px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .about-desc__right {
    max-width: 526px;
  }
}

@media screen and (max-width: 768px) {
  .about-desc__right {
    max-width: 100%;
  }
}

.about-desc__img-wrap {
  position: absolute;
  top: -80px;
  left: -162px;
  max-width: 688px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 1205px) {
  .about-desc__img-wrap {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
  }
}

.about-desc__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .about-desc__img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-desc__content {
  line-height: 1.77778;
  margin-bottom: 10px;
}

.about-desc__content p {
  text-indent: 20px;
  padding-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .about-desc__content p {
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about-desc__content p {
    text-indent: 15px;
    padding-bottom: 16px;
  }
}

.about-desc__content p:last-of-type {
  padding-bottom: 0;
}

.benefit {
  padding-top: 80px;
  background-color: rgba(61, 169, 177, 0.03);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .benefit {
    padding: 40px 0;
  }
}

.benefit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -56px;
}

@media screen and (max-width: 768px) {
  .benefit__inner {
    margin: 0;
  }
}

.benefit__container {
  max-width: 1340px;
}

.benefit-item {
  position: relative;
  max-width: 33.33%;
  width: 100%;
  padding: 0 56px;
  margin-bottom: 156px;
}

@media screen and (max-width: 1024px) {
  .benefit-item {
    max-width: 50%;
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  .benefit-item {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .benefit-item:not(:last-child) {
    margin-bottom: 56px;
  }
}

.benefit-item__inner {
  text-align: center;
  color: #5f5c68;
}

@media screen and (min-width: 1025px) {
  .benefit-item__inner:hover .benefit-item__content {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  .benefit-item__inner:hover .benefit-item__icon {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
  }
}

.benefit-item__content {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .benefit-item__content {
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

.benefit-item__desc {
  line-height: 1.666;
  max-width: 80%;
  margin: 0 auto;
}

.benefit-item__icon {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  margin: 0 auto 40px;
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 1024px) {
  .benefit-item__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .benefit-item__icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
}

.benefit-item__icon:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -12%;
  width: 80px;
  height: 80px;
  background-color: rgba(61, 169, 177, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .benefit-item__icon:before {
    width: 50px;
    height: 50px;
    top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .benefit-item__icon:before {
    width: 25px;
    height: 25px;
  }
}

.benefit-item__icon svg {
  width: 100%;
  height: 100%;
  fill: #5f5c68;
}

.benefit-item__title {
  color: #5f5c68;
}

@media screen and (max-width: 1024px) {
  .benefit-item__title {
    margin-bottom: 15px;
  }
}

.houses {
  padding-top: 70px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .houses {
    padding-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .houses {
    padding-top: 58px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .houses {
    padding-top: 50px;
  }
}

.house {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: width 0.35s ease-in-out, height 0.35s ease-in-out;
  transition: width 0.35s ease-in-out, height 0.35s ease-in-out;
}

@media screen and (max-width: 768px) {
  .house:not(:last-child) {
    margin-bottom: 50px;
  }
}

.house__inner {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 7px 25px rgba(36, 36, 36, 0.2);
          box-shadow: 0 7px 25px rgba(36, 36, 36, 0.2);
  padding: 58px 40px 68px;
  background-color: #fff;
  max-width: 328px;
  overflow: hidden;
  -webkit-transition: max-width 0.35s ease-in-out .25s;
  transition: max-width 0.35s ease-in-out .25s;
}

@media screen and (max-width: 768px) {
  .house__inner {
    padding: 40px 20px 48px;
  }
}

@media screen and (max-width: 767px) {
  .house__inner {
    max-width: 100%;
  }
}

.house__desc {
  line-height: 1.66667;
  margin-bottom: 30px;
}

.house__content {
  line-height: 2.222;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .house__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .house__content {
    line-height: 2;
  }
}

.house__content .text {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .house__content .text {
    font-size: 14px;
  }
}

.house__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .house__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .house__title {
    margin-bottom: 18px;
  }
}

.house__btn {
  margin: 0 auto;
}

.house__subtitle {
  display: block;
}

.house__benefits {
  padding-left: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .house__benefits {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .house__benefits {
    padding-left: 0;
  }
}

.house__img-wrap {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .house__img-wrap {
    max-width: 100%;
    margin-right: auto;
  }
}

.house__list_info {
  margin-bottom: 28px;
}

@media screen and (max-width: 1024px) {
  .house__list_info {
    margin-bottom: 18px;
  }
}

.house__list_meta .house__list-item {
  position: relative;
  padding-left: 18px;
}

.house__list_meta .house__list-item:before {
  position: absolute;
  left: 0;
  content: '•';
  color: #3da9b1;
}

.house__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #3da9b1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.house__link:hover {
  color: rgba(61, 169, 177, 0.8);
}

.house__link:hover .icon-download {
  -webkit-animation: arrow-down .5s ease forwards;
          animation: arrow-down .5s ease forwards;
}

.house__link-text {
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .house__link-text {
    margin-right: 16px;
  }
}

.house.active .house__inner {
  padding: 40px 40px 48px;
  max-width: 710px;
  -webkit-transition: max-width 0.35s ease-in-out;
  transition: max-width 0.35s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .house.active .house__inner {
    max-width: 580px;
  }
}

@media screen and (max-width: 767px) {
  .house.active .house__inner {
    max-width: 100%;
    padding: 40px 20px 48px;
  }
}

.house.active .house__content {
  opacity: 1;
  max-height: 1000px;
  padding-bottom: 60px;
  -webkit-transition: all 0.35s ease-in-out 0.2s;
  transition: all 0.35s ease-in-out 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .house.active .house__content {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 769px) {
  .house.hidden {
    pointer-events: none;
  }
  .house.hidden .house__img-wrap {
    opacity: 0;
    overflow: hidden;
  }
  .house.hidden .house__inner {
    opacity: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .house {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.house_townhouse .house__img-wrap {
  max-width: 803px;
  margin-left: -140px;
}

@media screen and (max-width: 1024px) {
  .house_townhouse .house__img-wrap {
    max-width: 640px;
    margin-left: -80px;
  }
}

@media screen and (max-width: 768px) {
  .house_townhouse .house__img-wrap {
    margin-left: 0;
    max-width: 100%;
  }
}

.house_townhouse .house__inner {
  top: 76px;
  left: 41%;
}

@media screen and (max-width: 768px) {
  .house_townhouse .house__inner {
    position: relative;
    top: auto;
    left: auto;
  }
}

.house_villa {
  margin-top: -332px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .house_villa {
    margin-top: -220px;
  }
}

@media screen and (max-width: 768px) {
  .house_villa {
    margin-top: 0;
  }
}

.house_villa .house__inner {
  right: 37%;
  bottom: 25%;
}

@media screen and (max-width: 768px) {
  .house_villa .house__inner {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.house_villa .house__img-wrap {
  max-width: 790px;
  width: 100%;
  margin-right: -185px;
}

@media screen and (max-width: 1024px) {
  .house_villa .house__img-wrap {
    max-width: 630px;
    margin-right: -100px;
  }
}

@media screen and (max-width: 768px) {
  .house_villa .house__img-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}

.icon-download {
  width: 25px;
  height: 25px;
}

.steps {
  padding-top: 106px;
}

@media screen and (max-width: 1024px) {
  .steps {
    padding-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .steps {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .steps {
    padding-top: 30px;
  }
}

.steps__title {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .steps__title {
    margin-bottom: 8px;
  }
}

.steps__container {
  max-width: 1260px;
}

@media screen and (max-width: 768px) {
  .steps__container {
    padding: 0 30px;
  }
}

.steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .steps__inner {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .steps__inner {
    max-width: 290px;
  }
}

.step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 33.33%;
  width: 100%;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .step {
    max-width: 100%;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
}

.step__content {
  color: #1D1A1E;
  padding-top: 48px;
  max-width: 310px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .step__content {
    padding-top: 76px;
  }
}

.step__title {
  margin-bottom: 20px;
}

.step__desc {
  line-height: 1.5;
}

.step__line {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #3da9b1;
}

@media screen and (max-width: 768px) {
  .step__line {
    top: 0;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
  }
}

.step__line:before {
  content: '•';
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  color: #3da9b1;
  font-size: 30px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .step__line:before {
    top: 82px;
    left: -9px;
  }
}

.step__line:after {
  content: '';
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 6px solid #3da9b1;
}

@media screen and (max-width: 768px) {
  .step__line:after {
    top: auto;
    bottom: -20%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border: 6px solid transparent;
    border-top: 6px solid #3da9b1;
    right: -5px;
  }
}

.step:nth-child(1) .step__line-opacity {
  position: absolute;
  left: 0;
  width: 114px;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .step:nth-child(1) .step__line-opacity {
    top: 30px;
    left: -56px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.step:nth-child(3) .step__line:after {
  right: -12px;
}

@media screen and (max-width: 768px) {
  .step:nth-child(3) .step__line:after {
    right: -5px;
  }
}

.step:nth-child(4) .step__line-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 6px solid #3da9b1;
}

@media screen and (max-width: 768px) {
  .step:nth-child(4) .step__line-arrow {
    display: none;
  }
}

.step:nth-child(6) .step__line-opacity {
  position: absolute;
  right: 0;
  height: 2px;
  width: 114px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 768px) {
  .step:nth-child(6) .step__line-opacity {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: 30px;
    right: auto;
    left: -56px;
  }
}

.step:nth-child(6) .step__line:after {
  display: none;
}

.callback {
  padding-top: 10px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .callback {
    padding: 40px 0;
  }
}

.callback__container {
  max-width: 1390px;
}

.callback__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1205px) {
  .callback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.callback__left {
  position: relative;
  z-index: 2;
  background-color: #fff;
  max-width: 660px;
  width: 100%;
  -webkit-box-shadow: 0 7px 25px rgba(36, 36, 36, 0.2);
          box-shadow: 0 7px 25px rgba(36, 36, 36, 0.2);
  padding: 50px;
}

@media screen and (max-width: 1205px) {
  .callback__left {
    margin-right: 0;
    margin-bottom: 50px;
    padding: 40px 25px;
  }
}

@media screen and (max-width: 768px) {
  .callback__left {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
}

.callback__right {
  position: absolute;
  right: 0;
  max-width: 676px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1205px) {
  .callback__right {
    position: relative;
  }
}

.callback__title {
  margin-bottom: 76px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .callback__title {
    margin-bottom: 68px;
  }
}

@media screen and (max-width: 768px) {
  .callback__title {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 767px) {
  .callback__title {
    margin-bottom: 54px;
  }
}

.form {
  position: relative;
  z-index: 1;
}

.form__inner {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .form__inner {
    margin-bottom: 16px;
  }
}

.form__field {
  position: relative;
  width: 100%;
}

.form__field:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 1024px) {
  .form__field:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .form__field:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .form__field {
    margin-bottom: 44px;
  }
}

.form__field_notempty .form__label {
  font-size: 16px;
  line-height: 16px;
  -webkit-transform: translate(5px, -20px);
          transform: translate(5px, -20px);
}

@media screen and (max-width: 1024px) {
  .form__field_notempty .form__label {
    font-size: 14px;
    line-height: 14px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
  font-size: 18px;
  line-height: 25px;
  color: rgba(36, 36, 36, 0.7);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .form__label {
    font-size: 16px;
    line-height: 23px;
  }
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__group:not(:last-child) {
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .form__group:not(:last-child) {
    margin-bottom: 0;
  }
}

.form__input {
  border-bottom: 1px solid #242424;
  width: 100%;
  padding: 0 15px 6px;
  font-size: 18px;
  line-height: 1.3888;
}

@media screen and (max-width: 1024px) {
  .form__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .form__input {
    font-size: 14px;
  }
}

.form__input:focus ~ .form__label {
  font-size: 16px;
  line-height: 16px;
  -webkit-transform: translate(5px, -20px);
          transform: translate(5px, -20px);
}

@media screen and (max-width: 1024px) {
  .form__input:focus ~ .form__label {
    font-size: 14px;
    line-height: 14px;
  }
}

.form__textarea {
  border-bottom: 1px solid #242424;
  width: 100%;
  height: 125px;
  padding: 0 15px 6px;
  font-size: 18px;
  line-height: 1.3888;
}

@media screen and (max-width: 1024px) {
  .form__textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .form__textarea {
    font-size: 14px;
  }
}

.form__textarea:focus ~ .form__label {
  font-size: 16px;
  line-height: 16px;
  -webkit-transform: translate(5px, -20px);
          transform: translate(5px, -20px);
}

@media screen and (max-width: 1024px) {
  .form__textarea:focus ~ .form__label {
    font-size: 14px;
    line-height: 14px;
  }
}

.form__btn {
  margin: 0 auto;
}

.map {
  padding: 30px 0 100px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .map {
    padding: 70px 0 20px;
  }
}

.map__title {
  margin-bottom: 40px;
}

.map__inner {
  height: 900px;
  margin: 0 auto;
}

.map__inner::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/clip-map.svg") center no-repeat;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .map__inner {
    width: 100%;
    height: calc(100vw - 40px);
    margin-bottom: 40px;
  }
}

.remodal-overlay {
  z-index: 5;
}

.remodal-wrapper {
  z-index: 6;
}

.remodal-close {
  width: 120px;
  height: 120px;
  background: url("../img/icons-img/close.svg") center no-repeat;
  background-size: 40px;
}

@media screen and (max-width: 767px) {
  .remodal-close {
    width: 60px;
    height: 60px;
    background-size: 20px;
  }
}

.remodal-form-success {
  max-width: 1200px;
  background: white url("../img/bg-popup.png") right bottom no-repeat;
  text-align: left;
}

@media (max-width: 1200px) {
  .remodal-form-success {
    background-position: 140% 100%;
  }
}

@media (max-width: 991px) {
  .remodal-form-success {
    background-size: 70%;
    background-position: 170% 100%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-form-success {
    background-image: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 576px) {
  .remodal-form-success {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.remodal-form-success__inner {
  padding-left: 80px;
  text-align: center;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 575px;
}

@media (max-width: 1200px) {
  .remodal-form-success__inner {
    padding-left: 0;
    max-width: 420px;
    height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .remodal-form-success__inner {
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}

.remodal-form-success__title {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .remodal-form-success__title {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 576px) {
  .remodal-form-success__title {
    margin-bottom: 35px;
  }
}

.manager {
  width: 100%;
}

.manager__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  margin-left: auto;
  margin-top: -55px;
  margin-right: 34px;
}

@media screen and (max-width: 767px) {
  .manager__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-right: 0;
    margin-top: 0;
  }
}

.manager__content {
  font-size: 16px;
  line-height: 27px;
}

@media screen and (max-width: 767px) {
  .manager__content {
    margin-bottom: 20px;
  }
}

.manager__role {
  font-weight: 300;
}

.manager__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.manager__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manager__link:not(:last-child) {
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .manager__link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .manager__link:not(:last-child) {
    margin-bottom: 8px;
  }
}

.manager__link:hover .manager__icon {
  -webkit-animation: dash 2s linear;
          animation: dash 2s linear;
}

.manager__link:hover .manager__link-text:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.manager__img-wrap {
  margin-bottom: 30px;
}

.manager__link-text {
  position: relative;
}

.manager__link-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3da9b1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.manager__name {
  font-weight: bold;
}

.manager__icon {
  margin-right: 10px;
  fill: #3da9b1;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(100px);
            filter: blur(100px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(100px);
            filter: blur(100px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (min-width: 1025px) {
  .intro__bg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: -webkit-transform 4.5s ease, -webkit-filter 4.5s linear;
    transition: -webkit-transform 4.5s ease, -webkit-filter 4.5s linear;
    transition: transform 4.5s ease, filter 4.5s linear;
    transition: transform 4.5s ease, filter 4.5s linear, -webkit-transform 4.5s ease, -webkit-filter 4.5s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .intro__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .intro__bg:before {
    -webkit-transition: opacity 3s ease;
    transition: opacity 3s ease;
  }
  .page-ready .intro__bg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .page-ready .intro__bg:before {
    opacity: 0;
  }
  .about__title::before {
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 0;
  }
  [data-detect-viewport].in-view .intro__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .intro__subtitle {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .about-desc__img-wrap {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .about-desc__right {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .about__title::before {
    width: 100%;
  }
  [data-detect-viewport].in-view .about__title_inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .about__content {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .about__img-wrap {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .benefit-item:nth-child(1), [data-detect-viewport].in-view .benefit-item:nth-child(2), [data-detect-viewport].in-view .benefit-item:nth-child(3) {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .benefit-item:nth-child(4), [data-detect-viewport].in-view .benefit-item:nth-child(5), [data-detect-viewport].in-view .benefit-item:nth-child(6) {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .map__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .map__inner {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .steps__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .step:nth-child(1), [data-detect-viewport].in-view .step:nth-child(2), [data-detect-viewport].in-view .step:nth-child(3) {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .step:nth-child(4), [data-detect-viewport].in-view .step:nth-child(5), [data-detect-viewport].in-view .step:nth-child(6) {
    -webkit-animation: animation 0.8s 1050ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1050ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .callback__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .callback__form {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .callback__right {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  [data-animate-in-small] {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .intro::before {
    background-size: 200% 200%;
  }
  .map__inner::before {
    background-size: 110% 110%;
  }
  .callback__right {
    position: static;
  }
}
