:root {
  --main-black: #181818;
  --clean-white: white;
  --secondary-blue: #85d8ff;
  --secondary-light-gray: #ececec;
  --secondary-gray: #676767;
}

body {
  color: #333;
  background-color: #f9f9f9;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--main-black);
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anybody, sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: var(--main-black);
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anybody, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: var(--main-black);
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anybody, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}

.heading, .heading-2 {
  font-size: 4.375rem;
  line-height: 1;
}

.section {
  padding: 5.625rem 2.5rem;
  overflow: hidden;
}

.section.fonts {
  display: none;
}

.section.section-reviews {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16.5rem 0 5.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.roulette-banner {
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  display: flex;
  position: relative;
}

.section.section-form {
  z-index: 1;
  background-color: var(--main-black);
  padding-top: 6.25rem;
  position: sticky;
  bottom: 0;
}

.section.section-faq {
  z-index: 5;
  background-color: #f9f9f9;
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  min-height: auto;
  padding-bottom: 11.25rem;
  position: relative;
  overflow: visible;
}

.section.section-thanks {
  background-color: #181818;
  width: 100%;
  height: auto;
  position: relative;
}

.section.section-error {
  z-index: 100;
  background-color: #fff;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 100vh;
  padding-top: 0;
  position: relative;
  bottom: -5.625rem;
}

.container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.relative {
  z-index: 2;
  height: 100%;
  position: relative;
}

.container.relative.rulette {
  overflow: hidden;
}

.container.container-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.reviews {
  z-index: 2;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.container.container-thanks {
  z-index: 50;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
  padding-top: 12.25rem;
  padding-bottom: 12.25rem;
  display: flex;
}

.container.container-form, .container.container-faq {
  position: static;
}

.container.container-error {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.thanks {
  z-index: 100;
}

.text-fact {
  color: var(--main-black);
  letter-spacing: -.0625rem;
  font-family: Tektur, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.15;
}

.text-fact.white {
  color: var(--clean-white);
  overflow: hidden;
}

.text-button {
  z-index: 1;
  color: var(--main-black);
  text-transform: uppercase;
  font-family: Tektur, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15;
  position: relative;
}

.text-button.move-up {
  position: absolute;
  top: -1.125rem;
}

.text-main {
  color: var(--main-black);
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
}

.text-main.hero-subtitle {
  width: 100%;
  max-width: 31.25rem;
  margin-bottom: 3.125rem;
}

.text-main.white {
  color: var(--clean-white);
}

.text-main.small-reviews-text {
  font-size: 1.15rem;
}

.text-general {
  color: var(--main-black);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.text-general.white {
  color: var(--clean-white);
}

.text-general.white.middle-align {
  text-align: center;
  font-size: 1rem;
}

.text-general.white.middle-align.text-big {
  font-size: 1.25rem;
}

.text-general.hero-white {
  color: var(--clean-white);
}

.text-general.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.text-general.text-error {
  text-align: center;
  max-width: 27.375rem;
  margin-bottom: 2.5rem;
}

.text-tachnical {
  color: var(--main-black);
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  line-height: 1.3;
}

.hero {
  padding: 8.625rem 2.5rem 5.625rem;
}

.hero.fonts {
  display: none;
}

.hero-inner {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.hero-col {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 42.1875rem;
  display: flex;
}

.hero-row-head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.5625rem;
  padding-top: 1.5rem;
  display: flex;
}

.hero-heading {
  margin-bottom: 0;
}

.hero-heading.head-error {
  margin-bottom: 1rem;
}

.hero-heading.uz-hero-h, .hero-heading.es-hero-h {
  font-size: 3.6rem;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-decoration: none;
  display: flex;
}

.button.modal {
  margin-top: 2rem;
}

.button-text-block {
  background-color: var(--secondary-blue);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 3.375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-block.submit {
  color: var(--main-black);
  text-transform: uppercase;
  width: 13.0625rem;
  font-family: Tektur, sans-serif;
  font-weight: 500;
  line-height: 1.15;
}

.button-arrow-block {
  background-color: var(--secondary-blue);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
}

.button-arrow {
  flex: none;
  width: 1.3125rem;
  height: 1.3125rem;
}

.button-text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 3.375rem;
  display: flex;
}

.hero-row-secondary {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--secondary-light-gray);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.4375rem 1.25rem 1.875rem;
  display: flex;
}

.cubes-img {
  width: 100%;
  min-width: 16.25rem;
  max-width: 16.25rem;
}

.arrow-big {
  width: 100%;
  max-width: 11.0625rem;
}

.arrow-big.es-arrow-big {
  max-width: 11rem;
}

.row-col-text {
  width: 100%;
  max-width: 8.0625rem;
}

.row-col-text.uz-20-yildan {
  max-width: 9.4rem;
}

.row-col-text.es-hero-80 {
  flex: none;
  max-width: 12rem;
}

.hero-row-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--clean-white);
  background-image: linear-gradient(#353535, #999);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.875rem;
  display: flex;
  position: relative;
}

.wrap-gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 14.5rem;
  display: flex;
}

.wrap-gap-16.es-wg-16 {
  max-width: 23rem;
}

.row-bottom-img {
  width: 26rem;
  position: absolute;
  inset: auto 0 -6rem auto;
}

.row-bottom-img.es-row-bottom-img {
  right: -2rem;
}

.hero-ball-block {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-ball-block.mobile {
  display: none;
}

.hero-ball-img {
  z-index: 1;
  width: 37.375rem;
  position: absolute;
  inset: auto -5rem -7rem auto;
}

.hero-circle-img {
  z-index: 2;
  width: 13.75rem;
  position: absolute;
  inset: auto auto 1.6875rem 3.125rem;
}

.hero-row-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.hero-row-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #181818;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.625rem 1.875rem;
  display: flex;
}

.hero-row-item.gray {
  background-color: #ececec;
}

.hero-icon-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.hero-row-icon {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

.hero-row-icon._2, .hero-row-icon._3, .hero-row-icon._4 {
  margin-left: -1.3rem;
}

.offer-wrap {
  display: flex;
}

.offer-heading {
  margin-bottom: 2.5rem;
}

.offer-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 27.8125rem;
  margin-right: .625rem;
  display: flex;
}

.offer-col.uz-offer-col {
  max-width: 30rem;
}

.offer-title-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.offer-title {
  color: #18181833;
  cursor: pointer;
}

.offer-title.first, .offer-title._1 {
  color: #181818;
}

.offer-spline-block {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 40rem;
  display: flex;
  position: relative;
}

.offer-spline-img {
  z-index: 0;
  pointer-events: none;
  max-width: none;
  display: flex;
  position: absolute;
}

.offer-card-bottom {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #181818;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 20rem;
  margin-bottom: 2.625rem;
  padding: 2.625rem 1.875rem;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.offer-card-bottom.gray {
  background-color: #ececec;
}

.offer-card-bottom._2 {
  margin-bottom: 14.3125rem;
  margin-right: 17.375rem;
  display: flex;
}

.offer-card-bottom._3 {
  margin-bottom: 6.4375rem;
  margin-right: 2.75rem;
  display: flex;
}

.offer-card-bottom._4 {
  margin-bottom: 17.625rem;
  margin-right: 18.125rem;
  display: flex;
}

.offer-card-bottom._5 {
  margin-bottom: 5.5rem;
  margin-right: 3.3125rem;
  display: flex;
}

.offer-card-bottom._6 {
  margin-bottom: 17rem;
  margin-right: 16.875rem;
  display: flex;
}

.offer-card-bottom._7 {
  margin-bottom: 5.625rem;
  margin-right: 2.0625rem;
  display: flex;
}

.offer-card-bottom._1 {
  z-index: 10;
  display: flex;
}

.offer-card-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--secondary-light-gray);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 2.4375rem 1.25rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 6.9375rem auto auto 14.4375rem;
}

.offer-card-top.none {
  display: none;
}

.owwer-spline-col {
  width: 100%;
}

.advantages-card-row {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.advantages-card {
  z-index: 2;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37.5rem;
  padding: 2.5rem 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.advantages-card-title {
  z-index: 1;
  margin-bottom: auto;
  margin-right: auto;
  position: relative;
}

.advantages-card-title.white {
  color: var(--clean-white);
}

.advantages-card-img {
  z-index: 1;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
}

.advantages-card-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.reviews-heading {
  text-align: center;
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.reviews-slider-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  margin-left: -13.3rem;
  overflow: hidden;
}

.reviews-slider {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: .6rem;
  display: flex;
  overflow: auto;
}

.reviews-slider-item {
  background-color: var(--clean-white);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: none;
  width: 25rem;
  height: 25rem;
  margin-right: .625rem;
  padding: 1.875rem;
  display: flex;
  box-shadow: 0 .25rem 1.875rem #0000001a;
}

.reviews-slider-item.first {
  height: 29.375rem;
  margin-left: 2rem;
}

.reviews-slider-item.non-item {
  display: none;
}

.reviews-slider-item.second, .reviews-slider-item.three {
  height: 29.375rem;
}

.reviews-card-logo {
  width: 8.875rem;
  margin-top: auto;
  margin-bottom: 1rem;
}

.reviews-name {
  color: var(--main-black);
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.reviews-name.white, .reviews-name.hero-white {
  color: var(--clean-white);
}

.reviews-name.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.reviews-post {
  color: var(--secondary-gray);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.reviews-post.white, .reviews-post.hero-white {
  color: var(--clean-white);
}

.reviews-post.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.reviews-company-name {
  color: var(--secondary-gray);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.reviews-company-name.white, .reviews-company-name.hero-white {
  color: var(--clean-white);
}

.reviews-company-name.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.reviews-bg {
  width: auto;
  max-width: none;
  height: 62.375rem;
  margin-left: 7rem;
  margin-right: auto;
  position: absolute;
  inset: 5.7rem auto 0%;
}

.reviews-figure-img {
  width: 36rem;
  position: absolute;
  inset: 0% auto auto 14rem;
}

.slider-btn-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .625rem;
  margin-left: auto;
  display: flex;
}

.slider-btn-block.services {
  margin-bottom: 0;
  position: absolute;
  inset: -5.875rem 0% auto auto;
}

.services-slider-btn {
  cursor: pointer;
  border: .0625rem solid #1818184d;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
}

.services-slider-btn.prev {
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.services-slider-btn.prev:hover {
  background-color: #85d8ff;
  border-color: #85d8ff;
}

.services-slider-btn.next {
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.services-slider-btn.next:hover {
  background-color: #85d8ff;
  border-color: #85d8ff;
}

.slider-arrow {
  width: 1.3125rem;
  height: 1.3125rem;
}

.slider-arrow.move-up {
  position: absolute;
  top: -1.25rem;
}

.services-heading {
  margin-bottom: 2.5rem;
}

.services-slider-wrap {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

.services-slider {
  display: flex;
  overflow: auto;
}

.services-slider-item {
  border-radius: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27.9375rem;
  height: 37.5rem;
  margin-right: .625rem;
  padding: 2.5rem 1.875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-item-title {
  z-index: 1;
  margin-bottom: 1rem;
  position: relative;
}

.services-card-button {
  z-index: 1;
  color: var(--main-black);
  text-transform: uppercase;
  border-radius: .625rem;
  margin-top: auto;
  padding: 1.125rem 1.875rem;
  font-family: Tektur, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15;
  position: relative;
}

.services-banner {
  background-image: url('../images/services-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 19.0625rem;
  display: flex;
}

.services-banner-heading {
  color: var(--clean-white);
  text-align: center;
  width: 100%;
  max-width: 27rem;
  margin-bottom: 1rem;
}

.services-banner-heading.uz-sb-h {
  max-width: 32rem;
}

.text-main-copy {
  color: var(--clean-white);
  margin-bottom: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
}

.text-main-copy.hero-subtitle {
  width: 100%;
  max-width: 31.25rem;
  margin-bottom: 3.125rem;
}

.text-main-copy.white {
  color: var(--clean-white);
}

.roulette-banner-heading {
  z-index: 1;
  width: 100%;
  max-width: 52.3125rem;
  margin: 0;
  position: relative;
}

.roulette-banner-heading.mob {
  display: none;
}

.roulette-banner-heading.uz-roulette-banner-heading, .roulette-banner-heading.es-roulette-banner-h {
  max-width: 60rem;
}

.roulette-banner-subtitle {
  z-index: 2;
  color: var(--main-black);
  width: 100%;
  max-width: 42.5rem;
  margin-left: 2.5rem;
  margin-right: auto;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

.roulette-banner-subtitle.white, .roulette-banner-subtitle.hero-white {
  color: var(--clean-white);
}

.roulette-banner-subtitle.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.roulette-banner-subtitle.es-roulette-banner-subtitle {
  max-width: 49rem;
}

.roulette-banner-bottom {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f9f9f9;
  border: .625rem solid #f9f9f9;
  border-radius: 1.25rem;
  width: 50rem;
  display: flex;
  position: absolute;
  inset: auto auto -.625rem -.625rem;
}

.icon-block {
  background-color: var(--main-black);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9rem;
  display: flex;
}

.logo-icon {
  width: 3.75rem;
  height: 3.75rem;
}

.text-wrap {
  background-color: var(--main-black);
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.875rem;
}

.text-wrap.mobile {
  display: none;
}

.roulette-img {
  z-index: 1;
  width: 70.25rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -10rem;
}

.roulette-banner-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.fact-card {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 2.4375rem 1.25rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 16.6875rem .75rem auto auto;
}

.fact-icon-wrap {
  display: flex;
}

.fact-icon {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

.fact-icon._2, .fact-icon._3 {
  margin-left: -1.3rem;
}

.roulette-banner-bg {
  background-image: url('../images/roulette-banner-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  height: 56.25rem;
  padding-top: 2.5rem;
}

.faq-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 47rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.faq-heading {
  margin-bottom: 2.5rem;
}

.faq-sticky-block {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem 1rem;
  display: flex;
  position: sticky;
  top: 5rem;
  left: auto;
}

.faq-number {
  color: #18181833;
  letter-spacing: -.0625rem;
  font-family: Anybody, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}

.faq-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.faq-item {
  border: .0625rem solid var(--secondary-light-gray);
  background-color: var(--clean-white);
  border-radius: 1.25rem;
  height: 18.75rem;
  margin-bottom: 0;
}

.faq-item.faq-item-1 {
  position: sticky;
  top: 5rem;
}

.faq-item.faq-item-2 {
  z-index: 25;
  position: sticky;
  top: 9.75rem;
}

.faq-item.faq-item-3 {
  z-index: 50;
  position: sticky;
  top: 14.5rem;
  bottom: auto;
}

.faq-head {
  z-index: 1;
  padding: 1.875rem 1.875rem 1rem;
  position: relative;
}

.faq-head-text {
  color: var(--main-black);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Anybody, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}

.faq-body {
  z-index: 2;
  height: auto;
  margin-top: -1rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  line-height: 1.15;
  position: relative;
  overflow: hidden;
}

.fay-body-text {
  color: var(--main-black);
  padding-bottom: 1.8rem;
  font-size: 1.25rem;
}

.form {
  background-image: linear-gradient(#181818, silver);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.875rem;
  display: flex;
}

.form.modal {
  background-image: none;
}

.form-inner {
  z-index: 100;
  background-color: var(--clean-white);
  border-radius: 1.25rem;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  padding: 5.625rem 3.25rem;
  position: relative;
}

.form-inner.modal {
  background-color: #0000;
}

.form-heading {
  color: var(--clean-white);
  max-width: 37rem;
}

.form-heading.thanks {
  margin-bottom: .625rem;
}

.form-heading.blue {
  color: #85d8ff;
}

.form-heading.uz-form-h {
  max-width: 100%;
  font-size: 3rem;
}

.form-heading.es-form-h {
  max-width: 100%;
  font-size: 2.8rem;
}

.form-input {
  background-color: var(--secondary-light-gray);
  color: var(--main-black);
  border: 0 solid #000;
  border-radius: .625rem;
  height: 3.8125rem;
  margin-bottom: 1.25rem;
  padding: 0 .75rem 0 1.5rem;
  font-size: 1rem;
}

.form-input::placeholder {
  color: #181818cc;
  font-size: 1rem;
}

.form-input.textarea {
  height: auto;
  min-height: 3.8125rem;
  padding-top: 1.25rem;
}

.footer {
  background-color: var(--main-black);
  padding: 0 2.5rem 1.875rem;
  position: static;
  bottom: 0;
  overflow: hidden;
}

.footer.fonts {
  display: none;
}

.footer.section-reviews {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16.5rem;
  padding-bottom: 21.0625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.roulette-banner {
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  height: 56.25rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer.section-form {
  background-color: var(--main-black);
  padding-top: 6.25rem;
}

.footer.footer-error {
  z-index: 1;
  padding-top: 11.25rem;
  position: relative;
}

.footer-link-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  margin-bottom: 4.625rem;
  display: flex;
}

.footer-link-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-link-name {
  z-index: 1;
  color: var(--secondary-blue);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Tektur, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15;
  position: relative;
}

.footer-link {
  color: var(--clean-white);
  margin-bottom: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.footer-link.white, .footer-link.hero-white {
  color: var(--clean-white);
}

.footer-link.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.footer-link.mb-24 {
  margin-bottom: 1.5rem;
}

.social-links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-social-link._2 {
  width: 1.7rem;
  height: 1.7rem;
}

.footer-social-icon {
  color: var(--clean-white);
  width: 1.5rem;
  height: 1.5rem;
}

.footer-social-icon._2 {
  width: auto;
}

.footer-text {
  color: var(--clean-white);
  margin-bottom: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.footer-text.white, .footer-text.hero-white {
  color: var(--clean-white);
}

.footer-text.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.footer-text.mb-6 {
  margin-bottom: .375rem;
  font-size: .75rem;
}

.footer-text.gray {
  color: var(--secondary-gray);
  margin-bottom: .375rem;
  font-size: .75rem;
}

.footer-logo {
  width: 100%;
  margin-bottom: 1.5rem;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-bottom-text {
  color: var(--secondary-gray);
}

.footer-bottom-text.white {
  color: var(--clean-white);
}

.policy-link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--secondary-gray);
  margin-left: 7.2rem;
  margin-right: auto;
  text-decoration: none;
  display: none;
}

.policy-link {
  color: var(--secondary-gray);
  text-decoration: none;
}

.footer-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-adelt-logo {
  width: 100%;
  max-width: none;
  height: .95rem;
  margin-bottom: .32rem;
}

.heart-icon {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.navbar {
  z-index: 1000;
  background-color: #f9f9f9;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: fixed;
}

.navbar-logo-link.w--current {
  flex: none;
}

.navbar-logo {
  width: 9.6875rem;
}

.navbar-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.navbar-link {
  text-transform: uppercase;
  border-radius: .625rem;
  padding: .75rem 1.25rem;
  font-family: Tektur, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  transition: opacity .35s linear;
}

.navbar-link:hover, .navbar-link.w--current {
  color: #fff;
  background-color: #000;
}

.navbar-link-wrap {
  margin-left: auto;
  margin-right: auto;
}

.spline-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 37.6875rem;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 100px;
  display: flex;
}

.heading-3 {
  cursor: pointer;
  margin-bottom: 0;
}

.spline-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-slider-btn {
  cursor: pointer;
  border: .0625rem solid #1818184d;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
}

.reviews-slider-btn.prev {
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.reviews-slider-btn.prev:hover {
  background-color: #85d8ff;
  border-color: #85d8ff;
}

.slider-btn-copy {
  border: .0625rem solid #1818184d;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
}

.reviews-slider-btn.next {
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.reviews-slider-btn.next:hover {
  background-color: #85d8ff;
  border-color: #85d8ff;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-slider-block {
  z-index: 4;
  width: 100%;
  padding-left: 50%;
  position: relative;
}

.services-item-text {
  z-index: 1;
  color: var(--main-black);
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

.services-item-text.white, .services-item-text.hero-white {
  color: var(--clean-white);
}

.services-item-text.advantages-card-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.statick-section-wrap {
  position: fixed;
}

.statick-section-wrap.fixed {
  z-index: 1;
  width: 100%;
  position: static;
  bottom: 0;
}

.div-block-3 {
  padding-bottom: 82.5rem;
}

.body {
  background-color: #f9f9f9;
}

.page-wrap {
  z-index: 2;
  background-color: #fff;
  margin-bottom: 104rem;
  position: relative;
}

.div-block-4 {
  height: 1px;
}

.span.span-1, .span.span-2, .span.span-3, .span.span-4 {
  overflow: visible;
}

.hero-heading-wrap {
  flex-flow: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.cubik-absolute {
  z-index: 50;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.advantages-card-row-slider, .hero-col-slider {
  display: none;
}

.modal-menu {
  display: flex;
}

.menu-open {
  display: none;
}

.thanks-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.back-thanks {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.back-thanks-vdeo {
  width: 100%;
  height: 100%;
}

.back-video-blur {
  z-index: 15;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: none;
  position: absolute;
  inset: 0;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.back-video {
  z-index: 100;
  width: 100%;
  position: absolute;
  inset: 0;
}

.spline-scene-2 {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 1rem;
  display: flex;
}

.h2-wrap {
  z-index: 2;
  margin-bottom: 1.25rem;
  margin-left: 2.5rem;
  margin-right: auto;
  position: relative;
}

.reviews-heading-wrap {
  max-width: 30rem;
  margin-bottom: 4.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.form-heading-wrap {
  max-width: 37rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.form-heading-wrap.uz-form-h-wrap, .form-heading-wrap.es-form-h-wrap {
  max-width: 40rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.spline-figure {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0 0 10rem;
}

.spline-scene-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.error-content {
  z-index: 350;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.back-slider-item.mob, .services.mob {
  display: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.scroll-gradient-anim {
  height: 100%;
  position: absolute;
  inset: 0;
}

.sticky-gradient {
  background-image: linear-gradient(#ececec00, #ececec);
  height: 12.625rem;
  position: sticky;
  bottom: 0;
}

.grd-scroll {
  z-index: 100;
  pointer-events: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  position: absolute;
  inset: 0;
}

.grad-static {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.grad-ticky {
  background-image: linear-gradient(#ececec00, #ececec 91%);
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  width: 100%;
  height: 12.625rem;
  position: sticky;
  top: auto;
  bottom: 0;
}

.advantages-card-bg-mob {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.modal-form {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #181818;
  background-image: url('../images/back.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.close-modal-button {
  text-transform: uppercase;
  background-color: #0000;
  padding: 1rem 2rem;
  font-family: Anybody, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
}

.hero-ball-bloack-back {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.form-logo {
  z-index: 100;
  position: absolute;
  top: 2.1875rem;
  left: 2.5rem;
}

.adel-link {
  transition: opacity .2s;
}

.adel-link:hover {
  opacity: .7;
}

.ptreloader {
  z-index: 1001;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lang-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 14.5rem;
}

.lang-dropdown-toggle {
  padding: 0;
  display: block;
}

.land-flag {
  aspect-ratio: 1;
  border: .0625rem solid var(--main-black);
  border-radius: 10rem;
  width: 1.5rem;
  display: block;
}

.land-flag.flag-no-border {
  border-style: none;
}

.lang-list.w--open {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #f9f9f9;
  border-radius: .625rem;
  width: 8rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
  inset: -.875rem auto auto -.75rem;
  box-shadow: 0 .25rem .625rem #00000014;
}

.lang-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--main-black);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Tektur, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lang-link:hover {
  color: var(--secondary-gray);
}

@media screen and (max-width: 991px) {
  .section {
    padding: 3.125rem .875rem;
  }

  .section.section-reviews {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .section.roulette-banner {
    height: auto;
  }

  .section.section-form {
    padding-bottom: 3.125rem;
  }

  .section.section-faq {
    border-radius: 0 0 1.14286rem 1.14286rem;
    padding-bottom: 9rem;
  }

  .container {
    max-width: none;
  }

  .container.relative {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .container.container-navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
  }

  .container.reviews {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .text-fact {
    font-size: 2rem;
  }

  .text-button.error {
    white-space: nowrap;
  }

  .text-main.hero-subtitle, .text-general.text-error {
    margin-bottom: 2rem;
  }

  .hero {
    padding: 6.5625rem .875rem 3.125rem;
  }

  .hero-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .hero-col {
    max-width: none;
  }

  .hero-row-head {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-top: 0;
    display: flex;
  }

  .hero-heading {
    font-size: 4.375rem;
  }

  .hero-heading.head-error {
    font-size: 2.375rem;
  }

  .hero-heading.uz-hero-h {
    font-size: 4.2rem;
  }

  .hero-heading.es-hero-h {
    font-size: 4rem;
  }

  .button {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button.error {
    margin-top: 0;
  }

  .button-text-block {
    position: static;
  }

  .button-text-wrap {
    position: relative;
  }

  .hero-row-secondary {
    border-radius: .875rem;
    width: 100%;
  }

  .arrow-big {
    display: none;
  }

  .hero-row-bottom {
    z-index: 10;
    border-radius: .875rem;
  }

  .row-bottom-img {
    z-index: 800;
    width: 21vh;
  }

  .row-bottom-img.es-row-bottom-img {
    right: 0;
  }

  .hero-ball-block {
    display: none;
  }

  .hero-ball-block.mobile {
    border-radius: .875rem;
    height: 42vh;
    display: flex;
  }

  .hero-ball-img {
    width: 37vh;
  }

  .hero-circle-img {
    width: 14vh;
  }

  .hero-row-right {
    z-index: 1;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    position: relative;
  }

  .hero-row-item {
    border-radius: .875rem;
  }

  .offer-wrap {
    flex-flow: column;
  }

  .offer-heading {
    font-size: 2rem;
  }

  .offer-col {
    max-width: none;
    overflow: visible;
  }

  .offer-title-col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    overflow: visible;
  }

  .offer-title {
    width: 14.375rem;
    min-width: 14.375rem;
    font-size: 1.5rem;
  }

  .offer-title._1 {
    width: 14.375rem;
    max-width: 14.375rem;
    font-size: 1.5rem;
  }

  .offer-spline-block {
    height: 30rem;
  }

  .offer-spline-img {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .offer-card-bottom._2 {
    border-radius: .9rem;
    margin-bottom: 0;
    left: 0;
    right: auto;
  }

  .offer-card-bottom._3, .offer-card-bottom._4, .offer-card-bottom._5, .offer-card-bottom._6, .offer-card-bottom._7 {
    border-radius: .9rem;
    margin-bottom: 0;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .offer-card-bottom._1 {
    border-radius: .875rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    left: 0;
    right: auto;
  }

  .offer-card-top {
    border-radius: .9rem;
    top: 3.375rem;
    left: auto;
    right: 0;
  }

  .advantages-card-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: none;
    overflow: hidden;
  }

  .advantages-card {
    border-radius: .9rem;
    width: 42vh;
    min-width: 42vh;
    height: 50vh;
  }

  .advantages-card-title, .advantages-card-title.white {
    font-size: 1.6rem;
  }

  .advantages-card-bg {
    display: none;
  }

  .reviews-heading {
    text-align: left;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 2rem;
  }

  .reviews-slider-wrap {
    margin-left: 0;
  }

  .reviews-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .reviews-slider-item.first {
    border-radius: .9rem;
    margin-left: .875rem;
    margin-right: .5rem;
  }

  .reviews-slider-item.non-item {
    margin-right: .875rem;
  }

  .reviews-slider-item.second, .reviews-slider-item.three {
    margin-right: .5rem;
  }

  .reviews-bg {
    display: none;
  }

  .reviews-figure-img {
    width: 21.6875rem;
    top: 5rem;
    left: .5rem;
  }

  .slider-btn-block {
    margin-bottom: 1.25rem;
  }

  .slider-btn-block.services {
    display: none;
  }

  .services-heading {
    font-size: 2rem;
  }

  .services-slider {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: none;
  }

  .services-slider-item {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services-slider-item.services-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fff, #fea071);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-slider-item.services-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fff, #ffaff5);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-slider-item.services-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fff, #a82fc6);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-slider-item.services-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fff, #00dacb);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-slider-item.services-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fff, #6afffa);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-slider-item.services-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fee, #85d8ff);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-slider-item.services-7 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(#fff, #01f476);
    border-radius: .875rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .services-item-bg {
    width: auto;
    height: 100%;
    display: none;
    inset: 0 auto auto 0;
  }

  .services-item-title {
    font-size: 1.5rem;
  }

  .services-card-button {
    background-color: #fff;
    border-radius: .625rem;
    margin-top: 2.5rem;
  }

  .services-banner {
    border-radius: .875rem;
    height: auto;
    padding: 4.25rem 1.25rem;
  }

  .services-banner-heading {
    max-width: 21.6rem;
    font-size: 1.6rem;
  }

  .text-main-copy {
    text-align: center;
    max-width: 18.5rem;
    font-size: 1rem;
  }

  .roulette-banner-heading {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin: 0 auto 0 0;
    font-size: 2rem;
    position: static;
  }

  .roulette-banner-subtitle {
    margin-left: 0;
    margin-right: auto;
  }

  .roulette-banner-bottom {
    border-radius: .875rem;
    width: auto;
  }

  .icon-block {
    border-radius: .875rem;
    width: auto;
    padding: 2rem;
  }

  .logo-icon {
    width: 2.875rem;
    height: 2.875rem;
  }

  .text-wrap {
    display: none;
  }

  .text-wrap.mobile {
    border-radius: .875rem;
    display: flex;
  }

  .roulette-img {
    display: inline-flex;
    bottom: -10rem;
  }

  .roulette-banner-inner {
    background-image: url('../images/roulette-banner-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: .875rem;
    width: 100%;
    min-width: auto;
    height: 47.1875rem;
    min-height: auto;
    padding: 1.5rem 1.25rem;
    position: relative;
    overflow: hidden;
  }

  .fact-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .875rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: 0;
    position: static;
  }

  .fact-icon {
    width: 5rem;
  }

  .roulette-banner-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: .875rem;
    width: 100%;
    padding-top: 0;
  }

  .faq-wrap {
    max-width: none;
    height: auto;
  }

  .faq-heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .faq-sticky-block {
    display: none;
  }

  .faq-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .faq-item.faq-item-1, .faq-item.faq-item-2, .faq-item.faq-item-3 {
    height: auto;
    position: static;
  }

  .faq-head {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-head-text {
    font-size: 1.6rem;
  }

  .faq-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fay-body-text {
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }

  .form {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .form.modal {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .form-inner {
    border-radius: .875rem;
    width: 100vw;
    max-width: none;
    margin-left: 0;
    padding: 3.125rem .875rem;
    position: relative;
    left: -.875rem;
    right: -.875rem;
  }

  .form-inner.modal {
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
  }

  .form-heading {
    text-align: left;
    font-size: 2rem;
  }

  .form-input {
    height: 3.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .footer {
    padding-bottom: 2.5rem;
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .footer-link-row {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: column;
    margin-bottom: 5rem;
  }

  .footer-link-name {
    margin-bottom: 1rem;
  }

  .footer-link {
    margin-bottom: .75rem;
  }

  .social-links-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: .75rem;
  }

  .social-links-wrap.modal {
    justify-content: flex-end;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .footer-social-link {
    color: var(--main-black);
    width: 3.5rem;
    height: 3.5rem;
  }

  .footer-social-link:hover {
    color: var(--main-black);
  }

  .footer-social-link._2 {
    width: 3.8rem;
    height: 3.8rem;
  }

  .footer-social-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .footer-social-icon._2 {
    height: 3.7rem;
  }

  .footer-bottom {
    flex-flow: wrap;
  }

  .navbar {
    width: auto;
    padding: 1rem .875rem;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-menu.modal {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .navbar-link {
    margin: 0;
  }

  .navbar-link:hover {
    color: #000;
    background-color: #fff;
  }

  .navbar-link-wrap {
    border-bottom: 1px solid #ececec;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    min-width: auto;
    margin-right: 0;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .reviews-slider-block {
    padding-left: 0%;
  }

  .cubik-absolute {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 82%;
    padding-left: 0;
    display: none;
    top: auto;
  }

  .menu-button {
    padding: 0;
  }

  .offer-title-col-wrapper {
    width: 100%;
    overflow: auto;
  }

  .advantages-card-row-slider {
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
  }

  .advantages-card-row-mask {
    height: 50vh;
    padding: 0;
  }

  .advantages-card-row-item {
    width: 42vh;
    height: 50vh;
    margin-right: .5rem;
    padding: 0;
  }

  .slide-nav {
    position: static;
  }

  .modal-menu {
    z-index: 1001;
    background-color: #f9f9f9;
    padding: 1rem 1rem 1rem .875rem;
    display: none;
    position: fixed;
    inset: 0;
  }

  .modal-menu-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .modal-menu-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .modal-menu-bottom {
    width: 100%;
  }

  .modal-menu-logo {
    width: 8.3125rem;
  }

  .modal-menu-logo.w--current {
    width: 9.6875rem;
  }

  .modal-menu-close {
    cursor: pointer;
  }

  .modal-menu-heading {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-open {
    display: flex;
  }

  .spline-scene-2 {
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 200px;
    padding-right: 300px;
  }

  .h2-wrap {
    margin-bottom: .875rem;
    margin-left: 0;
  }

  .reviews-heading-wrap {
    grid-column-gap: .45rem;
    flex-flow: wrap;
    max-width: 28.6rem;
    margin-bottom: 1.5rem;
    margin-left: .875rem;
    display: flex;
  }

  .spline-scene-3 {
    width: 100%;
    height: 100%;
  }

  .back-slider-item.mob {
    pointer-events: none;
    background-color: #fea071;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .back-slider-item.mob._2 {
    background-color: #ffaff5;
  }

  .back-slider-item.mob._3 {
    background-color: #a82fc6;
  }

  .back-slider-item.mob._4 {
    background-color: #00dacb;
  }

  .back-slider-item.mob._5 {
    background-color: #6afffa;
  }

  .back-slider-item.mob._6 {
    background-color: #85d8ff;
  }

  .back-slider-item.mob._7 {
    background-color: #01f476;
  }

  .services.mob {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .grd-scroll {
    display: none;
  }

  .advantages-card-bg-mob {
    z-index: 0;
    border-radius: .875rem;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .image {
    border-radius: .875rem;
    width: 103%;
    min-width: 103%;
    max-width: none;
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .modal-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .close-modal-button {
    top: .25rem;
    right: 0;
  }

  .hero-ball-bloack-back {
    width: 100%;
  }

  .form-logo {
    top: 2rem;
    left: .875rem;
  }

  .lang-dropdown {
    position: absolute;
    right: 4rem;
  }

  .lang-list.w--open {
    left: -6.35rem;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.fonts {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .container {
    max-width: none;
  }

  .text-fact {
    font-size: 2rem;
  }

  .text-main {
    font-size: 1rem;
  }

  .text-main.hero-subtitle {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }

  .hero {
    padding-top: 6.25rem;
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .hero-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .hero-col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    max-width: none;
  }

  .hero-row-head {
    width: 100%;
    margin-bottom: 2.5rem;
    padding-top: 0;
  }

  .hero-heading {
    font-size: 2.375rem;
  }

  .hero-heading.uz-hero-h, .hero-heading.es-hero-h {
    font-size: 3.8rem;
  }

  .hero-row-secondary {
    width: 100%;
    padding: 1.5rem 1.25rem;
  }

  .arrow-big {
    display: none;
  }

  .hero-row-bottom {
    padding: 1.5rem 1.25rem;
  }

  .hero-ball-block {
    display: none;
  }

  .hero-ball-block.mobile {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 42vh;
    display: flex;
  }

  .hero-ball-img {
    width: 37vh;
    bottom: -2.125rem;
    right: -1.5rem;
  }

  .hero-row-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: none;
  }

  .hero-row-item {
    padding: 1.5rem 1.25rem;
  }

  .offer-heading {
    font-size: 2rem;
  }

  .offer-spline-img {
    transform: scale(.7);
  }

  .offer-card-bottom._2 {
    margin-right: 0;
    padding: 1.5rem 1.25rem;
  }

  .offer-card-bottom._3, .offer-card-bottom._4, .offer-card-bottom._5, .offer-card-bottom._6, .offer-card-bottom._7, .offer-card-bottom._1, .offer-card-top, .advantages-card {
    padding: 1.5rem 1.25rem;
  }

  .advantages-card-title, .advantages-card-title.white {
    font-size: 1.6rem;
  }

  .reviews-slider-item.first, .reviews-slider-item.second {
    width: 21rem;
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .reviews-slider-item.three {
    height: auto;
    padding: 1.5rem 1.25rem;
  }

  .reviews-figure-img {
    width: 30rem;
  }

  .services-heading {
    margin-bottom: 1.5rem;
  }

  .services-slider-item.services-1 {
    padding: 1.5rem 1.25rem;
  }

  .services-item-title {
    font-size: 1.6rem;
  }

  .services-banner {
    background-image: url('../images/contact-us.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-main-copy {
    margin-bottom: 2rem;
  }

  .roulette-banner-heading {
    display: none;
  }

  .roulette-banner-heading.mob {
    display: block;
  }

  .text-wrap.mobile {
    padding: 1.875rem 1.25rem;
  }

  .roulette-img {
    width: 65rem;
    min-width: 65rem;
    bottom: -21rem;
  }

  .fact-card {
    padding: 1.5rem 1.25rem;
  }

  .faq-head, .faq-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .social-links-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .footer-social-link {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-social-link._2 {
    width: 1.8rem;
    height: 1.8rem;
  }

  .footer-social-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-social-icon._2 {
    height: 1.8rem;
  }

  .footer-text.mb-6 {
    max-width: 20rem;
  }

  .footer-adelt-logo {
    margin-bottom: .2rem;
  }

  .navbar-logo-link.w--current {
    padding-left: 0;
  }

  .navbar-logo {
    width: 8.25rem;
  }

  .hero-heading-wrap {
    margin-bottom: 1rem;
  }

  .hero-col-slider {
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .hero-col-slider-mask {
    border-radius: .875rem;
    width: 100%;
    height: auto;
  }

  .slide-nav-2 {
    height: auto;
    min-height: auto;
    position: static;
  }

  .slide, .slide-2 {
    width: 100%;
    height: auto;
  }

  .modal-menu {
    padding-left: .875rem;
    padding-right: .875rem;
    display: none;
  }

  .modal-menu-logo, .modal-menu-logo.w--current {
    width: 8.25rem;
  }

  .spline-scene-3 {
    width: auto;
    transform: scale(.7);
  }

  .back-slider-item.mob._3 {
    background-color: #a82fc6;
  }

  .back-slider-item.mob._4 {
    background-color: #00dacb;
  }

  .back-slider-item.mob._5 {
    background-color: #6afffa;
  }

  .back-slider-item.mob._6 {
    background-color: #85d8ff;
  }

  .back-slider-item.mob._7 {
    background-color: #01f476;
  }

  .ptreloader {
    overflow: hidden;
  }

  .preloader-lottie {
    min-width: 200%;
  }
}

@media screen and (max-width: 479px) {
  .section.section-reviews {
    padding-bottom: 1.25rem;
  }

  .section.section-form {
    padding-top: 8rem;
  }

  .section.section-error {
    height: 100vh;
  }

  .hero-heading.uz-hero-h {
    font-size: 2.4rem;
  }

  .hero-heading.es-hero-h {
    font-size: 2.6rem;
  }

  .hero-row-secondary {
    border-radius: .875rem;
    padding: 1.5rem 1.25rem;
  }

  .cubes-img {
    min-width: 10rem;
    max-width: 10rem;
  }

  .row-col-text.es-hero-80 {
    max-width: 10rem;
  }

  .hero-row-bottom {
    border-radius: .875rem;
    padding: 1.5rem 1.25rem;
  }

  .row-bottom-img {
    pointer-events: none;
  }

  .hero-ball-block.mobile {
    background-size: cover;
    border-radius: .875rem;
  }

  .hero-row-item {
    border-radius: .875rem;
    padding: 1.5rem 1.25rem;
  }

  .offer-spline-block {
    pointer-events: none;
  }

  .offer-spline-img {
    transform: scale(.9);
  }

  .offer-card-top {
    padding: 1.5rem 1.25rem;
  }

  .advantages-card {
    width: 100%;
    min-width: 100%;
    padding-top: 1.5rem;
  }

  .advantages-card-title, .advantages-card-title.white {
    margin-left: 0;
  }

  .reviews-slider-wrap {
    margin-top: -1.25rem;
  }

  .reviews-slider {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }

  .reviews-slider-item.first {
    justify-content: flex-start;
    align-items: flex-start;
    width: 21.875rem;
  }

  .reviews-slider-item.second {
    justify-content: flex-start;
    align-items: flex-start;
    width: 21.875rem;
    min-height: 23.3125rem;
  }

  .reviews-slider-item.three {
    justify-content: flex-start;
    align-items: flex-start;
    width: 21.875rem;
  }

  .reviews-card-logo {
    vertical-align: baseline;
    width: auto;
    height: 2rem;
    margin-bottom: .5rem;
    display: block;
  }

  .services-banner {
    background-image: url('../images/contact-us.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .roulette-banner-heading {
    display: none;
  }

  .roulette-banner-heading.mob {
    display: block;
  }

  .roulette-img {
    width: 38.375rem;
    min-width: 38.375rem;
    bottom: -7rem;
  }

  .form-heading.uz-form-h, .form-heading.es-form-h {
    font-size: 1.7rem;
  }

  .social-links-wrap.modal {
    justify-content: flex-end;
    align-items: center;
  }

  .footer-bottom {
    flex-flow: column;
  }

  .footer-bottom-text.white {
    line-height: 1.4;
  }

  .policy-link-wrap {
    flex-flow: column;
  }

  .footer-text-wrap {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .footer-adelt-logo {
    max-width: 4rem;
    height: .9rem;
    margin-bottom: .3rem;
    margin-left: 0;
  }

  .navbar-menu {
    display: none;
  }

  .cubik-absolute {
    padding-bottom: 1.875rem;
  }

  .advantages-card-row-slider {
    flex-flow: column;
    height: auto;
  }

  .advantages-card-row-mask {
    width: 100%;
    min-width: auto;
  }

  .advantages-card-row-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .spline-scene-2 {
    justify-content: center;
    align-items: center;
    width: 11.5rem;
    height: 12.5rem;
    padding-right: 20rem;
  }

  .spline-scene-3 {
    transform: scale(.4);
  }

  .image {
    width: 110%;
    min-width: 110%;
  }

  .hero-ball-bloack-back {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .preloader-lottie {
    min-width: 300%;
  }

  .lang-dropdown {
    right: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a737df1f-4f0d-f814-b8a1-45fd5ba4e170-5ba4e16e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a737df1f-4f0d-f814-b8a1-45fd5ba4e189-5ba4e16e {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-a737df1f-4f0d-f814-b8a1-45fd5ba4e18b-5ba4e16e {
    justify-self: end;
  }

  #w-node-_7b7a064b-ceeb-a640-8343-34db99bd1f8f-b11ebd52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b7a064b-ceeb-a640-8343-34db99bd1fa8-b11ebd52 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_7b7a064b-ceeb-a640-8343-34db99bd1faa-b11ebd52 {
    justify-self: end;
  }
}


