* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
}

section._mb,
div._mb,
h1._mb, h2._mb, h3._mb, h4._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  h1._mb, h2._mb, h3._mb, h4._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  h1._mb, h2._mb, h3._mb, h4._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  h1._mb, h2._mb, h3._mb, h4._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
h1._mt, h2._mt, h3._mt, h4._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  h1._mt, h2._mt, h3._mt, h4._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  h1._mt, h2._mt, h3._mt, h4._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  h1._mt, h2._mt, h3._mt, h4._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
h1._pt, h2._pt, h3._pt, h4._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  h1._pt, h2._pt, h3._pt, h4._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  h1._pt, h2._pt, h3._pt, h4._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  h1._pt, h2._pt, h3._pt, h4._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
h1._pb, h2._pb, h3._pb, h4._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  h1._pb, h2._pb, h3._pb, h4._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  h1._pb, h2._pb, h3._pb, h4._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  h1._pb, h2._pb, h3._pb, h4._pb {
    padding-bottom: 40px;
  }
}
._container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 26px;
}
@media (max-width: 1279.98px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

.prm-container {
  max-width: 1268px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1268px) {
  .prm-container {
    max-width: 960px;
  }
}
@media (max-width: 999px) {
  .prm-container {
    max-width: 100%;
  }
}
@media (max-width: 760px) {
  .prm-container {
    max-width: 100%;
  }
}
.promo-page div {
  line-height: 1.18;
}

.promo-page li {
  font-size: 16px;
  line-height: 1.2;
}

.promo-page p {
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.promo-page p + p {
  margin-top: 10px;
}
.promo-page h1 {
  margin: 0;
  font-family: 'Roboto';
}

.section-title {
  font-size: 42px;
  font-weight: 500;
}

@media (max-width: 760px) {
  .section-title {
    font-size: 32px;
  }
}
.section-gray {
  background: #eceff3;
  padding: 32px 0;
}

.main {
  padding: 56px 0;
  background: radial-gradient(281.21% 103.3% at 100% 0%, #fbfafe 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(154deg, #66fe99 6.25%, #a8e6fc 69.87%);
}
.main__row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.main__col-one {
  max-width: 40%;
  width: 100%;
}
.main__title {
  max-width: 436px;
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
}
.main__col-two {
  max-width: 60%;
  width: 100%;
}
.main__images {
  display: flex;
  position: relative;
}
.main__image {
  max-width: 194px;
  width: 100%;
  position: absolute;
}
.main__image img {
  width: 100%;
}
.main__image:nth-child(1) {
  left: -2%;
}
.main__image:nth-child(2) {
  left: 17%;
}
.main__image:nth-child(3) {
  left: 36%;
}
.main__image:nth-child(4) {
  left: 56%;
}
.main__image:nth-child(5) {
  left: 76%;
}
@media (max-width: 999px) {
  .main__row {
    row-gap: 24px;
  }
  .main__col-one {
    max-width: 100%;
  }
  .main__col {
    order: 3;
  }
  .main__col._item1 {
    order: 2;
  }
  .main__col._item2 {
    order: 1;
  }
  .main__col-two {
    max-width: 100%;
  }
  .main__images {
    max-width: 50%;
    height: 135px;
  }
  .main__image {
    max-width: 120px;
  }
}
@media (max-width: 760px) {
  .main {
    padding: 32px 0;
  }
  .main__title {
    font-size: 42px;
  }
  .main__images {
    max-width: 90%;
    height: 94px;
  }
  .main__image {
    max-width: 90px;
  }
}
.plans {
  padding: 60px 0;
}
.plans__block {
  display: flex;
  justify-content: space-between;
  background-color: #061319;
  border-radius: 16px;
  padding: 48px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.plans__block::before {
  content: "";
  display: block;
  border-radius: 1141.711px;
  background: radial-gradient(50% 50% at 50% 50%, #0a9a92 0%, rgba(10, 111, 154, 0) 100%);
  width: 796.116px;
  height: 1141.711px;
  transform: rotate(82.398deg);
  position: absolute;
  top: -100%;
  left: -40%;
  z-index: -1;
}
.plans__content {
  flex: 0 0 40%;
  padding-right: 40px;
}
.plans__title {
  margin-bottom: 40px;
}
.plans__pluse {
  flex: 0 0 auto;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plans__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plans__list-line {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.plans__list-line:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.plans__list-icon {
  margin-right: 13px;
}
.plans__table {
  margin: 0 -10px;
  flex: 0 0 auto;
  display: flex;
}
.plans__item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans__item._item1 .plans__item-fill {
  background: linear-gradient(180deg, rgba(0, 209, 255, 0.05) 28.6%, rgba(0, 209, 255, 0.9) 100%);
}
.plans__item._item1 .plans__item-fill:before {
  background: linear-gradient(0deg, #01cafa 0%, #01b3ff 100%);
  height: 70%;
}
.plans__item._item2 .plans__item-fill {
  background: linear-gradient(0deg, rgba(114, 24, 255, 0.9) 0%, rgba(114, 24, 255, 0.1) 71.46%);
}
.plans__item._item2 .plans__item-fill:before {
  background: linear-gradient(0deg, #ab77f9 0%, #802fff 100%);
  height: 85%;
}
.plans__item._item3 .plans__item-fill {
  background: linear-gradient(0deg, rgba(97, 67, 218, 0.3254901961) 0%, rgba(51, 28, 141, 0.3058823529) 100%);
}
.plans__item._item3 .plans__item-fill:before {
  background: linear-gradient(0deg, #6143da 0%, #321c8d 100%);
  height: 100%;
}
.plans__item-icon img {
  width: 100%;
}
.plans__item-name {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}
.plans__item-fill {
  margin-top: 11px;
  width: 94px;
  flex: 1 0 auto;
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 186px;
}
.plans__item-fill::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
}
.plans__icons-phone {
  display: none;
}

@media (max-width: 1268px) {
  .plans__block {
    flex-wrap: wrap;
  }
  .plans__item-fill {
    width: 100%;
  }
  .plans__content {
    order: 1;
    flex: 0 0 60%;
  }
  .plans__pluse {
    order: 3;
    margin-top: 40px;
  }
  .plans__table {
    order: 2;
  }
}
@media (max-width: 999px) {
  .plans__content {
    order: 1;
    flex: 0 0 50%;
  }
  .plans__table {
    flex: 0 0 50%;
  }
}
@media (max-width: 760px) {
  .plans__block {
    padding: 16px;
  }
  .plans__block:before {
    top: -38%;
    left: 37%;
  }
  .plans__item {
    width: 33.3333333333%;
  }
  .plans__content {
    order: 1;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .plans__pluse {
    margin-top: 20px;
    order: 2;
  }
  .plans__table {
    flex: 0 0 100%;
    margin: 20px 0 0;
    order: 3;
  }
  .plans__title {
    margin-bottom: 24px;
  }
  .plans__pluse-icons {
    display: none;
  }
  .plans__icons-phone {
    display: block;
    margin-bottom: 40px;
  }
  .plans__list-line {
    padding: 6px 0;
  }
}
.product {
  padding: 60px 0 40px;
}
.product._fon1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1201' height='1190' viewBox='0 0 1201 1190' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_117_1283)'%3e%3cpath d='M656.282 759.732L542.175 754.869C532.027 754.437 522.542 749.566 516.2 741.531L438.344 642.884C429.003 631.048 428.159 614.574 436.247 601.949L535.743 446.649C544.16 433.512 560.239 427.653 575.137 432.294L682.606 465.775C691.26 468.471 698.558 474.445 702.958 482.435L765.973 596.845C772.492 608.681 771.728 623.189 764.007 634.166L685.99 745.084C679.209 754.724 668.037 760.233 656.282 759.732Z' fill='%234DFF88'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_117_1283' x='0.712891' y='0.718994' width='1199.67' height='1189.04' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='215' result='effect1_foregroundBlur_117_1283'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}
.product__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.product__item._revers {
  flex-direction: row-reverse;
}
.product__item + .product__item {
  margin-top: 60px;
}
.product__item-icon {
  background: url("../images/img5.png") no-repeat center/contain;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 10%;
  left: -20%;
}
.product__item-img {
  position: relative;
  width: 100%;
  max-width: 572px;
  flex: 1 0 auto;
  font-size: 0;
}
.product__item-img img {
  width: 100%;
}
.product__item-title {
  margin-bottom: 32px;
}
.product__item-text p + .product__list {
  margin-top: 24px;
}
.product__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product__list + p {
  margin-top: 24px;
}
.product__item-line {
  font-size: 18px;
  display: flex;
}
.product__item-line:not(:last-child) {
  margin-bottom: 10px;
}
.product__item-line:before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_117_804)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7069 3.29255C15.0974 3.68307 15.0974 4.31624 14.7069 4.70676L7.70613 11.7075C7.31561 12.098 6.68244 12.098 6.29192 11.7075L2.29119 7.70676C1.90067 7.31624 1.90067 6.68307 2.29119 6.29255C2.68171 5.90203 3.31488 5.90203 3.7054 6.29255L6.99902 9.58617L13.2926 3.29255C13.6832 2.90203 14.3163 2.90203 14.7069 3.29255Z' fill='%2300A88E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_117_804'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  margin-right: 12px;
}
.product__video {
  cursor: pointer;
  margin-top: 60px;
}
.product__video-title {
  text-align: center;
  margin-bottom: 40px;
}
.product__video-play {
  position: relative;
}
.product__video-play:before {
  content: "";
  display: block;
  width: 158px;
  height: 96px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='158' height='96' viewBox='0 0 158 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.6' fill-rule='evenodd' clip-rule='evenodd' d='M0.812988 53.3387C0.812988 64.3787 2.44764 75.2907 2.44764 75.2907C2.45418 75.2907 3.91228 84.6933 8.62007 88.8373C14.5833 94.272 21.2592 94.4907 24.3389 94.6667C46.302 95.9307 79.2762 96 79.2762 96C79.2762 96 112.244 95.9307 134.207 94.6667C137.293 94.4907 143.962 94.272 149.932 88.8373C154.64 84.6933 156.105 75.2907 156.105 75.2907C156.105 75.2907 157.739 64.3787 157.739 53.3387V42.6667C157.739 31.6213 156.105 20.7147 156.105 20.7147C156.105 20.7147 154.64 11.3013 149.932 7.16267C143.962 1.72267 137.293 1.504 134.207 1.33333C112.244 0.064 79.2762 0 79.2762 0C79.2762 0 46.302 0.064 24.3389 1.33333C21.2592 1.504 14.5833 1.72267 8.62007 7.16267C3.91228 11.3013 2.44764 20.7147 2.44764 20.7147C2.45418 20.7147 0.812988 31.6213 0.812988 42.6667V53.3387Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.2012 69.3329L105.433 47.9996L66.2012 26.6663V69.3329Z' fill='white'/%3e%3c/svg%3e ");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.product__video-play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.product__video-play img {
  width: 100%;
}
.product__video-play video {
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product__pluses {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 70px;
  position: relative;
}
.product__pluses:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -33%;
  right: 0;
  background: url("../images/img4.png") no-repeat center/contain;
}
.product__box {
  flex: 0 0 calc(33.3333333333% - 10px);
  border-radius: 24px;
  padding: 40px;
}
.product__box._box1 {
  background: radial-gradient(119.2% 119.2% at -17.86% 102.14%, #80ccff 0%, rgba(128, 204, 255, 0) 79.69%),
    radial-gradient(98.59% 98.59% at 100% -17.86%, #80ccff 0%, rgba(128, 204, 255, 0) 79.69%),
    linear-gradient(152deg, #bcb0ff 6.85%, #eee2ff 84.9%);
}
.product__box._box2 {
  background: radial-gradient(147.75% 94.04% at 0% 122.86%, #fec4ad 0%, rgba(254, 196, 173, 0) 100%),
    radial-gradient(62.76% 105.79% at 100% -5.71%, #fec4ad 0%, rgba(254, 196, 173, 0) 100%),
    linear-gradient(133deg, #dd58fd 3.77%, #fed9f9 100%);
}
.product__box._box3 {
  background: radial-gradient(332.96% 122.14% at 129.2% 5.76%, #fbfafe 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(153deg, #fde166 8.33%, #c7fdb1 74.09%);
}
.product__box-title {
  font-size: 32px;
  font-weight: 500;
}
.product__box-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.product__box-line {
  display: flex;
}
.product__box-line:before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_117_1019)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7069 3.29279C15.0974 3.68332 15.0974 4.31648 14.7069 4.70701L7.70613 11.7077C7.31561 12.0983 6.68244 12.0983 6.29192 11.7077L2.29119 7.70701C1.90067 7.31648 1.90067 6.68332 2.29119 6.29279C2.68171 5.90227 3.31488 5.90227 3.7054 6.29279L6.99902 9.58641L13.2926 3.29279C13.6832 2.90227 14.3163 2.90227 14.7069 3.29279Z' fill='%230F151C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_117_1019'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  margin-right: 12px;
}
.product__box-line:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .product__item-img {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  .product {
    padding: 30px 0;
  }
  .product__item {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .product__item-img {
    width: 100%;
  }
  .product__item-content {
    margin-top: 20px;
  }
  .product__item-title {
    margin-bottom: 20px;
  }
  .product__video-title {
    text-align: left;
    margin-bottom: 24px;
  }
  .product__video-play {
    position: relative;
  }
  .product__video-play:before {
    width: 53px;
    height: 32px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='53' height='32' viewBox='0 0 53 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.6' fill-rule='evenodd' clip-rule='evenodd' d='M0 17.7796C0 21.4596 0.544883 25.0969 0.544883 25.0969C0.547063 25.0969 1.0331 28.2311 2.60236 29.6124C4.5901 31.424 6.8154 31.4969 7.84196 31.5556C15.163 31.9769 26.1544 32 26.1544 32C26.1544 32 37.1436 31.9769 44.4646 31.5556C45.4934 31.4969 47.7165 31.424 49.7064 29.6124C51.2757 28.2311 51.7639 25.0969 51.7639 25.0969C51.7639 25.0969 52.3088 21.4596 52.3088 17.7796V14.2222C52.3088 10.5404 51.7639 6.90489 51.7639 6.90489C51.7639 6.90489 51.2757 3.76711 49.7064 2.38756C47.7165 0.574222 45.4934 0.501333 44.4646 0.444444C37.1436 0.0213333 26.1544 0 26.1544 0C26.1544 0 15.163 0.0213333 7.84196 0.444444C6.8154 0.501333 4.5901 0.574222 2.60236 2.38756C1.0331 3.76711 0.544883 6.90489 0.544883 6.90489C0.547063 6.90489 0 10.5404 0 14.2222V17.7796Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7964 23.1109L34.8736 15.9998L21.7964 8.88867V23.1109Z' fill='white'/%3e%3c/svg%3e ");
  }
  .product__pluses {
    flex-direction: column;
    row-gap: 16px;
  }
  .product__pluses:before {
    width: 105px;
    height: 105px;
    top: -42px;
  }
  .product__box {
    flex: 0 0 100%;
    padding: 32px 24px 24px;
  }
  .product__box-title {
    font-size: 27px;
  }
  .product__box-list {
    margin: 18px 0 0;
  }
  .product__box-line:not(:last-child) {
    margin-bottom: 14px;
  }
  .product__item-icon {
    width: 105px;
    height: 105px;
    position: absolute;
    top: auto;
    bottom: -24px;
    left: auto;
    right: 22px;
  }
}
.tagline {
  padding: 30px 0;
  background: radial-gradient(281.21% 103.3% at 100% 0%, #fbfafe 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(154deg, #66fe99 6.25%, #a8e6fc 69.87%);
}
.tagline__row {
  display: flex;
  align-items: center;
}
.tagline__content {
  flex: 0 0 60%;
}
.tagline__text {
  max-width: 646px;
  margin-top: 40px;
  font-size: 24px;
  padding-right: 30px;
}
.tagline__image {
  max-width: 391px;
}
.tagline__image img {
  width: 100%;
}

@media (max-width: 999px) {
  .tagline__row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .tagline__content {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .tagline__text {
    margin-top: 16px;
    font-size: 18px;
    padding-right: 0px;
  }
}
.main__image {
  animation: mainImages 2s linear infinite;
}
.main__image:nth-child(1),
.main__image:nth-child(3),
.main__image:nth-child(5) {
  animation-delay: 0;
}
.main__image:nth-child(2),
.main__image:nth-child(4) {
  animation-delay: 1s;
}

@keyframes mainImages {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.plans__block::before {
  animation: opasity 5s ease-in infinite;
}

@keyframes opasity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.product._fon1 {
  background-position: -100px -100px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1796' height='1617' viewBox='0 0 1796 1617' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_536_526)'%3e%3cpath d='M844.366 1166.42L644.94 1157.92C627.205 1157.17 610.627 1148.65 599.544 1134.61L463.474 962.203C447.147 941.517 445.672 912.726 459.808 890.661L633.699 619.241C648.409 596.281 676.511 586.04 702.548 594.152L890.372 652.667C905.497 657.38 918.252 667.82 925.943 681.783L1036.08 881.74C1047.47 902.425 1046.13 927.781 1032.64 946.966L896.288 1140.82C884.437 1157.67 864.91 1167.3 844.366 1166.42Z' fill='url(%23paint0_linear_536_526)' fill-opacity='0.5'/%3e%3c/g%3e%3cg filter='url(%23filter1_f_536_526)'%3e%3cpath d='M1251.28 759.732L1137.17 754.869C1127.03 754.437 1117.54 749.566 1111.2 741.531L1033.34 642.884C1024 631.048 1023.16 614.574 1031.25 601.949L1130.74 446.649C1139.16 433.512 1155.24 427.653 1170.14 432.294L1277.61 465.775C1286.26 468.471 1293.56 474.445 1297.96 482.435L1360.97 596.845C1367.49 608.681 1366.73 623.189 1359.01 634.166L1280.99 745.084C1274.21 754.724 1263.04 760.233 1251.28 759.732Z' fill='%234DFF88'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_536_526' x='0.135742' y='141.399' width='1493.64' height='1475.08' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='225' result='effect1_foregroundBlur_536_526'/%3e%3c/filter%3e%3cfilter id='filter1_f_536_526' x='595.713' y='0.718872' width='1199.67' height='1189.04' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='215' result='effect1_foregroundBlur_536_526'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear_536_526' x1='692.545' y1='1104.11' x2='1428.99' y2='690.782' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2300D2F5'/%3e%3cstop offset='1' stop-color='%2300DCDC'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}
.product._fon2 {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='960' height='1568' viewBox='0 0 960 1568' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.7' filter='url(%23filter0_f_117_1289)'%3e%3cpath d='M278.337 1116.98L47.3053 1107.13C26.7596 1106.26 7.55462 1096.4 -5.28529 1080.13L-162.921 880.398C-181.835 856.433 -183.543 823.079 -167.167 797.517L34.2825 483.082C51.3239 456.482 83.8793 444.619 114.044 454.017L331.635 521.805C349.157 527.264 363.933 539.359 372.843 555.536L500.429 787.182C513.628 811.146 512.08 840.521 496.448 862.746L338.488 1087.32C324.758 1106.84 302.138 1117.99 278.337 1116.98Z' fill='%23A87DFF'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_117_1289' x='-628.372' y='0.826904' width='1587.72' height='1566.22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='225' result='effect1_foregroundBlur_117_1289'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}
.product._fon3 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1440' height='1900' viewBox='0 0 1440 1900' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.8' filter='url(%23filter0_f_117_870)'%3e%3cpath d='M1478.36 1023.09L1245.24 1013.15C1224.51 1012.27 1205.13 1002.32 1192.17 985.901L1033.11 784.366C1014.03 760.184 1012.3 726.528 1028.83 700.736L1232.1 383.457C1249.29 356.617 1282.14 344.647 1312.58 354.129L1532.14 422.531C1549.82 428.039 1564.73 440.244 1573.72 456.566L1702.46 690.307C1715.78 714.488 1714.21 744.128 1698.44 766.554L1539.05 993.16C1525.2 1012.86 1502.37 1024.11 1478.36 1023.09Z' fill='%237D92FF'/%3e%3c/g%3e%3cg opacity='0.9' filter='url(%23filter1_f_117_870)'%3e%3cpath d='M1133.43 867.906L996.383 862.065C984.195 861.546 972.802 855.695 965.185 846.045L871.674 727.562C860.454 713.346 859.44 693.56 869.155 678.396L988.657 491.869C998.766 476.09 1018.08 469.052 1035.97 474.627L1165.05 514.84C1175.45 518.079 1184.21 525.254 1189.5 534.85L1265.18 672.266C1273.01 686.481 1272.09 703.907 1262.82 717.091L1169.12 850.312C1160.97 861.891 1147.55 868.507 1133.43 867.906Z' fill='%233DE8CA'/%3e%3c/g%3e%3cg filter='url(%23filter2_f_117_870)'%3e%3cpath d='M260.022 1678.97L67.3954 1670.76C50.2651 1670.03 34.2526 1661.81 23.5471 1648.25L-107.884 1481.72C-123.654 1461.74 -125.079 1433.93 -111.424 1412.61L56.5374 1150.45C70.746 1128.27 97.8896 1118.38 123.04 1126.21L304.46 1182.73C319.069 1187.29 331.39 1197.37 338.818 1210.86L445.195 1404C456.2 1423.98 454.91 1448.47 441.876 1467L310.174 1654.24C298.727 1670.52 279.866 1679.82 260.022 1678.97Z' fill='%23BEC9FF'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_117_870' x='667.52' y='0.910645' width='1393.94' height='1372.24' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='175' result='effect1_foregroundBlur_117_870'/%3e%3c/filter%3e%3cfilter id='filter1_f_117_870' x='512.508' y='122.735' width='1107.97' height='1095.21' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='175' result='effect1_foregroundBlur_117_870'/%3e%3c/filter%3e%3cfilter id='filter2_f_117_870' x='-340.767' y='903.555' width='1013.4' height='995.47' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='110' result='effect1_foregroundBlur_117_870'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}
.product._fon4 {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='996' height='631' viewBox='0 0 996 631' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_117_1307)'%3e%3cpath d='M435.868 410.393L195.841 400.356C174.495 399.464 157.402 393.985 149.035 385.353L46.3089 279.383C33.9832 266.668 42.7344 249.502 68.0544 236.728L379.516 79.591C405.863 66.2983 443.877 60.9077 472.651 66.3841L680.207 105.888C696.921 109.069 708.646 115.599 712.906 124.099L773.914 245.812C780.225 258.403 769.305 273.455 745.823 284.532L508.553 396.458C487.93 406.186 460.596 411.427 435.868 410.393Z' fill='%23FF9DDE'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_117_1307' x='-179.215' y='-155.736' width='1174.89' height='786.257' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='110' result='effect1_foregroundBlur_117_1307'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}
.product._fon5 {
  background-position: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1129' height='1449' viewBox='0 0 1129 1449' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.7' filter='url(%23filter0_f_537_527)'%3e%3cpath d='M1237.47 892.963L1077.03 990.498C1062.76 999.171 1042.06 1000.96 1020.34 995.392L753.67 927.049C721.674 918.848 693.381 896.31 683.367 871.044L560.185 560.245C549.764 533.953 561.581 510.949 589.136 503.883L787.901 452.918C803.907 448.814 823.506 450.589 842.559 457.868L1115.4 562.098C1143.62 572.88 1166.52 594.109 1174.31 616.707L1253 845.05C1259.84 864.896 1254 882.915 1237.47 892.963Z' fill='%233DE8CA'/%3e%3c/g%3e%3cg filter='url(%23filter1_f_537_527)'%3e%3cpath d='M550.965 667.144L420.87 677.891C409.301 678.847 399.068 675.968 392.849 670.007L316.493 596.828C307.332 588.048 308.51 574.244 319.42 562.529L453.625 418.414C464.978 406.223 484.162 399.181 500.626 401.162L619.39 415.449C628.954 416.599 636.538 420.694 640.539 426.869L697.839 515.294C703.767 524.442 701.002 536.794 690.728 547.07L586.908 650.905C577.884 659.93 564.367 666.037 550.965 667.144Z' fill='%234DFF88'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_537_527' x='106.435' y='0.753906' width='1599.37' height='1447.82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='225' result='effect1_foregroundBlur_537_527'/%3e%3c/filter%3e%3cfilter id='filter1_f_537_527' x='0.351074' y='90.8301' width='1010.57' height='897.241' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='155' result='effect1_foregroundBlur_537_527'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
} /*# sourceMappingURL=style.css.map */
