<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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=Roboto:wght@500&amp;display=swap");
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://static-files.zeely.link/landing4/static/fonts/ProximaNova-Bold.woff2") format("woff2"), url("https://static-files.zeely.link/landing4/static/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://static-files.zeely.link/landing4/static/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("https://static-files.zeely.link/landing4/static/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://static-files.zeely.link/landing4/static/fonts/ProximaNova-Regular.woff2") format("woff2"), url("https://static-files.zeely.link/landing4/static/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  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: 'Proxima Nova';
  font-size: 16px;
  background: #000000; }

*,
*::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: 1536rem;
  width: 100%; }

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

.footer {
  background: #181818;
  padding-top: 36rem; }
  .footer .container {
    max-width: 1274rem; }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21rem; }
  .footer-right {
    margin-left: auto; }
  .footer .logo {
    margin-right: 155rem;
    font-style: normal;
    font-weight: bold;
    font-size: 36rem;
    line-height: 55rem;
    color: #FFFFFF; }
  .footer nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 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: 16rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 110.5%;
    color: #FFFFFF; }
    .footer-contact svg {
      fill: transparent;
      width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      stroke: #2153CC; }
  .footer-social {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20rem; }
    .footer-social li {
      margin-right: 16rem; }
    .footer-social svg {
      width: 25rem;
      height: 25rem; }
  .footer .btn {
    max-width: 180rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 19rem; 
    min-width: 180rem;
    }
    .footer-bottom {
      height: 55rem;
      background: #181818;
      position: relative;
    }
    .footer-bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68rem;
      width: 510rem;
      padding: 0 32rem;
      background: #2153CC;
      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 .input input {
      background: #F9F9FC;
      color: #5A5A5C;
      border: none; }
      .popup .input input::-webkit-input-placeholder {
        color: #898989; }
      .popup .input input::-moz-placeholder {
        color: #898989; }
      .popup .input input:-ms-input-placeholder {
        color: #898989; }
      .popup .input input::-ms-input-placeholder {
        color: #898989; }
      .popup .input input::placeholder {
        color: #898989; }
  .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 .checkbox span {
      color: #5A5A5C; }
  .popup .checkbox__icon {
    border: 1rem solid #E8E8F2; }
    .popup .checkbox__icon svg {
      stroke: #2153CC; }
  .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 {
  width: 100%;
  z-index: 10;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #FFFFFF; }
  .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: 100%;
    padding-left: 44rem;
    padding-right: 44rem; }
  .header-mobile {
    display: none; }
  .header .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 45rem; }
    .header .language ul {
      position: relative; }
      .header .language ul svg {
        width: 18rem;
        height: 12rem; }
      .header .language ul li {
        display: block;
        padding-right: 9rem;
        background: #FFFFFF;
        padding-left: 9rem; }
      .header .language ul li:not(.active) {
        position: absolute;
        top: 100%;
        left: 0;
        display: none; }
    .header .language__arrow svg {
      width: 7rem;
      height: 4rem;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .header .language:hover ul li:not(.active) {
      display: block; }
    .header .language:hover .language__arrow svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .header .logo {
    font-weight: bold;
    font-size: 24rem;
    line-height: 37rem;
    letter-spacing: 0.01em;
    color: #252426; }
  .header nav {
    margin: 0 auto; }
    .header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header nav li {
      margin-right: 40rem; }
      .header nav li:last-child {
        margin-right: 0; }
    .header nav a {
      font-style: normal;
      font-weight: 400;
      font-size: 16rem;
      line-height: 19rem;
      color: #3D3D3D;
      white-space: nowrap; }
      .header nav a:hover {
        color: #2153CC;
      }
  .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: 199rem;
      font-size: 16rem;
      line-height: 19rem; }
  .header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 56rem; }
    .header-phone svg {
      fill: transparent;
      stroke: #3D3D3D;
      width: 17rem;
      height: 17rem;
      margin-right: 11rem; }
    .header-phone a {
      display: block;
      white-space: nowrap;
      font-weight: 600;
      font-size: 12rem;
      line-height: 15rem;
      color: #3D3D3D; }

.banner {
  padding-top: 50rem;
  padding-bottom: 50rem; }
  .banner .container {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.26%, rgba(0, 0, 0, 0.05)), to(#000000)), url("https://images.unsplash.com/photo-1558697698-9300a84a6a99?ixid&amp;#x3D;M3wxMjA3fDB8MXxzZWFyY2h8MTF8fGhvbWUlMjBkZWNvcnxlbnwwfHx8fDE3MjQwODI3Nzd8MA&amp;amp;ixlib&amp;#x3D;rb-4.0.3") no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 13.26%, #000000 100%), url("https://images.unsplash.com/photo-1558697698-9300a84a6a99?ixid&amp;#x3D;M3wxMjA3fDB8MXxzZWFyY2h8MTF8fGhvbWUlMjBkZWNvcnxlbnwwfHx8fDE3MjQwODI3Nzd8MA&amp;amp;ixlib&amp;#x3D;rb-4.0.3") no-repeat;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 13.26%, #000000 100%), url("https://images.unsplash.com/photo-1558697698-9300a84a6a99?ixid&amp;#x3D;M3wxMjA3fDB8MXxzZWFyY2h8MTF8fGhvbWUlMjBkZWNvcnxlbnwwfHx8fDE3MjQwODI3Nzd8MA&amp;amp;ixlib&amp;#x3D;rb-4.0.3") no-repeat;
    background-size: cover;
    border-radius: 20rem;
    padding-top: 162rem;
    padding-bottom: 163rem; }
  .banner h1 {
    font-weight: 600;
    font-size: 72rem;
    line-height: 80rem;
    text-align: center;
    color: #FFFFFF;
    max-width: 1010rem;
    margin: 0 auto 31rem; }
    .banner h1 span {
      background: #2153CC;
      padding: 0 19rem;
      border-radius: 8rem;
      line-height: 78rem;
      display: inline-block; 
      white-space: nowrap;
      
      }
  .banner p {
    font-style: normal;
    font-weight: normal;
    font-size: 24rem;
    line-height: 156.5%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 750rem; }

.sale-form {
  position: relative;
  z-index: 1; }
  .sale-form-wrapper {
    max-width: 1534rem;
    background: #121316;
    -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;
    position: static;
    width: 100%;
    padding: 71.5rem 130rem;
    overflow: hidden; }
    .sale-form-wrapper h3 {
      margin-bottom: 7rem; }
    .sale-form-wrapper p {
      margin-bottom: 26rem; }
    .sale-form-wrapper .btn {
      max-width: 299rem;
      background: #FF4A4A;
      font-size: 18rem;
      line-height: 22rem; }
  .sale-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 13rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13rem; }
    .sale-form-container .input {
      width: 100%; }

.offer {
  padding-top: 150rem;
  padding-bottom: 150rem; }
  .offer h2 {
    margin-bottom: 37rem; }
    .offer-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 26rem; }
      .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: 18rem;
        line-height: 143.5%;
        color: #2153CC;
        font-weight: 600;
        cursor: pointer; }
        .offer-more #loadmoreOffer svg, .offer-more #hidemoreOffer svg {
          stroke: #2153CC;
          display: block;
          margin-left: 8rem;
          width: 14rem;
          height: 7rem; }
      .offer-more #hidemoreOffer svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .offer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40rem; }
    .offer-item {
      display: flex;
      flex-direction: column;
    }
  .offer-item__img {
    width: 100%;
    position: relative;
    padding-top: 51.44%;
    margin-bottom: 18rem; 
    border-radius: 5rem; 
  }
    .offer-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 5rem; }
  .offer-item h3 {
    font-size: 24rem;
    line-height: 110.5%;
    color: #FFFFFF;
    margin-bottom: 7rem; }
  .offer-item p {
    font-size: 18rem;
    line-height: 130%;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 22rem; 
    flex: 1;
  }
  .offer-item-bottom {
    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; }
  .offer-item__price {
    font-weight: bold;
    font-size: 18rem;
    line-height: 22rem;
    color: #2153CC; }
  .offer-item .btn {
    max-width: 183rem;
    height: 43rem; }

.about {
  padding-top: 150rem;
  padding-bottom: 75rem; }
  .about .mobile {
    display: none; }
  .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: #1D1D23;
    border-radius: 5rem;
    overflow: hidden; }
  .about-left {
    max-width: 486rem;
    margin-left: 132rem; }
    .about-left h2 {
      text-align: left;
      margin-bottom: 4rem; 
      line-height: 1.2;
      }
    .about-left p {
      font-size: 18rem;
      line-height: 160%;
      color: #FFFFFF;
      margin-bottom: 48rem; }
  .about-contact span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18rem;
    line-height: 110.5%;
    color: #FFFFFF;
    margin-bottom: 20rem; }
    .about-contact span:last-child {
      margin-bottom: 0; }
    .about-contact span svg {
      fill: transparent;
      width: 20rem;
      height: 20rem;
      min-width: 20rem;
      margin-right: 16rem;
      stroke: #2153CC; 
    }
  .about-right {
    width: 769rem;
    position: relative;
    z-index: 1; }
    .about-right img {
      width: 100%; 
      height: 638rem;
      object-fit: cover;
      object-position: center;
      position: relative;
      }

.work {
  padding-top: 75rem;
  padding-bottom: 150rem; }
  .work h2 {
    margin-bottom: 37rem; }
  .work-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 42rem;
   }
  .work-item {
    width: 483rem;
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #1D1D23;
    border-radius: 5rem;
    padding: 50rem 90rem; }
    .work-item:nth-child(2) {
      background: #2D2D36; }
    .work-item__icon {
      margin-bottom: 34rem;
      width: 80rem;
      height: 80rem;
      border-radius: 50%;
      background: #2153CC;
      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; }
      .work-item__icon svg {
        width: 40rem;
        height: 40rem;
        fill: transparent;
        stroke: #FFFFFF; }
    .work-item p {
      font-weight: 600;
      font-size: 18rem;
      line-height: 150%;
      text-align: center;
      color: #FFFFFF; }

.gallery {
  padding-top: 150rem;
  padding-bottom: 75rem; }
  .gallery h2 {
    margin-bottom: 37rem; }
  .gallery .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40rem; 
  }
  /* .gallery  .swiper-slide {
    display: none;
  } */

  .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/landing4/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: 74%;
    border-radius: 5rem; 
  }
    .gallery-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5rem; }
  .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;
    color: #2153CC;
    margin-top: 27rem;
    font-weight: 600;
    font-size: 18rem;
    line-height: 143.5%;
    cursor: pointer; }
    .gallery #hidemore svg, .gallery #loadmore svg {
      stroke: #2153CC;
      display: block;
      margin-left: 8rem; }
  .gallery #hidemore svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.start {
  padding-top: 75rem;
  padding-bottom: 179rem; }
  .start h2 {
    margin-bottom: 37rem; }
  .start-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40rem; }
  .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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #2D2D36;
    border-radius: 8rem;
    padding: 75rem; }
    .start-item__number {
      margin-bottom: 2rem;
      font-weight: bold;
      font-size: 37rem;
      line-height: 124.8%;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 34rem; }
    .start-item p {
      font-weight: 600;
      font-size: 18rem;
      line-height: 150%;
      text-align: center;
      color: #FFFFFF; }
    .start-item.active {
      position: relative;
      background: #2153CC; }
      .start-item.active:after {
        position: absolute;
        top: calc(100% - 1rem);
        left: 177rem;
        content: '';
        background: url(https://static-files.zeely.link/landing4/static/images/common/triangle.svg) no-repeat;
        width: 34.12rem;
        height: 28.41rem;
        background-size: cover; }

.faq {
  padding-top: 150rem;
  padding-bottom: 150rem; }
  .faq-container {
    max-width: 1274rem;
    width: 100%;
    margin: 0 auto; }
  .faq h2 {
    margin-bottom: 5rem; }
  .faq-item {
    position: relative;
    padding: 34rem 0;
    border-top: 1rem solid #1B1C20;
    cursor: pointer; }
    .faq-item:first-child {
      border-top: none; }
    .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: #FFFFFF;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 20rem;
        height: 11rem;
        -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: 600;
      font-size: 24rem;
      line-height: 110.5%;
      color: #FFFFFF;
      max-width: 1010rem; }
    .faq-item p {
      font-weight: normal;
      font-size: 18rem;
      line-height: 143.5%;
      color: #DDDDDD;
      max-width: 1010rem;
      margin-top: 16rem;
      display: none; }
    .faq-item.active .faq-item__arrow svg {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
.question h2 {
  color: #FFFFFF;
  margin-bottom: 4rem; }

.question p {
  max-width: 810rem;
  font-size: 24rem;
  line-height: 110.5%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 37rem; }

.question form {
  max-width: 1010rem;
  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: 330rem;
  margin-bottom: 10rem; }
  .question .input:nth-child(4) {
    width: 100%; }

.question button {
  width: 100%;
  background: #EA4D33;
  border-radius: 5rem;
  height: 58rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 18rem;
  line-height: 21rem;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 20rem;
  color: #FFFFFF; }

.question .checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.team {
  padding-top: 150rem;
  overflow-x: hidden;
  padding-bottom: 150rem; }
  .team h2 {
    margin-bottom: 44rem; }
  .team-container {
    overflow: visible;
    width: 100%; }
    .team-container .swiper-wrapper {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 46rem;
      margin: 0 auto; }
  .team .container {
    position: relative; }
  .team-item__img {
    width: 100%;
    position: relative;
    padding-top: 105.36%;
    margin-bottom: 20rem; 
    border-radius: 5rem;
  }
    .team-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5rem; }
  .team-item__name {
    font-weight: 600;
    font-size: 23rem;
    line-height: 110.5%;
    color: #FFFFFF;
    margin-bottom: 10rem;
    text-align: center; }
  .team-item__job {
    font-size: 16rem;
    line-height: 24rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 24rem;
    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: 20rem; }
      .team-item__social li:last-child {
        margin-right: 0; }
    .team-item__social svg {
      width: 27rem;
      height: 27rem; }
  .team-nav {
    display: none;
    -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: -o-linear-gradient(315deg, #B420FA 0%, #BD00FF 100%);
      background: linear-gradient(135deg, #B420FA 0%, #BD00FF 100%); }

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 52rem;
  line-height: 80rem;
  color: #FFFFFF; }

h3 {
  font-weight: bold;
  font-size: 24rem;
  line-height: 110.5%;
  color: #FFFFFF; }

p {
  font-weight: normal;
  font-size: 18rem;
  line-height: 143.5%;
  color: #FFFFFF; }

.input {
  width: 315rem; }
  .input input {
    width: 100%;
    height: 100%;
    border: 1rem solid #262626;
    padding-left: 20rem;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    font-size: 18rem;
    line-height: 21rem;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    height: 58rem;
    border-radius: 5rem; }
    .input input::-webkit-input-placeholder {
      color: #DDDDDD; }
    .input input::-moz-placeholder {
      color: #DDDDDD; }
    .input input:-ms-input-placeholder {
      color: #DDDDDD; }
    .input input::-ms-input-placeholder {
      color: #DDDDDD; }
    .input input::placeholder {
      color: #DDDDDD; }
    .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%;
    border: 1rem solid #262626;
    padding: 18rem 20rem;
    background: transparent;
    font-size: 18rem;
    line-height: 21rem;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    height: 123rem;
    outline: none;
    border-radius: 5rem; }
    .input textarea::-webkit-input-placeholder {
      color: #DDDDDD; }
    .input textarea::-moz-placeholder {
      color: #DDDDDD; }
    .input textarea:-ms-input-placeholder {
      color: #DDDDDD; }
    .input textarea::-ms-input-placeholder {
      color: #DDDDDD; }
    .input textarea::placeholder {
      color: #DDDDDD; }
    .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: 20rem;
    height: 20rem;
    border: 1rem solid #FFFFFF;
    -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: #FFFFFF;
      fill: transparent;
      opacity: 0; }
  .checkbox span {
    font-weight: normal;
    font-size: 16rem;
    line-height: 24rem;
    letter-spacing: 0.01em;
    color: #FFFFFF; }
  .checkbox a {
    color: #2153CC; }

.btn {
  background: transparent;
  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: 49rem;
  max-width: 236rem;
  border-radius: 5rem;
  width: 100%;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  letter-spacing: 0.03em; 
  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: #2153CC;
  border: 2rem solid #2153CC;
  border-radius: 5rem;
  z-index: -1;
  transition: 0.3s;
}
  .btn--1 {
    height: 58rem; }
  
    .offer-item:hover .btn:after {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: #1A5DFF;
      border: 2rem solid #3068F0;
    }

    .btn:hover:after:after {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: #1A5DFF;
      border: 2rem solid #3068F0;
    }

    .question button,.sale-form-wrapper .btn{
      background: transparent;
      transition: 0.3s;
    position: relative;
    z-index: 1;
    }
    .question button:after,.sale-form-wrapper .btn:after {
      position: absolute;
      content: '';
      width: calc(100% + 0rem);
      height: calc(100% + 0rem);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #FF4A4A;;
      border: none;
      border-radius: 5rem;
      z-index: -1;
      transition: 0.3s;
    }
    .question button:hover:after,.sale-form-wrapper .btn:hover:after {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: #FF3333;;
    }
@media (max-width: 991px) {
  .container, .header .container {
    max-width: 720px;
    padding-right: 0;
    padding-left: 0; }
  .header .language {
    display: none; }
  .header {
    padding-top: 15rem; 
    padding-bottom: 15rem;
  
  }
    .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: 16rem;
        line-height: 1.2; 
      }
    .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-top {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      height: calc(100vh - calc(100vh - 100%));
      width: 100%;
      padding-top: 97rem;
      z-index: 10;
      display: none; 
      
    }
      .header-top .logo {
        display: none; }

       .header.active .header-mobile {
         position: fixed;
         top: 15rem;
         left: 0;
         width: 100%;
         z-index: 11;

       }
      .header-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
        justify-content: space-between;
        height: 100%;
        padding-bottom: 30px;
      }
      .header-top nav {
        width: 100%;
        margin-bottom: 20rem; }
        .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%;
        font-weight: normal;
        font-size: 14rem;
        line-height: 17rem;
        letter-spacing: 0.03em; }
    .header-phone {
      margin-bottom: 13rem;
      margin-right: 0; }
      .header-phone svg {
        stroke: #252426; }
      .header-phone a {
        color: #252426;
        font-weight: 600; 
        font-size: 16rem;
        line-height: 19rem;
      }
  .banner .container {
    padding-top: 96rem;
    padding-bottom: 0; }
  .banner h1 {
    text-transform: uppercase;
    font-size: 28rem;
    line-height: 36rem;
    margin-bottom: 25rem; }
    .banner h1 span {
      line-height: 36rem;
      padding: 0 17rem; }
  .banner p {
    font-size: 12rem;
    line-height: 139%;
    }
  .sale-form-wrapper {
    padding: 16rem 16rem 18rem;
    border-radius: 5rem; }
    .sale-form-wrapper .btn {
      max-width: 100%;
      margin-bottom: 12rem;
      font-size: 14rem;
      line-height: 17rem; }
  .sale-form-container {
    grid-template-columns: 100%;
    grid-gap: 7rem;
    margin-bottom: 0; }
  .sale-form-wrapper h3 {
    font-size: 20rem;
    line-height: 1.2;
    margin-bottom: 7rem; }
  .sale-form-wrapper p {
    font-size: 12rem;
    line-height: 139%;
    margin-bottom: 9rem; }
  .offer {
    padding-top: 70rem;
    padding-bottom: 53rem; }
    .offer h2 {
      margin-bottom: 20rem; }
    .offer-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 12rem; }
      .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%;
        color: #2153CC;
        font-weight: 600;
        cursor: pointer; }
        .offer-more #loadmoreOffer svg, .offer-more #hidemoreOffer svg {
          stroke: #2153CC;
          display: block;
          margin-left: 7.5rem;
          width: 8.75rem;
          height: 4.5rem; }
      .offer-more #hidemoreOffer svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .offer-container {
      grid-template-columns: 1fr 1fr;
      grid-gap: 9rem; }
    .offer-item {
      padding: 16rem; }
      .offer-item__img {
        padding-top: 69.35%;
        margin-bottom: 17rem; }
      .offer-item h3 {
        font-size: 18rem;
        line-height: 78.4%;
        margin-bottom: 13rem; }
      .offer-item p {
        font-size: 12rem;
        line-height: 16rem;
        margin-bottom: 13rem; }
      .offer-item .btn {
        height: 28rem;
        max-width: 117rem;
        border-radius: 3.19372rem;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0.03em; }
      .offer-item__price {
        font-size: 13rem;
        line-height: 16rem; }
  .about {
    padding-top: 53rem;
    padding-bottom: 27rem; }
    .about .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: transparent; }
    .about h2 {
      margin-bottom: 20rem;
      display: none; }
    .about .mobile {
      display: block; }
    .about p {
      font-size: 12rem;
      line-height: 139%;
      margin-bottom: 25rem; }
    .about-contact span {
      font-size: 14rem;
      line-height: 118.9%;
      letter-spacing: 1rem;
      margin-bottom: 10rem; }
      .about-contact span svg {
        width: 15rem;
        min-width: 15rem;
        height: 15rem;
        margin-right: 15rem; }
      .about-contact span strong {
        display: block; }
    .about-left {
      max-width: 100%;
      width: 100%;
      background: #1D1D23;
      border-radius: 0rem 0rem 5rem 5rem;
      padding: 20rem 16rem 25rem;
      margin-left: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .about-right {
      width: 100%;
      height: 0;
      padding-top: 63%;
      padding-left: 0rem;
      background: #1D1D23;
      border-radius: 5rem 5rem 0rem 0rem;
      position: relative;
     }
      .about-right img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        border-radius: 5rem;
        position: absolute;
       }
      .about-right:after {
        left: 0;
        height: calc(100% - 26.32rem);
        width: 100rem; }
  .work {
    padding-top: 26rem;
    padding-bottom: 53rem; }
    .work h2 {
      margin-bottom: 20rem; }
    .work-wrapper {
      grid-template-columns: 100%;
      grid-gap: 0;
    }
    .work-item {
      width: 100%;
      margin-bottom: 14rem;
      padding: 26rem 31rem 25rem; }
      .work-item:last-child {
        margin-bottom: 0; }
      .work-item__icon {
        margin-bottom: 30rem;
        width: 55rem;
        height: 55rem; }
        .work-item__icon svg {
          width: 25rem;
          height: 25rem; }
      .work-item p {
        font-size: 12rem;
        line-height: 139%;
        max-width: 230rem;
        margin: 0 auto;}
  .gallery {
    padding-top: 53rem;
    padding-bottom: 27rem; }
    .gallery h2 {
      margin-bottom: 20rem; }
    .gallery .swiper-wrapper {
      grid-gap: 20rem; }
  .start {
    padding-top: 26rem;
    padding-bottom: 25rem; }
    .start h2 {
      margin-bottom: 20rem; }
    .start .container {
      padding: 0; }
    .start-wrapper {
      grid-template-columns: 1fr;
      grid-gap: 14rem; }
    .start-item {
      max-width: 100%;
      margin-right: 0;
      padding: 55rem 29rem 46rem; }
      .start-item:last-child {
        margin-bottom: 0; }
      .start-item.active {
        margin-bottom: 18rem; }
        .start-item.active:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 21.6rem;
          height: 18rem;
          background-size: cover; }
      .start-item__number {
        font-size: 40rem;
        line-height: 0.75;
        margin-bottom: 30rem; }
      .start-item p {
        font-size: 12rem;
        line-height: 139%; }
  .faq {
    padding-top: 28rem;
    padding-bottom: 38rem; }
    .faq-container {
      max-width: 100%; }
    .faq h2 {
      margin-bottom: 5rem; }
    .faq .faq-item__title {
      max-width: calc(100% - 40rem);
      font-size: 16rem;
      line-height: 96.9%; }
    .faq-item {
      padding: 15rem 0; 

    }
    .faq-item:last-child {
      border-bottom: 1rem solid #1B1C20;
    }
      .faq-item p {
        font-size: 12rem;
        line-height: 139%;
        margin-top: 8rem;
        max-width: calc(100% - 40rem); }
      .faq-item__arrow {
        right: 0rem; }
        .faq-item__arrow svg {
          width: 10rem;
          height: 10rem; }
  .question .container {
    position: relative; }
  .question-wrapper {
    border: 1rem solid #1B1C20;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5rem;
    padding: 19rem 16rem 21rem; }
  .question h2 {
    margin-bottom: 7rem; }
  .question p {
    font-size: 12rem;
    line-height: 139%;
    margin-bottom: 9rem; }
  .question form {
    padding: 0rem;
    position: relative; }
    .question form .input {
      width: 100%;
      margin-bottom: 7rem; }
    .question form .input:nth-child(4) {
      margin-bottom: 11rem; }
    .question form button {
      height: 46rem;
      margin-bottom: 12rem;
      font-size: 14rem;
      line-height: 16rem; }
  .team {
    padding-top: 53rem;
    padding-bottom: 53rem; }
    .team-item__img {
      margin-bottom: 14rem; }
    .team-item__name {
      font-size: 16rem;
      line-height: 96.9%;
      margin-bottom: 7rem; }
    .team-item__job {
      font-size: 14rem;
      line-height: 16rem;
      margin-bottom: 20rem; }
    .team-item__social svg {
      width: 20rem;
      height: 20rem; }
    .team-item__social li {
      margin-right: 15rem; }
    .team-container .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 0; }
    .team-nav {
      margin-top: 16rem; }
      .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; }
  .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: 24rem;
    
    }
    .footer .logo {
      margin-right: 0;
      margin-bottom: 22rem;
      font-size: 24rem;
      line-height: 37rem; }
    .footer nav li {
      margin-right: 0;
      margin-bottom: 11rem;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      height: 14rem; }
      .footer nav li a {
        font-size: 12rem;
        line-height: 139%;
        font-weight: normal; }
    .footer nav {
      margin-bottom: 22rem; }
      .footer nav ul {
        height: 101rem;
        width: 268rem;
        grid-template-columns: auto -webkit-min-content;
        grid-template-columns: auto min-content; }
    .footer-right {
      width: 100%;
      max-width: 280rem;
      margin: 0 auto; }
  .footer-contact svg {
    width: 16rem;
    height: 16rem;
    margin-right: 4rem; }
  .footer-contact {
    font-size: 12rem;
    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: 20rem;
    line-height: 110.9%; }
  .btn {
    height: 46rem;
    font-size: 14rem;
    line-height: 16rem; }
  .input input {
    font-size: 14rem;
    line-height: 16rem;
    height: 46rem; }
  .input textarea {
    font-size: 14rem;
    line-height: 16rem;
    height: 70rem;
    padding: 14.5rem 20rem; }
  .checkbox__icon {
    width: 14rem;
    height: 14rem;
    margin-right: 10rem; }
    .checkbox__icon svg {
      width: 8rem;
      height: 8rem;
      stroke: #2153CC;
       }
  .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 {
    max-width: 540px; }
    
  .gallery .gallery-item__img {
    padding-top: 68.83%; }
  .work h2 {
    padding: 0 20rem; }
  .work-item {
    margin-right: 0rem;
    min-width: 188rem;
    margin-bottom: 22rem; }
    .work-item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .question .container {
    border-radius: 0; }
  .gallery {
    overflow: hidden; }
    .gallery .swiper-scrollbar {
      margin-top: 17rem;
      height: 4rem;
      border-radius: 2rem;
      width: calc(100% - 2rem);
      padding: 1rem 0;
      background: #252426;
      position: relative; }
      .gallery .swiper-scrollbar:after {
        left: -1rem;
        width: calc(100% + 2rem);
        background: #252426;
        border-radius: 2rem;
        z-index: -1;
        top: 0;
        position: absolute;
        content: ''; }
    .gallery .swiper-scrollbar .swiper-scrollbar-drag {
      height: 2rem;
      border-radius: 1rem;
      cursor: pointer;
      background: -o-linear-gradient(315deg, #2091FA 0%, #0057FF 100%);
      background: linear-gradient(135deg, #2091FA 0%, #0057FF 100%); }
  .gallery-item.video:after {
    width: 43rem;
    height: 50rem; }
  .gallery .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0; }
  .start-wrapper {
    -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; }
  .start-item {
    margin-right: 0; }
    .start-item:last-child {
      margin-bottom: 0; }

  .popup-container {
    width: calc(100% - 40rem);
    padding: 46rem 21rem 31rem; }
  .popup-succes .popup-container {
    padding-top: 30rem;
    padding-bottom: 30rem; }
  .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; }
  .offer-container {
    grid-template-columns: 100%; } }

@media (max-width: 580px) {
  .container, .header .container {
    padding-right: 20rem;
    padding-left: 20rem; }
  main {
    background-size: calc(100% - 22rem) auto; }
  .start .container {
    padding: 0 20rem; } }

@media (max-width: 414px) {
  .banner {
    padding-top: 0;
    padding-bottom: 53rem; }
        .banner .container {
      border-radius: 0;

     background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40px, #000000 200px), url("https://images.unsplash.com/photo-1558697698-9300a84a6a99?ixid&amp;#x3D;M3wxMjA3fDB8MXxzZWFyY2h8MTF8fGhvbWUlMjBkZWNvcnxlbnwwfHx8fDE3MjQwODI3Nzd8MA&amp;amp;ixlib&amp;#x3D;rb-4.0.3") no-repeat;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40px, #000000 200px), url("https://images.unsplash.com/photo-1558697698-9300a84a6a99?ixid&amp;#x3D;M3wxMjA3fDB8MXxzZWFyY2h8MTF8fGhvbWUlMjBkZWNvcnxlbnwwfHx8fDE3MjQwODI3Nzd8MA&amp;amp;ixlib&amp;#x3D;rb-4.0.3") no-repeat;
      background-size: 100% auto;
      background-position: center top; } }




      
      .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;
}
  .sale-form--top {
    margin-bottom: 32rem;
  }


</pre></body></html>