@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/7.0.3/swiper-bundle.css";
@font-face {
  font-family: 'Gotham Pro';
  src: url("https://static-files.zeely.link/landing10/static/fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("https://static-files.zeely.link/landing10/static/fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("https://static-files.zeely.link/landing10/static/fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("https://static-files.zeely.link/landing10/static/fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("https://static-files.zeely.link/landing10/static/fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 1px;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Gotham Pro';
  font-size: 16px; }

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

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

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.wrapper {
  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%; }

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

.container {
  margin: 0 auto;
  max-width: 1460rem;
  width: 100%; }

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

.footer {
  background: #000000;
  padding-top: 45rem;
  padding-bottom: 0rem; }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55rem; }
  .footer .logo {
    display: block;
    margin-right: 173rem;
    font-weight: 500;
    font-size: 26rem;
    line-height: 1.2;
    color: #fff; }
  .footer-menu__title {
    font-size: 24rem;
    line-height: 23rem;
    color: #757574;
    margin-bottom: 33rem; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25rem;
    margin-top: 26rem; }
    .footer-social li {
      margin-right: 12rem; }
      .footer-social li:last-child {
        margin-right: 0; }
    .footer-social svg {
      width: 30rem;
      height: 30rem; }
  .footer-right {
    margin-left: 160rem; }
  .footer nav ul {
    display: grid;
    grid-template-columns: repeat(2, -webkit-min-content);
    grid-template-columns: repeat(2, min-content);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column; }
  .footer nav li {
    margin-bottom: 20rem;
    width: 370rem;
  }
  .footer nav a {
    font-size: 16rem;
    line-height: 15rem;
    color: #FFFFFF;
    white-space: nowrap; }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 20rem;
    line-height: 23rem;
    color: #FFFFFF;
    margin-bottom: 12rem; }
    .footer-contact svg {
      width: 22rem;
      height: 22rem;
      min-width: 22rem;
      margin-right: 10rem; }
    .footer-contact span {
      display: block; }
    .footer-contact:last-of-type {
      margin-bottom: 0; }
  .footer .btn {
    max-width: 247rem;
    min-width: 247rem;
     }
  .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25rem 0 50rem;
    border-top: 2rem solid #1D2126; }
    .footer-middle p {
      font-size: 13rem;
      line-height: 130%;
      color: #757574; }
    .footer-middle ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-middle ul li {
        margin-right: 40rem; }
        .footer-middle ul li:last-child {
          margin-right: 0; }
    .footer-middle a {
      font-size: 13rem;
      line-height: 130%;
      color: #757574; }
      .footer-bottom {
        height: 55rem;
        background: #000000;
        position: relative;
      }
      .footer-bottom-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 68rem;
        width: 510rem;
        padding: 0 32rem;
        background: #FAE053;
        box-shadow: 0px -3rem 28rem rgba(21, 21, 21, 0.08);
        border-radius: 20rem 20rem 0px 0px;
        position: fixed;
        left: 40rem;
        bottom: 0;
        z-index: 5;
      }
      .footer-bottom-wrap svg {
        width: 100%;
        height: 100%;
      }
      .footer-bottom__logo {
        width: 28rem;
        height: 28rem;
        display: flex;
      }
      .footer-bottom__text {
        width: 136rem;
        height: 17rem;
        display: flex;
      }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(31, 26, 0.1, 0.9);
  z-index: 10000;
  display: none; }
  .popup-container {
    width: 100%;
    max-width: 520rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5rem;
    background: #FAE053;
    padding: 63rem 60rem 47rem; }
  .popup__close {
    position: absolute;
    top: 19rem;
    right: 19rem;
    width: 36rem;
    height: 36rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5rem;
    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;
    cursor: pointer; }
  .popup__title {
    font-weight: bold;
    font-size: 26rem;
    line-height: 31rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 7rem; }
  .popup p {
    font-weight: normal;
    font-size: 18rem;
    line-height: 26rem;
    text-align: center;
    color: #000;
    margin-bottom: 26rem; }
  .popup .input {
    width: 100%;
    margin-bottom: 11rem; }
  .popup .btn--dark{
    margin-bottom: 13rem;
    width: 100%;
    max-width: 100%;

    box-shadow: 0px 5px 15px rgba(47, 43, 20, 0.24);
    color: #FFFFFF;
  }
    .popup .btn--dark:last-child {
      margin-bottom: 0; }
  .popup .checkbox {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup__icon {
    margin: 0 auto 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .popup__icon svg {
      width: 80rem;
      height: 80rem; }

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header {
  z-index: 10;
  padding-top: 15rem;
  padding-bottom: 15rem; }
  .header .container {
    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; }
  .header-mobile {
    display: none; }
  .header .mobile {
    display: none; }
  .header .logo {
    font-weight: 500;
    font-size: 26rem;
    line-height: 1.2;
    color: #000000; }
  .header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header nav li {
    margin-right: 30rem; }
    .header nav li:last-child {
      margin-right: 0; }
  .header nav a {
    font-size: 16rem;
    line-height: 15rem;
    color: #000000; 
  }
  .header nav a:hover {
    color: #FFE03B;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
  
  }
  .header-contact .footer-contact {
    display: none;
  }
    .header-contact .btn--dark {
      min-width: 190rem;
      height: 45rem;
      font-size: 14rem;
      line-height: 160%; }

.banner {
  padding-top: 100rem;
  padding-bottom: 120rem;
  position: relative; }
  .banner .container {
    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; }
  .banner-info {
    max-width: 852rem;
    width: 100%;
   }
  .banner h1 {
    font-weight: 900;
    font-size: 56rem;
    line-height: 115%;
    color: #000000;
    margin-bottom: 25rem; }
  .banner p {
    font-size: 20rem;
    line-height: 160%;
    color: #000000;
    margin-bottom: 30rem; }
  .banner-action .btn {
    max-width: 325rem;
    text-transform: uppercase;
    margin-bottom: 10rem; }
  .banner-action span {
    font-size: 14rem;
    line-height: 160%;
    color: #757574; }
  .banner-img {
    position: relative;
    width: 535rem;
    height: 510rem;
    padding-top: 20rem;
    padding-right: 20rem; }
    .banner-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 30rem;
      -webkit-filter: drop-shadow(0rem 2rem 35rem rgba(18, 19, 20, 0.04));
      filter: drop-shadow(0rem 2rem 35rem rgba(18, 19, 20, 0.04)); }
    .banner-img:after {
      position: absolute;
      top: 0rem;
      right: 0rem;
      width: calc(100% - 20rem);
      height: calc(100% - 20rem);
      content: '';
      background: #FAE053;
      -webkit-box-shadow: 0rem 2rem 35rem rgba(18, 19, 20, 0.04);
      box-shadow: 0rem 2rem 35rem rgba(18, 19, 20, 0.04);
      border-radius: 30rem;
      z-index: -1; }

.offer-item-img {
  width: 630rem;
  position: relative; }
  .offer-item-img .offer-item__img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    z-index: 1; 
  }
  .offer-item-img .offer-item__img img {
      position: absolute;
      width: calc(100% - 20rem);
      height: calc(100% - 20rem);
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 30rem;
      -webkit-filter: drop-shadow(0rem 2rem 35rem rgba(18, 19, 20, 0.04));
      filter: drop-shadow(0rem 2rem 35rem rgba(18, 19, 20, 0.04)); }
  .offer-item-img .offer-item__img:after {
      position: absolute;
      content: '';
      width: calc(100% - 20rem);
      height: calc(100% - 20rem);
      background: #FAE053;
      border-radius: 25rem; 
      z-index: -1;
    }
    .offer:nth-child(4n + 1) .offer-item-img img {
      top: 0;
      right: 0;
    }
    .offer:nth-child(4n + 1) .btn--dark{
      color: #212B37;
    }
    .offer:nth-child(4n + 1) .btn--dark:after{
      background: #FFE03B;
    }
    .offer:nth-child(4n + 1) .offer-item-img .offer-item__img:after {
      bottom: 0;
      left: 0;
    }
    .offer:nth-child(4n + 2) .offer-item-img img {
      bottom: 0;
      right: 0;
    }
    .offer:nth-child(4n + 2) .offer-item-img .offer-item__img:after {
      top: 0;
      left: 0;
    }

    .offer:nth-child(4n + 3) .offer-item-img img {
      bottom: 0;
      left: 0;
    }
    .offer:nth-child(4n + 3) .offer-item-img .offer-item__img:after {
      top: 0;
      right: 0;
    }
    
    .offer:nth-child(4n + 4) .offer-item-img  img {
      top: 0;
      left: 0;
    }
    .offer:nth-child(4n + 4) .offer-item-img .offer-item__img:after {
      bottom: 0;
      right: 0;
    }


    .offer:nth-child(2n) .offer-item-img {
      order: 1;
    }


.offer:nth-child(4n + 1) {
  background: #EBF8FF;
}

.offer:nth-child(4n + 3){
  background: #FEFBEF; }

.offer:last-of-type {
  padding-bottom: 90rem; }
.offer-wrapper {
  position: relative;
}
  .offer-more {
    display: none;
  } 
  


.offer-item {
  padding: 120rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

  .offer-item-info {
    width: 716rem; }
  .offer-item h3 {
    font-weight: 900;
    font-size: 48rem;
    line-height: 115%;
    color: #000000;
    margin-bottom: 25rem; }
  .offer-item p {
    font-size: 20rem;
    line-height: 160%;
    color: #000000;
    margin-bottom: 30rem; }
  .offer-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .offer-item__price {
    font-weight: bold;
    font-size: 18rem;
    line-height: 160%;
    color: #212B37; }
  .offer-item .btn--dark, .offer-item .btn {
    max-width: 190rem;
    margin-right: 25rem; 
    box-shadow: 0px 5px 15px rgba(47, 43, 20, 0.04);
  
  }

.sale-form {
  position: relative;
  z-index: 1; }
  .sale-form--bottom {
  }
  .sale-form .container {
    background: #FAE053;
    border-radius: 30rem;
    padding-top: 60rem;
    padding-bottom: 60rem; }
  .sale-form-wrapper {
    max-width: 1114rem;
    margin: 0 auto; }
  .sale-form h3 {
    font-weight: bold;
    font-size: 36rem;
    line-height: 115%;
    color: #000000;
    margin-bottom: 20rem; }
  .sale-form p {
    font-size: 20rem;
    line-height: 160%;
    color: #000000;
    margin-bottom: 35rem; }
  .sale-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15rem;
    margin-bottom: 20rem; }
    .sale-form-container .input {
      width: 100%; }
  .sale-form .btn {
    max-width: 100%; }
  .sale-form--top {
    margin-top: -90rem; }

.about {
  padding-top: 120rem;
  padding-bottom: 120rem; }
  .about .container {
    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; }
  .about-left {
    width: 670rem;
    height: 530rem;
    position: relative;
    z-index: 1;
    padding-left: 20rem;
    padding-bottom: 20rem; }
    .about-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-filter: drop-shadow(0rem 2rem 35rem rgba(18, 19, 20, 0.04));
      filter: drop-shadow(0rem 2rem 35rem rgba(18, 19, 20, 0.04));
      border-radius: 30rem; }
    .about-left:after {
      position: absolute;
      bottom: 0rem;
      left: 0rem;
      width: calc(100% - 20rem);
      height: calc(100% - 20rem);
      content: '';
      background: #FAE053;
      -webkit-box-shadow: 0rem 2rem 35rem rgba(18, 19, 20, 0.04);
      box-shadow: 0rem 2rem 35rem rgba(18, 19, 20, 0.04);
      border-radius: 30rem;
      z-index: -1; }
  .about-contact span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20rem;
    line-height: 160%;
    color: #212B37;
    margin-bottom: 5rem; }
    .about-contact span:last-child {
      margin-bottom: 0; }
    .about-contact span svg {
      width: 22rem;
      height: 22rem;
      min-width: 22rem;
      margin-right: 11rem; }
  .about-right {
    max-width: 715rem; }
    .about-right h2 {
      text-align: left;
      margin-bottom: 25rem; }
    .about-right__text {
      font-size: 20rem;
      line-height: 160%;
      color: #212B37;
      margin-bottom: 25rem; }

.work {
  
  padding-top: 100rem;
  padding-bottom: 100rem;
  background: #EBF8FF; }
  .work h2 {
    margin-bottom: 55rem; }
  .work-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30rem;
  
  }
  .work-item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 467rem;
    background: #FAE053;
    border-radius: 30rem;
    padding: 50rem 28rem 50rem; }
    .work-item__icon {
      width: 100rem;
      height: 90rem;
      margin-bottom: 28rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #FFFFFF;
      border-radius: 26rem; }
      .work-item__icon img {
        max-width: 76rem;
        width: 100%;
        max-height: 76rem; }
    .work-item h3 {
      font-weight: bold;
      font-size: 36rem;
      line-height: 115%;
      text-align: center;
      color: #000000;
      margin-bottom: 20rem;
      display: none;
     }
    .work-item p {
      font-size: 20rem;
      line-height: 145%;
      text-align: center;
      color: #212B37; }

.gallery {
  padding-top: 120rem;
  padding-bottom: 60rem; }
  .gallery h2 {
    margin-bottom: 55rem; }
  .gallery-container {
    width: 100%; }
  .gallery .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(36, 1fr);
    grid-gap: 30rem; }
  .gallery .swiper-slide {
    grid-column: span 12; }
    .gallery .swiper-slide:nth-child(1) {
      grid-area: 1 / 1 / 2 / 25; }
      .gallery .swiper-slide:nth-child(1) .gallery-item__img {
        padding-top: 41%; }
    .gallery .swiper-slide:nth-child(2) {
      grid-area: 1 / 25 / 3 / 37; }
      .gallery .swiper-slide:nth-child(2) .gallery-item__img {
        padding-top: 140.5%; }
    .gallery .swiper-slide:nth-child(3) {
      grid-area: 2 / 1 / 3 / 9; }
    .gallery .swiper-slide:nth-child(4) {
      grid-area: 2 / 9 / 3 / 17; }
    .gallery .swiper-slide:nth-child(5) {
      grid-area: 2 / 17 / 3 / 25; }
  .gallery-item.video {
    position: relative;
    display: block; }
    .gallery-item.video:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 64rem;
      height: 64rem;
      background: url(https://static-files.zeely.link/landing10/static/images/common/play.svg);
      background-size: cover; 
      z-index: 2;
      }
      .gallery-item.video img {
             filter: brightness(.5);
    -webkit-filter: brightness(.5);
       }
  .gallery-item__img {
    width: 100%;
    position: relative;
    padding-top: 77%;
    border-radius: 25rem;
   }
    .gallery-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 25rem; }
  .gallery #hidemore, .gallery #loadmore {
    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;
    font-size: 16rem;
    line-height: 160%;
    color: #757574;
    margin-top: 25rem;
    cursor: pointer; }
    .gallery #hidemore svg, .gallery #loadmore svg {
      stroke: #757574;
      display: block;
      margin-left: 8rem; }
  .gallery #hidemore svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }



    .start {
      padding-top: 60rem;
      padding-bottom: 120rem; }
      .start h2 {
        margin-bottom: 55rem; }
      .start-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 148rem;
      
      }
      .start-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
        width: 388rem; }
        .start-item__number {
          border-radius: 26rem;
          width: 100rem;
          height: 90rem;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 30rem;
          background: #FAE053;
          font-weight: bold;
          font-size: 43rem;
          line-height: 115%;
          color: #000000;
        }
        .start-item p {
          font-size: 20rem;
          line-height: 145%;
          text-align: center;
          color: #212B37;
}

    
.faq {
  margin-top: -260rem;
  padding-top: 381rem;
  padding-bottom: 100rem;
  background: #FEFBEF; }
  .faq h2 {
    margin-bottom: 55rem; }
  .faq-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .faq-left {
    width: 745rem; }
  .faq-container {
    width: 100%; }
  .faq-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 30rem; }
    .faq-item:last-child {
      margin-bottom: 0; }
    .faq-item__arrow {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .faq-item__arrow svg {
        fill: transparent;
        stroke: #FC2B62;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 24rem;
        height: 24rem;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .faq-item__title {
      font-weight: bold;
      font-size: 36rem;
      line-height: 115%;
      color: #001A34;
      max-width: 616rem; }
    .faq-item p {
      font-size: 20rem;
      line-height: 145%;
      color: #212B37;
      display: none;
      max-width: 721rem;
      margin-top: 15rem; }
    .faq-item.active .faq-item__arrow svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .faq-right {
    width: 591rem; }

.question h3 {
  font-weight: bold;
  font-size: 36rem;
  line-height: 115%;
  color: #000000;
  margin-bottom: 20rem; }

.question__text {
  font-size: 20rem;
  line-height: 160%;
  color: #000000;
  margin-bottom: 30rem; }

.question-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .question-form-top .input {
    width: 288rem;
    margin-bottom: 15rem; }
    .question-form-top .input:nth-child(3) {
      width: 100%;
      margin-bottom: 0; }

.question-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32rem; }
  .question-form-bottom .btn {
    max-width: 183rem;
    margin-right: 35rem; 

  }

.team {
  padding-top: 120rem;
  overflow-x: hidden;
  padding-bottom: 120rem; }
  .team h2 {
    margin-bottom: 55rem; }
  .team-container {
    overflow: visible; }
  .team .container {
    position: relative; }
  .team .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30rem; }
  .team-item__img {
    width: 100%;
    position: relative;
    padding-top: 87%;
    margin-bottom: 25rem;
    border-radius: 30rem;
   }
    .team-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 30rem; }
  .team-item__name {
    font-weight: bold;
    font-size: 24rem;
    line-height: 145%;
    text-align: center;
    color: #000000;
    margin-bottom: 18rem; }
  .team-item__job {
    font-size: 20rem;
    line-height: 115%;
    text-align: center;
    color: #000000; 
    margin-bottom: 10rem;
    }
    .team-item-social {
      display: flex;
      justify-content: center;
      margin-top: 10rem;
    }
    .team-item-social li {
      margin: 0 6rem;
    }
    .team-item-social svg {
      width: 26rem;
      height: 26rem;
    }
  .team #loadmoreTeam, .team #hidemoreTeam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16rem;
    line-height: 160%;
    color: #757574;
    cursor: pointer;
    margin-top: 25rem; }
    .team #loadmoreTeam svg, .team #hidemoreTeam svg {
      stroke: #757574;
      display: block;
      margin-left: 7.5rem;
      width: 8.75rem;
      height: 4.5rem; }
  .team #hidemoreTeam svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

h2 {
  font-weight: 900;
  font-size: 48rem;
  line-height: 115%;
  text-align: center;
  color: #000000; }

.input {
  width: 316rem; }
  .input input {
    width: 100%;
    height: 100%;
    border: none;
    background: #FFFFFF;
    border-radius: 4rem;
    font-size: 18rem;
    line-height: 160%;
    color: #000000;
    height: 55rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 25rem; 
    padding-top: 0;
    padding-bottom: 0;
  
  }
  
    .input input::-webkit-input-placeholder {
      color: #757574; }
    .input input::-moz-placeholder {
      color: #757574; }
    .input input:-ms-input-placeholder {
      color: #757574; }
    .input input::-ms-input-placeholder {
      color: #757574; }
    .input input::placeholder {
      color: #757574; }
    .input input.error {
      border: 1rem solid #FB1D1D;
      color: #FB1D1D; }
      .input input.error::-webkit-input-placeholder {
        color: #FB1D1D; }
      .input input.error::-moz-placeholder {
        color: #FB1D1D; }
      .input input.error:-ms-input-placeholder {
        color: #FB1D1D; }
      .input input.error::-ms-input-placeholder {
        color: #FB1D1D; }
      .input input.error::placeholder {
        color: #FB1D1D; }
  .input textarea {
    width: 100%;
    height: 100%;
    border: none;
    background: #FFFFFF;
    border-radius: 4rem;
    font-size: 18rem;
    line-height: 160%;
    color: #000000;
    height: 179rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 11rem 25rem;
    outline: none; }
    .input textarea::-webkit-input-placeholder {
      color: #757574; }
    .input textarea::-moz-placeholder {
      color: #757574; }
    .input textarea:-ms-input-placeholder {
      color: #757574; }
    .input textarea::-ms-input-placeholder {
      color: #757574; }
    .input textarea::placeholder {
      color: #757574; }
    .input textarea.error {
      border: 1rem solid #FB1D1D;
      color: #FB1D1D; }
      .input textarea.error::-webkit-input-placeholder {
        color: #FB1D1D; }
      .input textarea.error::-moz-placeholder {
        color: #FB1D1D; }
      .input textarea.error:-ms-input-placeholder {
        color: #FB1D1D; }
      .input textarea.error::-ms-input-placeholder {
        color: #FB1D1D; }
      .input textarea.error::placeholder {
        color: #FB1D1D; }
  .input label.error {
    display: block;
    font-size: 12rem;
    line-height: 18rem;
    letter-spacing: 0.03em;
    color: #FB1D1D;
    margin-top: 6.5rem; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .checkbox input {
    visibility: hidden;
    width: 0%;
    height: 0%; }
    .checkbox input:checked ~ .checkbox__icon svg {
      opacity: 1; }
    .checkbox input.error ~ span {
      color: #FB1D1D; }
  .checkbox__icon {
    width: 22rem;
    height: 22rem;
    border: 2rem solid #757574;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10rem; }
    .checkbox__icon svg {
      width: 11rem;
      height: 8rem;
      stroke: #757574;
      fill: transparent;
      opacity: 0; }
  .checkbox span {
    font-weight: 500;
    font-size: 12rem;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #757574; }
  .checkbox a {
    color: #757574;
    text-decoration: underline; }

.btn {
  background: transparent;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  height: 55rem;
  max-width: 300rem;
  width: 100%;
  font-weight: bold;
  font-size: 18rem;
  line-height: 160%;
  text-align: center;
  color: #212B37; 
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.btn:after {
  position: absolute;
  content: '';
  width: calc(100% + 0rem);
  height: calc(100% + 0rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFE03B;
  border-radius: 4rem;
  z-index: -1;
  transition: 0.3s;
}
.btn:hover:after {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  background: #FFE03B;
  box-shadow: 0px 6px 16px rgba(22, 21, 17, 0.06);
}
.btn--dark {
  background: transparent;
  -webkit-box-shadow: 0rem 5rem 15rem rgba(47, 43, 20, 0.24);
  box-shadow: 0rem 5rem 15rem rgba(47, 43, 20, 0.24);
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  height: 55rem;
  max-width: 300rem;
  width: 100%;
  font-weight: bold;
  font-size: 18rem;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.btn--dark:after {
  position: absolute;
  content: '';
  width: calc(100% + 0rem);
  height: calc(100% + 0rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  border-radius: 4rem;
  z-index: -1;
  transition: 0.3s;
}
.btn--dark:hover:after {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  background: #000000;
  box-shadow: 0px 6px 16px rgba(22, 21, 17, 0.06);
}
.header-contact-mobile {
  display: none;
}

@media (max-width: 991px) {
  .header-contact-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-contact-mobile   .footer-social {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .container, .header .container, .banner .container {
    max-width: 720px; }
  .header {
    padding-top: 20rem;
    padding-bottom: 20rem; }
    .header-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 100;
      background: #FFFFFF; }
      .header-mobile .close {
        display: none; }
      .header-mobile .burger {
        position: relative;
        z-index: 11; }
      .header-mobile .logo {
        position: relative;
        z-index: 11;
        font-size: 22rem; }
    .header.active {
      height: 100%; }
      .header.active .header-mobile .close {
        display: block; }
      .header.active .header-mobile .open {
        display: none; }
      .header.active .logo-fill {
        fill: #252426; }
        .header.active .header-mobile {
          position: fixed;
          top: 20rem;
          left: 0;
          width: 100%;
          z-index: 11;
      }
    .header-top {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      height: calc(100vh - calc(100vh - 100%));
      width: 100%;
      padding-top: 90rem;
      z-index: 10;
      display: none; }
      .header-top .logo {
        display: none; }
      .header-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
        height: 100%;
        padding-bottom: 35rem;
      
      }
      .header-top nav {
        width: 100%;
        margin-bottom: 35rem; }
        .header-top nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%; }
        .header-top nav li {
          margin-right: 0;
          width: 100%;
          margin-bottom: 20rem; }
          .header-top nav li:last-child {
            margin-bottom: 0; }
        .header-top nav a {
          display: block;
          font-weight: normal;
          font-size: 16rem;
          line-height: 19rem;
          text-align: center; }
    .header-social.mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20rem; }
      .header-social.mobile li {
        margin-right: 12rem; }
        .header-social.mobile li:last-child {
          margin-bottom: 0; }
      .header-social.mobile svg {
        width: 30rem;
        height: 30rem; }
    .header-phone.mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20rem; }
      .header-phone.mobile svg {
        width: 22rem;
        height: 22rem;
        margin-right: 10rem;
        stroke: #FFFFFF;
        fill: transparent; }
      .header-phone.mobile span {
        display: block;
        font-weight: 500;
        font-size: 17rem;
        line-height: 120%;
        color: #FFFFFF; }
    .header-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .header-contact .btn {
        max-width: 100%;
        height: 45rem;
        font-size: 14rem;
        line-height: 130%; }
        .header-contact .btn svg {
          display: none; }
          .header-contact .footer-contact {
            display: flex;
            color: #000000;
            font-size: 18px;
            line-height: 160%;
            margin-bottom: 5px;
          }
          .header-contact .btn--dark {
            margin-top: 30px;
          }
  .banner {
    padding-top: 40rem;
    padding-bottom: 60rem; }
    .banner .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .banner-info {
      margin-bottom: 45rem; }
    .banner h1 {
      font-size: 40px;
      line-height: 128%;
      margin-bottom: 15rem; 
      text-align: center;
    }
    .banner p {
      font-size: 16px;
      line-height: 160%;
      margin-bottom: 25rem; 
      text-align: center;
    }
    .banner-action .btn {
      margin-bottom: 6rem;
      max-width: 100%; }
    .banner-action span {
      font-size: 12px;
      line-height: 160%;
      text-align: center; }
    .banner-img {
      width: 100%;
      height: 0;
      padding-top: 116%;
     }
     .banner-img img {
       position: absolute;
       bottom: 0;
       left: 0;
       width: calc(100% - 10rem);
       height: calc(100% - 10rem);
     }
      .banner-img:after {
        width: calc(100% - 10rem);
        height: calc(100% - 10rem);
       }

  .offer-item {
    padding-top: 50rem;
    padding-bottom: 50rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .offer-item h3 {
      font-size: 36px;
      line-height: 128%;
      margin-bottom: 10rem; }
    .offer-item p {
      font-size: 16px;
      line-height: 160%;
      margin-bottom: 25px; }
    .offer-item .offer-item-bottom {
      margin-bottom: 45rem; }
    .offer-item .btn {
      margin-right: 18rem; }
      .offer-item .btn--dark, .offer-item .btn {
        max-width: 200rem;
        min-width: 200rem;
      }
    .offer-item__price {
      font-size: 18px;
      line-height: 160%;
       }
    .offer-item-info {
      width: 100%; }
  .offer:last-of-type {
    padding-bottom: 190rem;
  }
  .offer.last {
    padding-bottom: 190rem;
  }
  .offer-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 24rem; 
      position: absolute;
      bottom: 190rem;
      left: 0;
      width: 100%;
  }
  .offer-more #loadmoreOffer, .offer-more #hidemoreOffer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16rem;
        line-height: 143.5%;
        color: #000000;
        font-weight: 400;
        cursor: pointer; }
        .offer-more #loadmoreOffer svg, .offer-more #hidemoreOffer svg {
          stroke: #000000;
          display: block;
          margin-left: 8rem;
          width: 14rem;
          height: 7rem; }
      .offer-more #hidemoreOffer svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

        .sale-form--bottom {
          }
  .sale-form--top {
    margin-top: -140rem; }

    .offer-item-img {
      width: 100%;
      order: 1;
    }
    .offer-item-img .offer-item__img {
      padding-top: 72%;
    }
    .offer-item-img .offer-item__img img {
      width: calc(100% - 10rem);
      height: calc(100% - 10rem);
    }
    .offer-item-img .offer-item__img:after {
      width: calc(100% - 10rem);
      height: calc(100% - 10rem);
    }
  .images-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .images-right {
    width: 100%; }


  .sale-form .container {
    padding: 25rem 20rem 25rem;
    border-radius: 30px; }
  .sale-form-wrapper {
    padding: 0; }
  .sale-form h3 {
    font-size: 28px;
    line-height: 115%;
    margin-bottom: 15px; }
  .sale-form p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 25rem; }
  .sale-form-container {
    grid-template-columns: 100%;
    margin-bottom: 12px;
    grid-gap: 15px; }
  .sale-form .btn--dark {
    max-width: 100%; }
  .about {
    padding-top: 60rem;
    padding-bottom: 60px; }
    .about h2 {
      margin-bottom: 15rem;
      text-align: left; }
    .about .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .about-contact span {
      font-size: 18px;
      line-height: 160%;
      margin-bottom: 5px; }
      .about-contact span svg {
        width: 22rem;
        height: 22rem;
        min-width: 22rem;
        margin-right: 11px; }
    .about-left {
      max-width: 100%;
      width: 100%;
      height: 0;
      padding: 12rem 12rem 0 0;
      padding-top: 95%;
     }
     .about-left img {
       width: calc(100% - 12rem);
       height: calc(100% - 12rem);
       position: absolute;
       bottom: 0;
       left: 0;
     }
      .about-left:after {
        width: calc(100% - 12rem);
        height: calc(100% - 12rem);
        top: 0rem;
        bottom: auto;
        left: auto;
        right: 0; }
    .about-right {
      width: 100%;
      margin-bottom: 45px; }
      .about-right__text {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 15px; }
  .work {
    padding-top: 50rem;
    padding-bottom: 50rem; }
    .work h2 {
      margin-bottom: 25rem; 
      
    }
    .work-wrapper {
      grid-template-columns: 100%;
      grid-gap: 0;
    }
    .work-item {
      width: 100%;
      margin-bottom: 25rem;
      padding: 50px 20px; }
      .work-item:last-child {
        margin-bottom: 0; }
      .work-item__icon {
        margin-bottom: 25rem;
        width: 100rem;
        height: 90rem; }
        .work-item__icon img {
          max-width: 76rem;
          max-width: 76rem; }
      .work-item h3 {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 15px; }
      .work-item p {
        font-size: 16px;
        line-height: 160%; }
  .gallery {
    padding-top: 60rem;
    padding-bottom: 30rem; }
    .gallery h2 {
      margin-bottom: 25rem;
      text-align: left; }
    .gallery .swiper-wrapper {
      grid-gap: 12px; }
      .gallery-item__img {
        border-radius: 12px;
      }
    .gallery-item__img img {
      border-radius: 12px; }
      .start {
        padding-top: 30rem;
        padding-bottom: 62rem;
      }
      .start h2 {
        margin-bottom: 25rem;
      }
      .start-wrapper {
        grid-template-columns: 100%;
        grid-gap: 0;
      }
      .start-item  {
        margin-bottom: 30rem;
        width: 100%;
      }
      .start-item:last-child {
        margin-bottom: 0;
      }
      .start-item__number {
        width: 70rem;
        height: 63rem;
        margin-bottom: 15rem;
        border-radius: 20rem;
        font-size: 40px;
line-height: 115%;
      }
      .start-item p {
        font-size: 16rem;
line-height: 160%;
      }
  .faq {
    padding-top: 250rem;
    padding-bottom: 50px; 
    margin-top: -190rem;
  }
    .faq h2 {
      margin-bottom: 25rem;
      text-align: left; }
    .faq-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .faq-item {
      padding: 0;
      margin-bottom: 25rem; }
      .faq-item__title {
        max-width: calc(100% - 24rem);
        font-size: 22px;
        line-height: 115%; }
    .faq-container {
      padding-top: 0; }
    .faq-item p {
      font-size: 16px;
      line-height: 160%;
      margin-top: 15rem;
      max-width: calc(100% - 24rem); }
    .faq-item__arrow {
      right: 0rem; }
      .faq-item__arrow svg {
        width: 24rem;
        height: 24rem; }
    .faq-left {
      width: 100%; }
    .faq-right {
      width: 100%; }
  .question {
    padding-top: 60rem; }
    .question h3 {
      font-weight: 900;
      font-size: 36px;
      line-height: 128%;
      margin-bottom: 15rem; }
    .question__text {
      font-size: 16px;
      line-height: 160%;
      margin-bottom: 25rem; }
    .question form {
      position: relative; }
      .question form .input {
        width: 100%;
        margin-bottom: 15rem; }
    .question-form-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .question-form-bottom .btn {
        max-width: 100%;
        margin-bottom: 12rem;
        background: transparent;
        color: #FFFFFF;
        margin-right: 0; }
        .question-form-bottom .btn:after {
          background: #000;
        }
  .team {
    padding-top: 60rem;
    padding-bottom: 80rem; }
    .team h2 {
      margin-bottom: 25rem;
      text-align: left; }
    .team .swiper-wrapper {
      grid-gap: 12px; }
    .team-item__img {
      margin-bottom: 20rem; }
    .team-item__name {
      font-size: 22px;
      line-height: 115%;
      margin-bottom: 12rem; }
    .team-item__job {
      font-size: 16px;
      line-height: 160%;
      margin-bottom: 8rem;
     }
      .team-item-social {

      margin-top: 5rem;
    }
    .team-item-social li {
      margin: 0 4rem;
    }
    .team-item-social svg {
      width: 26rem;
      height: 26rem;
    }
  .footer {
    padding-top: 80rem; }
    .footer-top {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 45rem; }
      .footer-top-left {
        margin-right: 0; }
    .footer .logo {
      margin: 0 auto 35px;
      font-size: 22rem; }
    .footer nav li {
      margin-bottom: 20rem;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      height: 15rem;
      margin-right: 0; }
      .footer nav li:last-child {
        margin-bottom: 0; }
      .footer nav li a {
        font-size: 16px;
        line-height: 15px; }
    .footer nav {
      margin-bottom: 35rem;
      width: 100%; }
      .footer nav ul {
        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-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .footer-right {
      width: 100%;
      max-width: 335rem;
      margin: 0 auto; }
      .footer-right .footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .footer-contact svg {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    margin-right: 11rem; }
  .footer-contact {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 0; }
  .footer-social {
    margin-bottom: 35rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-social li {
      margin-right: 12rem; }
      .footer-social li:last-child {
        margin-right: 0; }
    .footer-social svg {
      width: 30rem;
      height: 30rem; }
  .footer .btn {
    max-width: 335rem;
    margin: 0 auto; }
    .footer-bottom {
      height: 60rem;
    }
    .footer-bottom-wrap {
      height: auto;
      width: 100%;
      padding: 14rem 20rem;
      box-shadow: none;
      border-radius: 0;
      left: 0;
    }
    .footer-bottom__logo {
      width: 24rem;
      height: 24rem;
    }
    .footer-bottom__text {
      width: 113rem;
      height: 15rem;
    }
  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0 30px; }
    .footer-middle p {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 130%; }
    .footer-middle ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-middle ul li {
        margin-bottom: 10px;
        margin-right: 0; }
        .footer-middle ul li:last-child {
          margin-bottom: 0; }
      .footer-middle ul a {
        font-size: 12px;
        line-height: 130%; }
  .footer-menu__title {
    text-align: center;
    margin-bottom: 20rem;
    font-size: 22px;
    line-height: 115%;
    font-weight: 500; }
  h2 {
    font-size: 36px;
    line-height: 128%; }
  .btn {
    height: 50rem;
    font-size: 16px;
    line-height: 160%; }
  .btn--dark {
    height: 50rem;
    font-size: 16px;
    line-height: 160%; }
  .input input {
    font-size: 15px;
    line-height: 160%;
    height: 50rem;
    padding-left: 18px; }
    .input textarea {
      font-size: 15px;
      line-height: 160%;
      height: 90rem;
      padding: 11px 18px; }
  .checkbox__icon {
    width: 20rem;
    height: 20rem;
    margin-right: 10rem; }
    .checkbox__icon svg {
      width: 13rem;
      height: 9rem; }
  .checkbox span {
    font-size: 10px;
    line-height: 160%; }
  .checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .container {
    max-width: 540px; }
  .gallery .swiper-wrapper {
    grid-template-columns: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0; }
  .gallery {
    overflow: hidden; }
    .gallery .swiper-scrollbar {
      margin-top: 17rem;
      height: 4rem;
      border-radius: 2rem;
      width: 100%;
      background: #F3F3F9;
      position: relative; }
    .gallery .swiper-scrollbar .swiper-scrollbar-drag {
      height: 4rem;
      border-radius: 2rem;
      cursor: pointer;
      background: #FAE053; }
    .gallery .swiper-slide:nth-child(1) .gallery-item__img {
      padding-top: 65%; }
    .gallery .swiper-slide:nth-child(2) .gallery-item__img {
      padding-top: 65%; }
    .gallery-item {
      display: block; }
  .gallery-item__img {
    padding-top: 65%; }
  .gallery-item.video:after {
    width: 60px;
    height: 60px; }
  .team .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: 100%;
    grid-gap: 0; }
  .popup-container {
    width: calc(100% - 40rem);
    padding: 25rem 20rem 25rem;
    border-radius: 12rem; 
  }
  .popup-succes .popup-container {
    padding-top: 46rem;
    padding-bottom: 21rem; }
  .popup__icon svg {
    width: 44rem;
    height: 44rem; }
  .popup__title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10rem;

    }
  .popup p {
    margin-bottom: 12rem;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;

     }
  .popup .input {
    margin-bottom: 10rem; }
  .popup .btn {
    height: 35rem;
    font-size: 14px;
    line-height: 130%; }
  .popup__close {
    width: 18rem;
    height: 18rem;
    top: 10rem;
    right: 8rem; }
    .popup__close svg {
      width: 18rem;
      height: 18rem; } }

@media (max-width: 580px) {
  .container {
    padding-right: 20rem;
    padding-left: 20rem; }
  .sale-form .container {
    border-radius: 20rem;
  }
  .sale-form {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .team .swiper-slide {
    width: 250px;
  }
}



.loader {
  background: none repeat scroll 0 0 #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spin-loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* iOS Loader */
.ios-loader .bar
{
  width: 10%;
  height: 26%;
  background: #000;
  position: absolute;
  left: 44.5%;
  top: 37%;

  border-radius: 50px;
  box-shadow: 0 0 3px rgba(255,255,255,0.2);
  opacity: 0;
  animation: fade 1s linear infinite;
}
@keyframes fade { from {opacity: 1;} to {opacity: 0;} }

.ios-loader .bar1 {
  transform: rotate(-315deg) translate(0px, -142%);
  animation-delay: -0.875s;
}
.ios-loader .bar2 {
  transform: rotate(-270deg) translate(0px, -142%);
  animation-delay: -0.75s;
}
.ios-loader .bar3 {
  transform: rotate(-225deg) translate(0px, -142%);
  animation-delay: -0.625s;
}
.ios-loader .bar4 {
  transform: rotate(-180deg) translate(0px, -142%);
  animation-delay: -0.5s;
}
.ios-loader .bar5 {
  transform: rotate(-135deg) translate(0px, -142%);
  animation-delay: -0.375s;
}
.ios-loader .bar6 {
  transform: rotate(-90deg) translate(0px, -142%);
  animation-delay: -0.25s;
}
.ios-loader .bar7 {
  transform: rotate(-45deg) translate(0px, -142%);
  animation-delay: -0.125s;
}
.ios-loader .bar8 {
  transform: rotate(0deg) translate(0px, -142%);
  animation-delay: 0s;
}



.animated.fade-in-bottom {
-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-bottom {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0; }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; } }

@keyframes fade-in-bottom {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0; }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; } }

.animation-element {
opacity: 0; }

.loading-img {
  background: #cccccc;
  overflow: hidden;
}
.loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100px);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: loading 0.8s infinite;
}
@keyframes loading {
100% {
    transform: translateX(100%);
}
}
.lazy {
z-index: 1;
}
.fancybox-toolbar, .fancybox-infobar {
  display: none;
}

