@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";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
html {
  font-size: calc(100vw / 1920);
  height: 100%;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  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: 1600rem;
  width: 100%; }

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

.footer {
  background: #111111;
  padding-top: 36rem;
  padding-bottom: 0rem; }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47rem; }
    .footer-top-left {
      margin-right: 140rem; }
  .footer .logo {
    margin-bottom: 40rem;
    display: block;
    font-weight: bold;
    font-size: 36rem;
    line-height: 42rem;
    text-transform: uppercase;
    color: #FFFFFF; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-social li {
      margin-right: 14rem; }
      .footer-social li:last-child {
        margin-right: 0; }
    .footer-social svg {
      width: 34rem;
      height: 34rem; }
  .footer-right {
    margin-left: auto; }
    .footer-right .footer-social {
      display: none; }
  .footer nav ul {
    display: grid;
    grid-template-columns: repeat(4, -webkit-min-content);
    grid-template-columns: repeat(4, min-content);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column; }
  .footer nav li {
    margin-bottom: 25rem;
    margin-right: 76rem; }
  .footer nav a {
    font-weight: 400;
    font-size: 16rem;
    line-height: 19rem;
    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;
    margin-bottom: 15rem;
    font-weight: 600;
    font-size: 16rem;
    line-height: 110.5%;
    color: #FFFFFF; }
    .footer-contact svg {
      fill: transparent;
      width: 20rem;
      min-width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      stroke: #6720FF; }
  .footer .btn {
    max-width: 180rem;
    min-width: 180rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 19rem;
    height: 48rem;
    margin-top: 20rem; }
    .footer-bottom {
      height: 55rem;
      background: #111111;
      position: relative;
    }
    .footer-bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68rem;
      width: 510rem;
      padding: 0 32rem;
      background: #6720FF;
      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(0, 0, 0, 0.79);
  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: #FFFFFF;
    padding: 63rem 60rem 47rem; }
  .popup__close {
    position: absolute;
    top: 19rem;
    right: 19rem;
    width: 36rem;
    height: 36rem;
    border: 1rem solid #F3F3F9;
    -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: #252426;
    margin-bottom: 7rem; }
  .popup p {
    font-weight: normal;
    font-size: 18rem;
    line-height: 26rem;
    text-align: center;
    color: #5A5A5C;
    margin-bottom: 26rem; }
  .popup .input {
    width: 100%;
    margin-bottom: 11rem; }
  .popup .btn {
    height: 54rem;
    margin-bottom: 13rem;
    width: 100%;
    max-width: 100%; }
    .popup .btn: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: 10rem;
  padding-bottom: 10rem; }
  .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;
    max-width: 1330rem; }
  .header-mobile {
    display: none; }
  .header .logo {
    font-weight: 600;
    font-size: 24rem;
    line-height: 29rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000; }
  .header nav {
    margin-left: auto;
    margin-right: 27rem; }
    .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-style: normal;
      font-weight: 500;
      font-size: 14rem;
      line-height: 17rem;
      color: #000000; }
      .header nav a:hover {
        color: #6720FF;
      }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-contact .btn {
      min-width: 195rem;
      font-size: 14rem;
      line-height: 118.9%;
      font-weight: bold;
      letter-spacing: 1rem;
      text-transform: uppercase; }
      
      .header-contact .footer-contact {
        display: none;
      }


.banner {
  padding-top: 121rem;
  padding-bottom: 150rem;
  position: relative; }
  .banner .container {
    max-width: 1330rem;
    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; }
    .banner-info {
      width: 100%;
    }
  .banner h1 {
    font-weight: 800;
    font-size: 48rem;
    line-height: 124.8%;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 18rem;
    max-width: 790rem;
    width: 100%;
   }
  .banner p {
    font-weight: 300;
    font-size: 20rem;
    line-height: 154.5%;
    color: #252426;
    margin-bottom: 24rem;
    max-width: 700rem; }
  .banner-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .banner-action .btn {
      border-radius: 10rem;
      max-width: 300rem; }
    .banner-action .btn--white {
      margin-left: 24rem;
      border: 2px solid #6720FF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #6720FF;
      background: #fff; 
      transform: 0.3s;
    }
    .banner-action .btn--white:hover {
      box-shadow: 0px 4px 14px -10px rgba(51, 26, 102, 0.36);
      background: #6720FF;
      color: #FFFFFF;
    }
  .banner__img {
    width: 100%;
    max-width: 520rem;
    height: 456rem;
    border-radius: 20rem;
  }
    .banner__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20rem;
      position: relative;
     }

.offer {
  padding-top: 0rem;
  padding-bottom: 0rem; }
  .offer .container {
    background: #000000;
    border-radius: 20rem;
    padding: 81rem 135rem 80.5rem;
    background-image: url(https://static-files.zeely.link/landing5/static/images/common/offer-bg.png);
    background-size: 100% auto; }
  .offer .title-text {
    margin-bottom: 10rem; }
  .offer h2 {
    margin-bottom: 44rem; }
  .offer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .offer-item {
    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;
    margin-bottom: 65rem; }
    .offer-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .offer-item-pic {
      width: 605rem; }
    .offer-item-info {
      width: 646rem; }
    .offer-item__img {
      width: 100%;
      position: relative;
      padding-top: 50.57%; 
      border-radius: 20rem;
    }
      .offer-item__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20rem; }
    .offer-item h3 {
      font-weight: 800;
      font-size: 22rem;
      line-height: 147.5%;
      color: #FFFFFF;
      margin-bottom: 6rem; }
    .offer-item p {
      font-size: 18rem;
      line-height: 143.5%;
      color: #DDDDDD;
      margin-bottom: 22rem; }
    .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: 110.5%;
      color: #6720FF; }
    .offer-item .btn {
      max-width: 225rem;
      font-size: 16rem;
      line-height: 152.5%;
      letter-spacing: 0.01em;
      margin-right: 30rem;
      font-weight: 600; }
  .offer #loadmoreOffer, .offer #hidemoreOffer {
    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: 18rem;
    line-height: 143.5%;
    color: #FFFFFF;
    cursor: pointer; }
    .offer #loadmoreOffer svg, .offer #hidemoreOffer svg {
      stroke: #FFFFFF;
      display: block;
      margin-left: 7.5rem;
      width: 8.75rem;
      height: 4.5rem; }
  .offer-more {
    margin-top: -17rem; }
  .offer #hidemoreOffer svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.sale-form {
  position: relative;
  z-index: 1;
  padding-top: 150rem;
  padding-bottom: 150rem; }
  .sale-form-wrapper {
    max-width: 1060rem;
    margin: 0 auto; }
  .sale-form h3 {
    font-weight: 800;
    font-size: 30rem;
    line-height: 36rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: center;
    margin-bottom: 7rem; }
  .sale-form p {
    font-size: 18rem;
    line-height: 143.5%;
    color: #5A5A5C;
    margin-bottom: 26rem;
    text-align: center; }
  .sale-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20rem; }
    .sale-form-container .input {
      width: 100%; }
  .sale-form .btn {
    max-width: 100%;
    margin-bottom: 19rem; }
    .sale-form .btn:hover {

    }
  .sale-form .checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.about {
  padding-top: 0rem;
  padding-bottom: 75rem; }
  .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;
    background: #000000;
    background-size: 100% auto;
    background-image: url(https://static-files.zeely.link/landing5/static/images/common/about-bg.png);
    border-radius: 20rem;
    padding: 81rem 135rem 80rem; }
  .about-left {
    width: 533rem;
    height: 387rem;
    position: relative;
    z-index: 1; }
    .about-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
    }

  .about-contact span {
    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;
    margin-bottom: 15rem;
    font-weight: bold;
    font-size: 18rem;
    line-height: 110.5%;
    color: #FFFFFF; }
    .about-contact span:last-child {
      margin-bottom: 0; }
    .about-contact span svg {
      fill: transparent;
      width: 20rem;
      min-width: 20rem;
      height: 20rem;
      margin-right: 10rem;
      stroke: #6720FF; }
  .about-right {
    max-width: 655rem; }
    .about-right .title-text {
      text-align: right;
      margin-bottom: 10rem; }
    .about-right h2 {
      text-align: right;
      margin-bottom: 13rem; }
    .about-right__text {
      font-size: 18rem;
      line-height: 143.5%;
      text-align: right;
      color: #FFFFFF;
      margin-bottom: 26rem; }

.work {
    padding-top: 75rem;
    padding-bottom: 0rem; 
  }
  .work .container {
    background: -o-linear-gradient(353.76deg, #A43BD9 0%, #EA9174 100%);
    background: linear-gradient(96.24deg, #A43BD9 0%, #EA9174 100%);
    border-radius: 20rem;
    padding: 81rem 270rem 73rem 135rem; }
  .work .title-text {
    margin-bottom: 10rem;
    text-align: left;
    color: #FFFFFF; }
  .work h2 {
    margin-bottom: 44rem;
    text-align: left; }
  .work-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20rem;
  }
  .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;
    width: 100%; }
    .work-item__icon {
      width: 60rem;
      height: 60rem;
      border-radius: 50%;
      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: 16rem;
      background: #FFFFFF;
      -webkit-box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.03);
      box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.03); }
      .work-item__icon svg {
        width: 24rem;
        height: 24rem; }
    .work-item p {
      font-size: 16rem;
      line-height: 152.5%;
      letter-spacing: 0.01em;
      color: #FFFFFF; }

.gallery {
  padding-top: 0rem;
  padding-bottom: 75rem; }
  .gallery .title-text {
    margin-bottom: 10rem; }
  .gallery h2 {
    margin-bottom: 44rem; }
  .gallery .container {
    background: #000000;
    border-radius: 20rem;
    padding: 81rem 135rem 81rem;
    position: relative; }
  .gallery .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20rem; }
  .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: 47rem;
      height: 55rem;
      background: url(https://static-files.zeely.link/landing5/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: 52.21%; 
    border-radius: 20rem;
  }
    .gallery-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 20rem; }
  .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: 18rem;
    line-height: 143.5%;
    color: #FFFFFF;
    margin-top: 34rem;
    cursor: pointer; }
    .gallery #hidemore svg, .gallery #loadmore svg {
      stroke: #FFFFFF;
      display: block;
      margin-left: 8rem; }
  .gallery #hidemore {
    margin-top: 30px;
    width: 100%; }
    .gallery #hidemore svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .gallery #loadmore {
    position: absolute;
    bottom: 81rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%; }
    .gallery #loadmore:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 356rem;
      bottom: -81rem;
      left: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(44.27%, #000000), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(bottom, #000000 0%, #000000 44.27%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, #000000 0%, #000000 44.27%, rgba(0, 0, 0, 0) 100%);
      z-index: -1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-radius: 20rem; }

.start {
  padding-top: 75rem;
  padding-bottom: 0rem; }
  .start .title-text {
    margin-bottom: 10rem;
    text-align: left;
    color: #898989; }
  .start .container {
    padding: 81rem 270rem 81rem 135rem; }
  .start h2 {
    margin-bottom: 44rem;
    color: #000000;
    text-align: left; }
  .start-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20rem;
   }
  .start-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .start-item__number {
      width: 60rem;
      height: 60rem;
      background: #F4EFFF;
      -webkit-box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.03);
      box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.03);
      border-radius: 50%;
      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: 16rem; }
      .start-item__number svg {
        width: 24rem;
        height: 24rem; }
    .start-item p {
      font-size: 16rem;
      line-height: 152.5%;
      letter-spacing: 0.01em;
      color: #5A5A5C; }

.faq {
  padding-top: 0rem;
  padding-bottom: 150rem; }
  .faq .container {
    padding: 81rem 270rem; }
  .faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20rem;
    grid-row-gap: 44rem; }
  .faq .title-text {
    margin-bottom: 10rem;
    color: #898989; }
  .faq h2 {
    margin-bottom: 44rem;
    color: #000000; }
  .faq-item__title {
    font-weight: 800;
    font-size: 22rem;
    line-height: 147.5%;
    color: #000000;
    margin-bottom: 14rem; }
  .faq-item p {
    font-weight: 300;
    font-size: 20rem;
    line-height: 154.5%;
    color: #5A5A5C; }
.question .container {
  background: #6720FF;
  -webkit-box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.03);
  box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.03);
  border-radius: 20rem;
  padding-top: 81rem;
  padding-bottom: 81rem; }

.question .title-text {
  margin-bottom: 10rem; }

.question h2 {
  color: #FFFFFF;
  margin-bottom: 7rem; }

.question__text {
  max-width: 585rem;
  font-size: 16rem;
  line-height: 152.5%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0 auto 44rem; }

.question form {
  max-width: 946rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.question .input {
  width: 304rem;
  margin-bottom: 17rem; }
  .question .input:nth-child(4) {
    width: 100%; }
  .question .input input {
    color: #FFFFFF;
    background: #6720FF;
    border: 2rem solid #7230FF; }
    .question .input input::-webkit-input-placeholder {
      color: #D2BDFF; }
    .question .input input::-moz-placeholder {
      color: #D2BDFF; }
    .question .input input:-ms-input-placeholder {
      color: #D2BDFF; }
    .question .input input::-ms-input-placeholder {
      color: #D2BDFF; }
    .question .input input::placeholder {
      color: #D2BDFF; }
  .question .input input.error {
    border: 1rem solid #ff4949;
    color: #ff4949; }
    .question .input input.error::-webkit-input-placeholder {
      color: #ff4949; }
    .question .input input.error::-moz-placeholder {
      color: #ff4949; }
    .question .input input.error:-ms-input-placeholder {
      color: #ff4949; }
    .question .input input.error::-ms-input-placeholder {
      color: #ff4949; }
    .question .input input.error::placeholder {
      color: #ff4949; }
  .question .input input label.error {
    color: #ff4949; }
  .question .input .checkbox input.error ~ span {
    color: #ff4949; }

.question button {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border-radius: 5rem;
  height: 58rem;
  border: none;
  outline: none;
  cursor: pointer;
  color: #6720FF;
  margin-bottom: 14rem; 
  transition: 0.3s;
  border: 2rem solid #FFFFFF;
}
.question button:hover {
  background: #6720FF;
  box-shadow: 0px 5px 12px -10px rgba(51, 26, 102, 0.15);
  color: #FFFFFF;
}
.question .checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .question .checkbox svg {
    stroke: #FFFFFF; }
  .question .checkbox span {
    color: #FFFFFF;
    letter-spacing: 0.01em; }
  .question .checkbox a {
    color: #FFFFFF;
    text-decoration: underline; }

.team {
  padding-top: 150rem;
  overflow-x: hidden;
  padding-bottom: 150rem; }
  .team .title-text {
    text-align: left;
    color: #898989; }
  .team h2 {
    margin-bottom: 44rem;
    text-align: left;
    color: #252426; }
  .team-container {
    overflow: visible; }
  .team .container {
    position: relative; }
  .team-item__img {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 20rem; 
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
  }
  .team-item__img:after {
    border-radius: 50%;
  }
    .team-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%; }
  .team-item__name {
    font-weight: 600;
    font-size: 22rem;
    line-height: 110.5%;
    color: #252426;
    text-align: center;
    margin-bottom: 6rem; }
  .team-item__job {
    font-size: 16rem;
    line-height: 152.5%;
    letter-spacing: 0.01em;
    color: #5A5A5C;
    margin-bottom: 12rem;
    text-align: center; }
  .team-item__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .team-item__social li {
      margin-right: 10rem; }
      .team-item__social li:last-child {
        margin-right: 0; }
    .team-item__social svg {
      width: 30rem;
      height: 30rem; }
  .team-nav {
    margin-top: 56rem;
    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; }
    .team-nav__prev, .team-nav__next {
      cursor: pointer; }
      .team-nav__prev svg, .team-nav__next svg {
        stroke: #252426; }
      .team-nav__prev.swiper-button-disabled, .team-nav__next.swiper-button-disabled {
        pointer-events: none; }
        .team-nav__prev.swiper-button-disabled svg, .team-nav__next.swiper-button-disabled svg {
          stroke: #DDDDDD;
          fill: #DDDDDD; }
    .team-nav .swiper-scrollbar {
      position: relative;
      margin: 0 59rem;
      height: 10rem;
      width: calc(100% - 6rem);
      border-radius: 5rem;
      padding: 2rem 0rem;
      background: #F3F3F9; }
      .team-nav .swiper-scrollbar:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: -3rem;
        top: 0;
        width: calc(100% + 6rem);
        background: #F3F3F9;
        border-radius: 5rem;
        z-index: -1; }
    .team-nav .swiper-scrollbar .swiper-scrollbar-drag {
      cursor: pointer;
      margin-right: 3rem;
      height: 6rem;
      border-radius: 3rem;
      background: #6720FF; }

h2 {
  font-weight: 800;
  font-size: 30rem;
  line-height: 36rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF; }

.title-text {
  font-weight: 300;
  font-size: 14rem;
  line-height: 152.5%;
  letter-spacing: 0.01em;
  color: #DDDDDD;
  text-align: center; }

.input {
  width: 316rem; }
  .input input {
    width: 100%;
    height: 100%;
    border: 1rem solid #F3F3F9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7rem;
    padding-left: 20rem;
     padding-top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
    border-radius: 5rem;
    font-size: 18rem;
    line-height: 21rem;
    color: #252426;
    height: 58rem;
    -webkit-box-shadow: none;
    box-shadow: none; 
    -webkit-appearance: none;
    }
    .input input::-webkit-input-placeholder {
      color: #898989; }
    .input input::-moz-placeholder {
      color: #898989; }
    .input input:-ms-input-placeholder {
      color: #898989; }
    .input input::-ms-input-placeholder {
      color: #898989; }
    .input input::placeholder {
      color: #898989; }
    .input input.error {
      border: 1px 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 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: 20rem;
    height: 20rem;
    border: 1rem solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2rem;
    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: #6720FF;
      fill: transparent;
      opacity: 0; }
  .checkbox span {
    font-weight: normal;
    font-size: 16rem;
    line-height: 24rem;
    letter-spacing: 0.01em;
    color: #5A5A5C; }
  .checkbox a {
    color: #6720FF; }

.btn {
  background: #6720FF;
  border-radius: 7rem;
  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: 58rem;
  max-width: 300rem;
  width: 100%;
  font-weight: 500;
  font-size: 18rem;
  line-height: 143.5%;
  text-align: center;
  color: #FFFFFF; 
  transition: 0.3s;
}
  .btn:hover {
    box-shadow: 0px 12px 15px -10px rgba(51, 26, 102, 0.46);
  }
  .offer-item:hover .btn {
    box-shadow: 0px 12px 15px -10px rgba(51, 26, 102, 0.46);
  }
  @media (max-width: 1441px) {
    html {
      font-size: calc(100vw * 0.86 / 1920);;
    }
  }
@media (max-width: 991px) {
  html {
    font-size: 1px;
  }
  .container, .header .container, .banner .container {
    max-width: 720px; }
  .header {
    padding-top: 14rem;
    padding-bottom: 14rem; }
    .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; }
      .header-mobile .close {
        display: none; }
      .header-mobile .burger {
        position: relative;
        z-index: 11; }
      .header-mobile .logo {
        position: relative;
        z-index: 11;
        font-size: 22rem;
        line-height: 27rem; }
    .header.active {
      background: #fff;
      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: 14rem;
          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: 140rem;
      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; }
      .header-top nav {
        width: 100%;
        margin-bottom: 117rem; }
        .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: 18rem; }
          .header-top nav li:last-child {
            margin-bottom: 0; }
        .header-top nav a {
          display: block;
          font-weight: 500;
          font-size: 16rem;
          line-height: 19rem;
          color: #252426;
          text-align: center; }
    .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%; }
        .header-contact .footer-contact {
          display: flex;
          margin-bottom: 13px;
          color: #252426;
        }
  .banner {
    padding-top: 22rem;
    padding-bottom: 40rem; }
    .banner .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .banner h1 {
      font-size: 32rem;
      line-height: 126.9%;
      letter-spacing: 1rem;
      margin-bottom: 10rem; }
    .banner p {
      font-size: 16px;
      line-height: 145%;
      margin-bottom: 14rem; }
    .banner__img {
      max-width: 100%;
      margin-bottom: 10rem;
      width: 100%;
      padding-top: 63%;
      position: relative;
      height: 0;
     }
      .banner__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        left: 0;
        top: 0; }
    .banner-action .btn {
      border-radius: 5px;
      font-size: 16rem;
      height: 60px; }
  .offer {
    padding-top: 40rem;
    padding-bottom: 0rem; }
    .offer .container {
      padding: 35px 29px; }
    .offer .title-text {
      margin-bottom: 6rem; }
    .offer h2 {
      margin-bottom: 30rem; }
    .offer-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: rem; }
      .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: 12rem;
        line-height: 139%;
        margin-top: 12rem;
        cursor: pointer; }
        .offer-more #loadmoreOffer svg, .offer-more #hidemoreOffer svg {
          margin-left: 7.5rem;
          width: 8.75rem;
          height: 4.5rem; }
        
    .offer-item {
      padding: 16rem;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      margin-bottom: 50rem; }
      .offer-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .offer-item:last-child {
        margin-bottom: 37rem; }
      .offer-item-pic {
        width: 100%; }
      .offer-item__img {
        padding-top: 63%;
        margin-bottom: 20rem; }
      .offer-item h3 {
        font-size: 18px;
        line-height: 110.5%;
        margin-bottom: 6rem; }
      .offer-item p {
        font-size: 14px;
        line-height: 145%;
        margin-bottom: 13px; }
      .offer-item .btn {
        height: 50rem;
        max-width: 160rem;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.03em;
        margin-right: 21rem; }
      .offer-item__price {
        font-size: 14px;
        line-height: 110.5%; }
        .offer-item-bottom {
          justify-content: space-between;
        }
  .sale-form {
    padding-top: 80rem;
    padding-bottom: 80rem; }
    .sale-form h3 {
      font-size: 22px;
      line-height: 27px;
      letter-spacing: 0.02em;
      margin-bottom: 7rem; }
    .sale-form p {
      font-size: 14px;
      line-height: 145%;
      margin-bottom: 20rem; }
    .sale-form-container {
      grid-template-columns: 100%;
      margin-bottom: 11px;
      grid-gap: 7px; }
  .about {
    padding-bottom: 40rem; }
    .about h2 {
      margin-bottom: 10rem; 
      text-align: center;
    }
    .about .title-text {
      margin-bottom: 6rem; }
    .about .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 35px 29px 35px; }
      .about-contact span {
        justify-content: center;
        font-size: 18px;
        line-height: 110.5%;
        color: #FFFFFF;
        margin-bottom: 15px;
      }
      .about-contact span svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
        min-width: 20px;
      }
    .about-left {
      max-width: 100%;
      border-radius: 5px;
      position: relative;
      height: 0;
      width: 100%;
      padding-top: 72%;
     }

.about-left img {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
    .about-right {
      width: 100%;
      margin-bottom: 35px; }
      .about-right__text {
        font-size: 14px;
        line-height: 145%;
        margin-bottom: 35px; 
        text-align: center;

      }
        .about-left img {
          border-radius: 5rem;
        }
  .work {
    padding-top: 40rem;
    }


    .work .container {
      padding: 35rem 29rem; }
    .work .title-text {
      margin-bottom: 6rem; }
    .work h2 {
      margin-bottom: 30rem; }
    .work-wrapper {
      grid-template-columns: 100%;
      grid-gap: 0;
    }
    .work-item {
      width: 100%;
      margin-bottom: 31rem; }
      .work-item:last-child {
        margin-bottom: 0; }
      .work-item__icon {
        width: 44rem;
        height: 44rem;
        margin-bottom: 16rem; }
        .work-item__icon svg {
          width: 20rem;
          height: 20rem; }
      .work-item p {
        font-size: 14rem;
        line-height: 20px; }
  .gallery {
    padding-top: 0rem;
    padding-bottom: 40rem; }
    .gallery-item__img  {
      border-radius: 5rem;
    }
    .gallery-item__img img {
      border-radius: 5rem;
    }
    .gallery .title-text {
      display: none; }
    .gallery .container {
      padding: 35px 29.5rem 35px; }
    .gallery h2 {
      margin-bottom: 19rem; }
    .gallery #loadmore {
      bottom: 40rem; }
      .gallery #loadmore:after {
        height: 167rem;
        bottom: -40rem; }
    .gallery #hidemore {
      bottom: 40rem;
    }
  .start {
    padding-top: 40rem; 
    padding-bottom: 40rem;
  }
    .start h2 {
      margin-bottom: 30rem; }
    .start .container {
      padding: 0; }
    .start .title-text {
      margin-bottom: 6rem; }
    .start-wrapper {
      grid-template-columns: 100%;
      grid-gap: 0;
    }
    .start-item {
      margin-bottom: 31rem;
      width: 100%; }
      .start-item:last-child {
        margin-bottom: 0; }
      .start-item__number {
        width: 44rem;
        height: 44rem;
        margin-bottom: 16rem; }
        .start-item__number svg {
          width: 20px;
          height: 20px; }
      .start-item p {
        font-size: 14px;
        line-height: 145%; }
        .start-item p br {
          display: none; }
  .faq {
    padding-top: 40rem;
    padding-bottom: 40rem; }
    .faq .container {
      padding: 0; }
    .faq-container {
      grid-template-columns: 100%;
      grid-gap: 31px; }
    .faq .title-text {
      margin-bottom: 6rem;
      text-align: left; }
    .faq h2 {
      margin-bottom: 30rem;
      text-align: left; }
    .faq-item p {
      font-size: 14px;
      line-height: 145%; }
    .faq-item__title {
      font-size: 18px;
      line-height: 110.5%;
      margin-bottom: 14rem; }
  .question {
    padding-top: 40rem;
    padding-bottom: 40rem; }
    .question .container {
      padding: 35px 29px 35px;
      position: relative; }
    .question .title-text {
      text-align: center;
      margin-bottom: 6rem; }
    .question h2 {
      margin-bottom: 7rem; }
    .question__text {
      font-size: 14px;
      line-height: 145%;
      margin-bottom: 20rem;
      max-width: 100%; }
    .question form {
      position: relative; }
      .question form .input {
        width: 100%;
        margin-bottom: 7rem; }
      .question form .input:nth-child(4) {
        margin-bottom: 11rem; }
      .question form button {
        height: 55rem;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 12px;
        letter-spacing: 0.03em; }
  .team {
    padding-top: 40rem;
    padding-bottom: 80rem; }
    .team .title-text {
      margin-bottom: 6rem; }
    .team h2 {
      margin-bottom: 30rem; }
    .team-item__img {
      margin-bottom: 20rem; }
    .team-item__name {
      font-size: 18rem;
      line-height: 110.5%;
      margin-bottom: 6rem; }
    .team-item__job {
      font-size: 14rem;
      line-height: 16rem;
      margin-bottom: 12rem; }
    .team-item__social li {
      margin-right: 10rem; }
    .team-item__social svg {
      width: 26rem;
      height: 26rem; }
    .team-nav {
      margin-top: 20rem; }
      .team-nav .swiper-scrollbar {
        margin: 0;
        height: 4rem;
        border-radius: 2rem;
        width: calc(100% - 2rem);
        padding: 1rem 0; }
        .team-nav .swiper-scrollbar:after {
          left: -1rem;
          width: calc(100% + 2rem); }
      .team-nav .swiper-scrollbar .swiper-scrollbar-drag {
        height: 2rem;
        border-radius: 1rem; }
  .team-nav__prev, .team-nav__next {
    display: none; }
  .footer {
    padding-top: 36rem; }
    .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: 30px;
    }
      .footer-top-left {
        margin-right: 0; }
        .footer-top-left .footer-social {
          display: none; }
    .footer .logo {
      margin: 0 auto 22px;
      font-size: 24rem;
      line-height: 30rem; }
    .footer nav li {
      margin-bottom: 11rem;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      height: 20rem;
      margin-right: 0; }
      .footer nav li a {
        font-size: 14px;
        line-height: 145%;
        font-weight: normal; }
    .footer nav {
      margin-bottom: 22rem;
      max-width: 335rem;
      width: 100%; }
      .footer nav ul {
        max-width: 335rem;
        width: 100%;
        grid-template-columns: auto -webkit-min-content;
        grid-template-columns: auto min-content;
        grid-template-rows: repeat(4, 1fr); }
    .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: 16rem;
    min-width: 16rem;
    height: 16rem;
    margin-right: 4rem; }
  .footer-contact {
    font-size: 14rem;
    line-height: 110.5%;
    margin-bottom: 15.5rem; }
  .footer-social svg {
    width: 24rem;
    height: 24rem; }
  .footer-social {
    margin-bottom: 20rem; }
  .footer .btn {
    max-width: 100%;
    height: 38rem;
    font-weight: 500;
    font-size: 12rem;
    line-height: 14rem;
    letter-spacing: 0.03em; }
    .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;
    }
  h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em; }
  .title-text {
    font-size: 14px;
    line-height: 145%; }
  .btn {
    height: 55rem;
    font-size: 14rem;
    line-height: 16rem;
    border-radius: 5px; }
  .input input {
    font-size: 14rem;
    line-height: 16rem;
    height: 55rem; }
  .checkbox__icon {
    width: 14rem;
    height: 14rem;
    margin-right: 10rem; }
    .checkbox__icon svg {
      width: 8rem;
      height: 8rem; }
  .checkbox span {
    font-size: 10rem;
    line-height: 14rem; }
  .checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .container, .header .container, .banner .container {
    max-width: 540px; }
  .offer-item-info {
    width: 100%; }
  .gallery-item.video:after {
    width: 43rem;
    height: 50rem; }
  .gallery .container {
    padding: 35px 29.5px 35px; }
  .gallery .swiper-wrapper {
    grid-template-columns: 100%; }
  .gallery #loadmore {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .gallery #loadmore:after {
    display: none; }
  .gallery #hidemore, .gallery #loadmore {
    font-size: 12px;
    line-height: 139%;
    color: #FFFFFF;
    margin-top: 30px; }
    .gallery #hidemore svg, .gallery #loadmore svg {
      width: 8.75px;
      height: 5px;
      margin-left: 8px; }
  .gallery #hidemore {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .popup-container {
    width: calc(100% - 40rem);
    padding: 46rem 21rem 31rem; }
  .popup-succes .popup-container {
    padding-top: 46rem;
    padding-bottom: 21rem; }
  .popup__icon svg {
    width: 44rem;
    height: 44rem; }
  .popup__title {
    font-size: 18rem;
    line-height: 112.9%;
    text-align: center;
    letter-spacing: 1rem;
    margin-bottom: 7rem; }
  .popup p {
    margin-bottom: 13rem;
    font-size: 12rem;
    line-height: 139%; }
  .popup .input {
    margin-bottom: 7rem; }
    .popup .input input {
      height: 40rem; }
  .popup .btn {
    height: 40rem;
    font-size: 12rem;
    line-height: 139%; }
  .popup__close {
    width: 24rem;
    height: 24rem;
    top: 9rem;
    right: 9rem; }
    .popup__close svg {
      width: 12rem;
      height: 12rem; } }

@media (max-width: 580px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; }
  .offer .container,
  .about .container,
  .work .container,
  .gallery .container,
  .start .container,
  .faq .container,
  .question .container {
    max-width: calc(100% - 40px); }
  .banner-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .banner-action .btn {
      max-width: 100%; }
    .banner-action .btn--white {
      margin-left: 0;
      margin-top: 10px; } }

      @media (max-width: 375px) {
        html {
          font-size: calc(100vw  / 320);
        }
      }


    .loader {
      background: none repeat scroll 0 0 #000;
      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: #fff;
      position: absolute;
      left: 44.5%;
      top: 37%;
    
      border-radius: 50px;
      box-shadow: 0 0 3px rgba(0,0,0,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;
}

