.bg-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: radial-gradient(69.76% 69.77% at 48.28% 30.24%, #1dbaff 6.82%, #0174a6 100%);
}

.bg-wrapper-2 {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: linear-gradient(357.18deg, #1dbaff 25.97%, #0174a6 99.25%);
}

.bg-wrapper-3 {
  position: relative;
  background: linear-gradient(179.06deg, #1dbaff 0.82%, #f6c300 32.53%, #ff770f 99.24%);
}
.bg-wrapper-3::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1dbaff;
  pointer-events: none;
}
.bg-wrapper-3::after {
  content: "";
  position: absolute;
  top: 437px;
  left: 0;
  width: 100%;
  height: 1410px;
  background-image: url("../../images/base/decor/splash.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.text-block {
  position: relative;
  padding-top: 74px;
  padding-bottom: 74px;
}
.text-block::before, .text-block::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 90%;
  height: 220px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 50%, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.1) 45%, transparent 70%);
}
.text-block::before {
  top: 0;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.text-block::after {
  bottom: 0;
  width: min(90%, 1200px);
  -webkit-transform: translate(-50%, 45%);
      -ms-transform: translate(-50%, 45%);
          transform: translate(-50%, 45%);
}
@media (max-width: 767px) {
  .text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-block::before, .text-block::after {
    height: 140px;
  }
}
.text-block__container {
  position: relative;
  z-index: 1;
}
.text-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .text-block__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .text-block__content {
    gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.text-block__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #FFF;
}
@media (max-width: 767px) {
  .text-block__title {
    font-size: 25px;
  }
}
.text-block__text {
  font-size: 24px;
  line-height: 140%;
  color: #FFF;
}
@media (max-width: 767px) {
  .text-block__text {
    font-size: 16px;
  }
}

.column-block {
  position: relative;
  z-index: 1;
  padding: 40px 32px;
  border-bottom: 4px solid #FFF;
  border-radius: 50px;
  background: linear-gradient(2.98deg, #f5f5f5 37.07%, #fff 74.56%);
}
@media (max-width: 767px) {
  .column-block {
    padding: 20px;
  }
}
.column-block--reverse {
  padding-left: 50px;
  background: linear-gradient(339.47deg, #ffdf28 -18.26%, #fff 41.2%);
}
@media (max-width: 767px) {
  .column-block--reverse {
    padding-left: 20px;
  }
}
.column-block--reverse .column-block__content {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1024px) {
  .column-block--reverse .column-block__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.column-block--reverse .column-block__content--2 {
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 1024px) {
  .column-block--reverse .column-block__content--2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.column-block--reverse .column-block__content--2 .img-block {
  aspect-ratio: 464/495;
}
@media (max-width: 1024px) {
  .column-block--reverse .img-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1024px) {
  .column-block--reverse .column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.column-block__title {
  margin-left: 32px;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .column-block__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .column-block__title {
    margin-left: 0;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
  }
}
.column-block__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-block__content--sm {
  grid-template-columns: 0.7fr 1.2fr;
  gap: 50px;
}
.column-block__content--sm .img-block {
  aspect-ratio: 367/406;
}
@media (max-width: 1024px) {
  .column-block__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.column__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .column__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 115%;
    text-align: center;
  }
}

.img-block {
  aspect-ratio: 454/423;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .img-block {
    max-width: 520px;
    margin: 0 auto;
  }
}

.cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .icon-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.icon-card__img {
  margin: 0 auto;
}

.decor-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1920px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.decor-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 0;
  pointer-events: none;
}
.decor-top__canvas {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}

.decor-elem {
  position: absolute;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(calc(var(--decor-rotate, 0) * 1deg));
      -ms-transform: rotate(calc(var(--decor-rotate, 0) * 1deg));
          transform: rotate(calc(var(--decor-rotate, 0) * 1deg));
  pointer-events: none;
}
.decor-elem--bubbles1 {
  top: 163px;
  left: -148px;
  width: 386px;
  height: 291px;
  background-image: url("../../images/base/decor/balls-cold.webp");
}
@media (max-width: 767px) {
  .decor-elem--bubbles1 {
    top: -7px;
    left: 472px;
    width: 120px;
  }
}
.decor-elem--bubbles2 {
  top: 203px;
  right: -122px;
  width: 420px;
  height: 299px;
  background-image: url("../../images/base/decor/balls-warm.webp");
}
@media (max-width: 767px) {
  .decor-elem--bubbles2 {
    top: -7px;
    right: 472px;
    width: 120px;
  }
}
.decor-elem--leaf {
  top: 425px;
  left: 10px;
  width: 305px;
  height: 283px;
  background-image: url("../../images/base/decor/leaf.webp");
}
@media (max-width: 767px) {
  .decor-elem--leaf {
    top: -7px;
    left: 472px;
    width: 120px;
  }
}
.decor-elem--flower {
  top: 585px;
  right: 142px;
  width: 168px;
  height: 143px;
  background-image: url("../../images/base/decor/flower.webp");
}
.decor-elem--lasso1 {
  top: 632px;
  left: -133px;
  width: 368px;
  height: 167px;
  background-image: url("../../images/base/decor/lasso-yellow.webp");
}
.decor-elem--lasso2 {
  top: 460px;
  right: -140px;
  width: 434px;
  height: 340px;
  background-image: url("../../images/base/decor/lasso-blue.webp");
}
.decor-elem--heart {
  top: 820px;
  left: 173px;
  width: 176px;
  height: 143px;
  background-image: url("../../images/base/decor/heart.webp");
}
.decor-elem--plane {
  top: 690px;
  right: 133px;
  width: 260px;
  height: 219px;
  background-image: url("../../images/base/decor/plane.webp");
}
.decor-elem--fish {
  top: -100px;
  right: -380px;
  width: 493px;
  height: 237px;
  background-image: url("../../images/base/decor/fish.webp");
}
@media (max-width: 768px) {
  .decor-elem--fish {
    top: -18px;
    right: -55px;
    width: 160px;
    height: 80px;
  }
}
.decor-elem--seaweed {
  top: -106px;
  left: -198px;
  --decor-rotate: -17;
  z-index: 0;
  pointer-events: none;
  width: 448px;
  height: 588px;
  background-image: url("../../images/base/decor/seaweed.webp");
}
.decor-elem--bubbles3 {
  top: -67px;
  left: -487px;
  width: 453px;
  height: 640px;
  background-image: url("../../images/base/decor/bubbles-1.webp");
  z-index: -1;
}
.decor-elem--bubbles4 {
  top: 341px;
  left: -334px;
  width: 520px;
  height: 679px;
  background-image: url("../../images/base/decor/bubbles-2.webp");
}
.decor-elem--bubbles5 {
  top: -53px;
  right: -355px;
  width: 421px;
  height: 614px;
  background-image: url("../../images/base/decor/bubbles-3.webp");
}
.decor-elem--bubbles6 {
  top: 660px;
  right: -357px;
  width: 520px;
  height: 679px;
  background-image: url("../../images/base/decor/bubbles-4.webp");
}
.decor-elem--seaweed2 {
  top: 639px;
  left: -830px;
  width: 751px;
  height: 728px;
  background-image: url("../../images/base/decor/seaweed.webp");
  z-index: -1;
}
.decor-elem--seaweed3 {
  top: 365px;
  right: -610px;
  width: 520px;
  height: 530px;
  background-image: url("../../images/base/decor/seaweed-2.webp");
  z-index: -1;
}
.decor-elem--fish2 {
  top: auto;
  left: -352px;
  bottom: -40px;
  z-index: 2;
  pointer-events: none;
  width: 437px;
  height: 263px;
  background-image: url("../../images/base/decor/fish-sm.webp");
}
.decor-elem--dr-yellow {
  bottom: 54px;
  left: -150px;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: -60;
  width: 167px;
  height: 144px;
  background-image: url("../../images/base/decor/dr-yellow.webp");
}
.decor-elem--dr-yellow2 {
  right: -75px;
  bottom: -50px;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: -60;
  width: 167px;
  height: 144px;
  background-image: url("../../images/base/decor/dr-yellow.webp");
}
@media (max-width: 767px) {
  .decor-elem--dr-yellow2 {
    right: -106px;
  }
}
.decor-elem--dr-yellow3 {
  top: 0;
  right: 0px;
  left: auto;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: -120;
  width: 150px;
  height: 130px;
  background-image: url("../../images/base/decor/dr-yellow.webp");
}
@media (max-width: 767px) {
  .decor-elem--dr-yellow3 {
    top: -59px;
    right: -73px;
  }
}
.decor-elem--dr-yellow4 {
  bottom: -130px;
  right: -135px;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: 65;
  width: 148px;
  height: 125px;
  background-image: url("../../images/base/decor/dr-yellow.webp");
}
.decor-elem--dr-orange1 {
  bottom: 54px;
  left: -150px;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: -5;
  width: 167px;
  height: 144px;
  background-image: url("../../images/base/decor/dr-orange.webp");
}
.decor-elem--dr-orange2 {
  top: 150px;
  right: -150px;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: 188;
  width: 167px;
  height: 144px;
  background-image: url("../../images/base/decor/dr-orange.webp");
}
.decor-elem--dr-red {
  top: 135px;
  left: -212px;
  bottom: 48px;
  z-index: 2;
  pointer-events: none;
  width: 167px;
  height: 144px;
  background-image: url("../../images/base/decor/dr-red.webp");
}
.decor-elem--dr-red2 {
  top: 0;
  right: -40px;
  left: auto;
  z-index: 2;
  pointer-events: none;
  --decor-rotate: -38;
  width: 150px;
  height: 130px;
  background-image: url("../../images/base/decor/dr-red.webp");
}
@media (max-width: 767px) {
  .decor-elem--dr-red2 {
    top: -59px;
    right: -73px;
    width: 121px;
  }
}
.decor-elem--dr-red3 {
  top: 479px;
  left: auto;
  right: calc((100% - 100vw) / 2 - 43px);
  z-index: 2;
  pointer-events: none;
  --decor-rotate: -42;
  width: 167px;
  height: 144px;
  background-image: url("../../images/base/decor/dr-red.webp");
}
@media (max-width: 767px) {
  .decor-elem--dr-red3 {
    top: 404px;
    right: -73px;
    width: 121px;
  }
}
.decor-elem--blob1 {
  top: -559px;
  left: -814px;
  width: 1335px;
  height: 1311px;
  background-image: url("../../images/base/decor/blob.webp");
}
.decor-elem--blob2 {
  top: -629px;
  right: -806px;
  width: 1301px;
  height: 1232px;
  background-image: url("../../images/base/decor/blob.webp");
}
.decor-elem--blob3 {
  top: -291px;
  left: -1001px;
  width: 938px;
  height: 1037px;
  background-image: url("../../images/base/decor/blob.webp");
}
.decor-elem--blob4 {
  top: -320px;
  right: -1031px;
  width: 938px;
  height: 1037px;
  background-image: url("../../images/base/decor/blob.webp");
}

.brand-block {
  width: 100%;
  padding: 50px 10px 5px 10px;
  border-radius: 50px;
  background: linear-gradient(1deg, #f5f5f5 10.6%, rgba(255, 255, 255, 0) 91.18%);
}
.brand-block__title {
  max-width: 988px;
  margin: 0 auto 47px;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 767px) {
  .brand-block__title {
    font-size: 20px;
  }
}
.brand-block__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .brand-block__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .brand-block__columns {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .brand-block__columns {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.brand-block__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;
  gap: 10px;
}
.brand-block__item--1 {
  margin-top: 48px;
  margin-left: 40px;
}
@media (max-width: 1280px) {
  .brand-block__item--1 {
    margin-top: 24px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .brand-block__item--1 {
    margin-top: 28px;
  }
}
.brand-block__item--1 .brand-block__img {
  max-width: 185px;
  aspect-ratio: 185/377;
}
.brand-block__item--1 .brand-block__content {
  margin-top: -10px;
}
.brand-block__item--2 {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .brand-block__item--2 {
    margin-top: 0;
  }
}
.brand-block__item--2 .brand-block__img {
  max-width: 185px;
  aspect-ratio: 185/377;
}
.brand-block__item--3 {
  margin-top: 37px;
}
@media (max-width: 1280px) {
  .brand-block__item--3 {
    margin-top: 0;
  }
}
.brand-block__item--3 .brand-block__img {
  max-width: 185px;
  aspect-ratio: 185/377;
}
@media (max-width: 1280px) {
  .brand-block__item--3 .brand-block__content {
    top: -8px;
  }
}
@media (max-width: 767px) {
  .brand-block__item--3 .brand-block__content {
    top: -38px;
  }
}
.brand-block__item--4 {
  margin-top: 40px;
  margin-right: 40px;
}
@media (max-width: 1280px) {
  .brand-block__item--4 {
    margin-top: 0;
    margin-right: 0;
  }
}
.brand-block__item--4 .brand-block__img {
  max-width: 309px;
  aspect-ratio: 138/224;
}
@media (max-width: 767px) {
  .brand-block__item--4 .brand-block__img {
    max-width: 222px;
  }
}
.brand-block__item--4 .brand-block__content {
  top: -81px;
  max-width: 190px;
}
@media (max-width: 1280px) {
  .brand-block__item--4 .brand-block__content {
    top: -97px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .brand-block__item--4 .brand-block__content {
    top: -60px;
  }
}
.brand-block__content {
  position: relative;
  top: -21px;
  max-width: 232px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .brand-block__content {
    max-width: unset;
  }
}
.brand-block__item-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.brand-block__item-text {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.brand-block__info {
  position: relative;
  top: -20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #d9d9d9;
}