.hero {
  /* background-image: url("../assets/hero.jpg"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #bf4522;
  position: sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.hero-v2 {
  background-color: black;
}

.hero__blur {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0.5;
  z-index: 1;
}

.hero-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-contain .hero-img {
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .hero__blur {
    display: block;
    width: 100%;
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 35vh;
  padding-bottom: 48px;
}

@media screen and (max-width: 1100px) {
  .hero__inner {
    flex-direction: column;
    gap: 42px;
    padding-top: 426px;
  }
}

@media (max-width: 1440px) {
  .hero__inner {
    padding-top: 237px;
  }
}

@media screen and (max-width: 1100px) {
  .hero__inner {
    height: 100vh;
  }
}

.hero__title {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 124px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 584px;
}

@media (max-width: 650px) {
  .hero__title {
    font-size: 66px;
    max-width: 328px;
  }
}

.hero__trial {
  padding-top: 203px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 354px;
}

@media(max-height: 1015px) and (max-width: 670px) {
  .hero-v2 .hero__trial {
    display: none;
  }
}

.hero__trial-text {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 650px) {
  .hero__trial-text {
    font-size: 16px;
  }
}

.hero__trial-action {
  border: 1px solid rgba(240, 241, 243, 0.4);
  border-radius: 500px;
  padding: 4px 4px 4px 18px;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 1100px) {
  .hero__trial-action {
    max-width: 354px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero__trial-action:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.hero__trial-button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 0;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 1100px) {
  .hero__trial {
    padding-top: 0;
    max-width: 516px;
  }
}

@media screen and (max-width: 1100px) {
  .hero__trial {
    position: absolute;
    bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .hero {
    /* background-image: url("../assets/hero-desktop.jpg"); */
    /* background-position: 35% center; */
  }
}

.hero--present {
  background-image: url("../assets/presentv3.png");
}

@media (max-width: 991px) {
  .hero--present {
    background-image: url("../assets/presentv3.png");
  }
}

@media (max-width: 650px) {
  .hero--present {
    background-image: url("../assets/presentv3.png");
  }
}

.hero--present {
  background-color: #101010;
}

.hero--present .hero__inner {
  padding-top: 54vh;
}

@media screen and (max-width: 1100px) {
  .hero--present .hero__inner {
    padding-top: 388px;
  }
}

@media (max-width: 650px) {
  .hero--present .hero__inner {
    padding-top: 237px;
  }
}

@media (max-width: 991px) {
  .hero--present .hero__trial {
    position: static;
  }
}

.hero--present .hero__trial-action {
  margin-top: 0;
}

.animation-wrapper {
  min-height: 100vh;
  background: #101010;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1100px) {
  .animation-wrapper {
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  .animation-wrapper {
    margin-top: -120px;
  }
}

.benefits {
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.14);
  border-top: 1px solid rgba(240, 241, 243, 0.2);
  margin-top: -165px;
  z-index: 2;
  position: relative;
}

.benefits__container {
  display: grid;
  grid-template-columns: 1fr 1.195fr 1fr;
}

@media (max-width: 1440px) {
  .benefits__container {
    grid-template-columns: 1fr 1.1fr 1.08fr;
  }
}

@media screen and (max-width: 1100px) {
  .benefits__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.benefits .benefit {
  padding: 24px 0;
  display: flex;
  justify-content: center;
}

.benefits .benefit__info {
  max-width: 466px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .benefits .benefit__info {
    max-width: 100%;
  }
}

.benefits .benefit__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 133%;
  max-width: 275px;
}

@media screen and (max-width: 1100px) {
  .benefits .benefit__name {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .benefits .benefit__name {
    font-size: 16px;
  }
}

.benefits .benefit__subname {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 138%;
}

@media (max-width: 650px) {
  .benefits .benefit__subname {
    font-size: 14px;
  }
}

.benefits .benefit:not(:last-child) {
  border-right: 1px solid rgba(240, 241, 243, 0.2);
}

.benefits .benefit:nth-child(2) {
  padding: 24px;
}

.benefits .benefit:first-child {
  justify-content: flex-start;
  padding-right: 24px;
}

.benefits .benefit:last-child {
  padding-left: 24px;
  justify-content: flex-end;
}

@media (max-width: 1440px) {
  .benefits .benefit:not(:first-child) .benefit__name {
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .benefits .benefit {
    justify-content: flex-start;
  }

  .benefits .benefit:nth-child(2) {
    padding: 0 0 24px 0;
  }

  .benefits .benefit:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(240, 241, 243, 0.2);
  }

  .benefits .benefit:first-child {
    padding: 0 0 24px 0;
    justify-content: flex-start;
  }

  .benefits .benefit:last-child {
    padding: 0 0 24px 0;
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  .benefits .benefit:nth-child(2) {
    padding: 0 0 12px 0;
  }

  .benefits .benefit:first-child {
    padding: 0 0 12px 0;
  }

  .benefits .benefit:last-child {
    padding: 0 0 12px 0;
  }
}

@media screen and (max-width: 1100px) {
  .benefits {
    padding-top: 42px;
    border-top: none;
    backdrop-filter: none;
    background: #101010;
    margin-top: 0;
    padding-bottom: 120px;
  }
}

@media (max-width: 650px) {
  .benefits {
    margin-top: 32px;
  }
}

.promo-section {
  padding-top: 80px;
}

.promo-section__content {
  display: flex;
  align-items: flex-start;
  height: 560px;
  gap: 24px;
  margin-top: 42px;
}

@media (max-width: 1440px) {
  .promo-section__content {
    height: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .promo-section__content {
    gap: 12px;
    height: 400px;
  }
}

@media (max-width: 991px) {
  .promo-section__content {
    flex-direction: column;
    gap: 42px;
    height: unset;
  }
}

.promo-section__card {
  transition: flex 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s ease;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .promo-section__card {
    transition: none !important;
  }
}

.promo-section__image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 18px;
}

@media (max-width: 650px) {
  .promo-section__image-wrapper {
    margin-bottom: 12px;
  }
}

.promo-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-section__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}

@media (max-width: 650px) {
  .promo-section__name {
    font-size: 16px !important;
  }
}

.promo-section__subname {
  font-weight: 400;
  font-size: 18px;
  color: #aaaaaa;
}

@media (max-width: 650px) {
  .promo-section__subname {
    font-size: 14px !important;
  }
}

.tertiary {
  flex: 3;
  width: 100%;
}

.tertiary .promo-section__image-wrapper {
  aspect-ratio: 4/2.6;
}

.tertiary .promo-section__name {
  font-size: 16px;
}

@media (max-width: 991px) {
  .tertiary .promo-section__name {
    font-size: 24px;
  }
}

.tertiary .promo-section__subname {
  font-size: 16px;
}

@media (max-width: 991px) {
  .tertiary .promo-section__subname {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .tertiary {
    max-width: 100%;
  }
}

.secondary {
  flex: 4;
  width: 100%;
}

.secondary .promo-section__image-wrapper {
  aspect-ratio: 4.5/2.9;
}

.secondary .promo-section__name {
  font-size: 16px;
}

@media (max-width: 991px) {
  .secondary .promo-section__name {
    font-size: 24px;
  }
}

.secondary .promo-section__subname {
  font-size: 16px;
}

@media (max-width: 991px) {
  .secondary .promo-section__subname {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .secondary {
    max-width: 100%;
  }
}

.primary {
  flex: 5;
  width: 100%;
}

.primary .promo-section__image-wrapper {
  aspect-ratio: 14/9;
}

@media (max-width: 991px) {
  .primary {
    max-width: 100%;
  }
}

.services-section {
  padding: 120px 0;
  background-image: url("../assets/sercive-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-section__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 39px;
}

@media screen and (max-width: 1100px) {
  .services-section__content {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 750px) {
  .services-section__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1440px) {
  .services-section {
    padding: 160px 0;
  }
}

@media (max-width: 991px) {
  .services-section {
    padding: 120px 0;
  }
}

@media (max-width: 650px) {
  .services-section {
    padding: 80px 0;
  }
}

.tariffs-section {
  margin-bottom: 160px;
}

.tariffs-section__button {
  align-self: center;
  width: max-content;
  margin-top: 24px;
  margin-bottom: 42px;
}

@media (max-width: 650px) {
  .tariffs-section__button {
    width: 100%;
    margin: 24px 0;
  }
}

.tariffs-section__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}

.tariffs-section__content .traffic:nth-child(even) {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .tariffs-section__content .traffic:nth-child(even) {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .tariffs-section__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .tariffs-section__content {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .tariffs-section {
    margin-bottom: 120px;
  }
}

@media (max-width: 650px) {
  .tariffs-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 650px) {
  .tariffs-section .section-title {
    max-width: 328px;
  }
}

.spa__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
}

@media screen and (max-width: 1200px) {
  .spa__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 650px) {
  .spa__top {
    gap: 24px;
    margin-bottom: 18px;
  }
}

.spa__tabs {
  display: flex;
  gap: 6px;
  padding-bottom: 4px;
}

@media (max-width: 991px) {
  .spa__tabs {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .spa__tabs::-webkit-scrollbar {
    display: none;
  }
}

.spa__swiper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.spa__swiper.is-hover {
  cursor: none;
}

@media (max-width: 991px) {
  .spa__swiper.is-hover {
    cursor: default;
  }
}

.spa__swiper.is-hover .swiper-cursor {
  opacity: 1;
}

.spa__swiper .swiper-cursor.prev {
  left: 20px;
  background-image: url("data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_1057_7508)'%20transform='rotate(180%2040%2040)'%3e%3cpath%20d='M3.33398%2039.8328L76.6673%2039.8328M53.3325%2016.5L76.6658%2039.8333L53.3325%2063.1667'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20shape-rendering='crispEdges'%20/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_1057_7508'%20x='-13.166'%20y='0'%20width='106.334'%20height='79.6665'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'%20/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20/%3e%3cfeOffset%20/%3e%3cfeGaussianBlur%20stdDeviation='7.5'%20/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'%20/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.32%200'%20/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_1057_7508'%20/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_1057_7508'%20result='shape'%20/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}

.spa__swiper .swiper-cursor.next {
  right: 20px;
  background-image: url("data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_1057_7508)'%3e%3cpath%20d='M3.33398%2039.8328L76.6673%2039.8328M53.3325%2016.5L76.6658%2039.8333L53.3325%2063.1667'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20shape-rendering='crispEdges'%20/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_1057_7508'%20x='-13.166'%20y='0'%20width='106.334'%20height='79.6665'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'%20/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'%20/%3e%3cfeOffset%20/%3e%3cfeGaussianBlur%20stdDeviation='7.5'%20/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'%20/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.32%200'%20/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_1057_7508'%20/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_1057_7508'%20result='shape'%20/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}

@media (hover: hover) and (pointer: fine) {
  .spa__swiper:hover .swiper-cursor {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .spa__swiper {
    cursor: default;
  }
}

.spa__slider {
  margin-left: -32px;
  margin-right: -32px;
}

@media (max-width: 650px) {
  .spa__slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.spa__slide {
  width: 80% !important;
  display: flex;
  position: relative;
  height: auto;
  border-radius: 24px;
  max-width: 1179px;
  max-height: 700px;
}

.spa__slide img {
  width: 100%;
  height: auto;
  max-width: 1179px;
  max-height: 700px;
  border-radius: 24px;
  object-fit: cover;
}

@media (max-width: 650px) {
  .spa__slide img {
    border-radius: 16px;
  }
}

.spa__slide:last-child {
  margin-right: 32px;
}

.spa__slide:first-child {
  margin-left: 32px;
}

@media (max-width: 991px) {
  .spa__slide {
    width: 85% !important;
  }
}

@media (max-width: 650px) {
  .spa__slide {
    width: 100% !important;
  }

  .spa__slide:last-child {
    margin-right: 0;
  }

  .spa__slide:first-child {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .spa__buttons {
    display: flex;
    gap: 19px;
    margin: 42px auto 0 auto;
    justify-self: center;
  }
}

@media (max-width: 650px) {
  .spa__buttons {
    margin: 32px auto 0 auto;
  }
}

.spa__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(22, 22, 22, 0.25);
  backdrop-filter: blur(6px);
}

.spa__button-next {
  right: 50px;
}

.spa__button-prev {
  left: 50px;
}

.spa__button img {
  width: 30px;
  height: 30px;
}

@media (max-width: 1440px) {
  .spa__button-next {
    right: 168px;
  }
}

@media (max-width: 991px) {
  .spa__button {
    position: static;
    transform: none;
    align-self: center;
  }
}

@media (max-width: 650px) {
  .spa .section-title {
    text-align: left;
  }
}

.spa__button-prev.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 991px) {
  .spa__button-prev.swiper-button-disabled {
    opacity: 0.6;
  }
}

.spa__button-next.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 991px) {
  .spa__button-next.swiper-button-disabled {
    opacity: 0.6;
  }
}

.spa-section .spa__content {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 24px;
}

@media screen and (max-width: 1250px) {
  .spa-section .spa__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .spa-section .spa__content {
    margin-top: 24px;
  }
}

.spa-section .spa__slide {
  height: 100%;
  max-height: 550px;
  width: 100% !important;
  margin: 0;
}

.spa-section .spa__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .spa-section .spa__slide {
    width: 100%;
    height: auto;
    max-height: 500px;
  }
}

@media (max-width: 650px) {
  .spa-section .spa__slide {
    max-height: 195px;
  }
}

.faq-section {
  padding-top: 160px;
}

.faq-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 1200px) {
  .faq-section__container {
    flex-direction: column;
    gap: 32px;
  }
}

.faq-section .section-title {
  text-align: left;
  max-width: 600px;
  width: 534px;
}

@media screen and (max-width: 1200px) {
  .faq-section .section-title {
    width: 100%;
    max-width: 100%;
  }
}

.faq-section .faq {
  padding-top: 34px;
  max-width: 1073px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .faq-section .faq {
    max-width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .faq-section {
    padding-top: 120px;
  }
}

@media (max-width: 650px) {
  .faq-section {
    padding-top: 80px;
  }
}

.faq-section-main {
  max-width: 1121px;
  padding: 0 24px;
  margin: 0 auto;
  margin-bottom: 160px;
}

.faq-section-main .faq {
  padding-top: 0;
}

@media (max-width: 991px) {
  .faq-section-main {
    margin-bottom: 120px;
  }
}

@media (max-width: 650px) {
  .faq-section-main {
    margin-bottom: 80px;
  }
}

.form-section {
  margin: 160px 0;
}

.form-section__container {
  display: grid;
  grid-template-columns: 1.41fr 1fr;
  gap: 26px;
}

@media (max-width: 991px) {
  .form-section__container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.form-section__hero {
  background-image: url("data:image/svg+xml,%3csvg%20width='1073'%20height='466'%20viewBox='0%200%201073%20466'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_816_9748)'%3e%3crect%20width='1071'%20height='466'%20rx='24'%20fill='%23191919'/%3e%3cg%20filter='url(%23filter0_f_816_9748)'%3e%3ccircle%20cx='157.5'%20cy='158.5'%20r='269.5'%20fill='%23E65A21'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_816_9748)'%3e%3ccircle%20cx='449'%20cy='456'%20r='402'%20fill='%23BF4522'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_816_9748)'%3e%3ccircle%20cx='541'%20cy='54'%20r='196'%20fill='%23BF4522'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_816_9748)'%3e%3cellipse%20cx='598.5'%20cy='731'%20rx='216.5'%20ry='214'%20fill='%23BF4522'/%3e%3c/g%3e%3cg%20filter='url(%23filter4_f_816_9748)'%3e%3ccircle%20cx='75.5'%20cy='588.5'%20r='269.5'%20fill='%23F05B3A'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_816_9748'%20x='-312'%20y='-311'%20width='939'%20height='939'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_816_9748'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_816_9748'%20x='-153'%20y='-146'%20width='1204'%20height='1204'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_816_9748'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_816_9748'%20x='145'%20y='-342'%20width='792'%20height='792'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_816_9748'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_816_9748'%20x='182'%20y='317'%20width='833'%20height='828'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_816_9748'/%3e%3c/filter%3e%3cfilter%20id='filter4_f_816_9748'%20x='-394'%20y='119'%20width='939'%20height='939'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_816_9748'/%3e%3c/filter%3e%3cclipPath%20id='clip0_816_9748'%3e%3crect%20width='1073'%20height='466'%20rx='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 42px 34px;
}

@media (max-width: 650px) {
  .form-section__hero {
    padding: 16px;
    background-position: right;
    border-radius: 11px;
  }
}

.form-section__title {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 161px;
}

@media (max-width: 650px) {
  .form-section__title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}

.form-section__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  max-width: 551px;
}

@media (max-width: 650px) {
  .form-section__text {
    font-size: 16px;
  }
}

.form-section .form {
  border-radius: 24px;
  padding: 42px;
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
}

.form-section .form__button {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 16px;
}

.form-section .form__info-text {
  font-size: 14px;
  line-height: 143%;
  color: #787575;
}

@media (max-width: 650px) {
  .form-section .form__info-text {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .form-section .form {
    padding: 24px 16px;
    border-radius: 16px;
  }
}

.form-section--call {
  margin-bottom: 160px;
}

.form-section--call .form-section__title {
  margin-bottom: 100px;
  max-width: 648px;
}

@media (max-width: 991px) {
  .form-section--call .form-section__title {
    margin-bottom: 78px;
  }
}

@media (max-width: 650px) {
  .form-section--call .form-section__title {
    margin-bottom: 8px;
  }
}

.form-section--call .form-section__text {
  max-width: 100%;
}

.form-section--call .form__button {
  margin-top: auto;
}

@media (max-width: 650px) {
  .form-section--call .form__button {
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .form-section--call {
    margin-bottom: 120px;
  }
}

@media (max-width: 650px) {
  .form-section--call {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .form-section {
    margin: 120px 0;
  }
}

@media (max-width: 650px) {
  .form-section {
    margin: 80px 0;
  }
}


.gallery {
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
}

.gallery__tabs {
  align-self: center;
  display: flex;
  gap: 6px;
  margin-bottom: 42px;
}

@media (max-width: 650px) {
  .gallery__tabs {
    margin-bottom: 24px;
    align-self: flex-start;
    flex-wrap: wrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.gallery__tabs::-webkit-scrollbar {
  display: none;
}

.gallery__slide {
  width: 80% !important;
  display: flex;
  position: relative;
  height: auto;
  border-radius: 24px;
  max-width: 1179px;
  max-height: 700px;
}

.gallery__slide img {
  width: 100%;
  height: auto;
  max-width: 1179px;
  max-height: 700px;
  border-radius: 24px;
}

@media (max-width: 650px) {
  .gallery__slide img {
    border-radius: 16px;
  }
}

.gallery__slide:last-child {
  margin-right: 32px;
}

@media (max-width: 991px) {
  .gallery__slide {
    width: 85% !important;
  }
}

@media (max-width: 650px) {
  .gallery__slide {
    width: 100% !important;
  }

  .gallery__slide:last-child {
    margin-right: 0;
  }

  .gallery__slide:first-child {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .gallery__buttons {
    display: flex;
    gap: 19px;
    margin-top: 42px;
    justify-self: center;
  }
}

@media (max-width: 650px) {
  .gallery__buttons {
    margin-top: 32px;
  }
}

.gallery__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.gallery__button-next {
  right: 360px;
}

.gallery__button-prev {
  left: 150px;
}

@media (max-width: 1440px) {
  .gallery__button-next {
    right: 168px;
  }
}

@media (max-width: 991px) {
  .gallery__button {
    position: static;
    transform: none;
    align-self: center;
  }

  .gallery__button img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 991px) {
  .gallery {
    margin-bottom: 120px;
  }
}

@media (max-width: 650px) {
  .gallery {
    margin-bottom: 80px;
  }
}

.gallery__button-prev.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 991px) {
  .gallery__button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}

.gallery__button-next.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 991px) {
  .gallery__button-next.swiper-button-disabled {
    opacity: 0.8;
  }
}


.section-wrapper {
  overflow-y: hidden;
  position: relative;
}

.section-wrapper__bg {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .section-wrapper__bg {
    position: relative;
    display: none;
  }
}