@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Bold.otf') format("opentype"), url('../fonts/Akrobat-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/helveticaneuecyr_black.otf') format("opentype"), url('../fonts/helveticaneuecyr_black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/helveticaneuecyr_ultralightitalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/helveticaneuecyr_thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/helveticaneuecyr_ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr Roman;
  src: url('../fonts/helveticaneuecyr_roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #333;
  --white: white;
  --green: #005522;
  --pink: #ffb6c1;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 5px;
}

a {
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

.img-logo {
  height: 100%;
  display: block;
}

.link-logo {
  float: right;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  margin-left: 5%;
  overflow: hidden;
  box-shadow: 0 0 6px #333;
}

.navbar {
  opacity: 1;
  background-color: #0000;
  height: 75px;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar:hover {
  opacity: 1;
  transform: translate(0);
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  transition: color .3s;
}

.navlink:hover,
.navlink.w--current {
  color: #333;
}

.menu-btn {
  color: #7a4e85;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #7a4e85;
  margin-top: 5px;
  margin-right: 1%;
  padding: 5px;
}

.menu-btn:hover {
  color: #fff;
  background-color: #7a4e85;
  border-color: #f2f2f2;
}

.menu-btn.w--open {
  z-index: 2;
  background-color: #7a4e85;
  border-color: #f2f2f2;
}

.main-menu {
  background-color: #7a4e85;
  width: 205px;
  padding-top: 109px;
  right: 0;
}

.m-text {
  float: left;
  margin-left: 5px;
  font-size: 10px;
}

.m-icon {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
}

.body {
  background-color: #fff;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

._1-ekran {
  z-index: 9;
  background-color: #fff;
  min-height: 850px;
  font-family: Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}

.z {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.lb {
  z-index: 99;
  cursor: pointer;
  background-color: #ffffff80;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.box {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.p {
  color: #000;
  font-size: 14px;
}

.p.otst-niz {
  margin-bottom: 25px;
}

.call-back {
  z-index: 50;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 7px;
  transition: all .5s;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 0;
  overflow: visible;
}

.call-back:hover {
  background-color: #fff;
  transform: rotate(-50deg);
  box-shadow: 0 0 0 10px #ffffff9e;
}

.call-2 {
  object-fit: cover;
  background-image: radial-gradient(circle, #357ece 49%, #fff 50%);
  border-radius: 50%;
  width: 110px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  border: 1px solid #5036514f;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle {
  border-color: #357ece;
}

.circle._2nd {
  border-width: 7px;
  border-color: #357ece45;
}

.privacy-section-yes {
  background-color: #f5f5f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.z-of-privacy {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.h2-privacy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.center {
  text-align: center;
  align-items: center;
}

.l {
  color: #1b96c9;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px #2ca8db80;
}

.l:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px #2ca8db80;
}

.l.pri {
  font-size: 14px;
}

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

.borderphone {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.onescreen {
  background-image: url('../images/1_block_background.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.confet {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  width: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.reletive {
  width: 100%;
  min-width: 100%;
  position: absolute;
}

.image-2 {
  width: 90px;
}

.image-3 {
  width: 90px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.black-friday-2024 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 105%;
  min-width: auto;
  height: auto;
  min-height: 40px;
  margin-top: 27px;
  margin-left: -3%;
  margin-right: auto;
  display: flex;
  transform: rotate(-5deg);
}

.paragraph {
  color: #00000080;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.sale {
  grid-column-gap: 37.4px;
  grid-row-gap: 37.4px;
  filter: blur(2px);
  background-color: #fff6;
  justify-content: flex-start;
  align-items: center;
  width: 125%;
  min-width: 500px;
  min-height: 40px;
  margin-top: 70px;
  margin-left: -40px;
  display: flex;
  transform: rotate(5deg);
}

.sale.reverse {
  position: absolute;
  inset: -24% 0% auto;
  transform: rotate(-5deg);
}

.sale.non {
  margin-top: 0;
}

.blackfriday {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.girlsonescreen {
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.image-4 {
  width: 290px;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.box-shool {
  opacity: 1;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  height: 96px;
  min-height: auto;
  max-height: 96px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-5 {
  width: 190px;
  height: auto;
  position: absolute;
}

.image-6 {
  width: 70px;
  position: absolute;
  inset: 52px auto 0% 0%;
}

.textflex {
  flex-flow: column;
  width: 100%;
  min-width: auto;
  max-width: 281px;
  display: flex;
  position: static;
}

.textflex.is-info {
  max-width: 100%;
}

.gradienttext {
  margin-bottom: 10px;
}

.gradienttextelov {
  z-index: 3;
  color: #fecc62;
  -webkit-text-stroke-width: .6px;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.btn {
  width: 285px;
  position: relative;
}

.btn.is-info {
  width: 90%;
}

.image-7 {
  z-index: 99;
  text-transform: uppercase;
  background-image: url('../images/Rectangle-471.svg'), url('../images/Rectangle-470.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 36px, auto 36px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 17px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 7rem;
}

.textbox {
  width: 100%;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-3 {
  color: #000000;
  width: 318px;
  margin-bottom: 20px;
  line-height: 120%;
}

.body-2 {
  background-color: #F9FAF9;
  line-height: 100%;
}

.nokomentnostorise {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nokomentnostorise.is-px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.image-8 {
  width: 108px;
}

.image-8-copy {
  width: 127px;
}

.button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding-top: 28px;
  display: flex;
  position: relative;
}

.button.is-2 {
  color: #3a2700;
  text-align: center;
  background-image: linear-gradient(162deg, #f0b228, #f0b228 23%, #feeab4 51%, #f0b228 79%, #f0b228);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 110%;
}

.button.is-2.is-1 {
  width: 300px;
  margin-top: 1rem;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button.is-2.is-1.is-25 {
  margin-left: 0;
}

.image-9 {
  z-index: 1;
  cursor: pointer;
  border-radius: 0%;
  width: 240px;
  position: relative;
}

.sadow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sadow.is-none {
  display: none;
}

.shad {
  filter: blur(20px);
  background-color: #0154234d;
  border-radius: 50px;
  width: 110%;
  height: 110%;
  position: absolute;
}

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

.paragraph-4 {
  z-index: 2;
  color: #3a2700;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
  position: absolute;
}

.text-span {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-10 {
  width: 100px;
  position: absolute;
  inset: -52% 0% auto auto;
}

.image-11 {
  width: 123px;
  position: absolute;
  inset: -40% auto auto 0%;
}

.twoscreen {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  display: flex;
}

.fonetexth1 {
  filter: blur(4px);
  color: #01542380;
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
}

.fonetexth1.left {
  text-align: center;
  letter-spacing: -1px;
  font-size: 52px;
}

.fonetexth1.left._108 {
  filter: blur(5px);
  color: #01542380;
  font-size: 70px;
  font-weight: 900;
}

.fonetexth1._48 {
  font-size: 48px;
}

.h1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h1.is-2 {
  margin-top: 40px;
}

.gradientbonustext {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
  display: block;
}

.gradientbonustext._0-25 {
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 400;
}

.gradientbonustext._32 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.gradientbonustext.mini {
  text-align: left;
  width: 140px;
  margin-bottom: 25px;
  font-weight: 700;
}

.gradientbonustext.faq {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 900;
}

.flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  height: 545px;
  max-height: 545px;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.itemfon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #01542333;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 170px;
  height: 100%;
  padding: 10px 10px 20px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.itemfon25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #01542333;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 170px;
  height: 100%;
  min-height: 265px;
  padding: 10px 10px 20px;
  display: flex;
}

.image-12 {
  width: 82px;
  position: absolute;
  inset: 208px 0% 0% auto;
}

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

.itembig {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #01542333;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 170px;
  margin-top: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.image-13 {
  width: 150px;
}

.paragraph-7 {
  color: var(--white);
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  height: 85px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.image-14 {
  width: 146px;
  position: absolute;
  inset: auto auto 79px 0%;
}

.threscreen {
  border: 4px solid var(--green);
  border-radius: 40px;
  flex-flow: column;
  max-width: 360px;
  min-height: 620px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 31px;
  display: flex;
  position: relative;
}

.boxgradient {
  z-index: 1;
  color: var(--green);
  background-color: var(--green);
  background-image: linear-gradient(45deg, #ffffff4d, #fff0);
  border-radius: 32px;
  width: 100%;
  max-width: 340px;
  min-height: 195px;
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}

.image-15 {
  z-index: 30;
  width: 135px;
  position: absolute;
  inset: -36px 31px auto auto;
}

.image-16 {
  z-index: 3;
  width: 72px;
  position: absolute;
  inset: -70px 0% auto auto;
}

.reletiveblock {
  height: auto;
  position: relative;
}

.paragraph-9 {
  letter-spacing: -3px;
  white-space: nowrap;
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
}

.paragraph-10 {
  letter-spacing: -1px;
}

.paragraph-11 {
  letter-spacing: -.5px;
  line-height: 22.4px;
  color: var(--white)
}

.text-span-3 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.price {
  z-index: 3;
  width: 340px;
  margin-bottom: 0;
  position: relative;
  top: -25px;
  overflow: clip;
}

.image-17 {
  z-index: 3;
  width: 72px;
  position: absolute;
  top: 156px;
}

.image-18 {
  z-index: 3;
  width: 87px;
  position: absolute;
  inset: 236px 0% 0% auto;
}

.paragraph-12 {
  color: var(--black);
  text-align: center;
}

.paragraph-12._30 {
  margin-top: 10px;
}

.timer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timerp {
  color: var(--green);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Akrobat, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}

.timerp._64 {
  text-align: center;
  font-size: 46px;
}

.paragraph-13 {
  color: var(--black);
  width: 279px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 19.2px;
}

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

.paragraph-13.center._14 {
  font-size: 14px;
}

.text-span-4 {
  color: var(--black);
}

.image-19 {
  z-index: 3;
  width: 79.3px;
  position: absolute;
  top: 521px;
}

.image-20 {
  cursor: pointer;
  width: 280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-20.is-none {
  display: none;
}

.fourescreen {
  margin-top: 92px;
  padding-bottom: 75px;
}

.text-span-5 {
  font-weight: 900;
}

.containerflexbox {
  flex-flow: column;
  height: auto;
  margin-top: 68px;
  display: flex;
}

.itemcolor {
  background-color: #01542333;
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  min-height: 373px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.itemcolor._20 {
  margin-top: 20px;
  padding-bottom: 15px;
}

.itemcolor._20-83 {
  margin-top: 20px;
  padding-bottom: 83px;
}

.headeritem {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.image-21 {
  width: 45px;
  height: 45px;
}

.paragraph-14 {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.br {
  background-image: linear-gradient(90deg, #ffffff1a, #ffffff1a 51%, #fff6 74%, #ffffff1a 88%, #fff6);
  width: 280px;
  height: 1px;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
}

.br._5z {
  width: 320px;
  margin-left: 0;
  transform: rotate(-5deg);
}

.br.reverse {
  background-image: linear-gradient(90deg, #fff6, #ffffff1a 12%, #fff6 26%, #ffffff1a 49%, #ffffff1a);
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.br._320 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  color: var(--black);
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
}

.list.nonmargin {
  margin-top: 40px;
  margin-left: 0;
}

.list.nonmargin._320 {
  z-index: 2;
  background-color: #01542333;
  border-radius: 12px;
  padding: 15px 10px;
  width: 320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.list.nonmargin.is-r {
  margin-top: 20px;
}

.itemlist {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 15px;
}

.paragraph-15 {
  color: var(--black);
  font-size: 14px;
  line-height: 120%;
}

.image-23 {
  width: auto;
  max-width: none;
  height: 120px;
  width: 320px;
  position: absolute;
  inset: 0%;
}

.image-23._125 {
  width: 320px;
  height: 110px;
  padding-bottom: 0;
}

.image-23._125._13 {
  height: 138px;
}

.image-23._145 {
  width: 320px;
  height: 145px;
  padding-bottom: 0;
}

.image-23._145._13 {
  height: 138px;
}

.image-23._95 {
  width: 320px;
  height: 95px;
  padding-bottom: 0;
}

.image-23._95._13 {
  height: 138px;
}

.image-23._170 {
  width: 320px;
  height: 170px;
  padding-bottom: 0;
}

.image-23._170._13 {
  height: 138px;
}

.itembox {
  width: 320px;
  height: 105px;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}

.itembox._125 {
  height: 125px;
}

.itembox._13 {
  height: 138px;
  padding-bottom: 0;
}

.itembox._145 {
  height: 145px;
}

.itembox._95 {
  height: 95px;
}

.itembox._170 {
  height: 170px;
}

.paragraph-16 {
  color: #e9e9e9;
  z-index: 2;
  margin-bottom: 10px;
  font-family: Akrobat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.paragraph-17 {
  color: #e9e9e9;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 15.4px;
  position: relative;
}

.image-24 {
  width: 160px;
  position: absolute;
  inset: auto -14% 5px auto;
}

.itemborder {
  background-color: #F9FAF9;
  border: 4px solid #01542333;
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  min-height: 373px;
  max-height: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.itemborder.one {
  min-height: 380px;
  margin-top: 107px;
  padding-top: 60px;
  padding-bottom: 0;
}

._53 {
  width: 53px;
  height: 45px;
}

._249 {
  width: 249px;
  position: absolute;
  inset: auto -25% -42px auto;
}

._71 {
  width: 130px;
  position: absolute;
  inset: auto -10% 30px auto;
}

._192 {
  width: 192px;
  position: absolute;
  inset: -44px -21% auto auto;
}

._176 {
  width: 176px;
  position: absolute;
  inset: -36px -19% auto auto;
}

.whiteform {
  background-color: #fff0;
  padding-top: 43px;
  position: relative;
  top: auto;
}

.whiteblock {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 414px;
  display: flex;
  position: relative;
  top: 0;
}

.contentform {
  width: 100%;
  max-width: 350px;
}

.paragraph-18 {
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.text-span-6 {
  -webkit-text-stroke-width: 1px;
  font-weight: 900;
}

.paragraph-19 {
  -webkit-text-stroke-width: .5px;
  margin-bottom: 20px;
  font-weight: 400;
}

.field-label {
  color: var(--black);
}

.text-field {
  color: #000;
  background-color: #eee;
  border: 1px #000;
  border-radius: 16px;
  width: 260px;
  height: 54px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 42px 20px 18px;
  font-size: 14px;
}

.text-field::placeholder {
  color: #000;
  font-size: 14px;
}

.text-field.last {
  background-color: #eee;
  padding-right: 0;
}

.text-field.last.popuptext {
  width: 280px;
  height: 51px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field.popupfield {
  color: #000;
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form {
  z-index: 99;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 14px;
  display: flex;
}

.form.formapopup {
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.icon {
  font-size: 21px;
}

.image-25 {
  position: absolute;
  inset: -22% 0% auto;
}

.submit-button {
  z-index: 2;
  background-color: #3898ec00;
  background-image: url('../images/ButtonTwo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.submit-button.is-ru {
  background-image: url('../images/345543334.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-13,
.div-block-14 {
  width: 260px;
  height: 60px;
}

.div-block-14._280 {
  width: 280px;
}

.paragraph-20 {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: block;
  position: relative;
}

.text-span-7 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.link {
  color: #000;
  text-decoration: none;
}

.text-span-8 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.image-26 {
  position: absolute;
  inset: auto auto -100px;
}

._269 {
  width: 269px;
  position: absolute;
  inset: -44px -22% auto auto;
}

._258 {
  width: 258px;
  position: absolute;
  inset: auto -29% -58.36px auto;
}

.image-27 {
  width: 240px;
  position: absolute;
  inset: -31% -15% auto auto;
}

.image-28 {
  width: 111px;
  position: absolute;
  inset: -1% 0% 0% auto;
}

.image-29 {
  width: 74px;
  position: absolute;
  inset: auto auto 14% 0%;
}

.fivescreen {
  background-image: url('../images/Fone.avif');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.line5 {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 700px;
  max-width: 700px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: rotate(5deg);

}

.line5.reverse {
  transform: rotate(-5deg);
}

.paragraph-21 {
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.linereletive {
  height: 110px;
  min-height: 80px;
  position: relative;
}

.linereletive.bot {
  margin-top: 70px;
  margin-bottom: 0;
}

.linesale {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fecc62;
  background-image: linear-gradient(90deg, #ffffff4d 19%, #fff0 50%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 700px;
  max-width: 700px;
  height: 40px;
  margin-left: -130px;
  margin-right: auto;
  display: flex;
  transform: rotate(-5deg);
}

.paragraph-22 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  margin-top: 10px;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-weight: 400;
}

.sixscreen {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  height: auto;
  min-height: auto;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.textgradientone {
  color: #fecc62;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.text-span-9,
.text-span-10 {
  font-weight: 900;
}

.flexsellitem {
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.div-block-15 {
  margin-top: 0;
}

.flexverticale {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.flexverticale._40 {
  margin-top: 0;
  padding-top: 40px;
}

.itemsale {
  background-image: url('../images/SaleBlock.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 171px;
  max-width: 171px;
  height: auto;
  min-height: 232px;
  max-height: 232px;
  padding-left: 10px;
  padding-right: 10px;
}

.itemsale.is-1 {
  min-height: 250px;
  max-height: 250px;
}

.itemsale.is-2 {
  min-height: 260px;
  max-height: 260px;
}

.image-30 {
  width: auto;
  margin-bottom: 10px;
}

.paragraph-23 {
  color: var(--white);
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  font-size: 14px;
  line-height: 16.8px;
}

.paragraph-23.is-tatu {
  transform: translate(0, -7px);
}

.text-span-11 {
  color: #999;
  line-height: 100%;
}

.image-31 {
  width: 110px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-32 {
  width: 150px;
  position: absolute;
  inset: 160px auto 0% 0%;
}

.image-33 {
  width: 100%;
  height: 150%;
  display: none;
  position: absolute;
  inset: -15% 0% auto;
}

.sevenscreen {
  height: auto;
  margin-bottom: 11px;
  position: relative;
}

.image-34 {
  width: 127px;
  position: absolute;
  inset: -11% auto auto 0%;
}

.image-35 {
  width: 100px;
  position: absolute;
  inset: -3% 0% auto auto;
}

.flexbonus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.itembonus {
  background-image: url('../images/BonusBoTwox.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: 350px;
  height: 100%;
  min-height: auto;
  max-height: 265px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.paragraph-24 {
  color: var(--green);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.text-span-12 {
  font-weight: 900;
}

.image-36 {
  width: 258px;
  position: absolute;
  inset: -48% -12% auto auto;
}

.reletivebonus {
  width: 100%;
  position: relative;
}

.image-37 {
  width: 200px;
  position: absolute;
  inset: -18% 0% auto auto;
}

.itembonusone {
  background-image: url('../images/BonusBox.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: 350px;
  height: 100%;
  min-height: auto;
  max-height: 245px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

._240 {
  width: 240px;
  position: absolute;
  inset: -18% -15% auto auto;
}

._240.is-r {
  top: -12%;
}

.itembonusthre {
  background-image: url('../images/BonusBoThre.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: 350px;
  height: 100%;
  min-height: 295px;
  max-height: 295px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.itembonusthre.is-r {
  min-height: 320px;
  max-height: 320px;
}

.itembonusfoure {
  background-image: url('../images/BonusBoFoure.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: 350px;
  height: 100%;
  min-height: 315px;
  max-height: 315px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

._265 {
  width: 265px;
  position: absolute;
  inset: -18% -29% auto auto;
}

.itembonusfive {
  background-image: url('../images/BonusBoFive.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: 350px;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

._127 {
  width: 127px;
  position: absolute;
  inset: -3% -2% auto auto;
}

.ethinscreen {
  min-height: 586px;
  margin-bottom: 50px;
  position: relative;
}

.image-38 {
  position: absolute;
  inset: 0%;
}

.conten {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.paragraph-25 {
  color: var(--green);
  letter-spacing: -.25px;
  width: 320px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 28.8px;
}

.text-span-13 {
  color: var(--pink);
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.text-span-14 {
  color: var(--pink);
  text-align: justify;
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-39 {
  width: 320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 328px;
  min-height: 202px;
  display: grid;
  position: relative;
}

.itemgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  letter-spacing: -.25px;
  flex-flow: column;
  width: 150px;
  display: flex;
}

.image-40 {
  width: 15px;
}

.paragraph-26 {
  color: var(--white);
  font-size: 14px;
}

.paragraph-27 {
  color: var(--green);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
}

.image-41 {
  width: 145px;
  position: absolute;
  inset: 161px auto auto 0%;
}

.image-42 {
  width: 127px;
  position: absolute;
  inset: 87px 0% auto auto;
}

.image-43 {
  width: 120px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ninescreen {
  height: auto;
  margin-top: 30px;
  line-height: 16.8px;
}

.text-span-15 {
  font-weight: 900;
}

.flexnav {
  flex-flow: column;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.itemnav {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.textitem {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.paragraph-28 {
  color: var(--green);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-28-1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-29 {
  color: #999;
  letter-spacing: -.25px;
  font-size: 14px;
  line-height: 100%;
}

.image-44 {
  width: 266px;
  position: absolute;
  inset: auto -26% -40px auto;
}

.image-45 {
  width: 135px;
  position: absolute;
  inset: auto 0% -12px auto;
}

.image-46 {
  width: 156px;
  position: absolute;
  inset: auto -1% auto auto;
}

.image-47 {
  width: 206px;
  position: absolute;
  inset: auto -16% auto auto;
}

.image-48 {
  width: 206px;
  position: absolute;
  inset: auto -5% auto auto;
}

.image-48.is-2 {
  width: 140px;
  transform: rotate(7deg);
}

.tenscreen {
  flex-flow: column;
  height: auto;
  margin-top: 21px;
  margin-bottom: 100px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.fone10 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-49 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-photo {
  flex-flow: column;
  width: 320px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.whitegradient {
  color: var(--white);
  text-transform: uppercase;
}

.elovegradient {
  color: var(--green);
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.image-50 {
  position: absolute;
}

.elevenscreen {
  height: auto;
}

.text-span-16 {
  font-weight: 600;
}

.flexblock {
  flex-flow: column;
  margin-top: 30px;
  display: flex;
  position: relative;
}

._9item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 130px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._9item.last {
  max-width: 370px;
}

.paragraph-30 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 120%;
}

.paragraph-30.last {
  width: 300px;
}

.text-span-17 {
  color: var(--pink);
  letter-spacing: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-51 {
  width: 160px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-52 {
  width: 160px;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-53 {
  width: 160px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-54 {
  width: 120px;
  position: absolute;
  inset: 13% auto auto 0%;
}

.image-55 {
  width: 100px;
  position: absolute;
  inset: auto 0% 19% auto;
}

.image-56 {
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.twelvescreen {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.contentblock {
  border: 4px solid #fecc62;
  border-radius: 32px;
  width: 350px;
  height: 462px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 25px;
  position: relative;
}

.paragraph-31 {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.text-span-18 {
  color: var(--green);
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.paragraph-32 {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 30px;
}

.image-57 {
  cursor: pointer;
  width: 300px;
  margin-top: 40px;
}

.image-57.is-none {
  display: none;
}

.image-58 {
  width: 170px;
  position: absolute;
  inset: 19% 0% 0% auto;
}

.thirteenscreen {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.flexpreimush {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.okflex,
.noflex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  display: flex;
}

.paragraph-33 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-33.dark {
  color: var(--black);
}

.itemok {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-59 {
  width: 32px;
  height: 32px;
}

.paragraph-34 {
  color: var(--black);
  font-size: 14px;
  line-height: 16.8px;
}

.paragraph-34.dark {
  color: var(--black);
}

.fourteenscreen {
  height: auto;
  margin-top: 50px;
}

.fourteenscreen.is-2 {
  margin-bottom: 40px;
}

.text-span-19 {
  font-weight: 900;
}

.sliderblock {
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
}

.slider {
  background-color: #ddd0;
  width: 320px;
  min-height: 518px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow {
  min-width: 25px;
  min-height: 25px;
  inset: auto auto 2% 0%;
}

.left-arrow.two {
  inset: 10px auto auto 0%;
}

.right-arrow {
  min-width: 25px;
  min-height: 25px;
  inset: auto 0% 2% auto;
}

.right-arrow.two {
  inset: 10px 0% auto auto;
}

.mask {
  width: 235px;
  height: 418px;
  overflow: visible;
}

.slide {
  background-color: #d9d9d91a;
  border-radius: 16px;
  margin-left: 21px;
  margin-right: 0;
}

.slide._21 {
  margin-left: 21px;
  margin-right: 21px;
}

.slide-nav {
  background-color: #0055221a;
  border: 1px #005522;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 24px;
  margin: 20px auto 0;
  display: flex;
  inset: auto 0% 5.5%;
}

.slide-nav.two {
  width: 100px;
  margin-top: 0;
  top: 25px;
  bottom: auto;
}

.slide-navbox {
  background-color: #0055220d;
  border: 1px solid #005522;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 80px;
  margin: 20px auto 0;
  display: flex;
}

.slide-navbox.two {
  margin-top: 0;
  margin-bottom: 30px;
  top: 0;
}

.image-60 {
  width: 60px;
}

.fifteenscreen {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 450px;
  display: flex;
  position: relative;
}

.image-61 {
  width: 100%;
  min-width: 380px;
  position: absolute;
  top: -72px;
}

.textblock {
  z-index: 3;
  width: 100%;
  max-width: 320px;
  min-height: 278px;
  padding-top: 39px;
  position: relative;
}

.image-62 {
  width: 27px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-63 {
  width: 27px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-35 {
  color: var(--black);
  line-height: 140%;
}

.blackfridereletive {
  flex-flow: column;
  height: 130px;
  display: flex;
  position: relative;
}

.sixteenscreen {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.contariner {
  border: 4px solid var(--green);
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.paragraph-36 {
  color: #fecd62;
  text-align: center;
}

.paragraph-37 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  line-height: 140%;
}

.text-span-20,
.text-span-21 {
  color: var(--pink);
}

.div-block-16 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  height: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-38 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-22 {
  font-family: Helveticaneuecyr Roman, sans-serif;
}

.gridmini {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.itemmini {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0055221a;
  border-radius: 16px;
  flex-flow: column;
  width: 155px;
  height: auto;
  min-height: 95px;
  padding: 15px 0 12px 20px;
  display: flex;
}

.paragraph-39 {
  color: var(--black);
}

.paragraph-39._13 {
  margin-bottom: 13px;

}

.text-round {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-right: 10px;
  display: flex;
}

.paragraph-40 {
  color: var(--green);
  margin-bottom: 0;
  text-decoration: none;
}

.round {
  background-color: var(--green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.paragraph-41 {
  color: var(--white);
  -webkit-text-stroke-width: .5px;
  margin-bottom: 0;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reletivskidka {
  position: relative;
}

.reletivskidka._60 {
  width: 75px;
}

.reletivskidka._60.is-kz {
  width: 40px;
}

.div-block-17 {
  background-color: #d6001c;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 37% 0% 0%;
}

.gridnomini {
  background-color: #0055221a;
  border-radius: 16px;
  width: 100%;
  max-width: 320px;
  min-height: 93px;
  margin: 10px auto 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.bonuss {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 11px;
  display: flex;
  position: relative;
}

.image-34-copy {
  width: 127px;
  position: absolute;
  inset: -18% auto auto 0%;
}

.flexbonuss {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 320px;
  display: flex;
}

.itembonusplus {
  background-color: #0055221a;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 100px;
  padding: 20px 19px;
  display: flex;
}

.bonusplustext {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-40-copy {
  color: #3a270080;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-size: 24px;
  text-decoration: none;
}

.paragraph-40-copy.white {
  color: #ffffff3b;
}

.image-64 {
  width: 60px;
}

.noprice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 320px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nopriceitem {
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding-bottom: 15px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.image-65 {
  width: 32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-43 {
  color: var(--black);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-big {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-44 {
  color: #999;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-44-copy {
  color: var(--green);
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
}

.pricetwo {
  width: 340px;
  margin: 39px auto 0;
  position: relative;
  top: -25px;
  overflow: clip;
}

.image-66 {
  width: 110px;
  position: absolute;
  inset: auto auto 230px 0%;
}

.image-67 {
  width: 110px;
  position: absolute;
  inset: auto 0 270px auto;
}

.image-68 {
  width: 110px;
  position: absolute;
  inset: auto 0 39px auto;
}

.image-69 {
  width: 80px;
  position: absolute;
  inset: auto auto 20px 0%;
}

.seventeenscreen {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 71px;
  display: flex;
  position: relative;
}

.image-70 {
  position: absolute;
  inset: 0% 0% auto;
}

.sliderblocks {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.sliderblocktwo {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 320px;
  height: auto;
  position: relative;
}

.slide-nav-2 {
  top: 0;
  bottom: auto;
}

.slider-2 {
  background-color: #9e767600;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 686px;
  display: flex;
}

.left-arrow-2 {
  min-width: 25px;
  min-height: 25px;
  inset: 0% auto auto 0%;
}

.mask-2 {
  width: 284px;
  min-width: 284px;
}

.image-71 {
  min-width: 457px;
  height: 100%;
}

.slide-2 {
  overflow: hidden;
}

.image-72,
.image-73 {
  height: 100%;
}

.slide-3 {
  height: 636px;
  overflow: hidden;
}

.faqfooter {
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-74 {
  position: absolute;
  inset: -10% 0% auto;
}

.faqblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-75 {
  width: 261px;
}

.image-75._316 {
  width: 316px;
}

.image-76 {
  width: 336px;
  margin-left: auto;
}

.image-76._2 {
  width: 331px;
}

.image-77 {
  width: 231px;
}

.image-78 {
  width: 256px;
}

.image-79 {
  width: 241px;
}

.image-80 {
  width: 296px;
}

.image-81 {
  width: 311px;
  margin-left: auto;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-82 {}

.paragraph-45 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-45.grow {
  color: var(--black);
  margin-bottom: 0;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.sliderimage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 418px;
  margin-bottom: 40px;
  display: flex;
}

.popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 690px;
  max-height: none;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.formpopup {
  background-color: #000;
  border: 4px solid #fecc62;
  border-radius: 40px;
  width: 100%;
  max-width: 360px;
  min-height: 690px;
  padding: 34px 25px 30px 30px;
  position: relative;
  overflow: scroll;
}

.paragraph-46 {
  color: var(--white);
  letter-spacing: -2px;
  margin-bottom: 15px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.close {
  cursor: pointer;
  width: 24px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.paragraph-47 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 14px;
}

.text-span-23 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.saletext {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 222px;
  height: auto;
  display: flex;
}

.saletext.is-free {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.paragraph-48 {
  color: var(--white);
  letter-spacing: -2px;
  font-family: Akrobat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-48.is-free {
  font-size: 40px;
}

.form-block {
  margin-left: 0;
  margin-right: 0;
}

.form-block._20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-49 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.9px;
  margin-bottom: 30px;
  font-size: 14px;
}

.text-span-24 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-83 {
  width: 60px;
  position: absolute;
  inset: 142px auto auto 0%;
}

.image-84 {
  width: 100px;
  position: absolute;
  inset: auto 0% 37px auto;
}

.image-85 {
  width: 100px;
  position: absolute;
  inset: 101px 0% auto auto;
}

.image-86 {
  width: 100px;
  position: absolute;
  inset: auto auto 22px 0%;
}

.textwebinar.is-yellow {
  color: #fecc62;
}

.success-message,
.error-message {
  color: #000;
}

.error-message-2 {
  color: #000;
  text-align: center;
}

.spacer-10 {
  padding-top: 10px;
}

.form-block-2 {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.gradienttextelov-copy {
  z-index: 3;
  color: #fecc62;
  -webkit-text-stroke-width: .6px;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.gradienttextelov-small {
  z-index: 3;
  color: #fecc62;
  -webkit-text-stroke-width: .6px;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 105%;
  position: relative;
}

.gradienttextelov-mini-2 {
  z-index: 3;
  color: var(--green);
  -webkit-text-stroke-width: .6px;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

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

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(54, 54, 54, 0.8) 36% 67%, rgba(0, 0, 0, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
}

.gradienttextelov-max-1 {
  z-index: 3;
  color: #fecc62;
  text-align: center;
  -webkit-text-stroke-width: .6px;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.gradienttextelov-max-1.is-r {
  font-size: 30px;
}

.btn-max {
  width: 100%;
  margin-top: 8rem;
  position: relative;
}

.textflex-max {
  flex-flow: column;
  width: 100%;
  min-width: auto;
  margin-right: 20px;
  display: flex;
  position: static;
}

.box-shool-text {
  opacity: 1;
  color: #fecc62;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 190px;
  height: 96px;
  min-height: auto;
  max-height: 96px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-size: 50px;
  display: flex;
  position: relative;
}

.section_button_mobile {
  z-index: 99;
  position: fixed;
  inset: auto 0% 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.button_mobile {
  justify-content: center;
  padding-bottom: .7rem;
  display: flex;
}

.div-block-20 {
  padding-top: 40px;
}

.div-block-21 {
  padding-top: 34px;
}

.gradienttextelov-info {
  z-index: 3;
  color: #fecc62;
  -webkit-text-stroke-width: .6px;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.gradienttextelov-info.is-1 {
  font-size: 28px;
  line-height: 110%;
}

.div-block-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-87 {
  width: 150px;
}

.image-88 {
  width: 60px;
}

.tenscreen-2 {
  flex-flow: column;
  height: auto;
  margin-top: 21px;
  margin-bottom: 40px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.paragraph-50 {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.slide-4 {
  background-color: #d9d9d91a;
  border-radius: 16px;
  margin-left: 21px;
  margin-right: 0;
}

.sevenscreen-2 {
  height: auto;
  margin-top: 50px;
  margin-bottom: 11px;
  position: relative;
}

.text-block-2 {
  margin-top: 12px;
}

.div-block-23 {
  width: 260px;
  height: 60px;
}

.div-block-23._280 {
  width: 280px;
}

.image-89 {
  z-index: 3;
  width: 72px;
  position: absolute;
  top: 156px;
}

.form-block-3 {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.mask-3 {
  width: 235px;
  height: 418px;
  overflow: visible;
}

.boxgradient-2 {
  color: #fecc62;
  text-align: center;
  background-color: #fecc62;
  background-image: linear-gradient(45deg, #ffffff4d, #fff0);
  border-radius: 32px;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
}

.image-90 {
  width: 160px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-51 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-52 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 110%;
}

.text-span-25 {
  color: #999;
  line-height: 100%;
}

.image-91 {
  width: 100%;
  height: 150%;
  display: none;
  position: absolute;
  inset: -15% 0% auto;
}

.headeritem-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.image-92 {
  width: 111px;
  position: absolute;
  inset: -1% 0% 0% auto;
}

.paragraph-53 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.image-93 {
  z-index: 3;
  width: 72px;
  position: absolute;
  inset: -70px 0% auto auto;
}

.image-94 {
  z-index: 2;
  width: 135px;
  position: absolute;
  inset: -36px 31px auto auto;
}

.itemlist-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-95 {
  width: 231px;
}

.paragraph-54 {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: block;
  position: relative;
}

.paragraph-55 {
  color: #fff;
  letter-spacing: -2px;
  font-family: Akrobat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-55.is-free {
  font-size: 40px;
}

.image-96 {
  position: absolute;
  inset: -10% 0% auto;
}

.image-97 {
  z-index: 3;
  width: 79.3px;
  position: absolute;
  top: 521px;
}

.black-friday-2025 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 105%;
  min-width: auto;
  height: auto;
  min-height: 40px;
  margin-top: 27px;
  margin-left: -3%;
  margin-right: auto;
  display: flex;
  transform: rotate(-5deg);
}

.paragraph-56 {
  color: #fff;
  text-align: left;
  height: 85px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.text-span-26 {
  color: #fecc62;
}

.paragraph-57 {
  letter-spacing: -.5px;
  line-height: 22.4px;
}

.error-message-3 {
  color: #000;
}

.paragraph-58 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}

.twelvescreen-2 {
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-98 {
  z-index: 3;
  width: 87px;
  position: absolute;
  inset: 236px 0% 0% auto;
}

.image-99 {
  position: absolute;
  inset: auto auto -92px;
}

.image-100 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-59 {
  color: #fff;
  text-align: center;
  letter-spacing: -.9px;
  margin-bottom: 30px;
  font-size: 14px;
}

.paragraph-9-1 {
  letter-spacing: -3px;
  white-space: nowrap;
  margin-bottom: 12px;
  font-family: Akrobat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-60 {
  letter-spacing: -3px;
  white-space: nowrap;
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-32-copy {
  color: #ffffffb3;
  letter-spacing: -.5px;
  margin-top: 10px;
  line-height: 110%;
}

.itemborder-2 {
  background-color: #f8d0a100;
  border: 4px solid #f8d0a133;
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 15px;
}

.image-101 {
  width: 140px;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-102 {
  width: 52px;
}

.text-span-27 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.div-block-25 {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-103 {
  position: absolute;
  inset: -22% 0% auto;
}

.image-104 {
  width: 241px;
}

.image-105 {
  width: 135px;
  position: absolute;
  inset: auto -5% -8px auto;
  transform: rotate(7deg);
}

.image-106 {
  width: 90px;
}

.itembig-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(135deg, #0000, #ffffff0f 20%, #ffffff0a 80%, #fff0);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 170px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.image-107 {
  width: 100px;
  position: absolute;
  inset: auto 0% 19% auto;
}

.image-108 {
  width: 296px;
}

.image-109 {
  width: 90px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fivescreen-2 {
  background-image: url('../images/Fone.avif');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.fivescreen-2.is-2,
.fivescreen-2.is-3 {
  margin-top: 60px;
}

.div-block-26 {
  background-color: #fecc62;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.blackfriday-2 {
  color: #3a2700;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-28 {
  font-weight: 900;
}

.image-110 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-61 {
  color: #00000080;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.image-111 {
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-112 {
  width: 100px;
  position: absolute;
  inset: auto auto 22px 0%;
}

.paragraph-62 {
  color: #fff;
  font-size: 14px;
  line-height: 120%;
}

.image-113 {
  width: 311px;
  margin-left: auto;
}

.image-114 {
  cursor: pointer;
  width: 300px;
  margin-top: 40px;
}

.image-114.is-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.whitegradient-2 {
  color: var(--white);
  text-transform: uppercase;
}

.contentblock-2 {
  border: 4px solid #fecc62;
  border-radius: 32px;
  width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.paragraph-63 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-115 {
  cursor: pointer;
  width: 280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-116 {
  width: 100px;
  position: absolute;
  inset: auto 0% 37px auto;
}

.paragraph-64 {
  color: #ffffffb3;
  letter-spacing: -.5px;
  margin-top: 10px;
}

.code-embed-2 {
  z-index: 99;
  width: 92%;
  min-height: 100%;
  margin: 1rem 20px;
  position: relative;
}

.paragraph-65 {
  color: #fff;
}

.paragraph-65._13 {
  margin-bottom: 13px;
  line-height: 110%;
}

.paragraph-66 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

.paragraph-67 {
  color: #fff;
  text-align: center;
}

.paragraph-67._30 {
  margin-top: 10px;
}

.paragraph-68 {
  z-index: 2;
  color: #3a2700;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
  position: absolute;
}

.slide-navbox-2 {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 80px;
  margin: 80px auto 0;
  display: flex;
}

.image-117 {
  width: 260px;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-69 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-29 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-118 {
  width: 100px;
  position: absolute;
  inset: 101px 0% auto auto;
}

.image-119 {
  width: 80px;
  position: absolute;
  inset: auto auto 20px 0%;
}

.image-120 {
  width: 110px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.itemcolor-2 {
  background-color: #f8d0a133;
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 15px;
}

.itemcolor-2._20-83 {
  margin-top: 20px;
  padding-bottom: 50px;
}

.itemcolor-2._20 {
  margin-top: 20px;
  padding-bottom: 15px;
}

.paragraph-70 {
  color: #fff;
  width: 318px;
  margin-bottom: 20px;
  line-height: 120%;
}

.sliderimage-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 418px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-121 {
  width: 110px;
  position: absolute;
  inset: auto auto 230px 0%;
}

.image-122 {
  width: 120px;
  position: absolute;
  inset: -3px 68px auto auto;
  transform: rotate(15deg);
}

.image-122.is-2 {
  top: 1%;
}

.image-123 {
  width: 190px;
  height: auto;
  position: absolute;
}

.text-span-30 {
  font-family: Helveticaneuecyr Roman, sans-serif;
}

.image-124 {
  width: 74px;
  position: absolute;
  inset: auto auto 14% 0%;
}

.image-125 {
  width: 146px;
  position: absolute;
  inset: auto auto 79px 0%;
}

.image-126 {
  width: 120px;
  position: absolute;
  inset: 13% auto auto 0%;
}

.gradienttextelov-mini-4 {
  color: #fff;
  font-size: 20px;
}

.image-127 {
  z-index: 1;
  cursor: pointer;
  border-radius: 0%;
  width: 240px;
  position: relative;
}

.image-128 {
  width: 140px;
  position: absolute;
  inset: auto -6% 0% auto;
}

.image-129 {
  width: 60px;
  position: absolute;
  inset: 142px auto auto 0%;
}

.text-span-31 {
  color: #fecc62;
}

.paragraph-71 {
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.image-130 {
  width: 110px;
  position: absolute;
  inset: auto 0 270px auto;
}

.image-131 {
  position: absolute;
}

.whiteblock-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 370px;
  display: flex;
  position: relative;
  top: 0;
}

.paragraph-72 {
  color: #999;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 110%;
}

.paragraph-72.last {
  width: 300px;
  margin-top: 20px;
}

.sixscreen-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  height: auto;
  min-height: auto;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-132 {
  width: 70px;
  position: absolute;
  inset: 52px auto 0% 0%;
}

.paragraph-73 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-73.grow {
  color: #fff6;
  margin-bottom: 0;
}

.left-arrow-3 {
  min-width: 25px;
  min-height: 25px;
  inset: auto auto 2% 0%;
}

.paragraph-74 {
  color: #fff;
  width: 279px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 19.2px;
}

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

.paragraph-74.center._14 {
  font-size: 14px;
}

.image-133 {
  width: 150px;
  position: absolute;
  inset: 160px auto 0% 0%;
}

.itembonusone-2 {
  border: 4px solid #fecc62;
  border-radius: 15px;
  width: auto;
  max-width: 350px;
  height: 100%;
  min-height: auto;
  max-height: 245px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.image-134 {
  width: 110px;
  position: absolute;
  inset: auto 0 39px auto;
}

.image-135 {
  width: auto;
  margin-bottom: 10px;
}

.image-136 {
  width: 336px;
  margin-left: auto;
}

.image-136._2 {
  width: 331px;
}

.text-span-32 {
  color: #fecc62;
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.paragraph-75 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-76 {
  color: #fff;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  font-size: 14px;
  line-height: 16.8px;
}

.image-137 {
  width: 261px;
}

.paragraph-77 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-27 {
  background-color: #d6001c;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 37% 0% 0%;
}

.slider-3 {
  background-color: #ddd0;
  width: 320px;
  min-height: 580px;
  margin-left: auto;
  margin-right: auto;
}

.flexblock-2 {
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.text-span-33 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-138 {
  width: 15px;
}

.image-139 {
  width: 82px;
  position: absolute;
  inset: 208px 0% 0% auto;
}

.image-140 {
  width: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-141 {
  width: 256px;
}

.image-142 {
  width: 110px;
  position: absolute;
  inset: -1% 0% 0% auto;
}

.paragraph-74-copy {
  color: #fff;
  text-align: center;
  width: 279px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 19.2px;
}

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

.paragraph-74-copy.center._14 {
  font-size: 14px;
}

.image-143 {
  width: 150px;
}

.image-144 {
  width: 60px;
}

.tenscreen-3 {
  flex-flow: column;
  height: auto;
  margin-top: 21px;
  margin-bottom: 40px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.paragraph-78 {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.slide-5 {
  background-color: #d9d9d91a;
  border-radius: 16px;
  margin-left: 21px;
  margin-right: 0;
}

.sevenscreen-3 {
  height: auto;
  margin-top: 50px;
  margin-bottom: 11px;
  position: relative;
}

.div-block-28 {
  width: 260px;
  height: 60px;
}

.div-block-28._280 {
  width: 280px;
}

.image-145 {
  z-index: 3;
  width: 72px;
  position: absolute;
  top: 156px;
}

.form-block-4 {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.mask-4 {
  width: 235px;
  height: 418px;
  overflow: visible;
}

.image-146 {
  width: 160px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-79 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-80 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 110%;
}

.text-span-34 {
  color: #999;
  line-height: 100%;
}

.image-147 {
  width: 100%;
  height: 150%;
  display: none;
  position: absolute;
  inset: -15% 0% auto;
}

.image-148 {
  width: 111px;
  position: absolute;
  inset: -1% 0% 0% auto;
}

.paragraph-81 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.price-2 {
  width: 340px;
  margin-bottom: 0;
  position: relative;
  top: -25px;
  overflow: clip;
}

.image-149 {
  z-index: 3;
  width: 72px;
  position: absolute;
  inset: -70px 0% auto auto;
}

.image-150 {
  width: 135px;
  position: absolute;
  inset: -36px 31px auto auto;
}

.image-151 {
  width: 231px;
}

.paragraph-82 {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: block;
  position: relative;
}

.paragraph-83 {
  color: #fff;
  letter-spacing: -2px;
  font-family: Akrobat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-83.is-free {
  font-size: 40px;
}

.image-152 {
  position: absolute;
  inset: -10% 0% auto;
}

.image-153 {
  z-index: 3;
  width: 79.3px;
  position: absolute;
  top: 521px;
}

.black-friday-2026 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 105%;
  min-width: auto;
  height: auto;
  min-height: 40px;
  margin-top: 27px;
  margin-left: -3%;
  margin-right: auto;
  display: flex;
  transform: rotate(-5deg);
}

.paragraph-84 {
  color: #fff;
  text-align: left;
  height: 85px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.text-span-35 {
  color: #fecc62;
}

.paragraph-85 {
  letter-spacing: -.5px;
  line-height: 22.4px;
}

.error-message-4 {
  color: #000;
}

.paragraph-86 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}

.twelvescreen-3 {
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-154 {
  z-index: 3;
  width: 87px;
  position: absolute;
  inset: 236px 0% 0% auto;
}

.image-155 {
  position: absolute;
  inset: auto auto -92px;
}

.image-156 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-87 {
  color: #fff;
  text-align: center;
  letter-spacing: -.9px;
  margin-bottom: 30px;
  font-size: 14px;
}

.paragraph-88 {
  letter-spacing: -3px;
  white-space: nowrap;
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.itemborder-3 {
  background-color: #f8d0a100;
  border: 4px solid #f8d0a133;
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 15px;
}

.image-157 {
  width: 140px;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-158 {
  width: 52px;
}

.text-span-36 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.div-block-30 {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-159 {
  position: absolute;
  inset: -22% 0% auto;
}

.image-160 {
  width: 241px;
}

.image-161 {
  width: 135px;
  position: absolute;
  inset: auto -5% -8px auto;
  transform: rotate(7deg);
}

.image-162 {
  width: 90px;
}

.itembig-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(135deg, #0000, #ffffff0f 20%, #ffffff0a 80%, #fff0);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 170px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.image-163 {
  width: 100px;
  position: absolute;
  inset: auto 0% 19% auto;
}

.image-164 {
  width: 296px;
}

.image-165 {
  width: 90px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-31 {
  background-color: #fecc62;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.text-span-37 {
  font-weight: 900;
}

.image-166 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-89 {
  color: #00000080;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.image-167 {
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-168 {
  width: 100px;
  position: absolute;
  inset: auto auto 22px 0%;
}

.boxgradient-2 {
  color: #fecc62;
  background-color: #fecc62;
  background-image: linear-gradient(45deg, #ffffff4d, #fff0);
  border-radius: 32px;
  width: 100%;
  max-width: 340px;
  min-height: 195px;
  padding-top: 30px;
  padding-left: 30px;
}

.paragraph-90 {
  color: #fff;
  font-size: 14px;
  line-height: 120%;
}

.image-169 {
  width: 311px;
  margin-left: auto;
}

.image-170 {
  cursor: pointer;
  width: 300px;
  margin-top: 40px;
}

.image-170.is-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.whitegradient-3 {
  color: #fff;
  text-transform: uppercase;
}

.paragraph-91 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-171 {
  cursor: pointer;
  width: 280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-172 {
  width: 100px;
  position: absolute;
  inset: auto 0% 37px auto;
}

.paragraph-92 {
  color: #ffffffb3;
  letter-spacing: -.5px;
  margin-top: 10px;
}

.paragraph-93 {
  color: #fff;
}

.paragraph-93._13 {
  margin-bottom: 13px;
  line-height: 110%;
}

.paragraph-94 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

.paragraph-95 {
  color: #fff;
  text-align: center;
}

.paragraph-95._30 {
  margin-top: 10px;
}

.paragraph-96 {
  z-index: 2;
  color: #3a2700;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
  position: absolute;
}

.image-173 {
  width: 260px;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-97 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-38 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-174 {
  width: 100px;
  position: absolute;
  inset: 101px 0% auto auto;
}

.image-175 {
  width: 80px;
  position: absolute;
  inset: auto auto 20px 0%;
}

.image-176 {
  width: 110px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-98 {
  color: #fff;
  width: 318px;
  margin-bottom: 20px;
  line-height: 120%;
}

.sliderimage-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 418px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-177 {
  width: 110px;
  position: absolute;
  inset: auto auto 230px 0%;
}

.image-178 {
  width: 120px;
  position: absolute;
  inset: -3px 68px auto auto;
  transform: rotate(15deg);
}

.image-178.is-2 {
  top: 1%;
}

.image-179 {
  width: 190px;
  height: auto;
  position: absolute;
}

.text-span-39 {
  font-family: Helveticaneuecyr Roman, sans-serif;
}

.image-180 {
  width: 74px;
  position: absolute;
  inset: auto auto 14% 0%;
}

.image-181 {
  width: 146px;
  position: absolute;
  inset: auto auto 79px 0%;
}

.image-182 {
  width: 120px;
  position: absolute;
  inset: 13% auto auto 0%;
}

.image-183 {
  z-index: 1;
  cursor: pointer;
  border-radius: 0%;
  width: 240px;
  position: relative;
}

.image-184 {
  width: 140px;
  position: absolute;
  inset: auto -6% 0% auto;
}

.image-185 {
  width: 60px;
  position: absolute;
  inset: 142px auto auto 0%;
}

.text-span-40 {
  color: #fecc62;
}

.paragraph-99 {
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.image-186 {
  width: 110px;
  position: absolute;
  inset: auto 0 270px auto;
}

.image-187 {
  position: absolute;
}

.whiteblock-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 370px;
  display: flex;
  position: relative;
  top: 0;
}

.paragraph-100 {
  color: #999;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 110%;
}

.paragraph-100.last {
  width: 300px;
  margin-top: 20px;
}

.image-188 {
  width: 70px;
  position: absolute;
  inset: 52px auto 0% 0%;
}

.paragraph-101 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-101.grow {
  color: #fff6;
  margin-bottom: 0;
}

.left-arrow-4 {
  min-width: 25px;
  min-height: 25px;
  inset: auto auto 2% 0%;
}

.paragraph-102 {
  color: #fff;
  width: 279px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 19.2px;
}

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

.paragraph-102.center._14 {
  font-size: 14px;
}

.image-189 {
  width: 150px;
  position: absolute;
  inset: 160px auto 0% 0%;
}

.image-190 {
  width: 110px;
  position: absolute;
  inset: auto 0 39px auto;
}

.image-191 {
  width: auto;
  margin-bottom: 10px;
}

.image-192 {
  width: 336px;
  margin-left: auto;
}

.image-192._2 {
  width: 331px;
}

.text-span-41 {
  color: #fecc62;
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.paragraph-103 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-104 {
  color: #fff;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  font-size: 14px;
  line-height: 16.8px;
}

.image-193 {
  width: 261px;
}

.paragraph-105 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-32 {
  background-color: #d6001c;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 37% 0% 0%;
}

.text-span-42 {
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 700;
}

.image-194 {
  width: 15px;
}

.image-195 {
  width: 82px;
  position: absolute;
  inset: 208px 0% 0% auto;
}

.image-196 {
  width: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-197 {
  width: 256px;
}

.image-198 {
  width: 110px;
  position: absolute;
  inset: -1% 0% 0% auto;
}

.boxgradient-2-copy {
  color: #fecc62;
  text-align: center;
  background-color: #fecc62;
  background-image: linear-gradient(45deg, #ffffff4d, #fff0);
  border-radius: 32px;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
}

.boxgradient-2344 {
  color: #fecc62;
  background-color: #fecc62;
  background-image: linear-gradient(45deg, #ffffff4d, #fff0);
  border-radius: 32px;
  width: 100%;
  max-width: 340px;
  min-height: 195px;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 30px;
}

.image-150-copy {
  width: 135px;
  position: absolute;
  inset: -36px 11px auto auto;
}

.image-155-copy,
.image-99-copy {
  position: absolute;
  inset: auto auto -92px;
}

.boxgradient-2-copy {
  color: #fecc62;
  text-align: center;
  background-color: #fecc62;
  background-image: linear-gradient(45deg, #ffffff4d, #fff0);
  border-radius: 32px;
  width: 100%;
  min-height: auto;
  margin-top: 30px;
  padding: 30px;
}

.im-2 {
  border-radius: 10px;
}

html.w-mod-js [data-ix="opacity-0-initial-appearance"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .link-logo {
    margin-right: 5%;
  }

  .z {
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-back {
    display: none;
  }

  .privacy-section-yes {
    padding-top: 0;
    padding-bottom: 0;
  }

  .z-of-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .text-field {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .link-logo {
    width: 4vw;
    height: 4vw;
    padding-left: 0;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .contariner {
    line-height: 120%;
  }

  .noprice {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 320px;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nopriceitem {
    border-bottom: 1px solid #ffffff1a;
    flex-flow: column;
    width: 100%;
    height: 90px;
    padding-bottom: 15px;
    padding-left: 50px;
    display: flex;
    position: relative;
  }

  .image-65 {
    width: 30px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .paragraph-42 {
    color: var(--black);
    font-size: 18px;
  }

  .paragraph-43 {
    color: var(--black);
    font-family: Helveticaneuecyr, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .text-big {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .paragraph-44 {
    color: #999;
    letter-spacing: -1px;
    width: 172px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 100%;
  }

  .paragraph-44-copy {
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Akrobat, sans-serif;
    font-size: 24px;
    text-decoration: underline;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    float: none;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .img-logo {
    max-width: 110%;
  }

  .link-logo {
    width: 5vw;
    height: 5vw;
  }

  .box {
    opacity: 1;
  }

  .privacy-section-yes {
    overflow: hidden;
  }

  .z-of-privacy {
    padding-top: 20px;
  }

  .h2-privacy {
    font-size: 25px;
    line-height: 33px;
  }

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

  .borderphone {
    overflow: hidden;
  }

  .onescreen {
    overflow: visible;
  }

  .image,
  .image-2,
  .image-3 {
    width: 90px;
  }

  .black-friday-2024 {
    justify-content: center;
    align-items: center;
    width: 105%;
    min-width: auto;
    margin-left: -3%;
  }

  .sale {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .girlsonescreen {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .image-4 {
    z-index: 2;
    width: 220px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
  }

  .box-shool {
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
  }

  .image-6 {
    z-index: 3;
    width: 70px;
  }

  .nokomentnostorise.is-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .nokomentnostorise.is-px {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-10 {
    width: 100px;
    top: -52%;
  }

  .fonetexth1 {
    letter-spacing: -2px;
    -webkit-text-stroke-width: 0px;
    font-family: Akrobat, sans-serif;
    font-weight: 700;
  }

  .fonetexth1.left._108 {
    filter: blur(6px);
    color: #fecc6233;
  }

  .threscreen {
    margin-top: 80px;
  }

  .image-16 {
    top: -70px;
  }

  .price {
    position: relative;
    top: -25px;
  }

  .image-18 {
    width: 110px;
  }

  .paragraph-12 {
    color: var(--black);
    text-align: center;
  }

  .list.nonmargin {
    margin-top: 40px;
  }

  .list.nonmargin._320 {
    z-index: 2;
    background-color: #000;
    position: relative;
  }

  .whiteblock {
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
  }

  .contentform {
    z-index: 4;
    position: static;
  }

  .paragraph-18 {
    letter-spacing: -1px;
    text-transform: uppercase;
  }

  .submit-button {
    z-index: 2;
  }

  .paragraph-20 {
    z-index: 3;
    position: relative;
    top: auto;
  }

  .link {
    z-index: 3;
    position: relative;
  }

  .image-26 {
    z-index: 2;
    bottom: -180px;
  }

  .image-27 {
    width: 240px;
    top: -31%;
    right: -15%;
  }

  .bold-text {
    -webkit-text-stroke-width: .5px;
    font-weight: 900;
  }

  .image-28 {
    width: 111px;
    top: 1%;
  }

  .image-29 {
    width: 74px;
    bottom: 14%;
  }

  .line5 {
    min-width: 700px;
    margin-left: auto;
  }

  .image-31 {
    width: 100px;
  }

  .image-32 {
    width: 150px;
    top: 160px;
  }

  .image-36 {
    width: 200px;
    top: -32%;
    right: -4%;
  }

  .image-37 {
    top: -18%;
  }

  ._240 {
    top: -18%;
    right: -15%;
  }

  ._265 {
    top: -18%;
    right: -29%;
  }

  ._127 {
    top: -3%;
    right: -2%;
  }

  .image-42 {
    width: 117px;
  }

  .image-44 {
    bottom: -40px;
    right: -26%;
  }

  .image-45 {
    bottom: 4px;
    right: -5%;
  }

  .image-46 {
    bottom: -8px;
    right: -5%;
  }

  .image-47 {
    bottom: 2px;
    right: -15%;
  }

  .image-48 {}

  .image-50 {
    z-index: 1;
  }

  ._9item {
    position: relative;
  }

  .image-51 {
    width: 160px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-52 {
    width: 160px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .image-52.last {
    width: 150px;
  }

  .image-53 {
    width: 160px;
  }

  .paragraph-32 {
    margin-top: 30px;
  }

  .fifteenscreen {
    padding-top: 450px;
  }

  .image-61 {
    min-width: 380px;
  }

  .blackfridereletive._50 {
    margin-top: 30px;
  }

  .gridnomini {
    margin-bottom: 80px;
  }

  .image-34-copy {
    top: -18%;
  }

  .pricetwo {
    position: relative;
    top: -25px;
  }

  .image-66 {
    width: 110px;
    bottom: 230px;
  }

  .image-67 {
    width: 110px;
    bottom: 285px;
  }

  .image-68 {
    width: 90px;
    bottom: 69px;
  }

  .image-69 {
    width: 80px;
    bottom: 20px;
  }

  .list-item {
    justify-content: flex-start;
    align-items: center;
  }

  .box-shool-text {
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
  }

  .paragraph-50 {
    letter-spacing: -1px;
    text-transform: uppercase;
  }

  .image-90 {
    width: 160px;
  }

  .image-92 {
    width: 111px;
    top: 1%;
  }

  .image-93 {
    top: -70px;
  }

  .paragraph-54 {
    z-index: 3;
    position: relative;
    top: auto;
  }

  .black-friday-2025 {
    justify-content: center;
    align-items: center;
    width: 105%;
    min-width: auto;
    margin-left: -3%;
  }

  .image-98 {
    width: 110px;
  }

  .image-99 {
    z-index: 2;
    bottom: -180px;
  }

  .paragraph-32-copy {
    margin-top: 30px;
  }

  .image-101 {
    width: 160px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .image-101.last {
    width: 150px;
  }

  .image-106,
  .image-109 {
    width: 90px;
  }

  .paragraph-64 {
    margin-top: 30px;
  }

  .paragraph-67 {
    color: #fff;
    text-align: center;
  }

  .image-117 {
    z-index: 2;
    width: 220px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
  }

  .image-119 {
    width: 80px;
    bottom: 20px;
  }

  .image-120 {
    width: 100px;
  }

  .image-121 {
    width: 110px;
    bottom: 230px;
  }

  .image-122 {
    top: -18%;
  }

  .image-124 {
    width: 74px;
    bottom: 14%;
  }

  .image-128 {
    width: 160px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-130 {
    width: 110px;
    bottom: 285px;
  }

  .image-131 {
    z-index: 1;
  }

  .whiteblock-2 {
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
  }

  .image-132 {
    z-index: 3;
    width: 70px;
  }

  .image-133 {
    width: 150px;
    top: 160px;
  }

  .image-134 {
    width: 90px;
    bottom: 69px;
  }

  .image-140 {
    width: 90px;
  }

  .paragraph-78 {
    letter-spacing: -1px;
    text-transform: uppercase;
  }

  .image-146 {
    width: 160px;
  }

  .image-148 {
    width: 111px;
    top: 1%;
  }

  .price-2 {
    position: relative;
    top: -25px;
  }

  .image-149 {
    top: -70px;
  }

  .paragraph-82 {
    z-index: 3;
    position: relative;
    top: auto;
  }

  .black-friday-2026 {
    justify-content: center;
    align-items: center;
    width: 105%;
    min-width: auto;
    margin-left: -3%;
  }

  .image-154 {
    width: 110px;
  }

  .image-155 {
    z-index: 2;
    bottom: -180px;
  }

  .image-157 {
    width: 160px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .image-157.last {
    width: 150px;
  }

  .image-162,
  .image-165 {
    width: 90px;
  }

  .paragraph-92 {
    margin-top: 30px;
  }

  .paragraph-95 {
    color: #fff;
    text-align: center;
  }

  .image-173 {
    z-index: 2;
    width: 220px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
  }

  .image-175 {
    width: 80px;
    bottom: 20px;
  }

  .image-176 {
    width: 100px;
  }

  .image-177 {
    width: 110px;
    bottom: 230px;
  }

  .image-178 {
    top: -18%;
  }

  .image-180 {
    width: 74px;
    bottom: 14%;
  }

  .image-184 {
    width: 160px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-186 {
    width: 110px;
    bottom: 285px;
  }

  .image-187 {
    z-index: 1;
  }

  .whiteblock-3 {
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
  }

  .image-188 {
    z-index: 3;
    width: 70px;
  }

  .image-189 {
    width: 150px;
    top: 160px;
  }

  .image-190 {
    width: 90px;
    bottom: 69px;
  }

  .image-196 {
    width: 90px;
  }

  .image-155-copy {
    z-index: 2;
    bottom: -115px;
  }

  .image-99-copy {
    z-index: 2;
    bottom: -89px;
  }
}


@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Bold.otf') format('opentype'), url('../fonts/Akrobat-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr_black.otf') format('opentype'), url('../fonts/helveticaneuecyr_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr_ultralightitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr_ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr Roman';
  src: url('../fonts/helveticaneuecyr_roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.card {
  background-color: var(--green);
  color: #ffffff;
  border-radius: 15px;
  padding: 8px 10px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
}

.card p {
  color: #ffffff;
}

.gradient-line {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  border: none;
  height: 1px;
  background: linear-gradient(to right, black, transparent);
}

.gradient-line-2 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  border: none;
  height: 1px;
  background: linear-gradient(to left, black, transparent);
}

.numbers_gray {
  filter: grayscale(100%) brightness(0) contrast(100%);
}

/* it course block */
.it-course-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 16px;
}

.it-course-block h1 {
  font-family: Akrobat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  color: #005522;
  margin-bottom: 30px;
  line-height: 1.3;
}

.it-course-block p {
  font-family: Arial, sans-serif;
  ;
  font-size: 1.15em;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.it-course-block h2 {
  font-family: Akrobat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  color: #005522;
  margin-bottom: 20px;
  margin-top: 10px;
}

.it-course-block ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.it-course-block ul li {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 25px;
  background: url('../images/Zip.png') no-repeat left 5px;
  background-size: 15px 15px;
}

.it-course-block .cta-section {
  text-align: center;
  margin-top: 60px;
}

.it-course-block .cta-section p {
  font-size: 1.3em;
  font-weight: 600;
  color: #005522;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Chat */

.chat-container {
  max-width: 600px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.message {
  display: flex;
  margin-bottom: 12px;
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.message.incoming {
  justify-content: flex-start;
}

.message.outgoing {
  justify-content: flex-end;
}

.bubble {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.4;
  word-wrap: break-word;
}

.message.incoming .bubble {
  background-color: #e5e5ea;
  color: #000;
  border-bottom-left-radius: 4px;
}

.message.outgoing .bubble {
  background-color: #005522;
  color: #fff;
  border-bottom-right-radius: 4px;
}

.timestamp {
  font-size: 12px;
  color: #8e8e93;
  margin-top: 4px;
  padding: 0 16px;
}

.message.incoming .timestamp {
  text-align: left;
}

.message.outgoing .timestamp {
  text-align: right;
}

/* FORM */

.form-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.fire-border {
  width: 100%;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fire-top {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjYwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmlyZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmE1MDA7c3RvcC1vcGFjaXR5OjEiIC8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjZiMDA7c3RvcC1vcGFjaXR5OjEiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZhNTAwO3N0b3Atb3BhY2l0eToxIiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNjAiIGZpbGw9InVybCgjZmlyZSkiLz48L3N2Zz4=');
}

.fire-bottom {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjYwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmlyZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmE1MDA7c3RvcC1vcGFjaXR5OjEiIC8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjZiMDA7c3RvcC1vcGFjaXR5OjEiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZhNTAwO3N0b3Atb3BhY2l0eToxIiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNjAiIGZpbGw9InVybCgjZmlyZSkiLz48L3N2Zz4=');
}

.content {
  padding: 50px 40px;
  text-align: center;
}

.icon-wrapper {
  margin-bottom: 20px;
}

.form_icon {
  font-size: 48px;
}

.form_h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.form_price {
  font-size: 36px;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.cta-button {
  background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(46, 125, 50, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(46, 125, 50, 0.4);
  background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
}

.cta-button:active {
  transform: translateY(0);
}

.help-text {
  margin-top: 25px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.privacy-text {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

.privacy-text a {
  color: #2e7d32;
  text-decoration: underline;
}

.benefit-list {
  text-align: left;
  margin: 25px auto;
  max-width: 350px;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.benefit-item::before {
  content: "✓";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #4caf50;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .content {
    padding: 40px 25px;
  }

  h1 {
    font-size: 24px;
  }

  .form_price {
    font-size: 30px;
  }

  .cta-button {
    font-size: 16px;
    padding: 16px 30px;
  }
}

/*  */

.glow_button {
   
    transition: filter 0.2s;
    animation: glow 2s infinite alternate;
    max-width: 90%;
}

@keyframes glow {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}