@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=Poppins:wght@400;500;600&display=swap");
@font-face {
  font-family: 'GT Super Text';
  src: url("https://static-files.zeely.link/seoul/static/fonts/GTSuperText-Black.woff2") format("woff2"), url("https://static-files.zeely.link/seoul/static/fonts/GTSuperText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

h1 {
  font-family: 'GT Super Text'; }

html {
  font-size: 1px; }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif; }

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

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

.footer-top {
  padding-top: 106rem;
  padding-bottom: 94rem;
  background: #000000; }
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
   }

.footer-right {
  /* margin-left: auto; */
  margin-right: 0rem; }

.footer .logo {
  font-family: 'GT Super Text';
  font-style: normal;
  font-weight: 900;
  font-size: 50rem;
  line-height: 58rem;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  display: block;
  white-space: nowrap; }

.footer nav {
  margin-left: 20rem;
  margin-right: 20rem;
  max-width: 850rem;
  width: 100%;
}
  .footer nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: row;
    width: 100%;
   }
  .footer nav li {
    margin-bottom: 24rem;
    /* width: 314rem; */
   
  }
  .footer nav a {
    font-weight: 500;
    font-size: 24rem;
    line-height: 36rem;
    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: 24rem;
  font-weight: 500;
  font-size: 24rem;
  line-height: 36rem;
  color: #FFFFFF; }

.footer-social {
  margin-top: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-social li {
    margin-right: 32rem; }
    .footer-social li:last-child {
      margin-right: 0; }
    .footer-social li a {
      font-weight: 500;
      font-size: 24rem;
      line-height: 36rem;
      color: #FFFFFF;
      padding-bottom: 4rem;
      border-bottom: 2px solid #FFFFFF; }

.footer .btn {
  max-width: 179rem;
  min-width: 179rem;
  margin-top: 36rem;
  border: 2rem solid #FFFFFF; }

.footer-bottom {
    height: 55rem;
    background: #000000;
    position: relative;
  }
  .footer-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68rem;
    width: 510rem;
    padding: 0 32rem;
    background: #FF88F0;
    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: 636rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FF88F0;
    padding: 84rem 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup__close {
    margin-left: auto;
    width: 26rem;
    height: 26rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 32rem;
    position: relative; }
    .popup__close:after {
      position: absolute;
      content: '';
      width: calc(100% + 32rem);
      height: calc(100% + 32rem);
      top: -16rem;
      left: -16rem; }
    .popup__close svg {
      width: 100%;
      height: 100%; }
  .popup__title {
    font-family: 'GT Super Text';
    font-style: normal;
    font-weight: 700;
    font-size: 48rem;
    line-height: 125%;
    color: #000000;
    margin-bottom: 35rem; }
  .popup p {
    font-weight: 400;
    font-size: 22rem;
    line-height: 140%;
    color: #000000;
    margin-bottom: 21rem; }
  .popup-form-container {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24rem; }
  .popup .input {
    width: 100%;
    margin-bottom: 21rem; }
    .popup .input input {
      border-bottom: 2rem solid #393639;
      color: #000; }
      .popup .input input::-webkit-input-placeholder {
        color: #393639; }
      .popup .input input::-moz-placeholder {
        color: #393639; }
      .popup .input input:-ms-input-placeholder {
        color: #393639; }
      .popup .input input::-ms-input-placeholder {
        color: #393639; }
      .popup .input input::placeholder {
        color: #393639; }
  .popup-form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center; }
  .popup .btn {
    width: auto;
    padding: 0 28rem;
    min-width: 113rem;
    margin-right: 30rem;
    background: #000000;
    border: 2rem solid #FFFFFF;
    color: #FFFFFF; }
  .popup .checkbox span {
    color: #393639; }
  .popup-succes .popup-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .popup-succes .btn {
    width: 100%; }

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

.header {
  z-index: 10;
  padding-top: 20rem;
  padding-bottom: 20rem; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-mobile {
    display: none; }
  .header .mobile {
    display: none; }
  .header .logo {
    font-family: 'GT Super Text';
    font-style: normal;
    font-weight: 900;
    font-size: 26rem;
    line-height: 30rem;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #1246FE;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18rem; }
  .header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header nav li {
    padding: 0 32rem;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2rem solid #1246FE; }
  .header nav a {
    font-weight: 400;
    font-size: 20rem;
    line-height: 30rem;
    color: #000000; }
    .header nav a:hover {
      color: #1246FE; }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.banner {
  padding-top: 72rem;
  padding-bottom: 100rem;
  position: relative; }
  .banner .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .banner-left {
    width: 798rem; }
  .banner-img {
    display: none; }
  .banner h1 {
    font-weight: 900;
    font-size: 68rem;
    line-height: 130%;
    color: #000000;
    margin-bottom: 48rem; }
  .banner p {
    font-weight: 400;
    font-size: 32rem;
    line-height: 48rem;
    color: #000000;
    margin-bottom: 54rem; }
  .banner .btn-1 {
    width: 183rem;
    height: 65rem;
    background: #FF88F0;
    border: 2rem solid #000000;
    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: 500;
    font-size: 22rem;
    line-height: 33rem;
    color: #000000;
    cursor: pointer; }
  .banner-right {
    width: 688rem;
    height: 500rem; }
    .banner-right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.sale-form .container {
  border-bottom: 2rem solid #000000;
  border-top: 2rem solid #000000; }

.sale-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sale-form-left {
  width: 744rem;
  min-width: 744rem;
  border-right: 2rem solid #000000;
  padding: 52rem 78rem 52rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.sale-form h3 {
  font-family: 'GT Super Text';
  font-style: normal;
  font-weight: 700;
  font-size: 48rem;
  line-height: 125%;
  color: #000000;
  margin-bottom: 97rem; }

.sale-form p {
  font-weight: 400;
  font-size: 24rem;
  line-height: 140%;
  color: #404040; }

.sale-form form {
  padding: 61rem 0 52rem 80rem;
  width: 100%; }

.sale-form-container {
  width: 100%; }
  .sale-form-container .input {
    width: 100%;
    margin-bottom: 21rem; }

.sale-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32rem; }

.sale-form .btn {
  max-width: 100%;
  min-width: 192rem;
  padding: 0 5rem;
  margin-right: 32rem; }

.offer {
  margin-top: 160rem;
  margin-bottom: 160rem; }
  .offer h2 {
    margin-bottom: 90rem; }
  .offer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 29rem;
    margin-bottom: 60rem; }
  .offer-item-pic {
    width: 100%;
    margin-bottom: 30rem; }
    .offer-item-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  .offer-item__img {
    width: 100%;
    position: relative;
    padding-top: 94%; }
    .offer-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 0rem; }
  .offer-item__price {
    color: #000;
    font-size: 24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
   }
  .offer-item h3 {
    font-weight: 500;
    font-size: 32rem;
    line-height: 48rem;
    color: #000000;
    margin-bottom: 20rem; }
  .offer-item p {
    font-weight: 400;
    font-size: 24rem;
    line-height: 36rem;
    color: #000000;
    margin-bottom: 24rem; }
  .offer-item .btn {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    height: 40rem;
    border: none;
    border-bottom: 2rem solid #000000;
    background: transparent;
    padding-bottom: 4rem;
    font-weight: 500;
    font-size: 24rem;
    line-height: 36rem;
    color: #000000; }
    .offer-item .btn svg {
      width: 22rem;
      height: 20rem;
      margin-left: 12rem; }
  .offer .loadmore-btn {
    border: 2rem solid #000000;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto; }
  .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: 600;
    font-size: 17rem;
    line-height: 26rem;
    color: #000000;
    cursor: pointer;
    padding: 16rem 28rem;
    white-space: nowrap; }
    .offer #loadmoreOffer svg,
    .offer #hidemoreOffer svg {
      display: block;
      margin-left: 8rem;
      width: 16rem;
      height: 11rem; }
  .offer #hidemoreOffer svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.about {
  margin-top: 160rem;
  margin-bottom: 160rem; }
  .about-img {
    display: none; }
  .about .container {
    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;
    max-width: 100%; }

  .about-middle {
    display: flex;

  }
  .about-left {
    border-top: 2rem solid #000000;
    border-bottom: 2rem solid #000000;
    width: 1393rem;
    min-height: 660rem;
    position: relative;
    z-index: 1; }
    .about-left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0rem; }
  .about-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 48rem;
    padding: 0 40rem; }
    .about-contact span {
      width: 437rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14rem;
      margin-right: 14rem;
      font-weight: 400;
      font-size: 36rem;
      line-height: 54rem;
      color: #000000; }
  .about h2 {
    width: 100%;
    margin-bottom: 60rem; }
  .about-right {
    width: calc(100% - 1393rem);
    padding: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2rem solid #000000;
    border-bottom: 2rem solid #000000; }
    .about-right__text {
      font-weight: 400;
      font-size: 36rem;
      line-height: 54rem;
      color: #000000; }

.work {
  margin-top: 160rem;
  margin-bottom: 160rem; }
  .work h2 {
    margin-bottom: 90rem; }
  .work-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0rem; }
  .work-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 24rem 29rem;
    border: 2rem solid #000000; }
    .work-item h3 {
      font-weight: 400;
      font-size: 24rem;
      line-height: 36rem;
      color: #000000; }
    .work-item:first-child {
      padding-left: 0;
      border-left: none;
      border-right: none; }
    .work-item:nth-child(2) {
      border-left: 2rem solid #000000;
      border-right: 2rem solid #000000; }
    .work-item:last-child {
      padding-right: 0;
      border-left: none;
      border-right: none; }

.gallery {
  margin-top: 160rem;
  margin-bottom: 128rem;
  overflow: hidden; }
  .gallery .container {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 33rem; }
  .gallery h2 {
    margin-bottom: 90rem; }
  .gallery-container {
    width: 100%; }
  .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: 196rem;
      height: 133rem;
      background: url(https://static-files.zeely.link/seoul/static/images/common/play.svg);
      background-size: cover;
      z-index: 2; }
  .gallery-item__img {
    width: 100%;
    position: relative;
    padding-top: 41%;
    border-radius: 0rem;
    border-bottom: 2rem solid #000000;
    border-top: 2rem solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .gallery-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0rem; }
  .gallery-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    margin-top: -33rem; }
    .gallery-nav .prev,
    .gallery-nav .next {
      width: 66rem;
      height: 66rem;
      background: #000000;
      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;
      cursor: pointer;
      outline: none; }
      .gallery-nav .prev svg,
      .gallery-nav .next svg {
        width: 40rem;
        height: 26rem; }
    .gallery-nav .swiper-button-disabled {
      pointer-events: none; }
      .gallery-nav .swiper-button-disabled svg {
        opacity: 0.36; }

.start {
  margin-top: 128rem;
  margin-bottom: 160rem; }
  .start h2 {
    margin-bottom: 90rem; }
  .start-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0rem; }
  .start-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 24rem 29rem;
    border: 2rem solid #000000; }
    .start-item__number {
      font-family: 'GT Super Text';
      font-style: normal;
      font-weight: 700;
      font-size: 48rem;
      line-height: 125%;
      color: #000000;
      margin-right: 29rem; }
    .start-item p {
      font-weight: 500;
      font-size: 24rem;
      line-height: 36rem;
      color: #000000; }
    .start-item:first-child {
      padding-left: 0;
      border-left: none;
      border-right: none; }
    .start-item:nth-child(2) {
      border-left: 2rem solid #000000;
      border-right: 2rem solid #000000; }
    .start-item:last-child {
      padding-right: 0;
      border-left: none;
      border-right: none; }

.faq {
  margin-top: 160rem;
  margin-bottom: 160rem; }
  .faq h2 {
    margin-bottom: 90rem; }
  .faq-container {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 0rem; }
  .faq-content {
    border-bottom: 2rem solid #000000;
    border-right: 2rem solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .faq-wrapper {
    display: grid;
    grid-template-columns: 1166rem 1fr;
    grid-gap: 0rem; }
  .faq-item {
    position: relative;
    cursor: pointer;
    padding-top: 32rem;
    padding-bottom: 32rem;
    border-top: 2rem solid #000000; }
    .faq-item__arrow {
      width: 66rem;
      height: 66rem;
      background: #000000;
      position: absolute;
      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;
      right: 40rem;
      top: 0%; }
      .faq-item__arrow svg {
        width: 40rem;
        height: 40rem;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        left: 13rem;
        top: 13rem; }
      .faq-item__arrow .faq-item__arrow--plus {
        opacity: 1;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .faq-item__arrow .faq-item__arrow--minus {
        opacity: 0;
        -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: 400;
      font-size: 36rem;
      line-height: 54rem;
      color: #000000;
      padding-right: 120rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .faq-item p {
      font-weight: 400;
      font-size: 24rem;
      line-height: 36rem;
      color: #000000;
      margin-top: 32rem;
      display: none; }
    .faq-item.active .faq-item__arrow svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .faq-item.active .faq-item__arrow .faq-item__arrow--plus {
      opacity: 0; }
    .faq-item.active .faq-item__arrow .faq-item__arrow--minus {
      opacity: 1; }

.question {
  background: #FF88F0;
  padding: 84rem 40rem;
  border-top: 2rem solid #000000;
  border-bottom: 2rem solid #000000;
   }
  .question h3 {
    font-family: 'GT Super Text';
    font-style: normal;
    font-weight: 700;
    font-size: 48rem;
    line-height: 125%;
    color: #000000;
    margin-bottom: 34rem; }
  .question p {
    font-weight: 500;
    font-size: 20rem;
    line-height: 140%;
    color: #788CA0;
    margin-bottom: 32rem; }
  .question-inputs {
    display: grid;
    grid-template-columns: 1fr; }
  .question .input {
    width: 100%;
    margin-bottom: 21rem; }
    .question .input input {
      border-bottom: 2rem solid #393639;
      color: #000; }
      .question .input input::-webkit-input-placeholder {
        color: #393639; }
      .question .input input::-moz-placeholder {
        color: #393639; }
      .question .input input:-ms-input-placeholder {
        color: #393639; }
      .question .input input::-ms-input-placeholder {
        color: #393639; }
      .question .input input::placeholder {
        color: #393639; }
  .question-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .question-bottom .btn {
      width: 113rem;
      padding: 0 28rem;
      min-width: 113rem;
      margin-right: 30rem;
      background: #000000;
      border: 2rem solid #FFFFFF;
      color: #FFFFFF; }
    .question-bottom .checkbox span {
      color: #393639; }

.team {
  margin-top: 160rem;
  margin-bottom: 160rem;
  overflow: hidden; }
  .team h2 {
    margin-bottom: 90rem; }
  .team .container {
    position: relative; }
  .team-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .team-item__img {
      width: 100%;
      position: relative;
      padding-top: 100%;
      margin-bottom: 20rem;
      border-bottom: 2px solid #000; }
      .team-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0%; }
    .team-item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 14rem; }
    .team-item__name {
      font-weight: 500;
      font-size: 32rem;
      line-height: 48rem;
      color: #000000;
      margin-right: 20rem; }
    .team-item__job {
      font-weight: 400;
      font-size: 24rem;
      line-height: 36rem;
      color: #404040;
      padding-top: 4rem; }
    .team-item__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .team-item__social li {
        margin-right: 50rem; }
        .team-item__social li:last-child {
          margin-right: 0; }
        .team-item__social li a {
          font-weight: 500;
          font-size: 24rem;
          line-height: 36rem;
          color: #000000; }
  .team-nav {
    display: none; }

h2 {
  font-family: 'GT Super Text';
  font-style: normal;
  font-weight: 900;
  font-size: 68rem;
  line-height: 79rem;
  text-align: center;
  color: #000000; }

.input {
  width: 316rem; }
  .input input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 2rem solid #7A8499;
    background: transparent;
    border-radius: 0rem;
    font-weight: 400;
    font-size: 22rem;
    line-height: 33rem;
    color: #000;
    height: 52rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 0rem;
    padding-top: 0;
    padding-bottom: 0; }
    .input input::-webkit-input-placeholder {
      color: #7A8499; }
    .input input::-moz-placeholder {
      color: #7A8499; }
    .input input:-ms-input-placeholder {
      color: #7A8499; }
    .input input::-ms-input-placeholder {
      color: #7A8499; }
    .input input::placeholder {
      color: #7A8499; }
    .input input.error {
      border-bottom: 1px solid #FB1D1D;
      color: #FB1D1D; }
      .input input.error::-webkit-input-placeholder {
        color: #FB1D1D; }
      .input input.error::-moz-placeholder {
        color: #FB1D1D; }
      .input input.error:-ms-input-placeholder {
        color: #FB1D1D; }
      .input input.error::-ms-input-placeholder {
        color: #FB1D1D; }
      .input input.error::placeholder {
        color: #FB1D1D; }
  .input textarea {
    width: 100%;
    padding: 11rem 0rem;
    background: transparent;
    font-weight: 400;
    font-size: 22rem;
    line-height: 33rem;
    color: #000;
    height: 75rem;
    outline: none;
    border-radius: 0rem;
    border: none;
    border-bottom: 2rem solid #393639; }
    .input textarea.error {
      border-bottom: 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 textarea::-webkit-input-placeholder {
      color: #393639; }
    .input textarea::-moz-placeholder {
      color: #393639; }
    .input textarea:-ms-input-placeholder {
      color: #393639; }
    .input textarea::-ms-input-placeholder {
      color: #393639; }
    .input textarea::placeholder {
      color: #393639; }
  .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: 2rem solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0rem;
    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: 10rem;
      height: 10rem;
      opacity: 0; }
  .checkbox span {
    font-weight: 400;
    font-size: 17rem;
    line-height: 26rem;
    color: #7A8499; }
  .checkbox a {
    color: #1246FE;
    text-decoration: underline; }
    .checkbox a:hover {
      text-decoration: none; }

.btn {
  border-radius: 0rem;
  background: #1246FE;
  border: 2rem solid #000000;
  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;
  outline: none;
  cursor: pointer;
  height: 65rem;
  font-weight: 500;
  font-size: 22rem;
  line-height: 33rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  white-space: nowrap; }

.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: -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; }

  
.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,255.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;
  height: 100%; }

.loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite; }

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.lazy {
  z-index: 1; }

.fancybox-toolbar,
.fancybox-infobar {
  display: none; }

html {
  font-size: calc(100vw / 1920); }

@media (max-width: 991px) {
  html {
    font-size: 1px; }
  .container {
    max-width: 720px; }
  .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: 23rem;
      padding-bottom: 23rem; }
      .header-mobile .close {
        display: none;
        margin-left: auto; }
      .header-mobile .burger {
        position: relative;
        z-index: 11; }
      .header-mobile .burger {
        position: relative;
        z-index: 11;
        width: 20rem;
        height: 20rem;
        margin-left: auto; }
        .header-mobile .burger span {
          width: 100%;
          height: 2px;
          background: #1246FE;
          display: block;
          border-radius: 2rem;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .header-mobile .burger span:nth-child(1) {
            left: 0;
            position: absolute;
            top: 5rem; }
          .header-mobile .burger span:nth-child(2) {
            left: 0;
            position: absolute;
            bottom: 5rem; }
      .header-mobile .open:after {
        position: absolute;
        content: '';
        width: calc(100% + 32rem);
        height: calc(100% + 32rem);
        top: -16rem;
        left: -16rem; }
      .header-mobile .close {
        display: none;
        position: absolute;
        width: calc(100% + 32rem);
        height: calc(100% + 32rem);
        top: -16rem;
        left: -16rem; }
      .header-mobile .logo {
        position: absolute;
        z-index: 11;
        font-size: 24rem;
        line-height: 128%;
        position: absolute;
        left: 50%;
        top: 50%;
        background: transparent;
        padding: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 22px;
        line-height: 25px;
        color: #000000; }
    .header.active {
      height: 100%; }
      .header.active .header-mobile .close {
        display: block; }
      .header.active .header-mobile .open span {
        width: 18rem;
        height: 2px;
        background: #FFFFFF;
        display: block;
        border-radius: 2rem; }
        .header.active .header-mobile .open span:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          top: 50%; }
        .header.active .header-mobile .open span:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          top: 50%;
          bottom: auto; }
      .header.active .header-mobile {
        position: fixed;
        top: 0rem;
        left: 0;
        width: 100%;
        z-index: 11;
        background: #1246FE; }
      .header.active .header-mobile .logo {
        color: #FFFFFF; }
    .header-top {
      background: #1246FE;
      position: fixed;
      top: 0;
      left: 0;
      height: calc(100vh - calc(100vh - 100%));
      width: 100%;
      padding-top: 95rem;
      z-index: 10;
      display: none;
      padding-bottom: 93rem;
      overflow: auto; }
      .header-top .logo {
        display: none; }
      .header-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .header-top nav {
        width: 100%;
        margin-bottom: 70rem;
        margin-left: 0; }
        .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: 24rem;
          border: none;
          height: auto;
          padding-left: 0; }
          .header-top nav li:last-child {
            margin-bottom: 0; }
        .header-top nav a {
          display: block;
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #FFFFFF; }
    .header-social.mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 32rem;
      margin-top: 0rem; }
      .header-social.mobile li {
        margin-right: 20rem; }
        .header-social.mobile li:last-child {
          margin-right: 0; }
        .header-social.mobile li a {
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #FFFFFF;
          padding-bottom: 4rem;
          border-bottom: 2px solid #FFFFFF; }
    .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: 24rem; }
      .header-phone.mobile span {
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF; }
    .header-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      display: none; }
      .header-contact.mobile {
        display: block; }
      .header-contact .btn {
        width: 100%;
        background: #000000;
        border: 2px solid #FFFFFF;
        color: #FFFFFF; }
  .banner {
    padding-top: 32rem;
    padding-bottom: 80rem; }
    .banner .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .banner-img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 44rem; }
    .banner h1 {
      font-size: 34px;
      line-height: 130%;
      margin-bottom: 24rem; }
      .banner h1 br {
        display: none; }
    .banner p {
      font-size: 20px;
      line-height: 30px;
      max-width: 100%;
      margin-bottom: 24rem; }
    .banner .btn-1 {
      width: 149rem;
      font-size: 16px;
      line-height: 24px;
      height: 56px; }
    .banner-left {
      max-width: 100%;
      min-width: 100%; }
    .banner-right {
      display: none; }
    .banner-img {
      display: block;
      width: 100%;
      padding-top: 58%;
      position: relative;
      margin-bottom: 24rem; }
      .banner-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0; }
  .sale-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sale-form-left {
    width: 100%;
    min-width: 100%;
    padding: 32rem 0rem 0rem;
    border-right: none;
    border-bottom: none;
    margin-bottom: 40rem; }
  .sale-form h3 {
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 32px; }
  .sale-form p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0rem; }
  .sale-form .btn {
    margin-bottom: 0; }
  .sale-form .input {
    margin-bottom: 21rem; }
  .sale-form form {
    padding: 0 0rem 32rem; }
  .offer {
    margin-top: 100rem;
    margin-bottom: 100rem; }
    .offer h2 {
      margin-bottom: 40rem; }
    .offer-container {
      grid-template-columns: 100%;
      grid-gap: 32rem;
      margin-bottom: 32rem; }
    .offer-item {
      width: 100%;
      margin-bottom: 0rem; }
      .offer-item-pic {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20rem; }
      .offer-item__img {
        margin-bottom: 0rem; }
      .offer-item h3 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 18rem;
        width: 100%; }
      .offer-item p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
        width: 100%; }
      .offer-item .btn {
        font-size: 17px;
        line-height: 26px;
        padding-bottom: 4rem; }
        .offer-item .btn svg {
          width: 18rem;
          height: 26rem; }
      .offer-item-bottom {
        width: 100%; }
      .offer-item__price {
        font-size: 17px;
        line-height: 140%; }
    .offer #loadmoreOffer, .offer #hidemoreOffer {
      font-size: 14px;
      line-height: 21px;
      padding: 12rem 22rem; }
  .about {
    margin-top: 100px;
    margin-bottom: 100px; }
    .about h2 {
      margin-bottom: 40rem; }
    .about .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 16rem; }
    .about-left {
      display: none; }
    .about-contact {
      margin-top: 0;
      border-top: none;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .about-contact span {
        width: 100%;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 12px;
        margin-right: 0; }
        .about-contact span:last-child {
          margin-bottom: 0; }
    .about-right {
      width: 100%;
      max-width: 100%;
      border-top: none;
      border-bottom: none;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .about-right__text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30rem; }
    .about-img {
      width: calc(100% + 32rem);
      margin: 0 -16rem 30rem;
      display: block;
      padding-top: 58%;
      position: relative; }
      .about-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .work {
    margin-top: 100rem;
    margin-bottom: 100rem; }
    .work h2 {
      margin-bottom: 40rem; }
    .work-wrapper {
      grid-template-columns: 100%;
      grid-gap: 24rem; }
    .work-item {
      width: 100%;
      padding: 0 !important;
      padding-bottom: 24rem !important;
      border: none !important;
      border-bottom: 2px solid #000000 !important;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .work-item h3 {
        font-size: 17px;
        line-height: 26px; }
  .gallery {
    margin-top: 100rem;
    margin-bottom: 100rem; }
    .gallery h2 {
      margin-bottom: 38rem; }
    .gallery-nav {
      margin-top: -22rem; }
      .gallery-nav .prev, .gallery-nav .next {
        width: 44rem;
        height: 44rem; }
        .gallery-nav .prev svg, .gallery-nav .next svg {
          width: 22rem;
          height: 22rem; }
    .gallery-container {
      padding-bottom: 22rem; }
    .gallery-item__img {
      padding-top: 69%; }
    .gallery-item.video:after {
      width: 87px;
      height: 59px; }
  .start {
    margin-top: 100px;
    margin-bottom: 100px; }
    .start h2 {
      margin-bottom: 40rem; }
    .start-wrapper {
      grid-template-columns: 100%;
      grid-gap: 24rem; }
    .start-item {
      width: 100%;
      padding: 0 !important;
      padding-bottom: 24rem !important;
      border: none !important;
      border-bottom: 2px solid #000000 !important; }
      .start-item__number {
        font-size: 48px;
        line-height: 125%;
        margin-right: 16rem; }
      .start-item p {
        font-size: 17px;
        line-height: 26px; }
  .faq {
    margin-top: 100px;
    margin-bottom: 100px; }
    .faq h2 {
      margin-bottom: 30rem; }
    .faq-wrapper {
      grid-template-columns: 100%;
      grid-gap: 18rem; }
    .faq-item {
      padding: 18rem 0; }
      .faq-item__title {
        font-size: 20px;
        line-height: 30px;
        padding-right: 58rem;
        min-height: 38rem; }
        .faq-item__title:after {
          width: 34rem;
          height: 34rem; }
      .faq-item p {
        font-size: 17px;
        line-height: 26px;
        margin-top: 16rem; }
      .faq-item__arrow {
        width: 38rem;
        height: 38rem;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .faq-item__arrow svg {
          width: 18rem;
          height: 18rem;
          top: 10rem;
          left: 10rem; }
    .faq-container {
      padding-top: 0;
      grid-template-columns: 100%;
      grid-gap: 0rem; }
    .faq-content {
      border-bottom: none;
      border-right: none; }
  .question {
    padding: 32px 16px 32px;
    border-left: none;
    border-bottom: 2rem solid #000000; }
    .question h3 {
      font-size: 28px;
      line-height: 125%;
      margin-bottom: 29rem; }
    .question-inputs {
      grid-template-columns: 100%; }
      .question-inputs .input {
        margin-bottom: 21rem; }
        .question-inputs .input textarea {
          height: 54rem;
          padding: 0;
          font-size: 17px;
          line-height: 26px; }
    .question-bottom {
      margin-top: 32px; }
      .question-bottom .btn {
        padding: 0 28rem;
        margin-right: 22rem; }
  .team {
    margin-top: 100px;
    margin-bottom: 100px; }
    .team h2 {
      margin-bottom: 40rem; }
    .team-item-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .team-item {
      height: 100%; }
    .team .swiper-slide {
      height: auto; }
    .team-item__img {
      margin-bottom: 20rem; }
    .team-item-info {
      margin-bottom: 14rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .team-item__name {
      font-size: 22px;
      line-height: 33px;
      white-space: nowrap;
      margin-right: 15px; }
    .team-item__job {
      font-size: 17px;
      line-height: 26px;
      padding-top: 2rem; }
    .team-item__social li {
      margin-right: 30rem; }
      .team-item__social li:last-child {
        margin-right: 0; }
      .team-item__social li a {
        font-size: 17px;
        line-height: 26px; }
  .footer-top {
    padding-top: 50rem;
    padding-bottom: 30rem; }
    .footer-top-left {
      margin-right: 0; }
    .footer-top .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .footer .logo {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px; }
  .footer nav {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70rem;
   }
    .footer nav li {
      margin-bottom: 24rem;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      height: 27rem;
      width: auto;
      margin-right: 0; }
      .footer nav li:last-child {
        margin-bottom: 0; }
      .footer nav li a {
        font-size: 18px;
        line-height: 27px;
        font-weight: normal; }
    .footer nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .footer-right {
    width: 100%; }
  .footer-contact {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24rem;
    margin-right: 0; }
  .footer-social {
    margin-bottom: 32rem; }
    .footer-social li {
      margin-right: 20rem; }
      .footer-social li:last-child {
        margin-right: 0; }
      .footer-social li a {
        font-size: 18px;
        line-height: 27px; }
  .footer .btn {
    max-width: 100%;
    margin: 0 auto; }
  
  .footer-bottom {
    height: 60rem;
  }
  .footer-bottom-wrap {
    height: auto;
    width: 100%;
    padding: 14rem 20rem;

    box-shadow: none;
    border-radius: 0;
    position: fixed;
    left: 0;
  }
  .footer-bottom__logo {
    width: 24rem;
    height: 24rem;
  }
  .footer-bottom__text {
    width: 113rem;
    height: 15rem;
  }

  h2 {
    font-size: 34px;
    line-height: 130%; }
  .btn {
    height: 56rem;
    font-size: 16px;
    line-height: 24px; }
  .input input {
    font-size: 17px;
    line-height: 26px;
    height: 48rem; }
  .checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .checkbox__icon {
      width: 20rem;
      min-width: 20rem;
      height: 20rem;
      margin-right: 10rem; }
      .checkbox__icon svg {
        width: 10rem;
        height: 10rem; }
    .checkbox span {
      font-size: 12px;
      line-height: 18px; }
  .popup-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 32rem 16rem; }
  .popup__icon svg {
    width: 44rem;
    height: 44rem; }
  .popup__title {
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 32rem; }
  .popup p {
    margin-bottom: 29rem;
    font-size: 17px;
    line-height: 26px; }
  .popup .btn {
    width: 155rem;
    margin-right: 22px;
    min-width: 155rem; }
  .popup .input {
    margin-bottom: 21rem; }
  .popup__close {
    width: 18rem;
    height: 18rem;
    top: 16rem;
    right: 16rem; }
    .popup__close svg {
      width: 100%;
      height: 100%; } }

@media (max-width: 767px) {
  .container {
    max-width: 540px; }
  .gallery {
    overflow: hidden; } }

@media (max-width: 580px) {
  .container {
    padding-right: 16rem;
    padding-left: 16rem; }
  .banner-img {
    width: calc(100% + 32rem);
    margin: 0 -16rem 24px; }
  .gallery .container {
    padding-right: 0;
    padding-left: 0; }
  .question {
    width: calc(100% + 32rem);
    margin: 0 -16rem 0px; }
  .faq-wrapper {
    border-bottom: none; } }
