@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=Ubuntu:wght@400;500;700&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: 'Ubuntu', 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: 1234rem;
  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 .container {
    max-width: 100%;
    padding-right: 30rem;
    padding-left: 30rem; }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer-top-left {
      margin-right: 84rem; }
  .footer .logo {
    display: block;
    margin-bottom: 31rem;
    font-weight: bold;
    font-size: 48rem;
    line-height: 61rem;
    text-transform: uppercase;
    color: #FFFFFF; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-social.mobile {
      display: none; }
    .footer-social li {
      margin-right: 14rem; }
      .footer-social li:last-child {
        margin-right: 0; }
    .footer-social svg {
      width: 34rem;
      height: 34rem; }
  .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: 123rem; }
  .footer nav a {
    font-size: 16rem;
    line-height: 18rem;
    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: bold;
    font-size: 16rem;
    line-height: 18rem;
    color: #FFFFFF; }
    .footer-contact svg {
      fill: transparent;
      width: 20rem;
      min-width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      stroke: #FFFFFF; }
  .footer .btn {
    max-width: 211rem;
    background: #FFFFFF;
    color: #17120F;
    min-width: 211rem;
     }
     .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: linear-gradient(95.63deg, #FDBECF 0%, #F19AAF 100%);
      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: 1234rem;
    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: 56rem 60rem 56rem; }
  .popup__close {
    position: absolute;
    top: 19rem;
    right: 19rem;
    width: 26rem;
    height: 26rem;
    -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-weight: bold;
    font-size: 44px;
    line-height: 51px;
    color: #000000;
    margin: 0 auto 7rem;
    width: 606rem;
    text-align: center; }
  .popup form {
    width: 606rem;
    margin: 0 auto; }
  .popup p {
    font-size: 18px;
    line-height: 143.5%;
    text-align: center;
    color: #5A5A5C;
    margin: 0 auto 30rem;
    width: 606rem; }
  .popup .input {
    width: 100%;
    margin-bottom: 11rem; }
  .popup .btn {
    max-width: 100%;
    margin-bottom: 10rem;
    margin-top: 32rem; }
  .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: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .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-right: 30px;
    padding-left: 30px; }
  .header-mobile {
    display: none; }
  .header .mobile {
    display: none; }
  .header .logo {
    font-weight: bold;
    font-size: 24rem;
    line-height: 28rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #252426; }
  .header nav {
    margin-left: auto; }
    .header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header nav li {
      margin-right: 30rem; }
      .header nav li:last-child {
        margin-right: 0; }
    .header nav a {
      font-size: 16rem;
      line-height: 18rem;
      color: #17120F; }
      .header nav a:hover {
        color: #fff;
      }

.banner {
  padding-top: 130rem;
  padding-bottom: 66rem;
  position: relative;
  background: -o-linear-gradient(354.37deg, #FDBECF 0%, #F19AAF 100%);
  background: linear-gradient(95.63deg, #FDBECF 0%, #F19AAF 100%); }
  .banner .container {
    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-left {
    max-width: 720rem; 
    width: 100%;
  }
  .banner h1 {
    font-weight: bold;
    font-size: 60rem;
    line-height: 69rem;
    color: #17120F;
    margin-bottom: 22rem; }
  .banner p {
    font-size: 19rem;
    line-height: 147.3%;
    color: #17120F;
    margin-bottom: 40rem;
    max-width: 610rem; }
  .banner .btn {
    max-width: 211rem; }
  .banner-right {
    width: 405rem; 
   height: 512rem;
  }
    .banner-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;}

.sale-form {
  position: relative;
  z-index: 1;
  background: #CED9FF;
  padding-top: 98rem;
  padding-bottom: 98rem; }
  .sale-form-wrapper {
    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; }
  .sale-form-left {
    max-width: 556rem; }
  .sale-form h3 {
    font-weight: bold;
    font-size: 44rem;
    line-height: 51rem;
    color: #000000;
    margin-bottom: 7rem; }
  .sale-form p {
    font-size: 18rem;
    line-height: 146.5%;
    color: #17120F; }
  .sale-form form {
    width: 100%;
    max-width: 606rem; }
  .sale-form-container {
    width: 100%;
    margin-bottom: 32rem; }
    .sale-form-container .input {
      width: 100%;
      margin-bottom: 15rem; }
      .sale-form-container .input:last-child {
        margin-bottom: 0; }
  .sale-form .btn {
    max-width: 100%;
    margin-bottom: 10rem; }

.offer {
  padding-top: 150rem;
  padding-bottom: 150rem; }
  .offer h2 {
    margin-bottom: 50rem; }
  .offer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20rem;
    grid-row-gap: 30rem; }
  .offer-item-info {
    padding: 24rem 20rem 20rem;
    border: 1px solid #F5F5F5; }
  .offer-item__img {
    width: 100%;
    position: relative;
    padding-top: 41%; }
    .offer-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .offer-item h3 {
    font-weight: bold;
    font-size: 20rem;
    line-height: 23rem;
    color: #17120F;
    margin-bottom: 6rem; }
  .offer-item p {
    font-size: 16rem;
    line-height: 117.65%;
    letter-spacing: 0.01em;
    color: #17120F;
    margin-bottom: 20rem; }
  .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: 20rem;
    line-height: 23rem;
    color: #17120F; }
  .offer-item .btn {
    max-width: 257rem; }
  .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-weight: 300;
    font-size: 17rem;
    line-height: 20rem;
    color: #17120F;
    cursor: pointer;
    margin-top: 30rem; }
    .offer #loadmoreOffer svg, .offer #hidemoreOffer svg {
      stroke: #17120F;
      display: block;
      margin-left: 7.5rem;
      width: 8.75rem;
      height: 4.5rem; }
  .offer-more {
    display: none; }
  .offer #hidemoreOffer svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.about {
  padding-top: 98rem;
  padding-bottom: 98rem;
  background: #FFE5CE; }
  .about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about-right {
    width: 545rem;
    height: 545rem;
    position: relative;
    z-index: 1; }
    .about-right 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;
    margin-bottom: 15rem;
    font-weight: bold;
    font-size: 18rem;
    line-height: 110.5%;
    color: #17120F; }
    .about-contact span:last-child {
      margin-bottom: 0; }
    .about-contact span svg {
      width: 20rem;
      height: 20rem;
      min-width: 20rem;
      margin-right: 10rem; }
  .about-left {
    max-width: 607rem; }
    .about-left h2 {
      text-align: left;
      margin-bottom: 13rem; }
    .about-left__text {
      font-size: 16rem;
      line-height: 165%;
      color: #17120F;
      margin-bottom: 26rem;
      font-weight: 500; }

.work {
  margin-top: 150rem;
  margin-bottom: 150rem; }
  .work h2 {
    margin-bottom: 50rem;
    text-align: left; }
  .work-wrapper {
    display: grid;
    grid-template-columns: 293rem 293rem 293rem;
    grid-row-gap: 20rem;
    justify-content: space-between;
    }
  .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: 293rem; }
    .work-item__icon {
      margin-bottom: 16rem; }
      .work-item__icon svg {
        width: 50rem;
        height: 50rem; }
    .work-item p {
      font-size: 16rem;
      line-height: 165%;
      color: #17120F;
      font-weight: 500; }

.gallery {
  margin-top: 150rem;
  margin-bottom: 75rem; }
  .gallery h2 {
    margin-bottom: 50rem; }
  .gallery-container {
    width: 100%;
    overflow: hidden; }
  .gallery-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30rem; }
    .gallery-nav .prev {
      margin-right: 20rem;
      width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      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;
      outline: none; }
      .gallery-nav .prev svg {
        stroke: #17120F; }
      .gallery-nav .prev.swiper-button-disabled {
        pointer-events: none; }
        .gallery-nav .prev.swiper-button-disabled svg {
          stroke: #7F7F83; }
    .gallery-nav .next {
      width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      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;
      outline: none; }
      .gallery-nav .next svg {
        stroke: #17120F; }
      .gallery-nav .next.swiper-button-disabled {
        pointer-events: none; }
        .gallery-nav .next.swiper-button-disabled svg {
          stroke: #7F7F83; }
  .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: 55rem;
      height: 62rem;
      background: url(https://static-files.zeely.link/landing7/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: 72%; }
    .gallery-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0rem; }

.start {
  padding-top: 75rem;
  padding-bottom: 75rem; }
  .start h2 {
    margin-bottom: 50rem;
    text-align: left; }
  .start-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 178rem;
   }
  .start-item {
    width: 293rem; }
    .start-item__icon {
      margin-bottom: 16rem; }
      .start-item__icon svg {
        width: 50rem;
        height: 50rem; }
    .start-item p {
      font-size: 16rem;
      line-height: 165%;
      color: #17120F;
      font-weight: 400; }

.faq {
  padding-top: 75rem;
  padding-bottom: 150rem; }
  .faq h2 {
    margin-bottom: 50rem; }
  .faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20rem; }
  .faq-item {
    position: relative;
    padding-bottom: 30rem;
    border-bottom: 1px solid #F3F3F9;
    cursor: pointer; }
    .faq-item__arrow {
      position: absolute;
      right: 0;
      top: calc(50% - 15rem);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .faq-item__arrow svg {
        fill: transparent;
        stroke: #000000;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 12rem;
        height: 7rem;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .faq-item__title {
      font-weight: bold;
      font-size: 20rem;
      line-height: 23rem;
      color: #17120F; 
      max-width: calc(100%  - 30rem);
    }
    .faq-item p {
      font-size: 18rem;
      line-height: 146.5%;
      color: #17120F;
      margin-top: 14rem;
      display: none;
      font-weight: 400; 
      max-width: calc(100% - 50rem);
      }
    .faq-item.active .faq-item__arrow svg {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.question {
  padding-top: 63rem;
  padding-bottom: 63rem;
  background: #FEB8CA; 
  }
 /* .question {
  margin-bottom: 120rem;
}
 */
.team {
  padding-top: 150rem;
  padding-bottom: 120rem; }
  .team h2 {
    margin-bottom: 50rem;
    text-align: left; }
  .team-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30rem; }
    .team-nav .prev {
      margin-right: 20rem;
      width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      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;
      outline: none; }
      .team-nav .prev svg {
        stroke: #17120F; }
      .team-nav .prev.swiper-button-disabled {
        pointer-events: none; }
        .team-nav .prev.swiper-button-disabled svg {
          stroke: #7F7F83; }
    .team-nav .next {
      width: 20rem;
      height: 20rem;
      margin-right: 14rem;
      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;
      outline: none; }
      .team-nav .next svg {
        stroke: #17120F; }
      .team-nav .next.swiper-button-disabled {
        pointer-events: none; }
        .team-nav .next.swiper-button-disabled svg {
          stroke: #7F7F83; }
  .team-container {
    overflow: hidden; }
  .team .container {
    position: relative; }
  .team-item__img {
    width: 100%;
    position: relative;
    padding-top: 82%; }
    .team-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
  .team-item-info {
    padding: 30rem 30rem;
    border: 1px solid #EFEFEF; }
  .team-item__name {
    font-weight: bold;
    font-size: 20rem;
    line-height: 23rem;
    color: #252426;
    margin-bottom: 16rem; }
  .team-item__job {
    font-size: 16rem;
    line-height: 117.65%;
    letter-spacing: 0.01em;
    color: #5A5A5C;
    margin-bottom: 22rem; }
  .team-item__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .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 #loadmoreTeam, .team #hidemoreTeam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 17rem;
    line-height: 20rem;
    color: #FC2B62;
    cursor: pointer;
    margin-top: 30rem; }
    .team #loadmoreTeam svg, .team #hidemoreTeam svg {
      stroke: #FC2B62;
      display: block;
      margin-left: 7.5rem;
      width: 8.75rem;
      height: 4.5rem; }
  .team #hidemoreTeam svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

h2 {
  font-weight: bold;
  font-size: 44rem;
  line-height: 51rem;
  color: #17120F;
  text-align: center; }

.input {
  width: 316rem;
  position: relative; }
  .input span {
    position: absolute;
    left: 0;
    top: 14rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16rem;
    line-height: 117.65%;
    letter-spacing: 0.01em;
    color: #575757;
    font-weight: 500;
    pointer-events: none;
     }
  .input input:not(:-moz-placeholder-shown) ~ span {
    transform-origin: left;
    transform: translateY(-19px) scale(0.75); }
  .input input:not(:-ms-input-placeholder) ~ span {
    -ms-transform-origin: left;
    transform-origin: left;
    -ms-transform: translateY(-19px) scale(0.75);
    transform: translateY(-19px) scale(0.75); }
  .input input:focus ~ span, .input input:not(:placeholder-shown) ~ span {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateY(-19px) scale(0.75);
    -ms-transform: translateY(-19px) scale(0.75);
    transform: translateY(-19px) scale(0.75); }
  .input input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #575757;
    font-size: 18rem;
    line-height: 146.5%;
    color: #17120F;
    height: 55rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 0rem;
     padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    border-radius: 0; }
    .input input::-webkit-input-placeholder {
      color: rgba(151, 157, 177, 0.8); }
    .input input::-moz-placeholder {
      color: rgba(151, 157, 177, 0.8); }
    .input input:-ms-input-placeholder {
      color: rgba(151, 157, 177, 0.8); }
    .input input::-ms-input-placeholder {
      color: rgba(151, 157, 177, 0.8); }
    .input input::placeholder {
      color: rgba(151, 157, 177, 0.8); }
    .input input.error {
      border-bottom: 1px solid #FB1D1D;
      color: #FB1D1D; }
      .input input.error ~ span {
        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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .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 #000000;
    -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;
    padding-left: 1rem; }
    .checkbox__icon svg {
      width: 11rem;
      height: 8rem;
      stroke: #000000;
      fill: transparent;
      opacity: 0; }
  .checkbox span {
    font-size: 16rem;
    line-height: 117.65%;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: 500; }
  .checkbox a {
    color: #2091FA;
    text-decoration: underline; 
  }
  .checkbox a:hover {
    text-decoration: none;
  }

.btn {
  background: #17120F;
  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: 50rem;
  max-width: 300rem;
  width: 100%;
  font-weight: 500;
  font-size: 16rem;
  line-height: 18rem;
  text-align: center;
  color: #FFFFFF; 
  transition: 0.3s;
  border: 2rem solid #17120F;
}
.btn:hover {
  background: #FFFFFF;
  border: 2rem solid #FFFFFF;
  color: #17120F;
}
.offer-item:hover .btn {
  border: 2rem solid #17120F;
}
.footer .btn:hover {
  background: #17120F;
  color: #FFFFFF;
}

@media (max-width: 1440px) {
  .header nav a {
    font-size: 14rem; } }
    
@media (max-width: 991px) {
  html {
    font-size: 1px;
  }
  .container {
    max-width: 720px; }
    .header  .w-100 {
      width: 100%;
    }
  .header {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    .header-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 100;
      padding-top: 14rem;
      padding-bottom: 14rem; }
      .header-mobile .close {
        display: none; }
      .header-mobile .burger {
        position: relative;
        z-index: 11; }
      .header-mobile .logo {
        position: relative;
        z-index: 11;
        font-size: 24rem;
        line-height: 28rem; }
    .header.active {
      height: 100%; }
      .header.active .header-mobile {
        position: fixed;
        top: 0rem;
        left: 0;
        width: 100%;
        z-index: 11;
    }
      .header.active .header-mobile .close {
        display: block; }
      .header.active .header-mobile .open {
        display: none; }
      .header.active .logo-fill {
        fill: #252426; }
    .header-top {
      background: -o-linear-gradient(354.37deg, #FDBECF 0%, #F19AAF 100%);
      background: linear-gradient(95.63deg, #FDBECF 0%, #F19AAF 100%);
      position: fixed;
      top: 0;
      left: 0;
      height: calc(100vh - calc(100vh - 100%));
      width: 100%;
      padding-top: 117rem;
      z-index: 10;
      display: none; }
      .header-top .logo {
        display: none; }
      .header-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
        height: 100%;
        padding-bottom: 29px;
      }
      .header-top nav {
        width: 100%;
        margin-bottom: 0rem; }
        .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-size: 18px;
          line-height: 147.3%;
          color: #000000;
          text-align: center; }
    .header-phone.mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 13rem; }
      .header-phone.mobile svg {
        width: 24rem;
        height: 24rem;
        margin-right: 8rem;
        stroke: #252426;
        fill: transparent; }
      .header-phone.mobile span {
        display: block;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #252426; }
    .header-contact.mobile {
      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%; }
      .header-contact.mobile .btn {
        max-width: 100%; }
  .banner {
    padding-top: 73rem;
    padding-bottom: 30rem; }
    .banner .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .banner-left {
      width: 100%; }
    .banner-right {
      max-width: 100%;
      width: 100%;
      margin-bottom: 23rem;
      height: 275rem; }
      .banner-right img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .banner h1 {
      font-size: 32px;
      line-height: 37px;
      margin-bottom: 8rem; }
    .banner p {
      font-size: 16px;
      line-height: 147.3%;
      margin-bottom: 20rem; }
    .banner .btn {
      max-width: 100%; }
  .sale-form {
    padding-top: 36rem;
    padding-bottom: 36rem; }
    .sale-form-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .sale-form-left {
      width: 100%;
      max-width: 100%; }
    .sale-form h3 {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 7px;
      text-align: center; }
    .sale-form-container {
      margin-bottom: 16rem; }
    .sale-form p {
      font-size: 14px;
      line-height: 153%;
      text-align: center;
      margin-bottom: 24rem; }
    .sale-form .btn {
      margin-bottom: 12; }
    .sale-form .input {
      width: 100%;
      margin-bottom: 5px; }
      .sale-form .input:last-child {
        margin-bottom: 0; }
  .offer {
    padding-top: 60rem;
    padding-bottom: 60rem; }
    .offer h2 {
      margin-bottom: 26rem; }
    .offer-container {
      grid-template-columns: 100%;
      grid-row-gap: 16rem; }
    .offer-item {
      width: 100%; }
      .offer-item-pic {
        width: 100%; }
      .offer-item__img {
        padding-top: 0%;
        margin-bottom: 0rem;
      }
      .offer-item__img img {
        position: static;
        width: 100%;
        height: auto;
      }
      .offer-item__img.loading-img {
        padding-top: 39%;
      }
      .offer-item__img.loading-img img {
        position: absolute;
      }
      .offer-item-info {
        padding: 16rem 29rem 20rem;
        border: 1px solid #F5F5F5;
        width: 100%; }
      .offer-item h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 6rem;
        text-align: left;
       }
      .offer-item p {
        font-size: 14px;
        line-height: 153%;
        margin-bottom: 12px; 
        text-align: left;
        }
      .offer-item .btn {
        height: 40rem;
        max-width: 145rem;
        font-size: 14px;
        line-height: 16px; }
      .offer-item__price {
        font-size: 16px;
        line-height: 18px; }
    .offer-more {
      display: block; }
  .offer #loadmoreOffer, .offer #hidemoreOffer {
    font-size: 12px;
    line-height: 139%;
    color: #17120F;
    margin-top: 15rem; }
    .offer #loadmoreOffer svg, .offer #hidemoreOffer svg {
      color: #17120F;
      width: 9px;
      height: 5px; }

  .about {
    padding-top: 20rem;
    padding-bottom: 36px; }
    .about h2 {
      margin-bottom: 18rem;
      text-align: left; }
    .about-contact span {
      font-size: 14px;
      line-height: 118.9%;
      margin-bottom: 10px; }
      .about-contact span strong {
        display: block; }
      .about-contact span svg {
        width: 18rem;
        min-width: 18rem;
        height: 18rem;
        margin-right: 11px; }
    .about-left {
      width: 100%;
      margin-bottom: 0px; }
      .about-left__text {
        font-size: 14px;
        line-height: 153%;
        margin-bottom: 24px; }
    .about-right {
      margin-bottom: 26rem;
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative;
       }
       .about-right img {
        position: absolute;
        top: 0;
        left: 0;
       }
       .about .container {
         flex-direction: column-reverse;
       }
  .work {
    margin-top: 60rem;
    margin-bottom: 60rem; }
    .work h2 {
      margin-bottom: 18rem; }
    .work-wrapper {
      grid-template-columns: 100%; 
      grid-row-gap: 0;
      }
    .work-item {
      width: 100%;
      margin-bottom: 16rem; }
      .work-item:last-child {
        margin-bottom: 0; }
      .work-item__icon {
        margin-bottom: 8rem; }
        .work-item__icon svg {
          width: 24rem;
          height: 24rem; }
      .work-item p {
        font-size: 14px;
        line-height: 153%; }
        .work-item p br {
          display: none; }
  .gallery {
    margin-top: 60rem;
    margin-bottom: 30rem; }
    .gallery h2 {
      margin-bottom: 18rem;
      text-align: left; }
  .start {
    padding-top: 30rem;
    padding-bottom: 30px; }
    .start h2 {
      margin-bottom: 18rem;
      text-align: left; }
    .start-wrapper {
      grid-template-columns: 100%;
      grid-gap: 0;
     }
    .start-item {
      margin-bottom: 16rem;
      width: 100%;
      -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:last-child {
        margin-bottom: 0; }
      .start-item__icon {
        margin-bottom: 8rem; }
        .start-item__icon svg {
          width: 24rem;
          height: 24rem; }
      .start-item p {
        font-size: 14px;
        line-height: 153%; }
        .start-item p br {
          display: none; }
  .faq {
    padding-top: 30rem;
    padding-bottom: 60px; }
    .faq h2 {
      text-align: left;
      margin-bottom: 18rem; }
    .faq .faq-item__title {
      max-width: calc(100% - 50rem);
      font-size: 16px;
      line-height: 18px; }
    .faq-container {
      padding-top: 0;
      grid-template-columns: 100%;
      grid-gap: 15rem; }
    .faq-item {
      padding-bottom: 15rem; }
      .faq-item p {
        font-size: 14px;
        line-height: 153%;
        margin-top: 8rem;
        max-width: calc(100% - 50rem); }
      .faq-item__arrow {
        right: 16rem; }
        .faq-item__arrow svg {
          width: 16rem;
          height: 16rem; }
  .question {
    padding-top: 36rem;
    padding-bottom: 36rem; }
    /* .question {
  margin-bottom: 41rem;
}
 */
  .team {
    padding-top: 40rem;
    padding-bottom: 41rem; }
    .team h2 {
      margin-bottom: 18rem;
      text-align: left; }
    .team-item-info {
      padding: 16rem 30rem 20rem;
      border: 1px solid #EFEFEF; }
    .team-item__name {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 8rem; }
    .team-item__job {
      font-size: 14px;
      line-height: 153%;
      margin-bottom: 12rem; }
    .team-item__social li {
      margin-right: 10rem; }
    .team-item__social svg {
      width: 20rem;
      height: 20rem; }
  .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: 30rem; }
      .footer-top-left {
        margin-right: 0; }
        .footer-top-left .footer-social {
          display: none; }
    .footer .logo {
      margin: 0 auto 22rem;
      font-size: 40rem;
      line-height: 51rem; }
    .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:last-child {
        margin-bottom: 0; }
      .footer nav li a {
        font-size: 14px;
        line-height: 153%; }
    .footer nav {
      margin-bottom: 22rem;
      width: 100%;
      max-width: 335rem; }
      .footer nav ul {
        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;
    height: 16rem;
    min-width: 16rem;
    margin-right: 6rem; }
  .footer-contact {
    font-weight: normal;
    font-size: 14px;
    line-height: 153%;
    margin-right: 0;
    margin-bottom: 15rem; }
  .footer-social svg {
    width: 24rem;
    height: 24rem; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20rem; }
    .footer-social li {
      margin-right: 13rem; }
      .footer-social li:last-child {
        margin-right: 0; }
    .footer-social svg {
      width: 24rem;
      height: 24rem; }
  .footer .btn {
    max-width: 335rem;
    margin: 0 auto; 

    }
    .footer-bottom {
      height: 60rem;
    }
    .footer-bottom-wrap {
      height: auto;
      width: 100%;
      padding: 14rem 20rem;
      box-shadow: none;
      border-radius: 0;
      left: 0;
    }
    .footer-bottom__logo {
      width: 24rem;
      height: 24rem;
    }
    .footer-bottom__text {
      width: 113rem;
      height: 15rem;
    }
  h2 {
    font-size: 22px;
    line-height: 25px; }
  .btn {
    height: 50rem;
    font-size: 16px;
    line-height: 18px; }
  .input input {
    font-size: 14px;
    line-height: 153%;
    height: 50rem; }
  .input span {
    font-size: 14px;
    line-height: 153%; }
  .checkbox__icon {
    width: 14rem;
    height: 14rem;
    margin-right: 10rem; }
    .checkbox__icon svg {
      width: 8rem;
      height: 8rem; }
  .checkbox span {
    font-size: 12px;
    line-height: 14px; }
  .checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup-container {
    width: calc(100% - 40rem);
    padding: 25rem 24rem 25rem;
    border-radius: 12rem; }
  .popup-succes .popup-container {
    padding-top: 46rem;
    padding-bottom: 21rem; }
  .popup__icon svg {
    width: 44rem;
    height: 44rem; }
  .popup__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10rem;
    width: 100%;
    text-align: center;
    margin-bottom: 7rem; }
  .popup p {
    font-size: 14px;
    line-height: 153%;
    text-align: center;
    width: 100%;
    margin-bottom: 20rem; }
  .popup .input {
    margin-bottom: 5rem; }
  .popup form {
    width: 100%; }
  .popup .btn {
    max-width: 100%;
    margin-bottom: 12rem;
    margin-top: 25rem; }
  .popup__close {
    width: 18rem;
    height: 18rem;
    top: 10rem;
    right: 8rem;
    border: 1px solid #F3F3F9; }
    .popup__close svg {
      width: 14rem;
      height: 14rem; } }

@media (max-width: 767px) {
  .container {
    max-width: 540px; }
  .gallery-nav {
    display: none; }
  .team-nav {
    display: none; } }

@media (max-width: 580px) {
  .container, .header .container, .footer .container {
    padding-right: 30px;
    padding-left: 30px; }
  .gallery, .team {
    overflow: hidden; }
  .gallery-container, .team-container {
    overflow: visible; } }

.header-contact .btn {
  min-width: 214rem;
}




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

  
.spin-loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

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

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

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



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

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

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

.animation-element {
  opacity: 0; }


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