@import url(https://fonts.googleapis.com/css?family=Commissioner:100,200,300,regular,500,600,700,800,900);
@font-face {
  font-family: "AnastasiaScript";
  src: url("../font/AnastasiaScript.woff");
  src: local("AnastasiaScript"), local("../font/AnastasiaScript"), url("../font/AnastasiaScript.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  background: #ffffff;
}

body::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: #efa338;
  border-radius: 50px;
}

.breadcrumb {
  top: clamp(30px, 23.3333333333px + 0.0185185185 * 100vw, 50px) !important;
}

.breadcrumb a {
  color: #f7f7f7 !important;
}

.breadcrumb li:not(:last-child) a::after {
  background-color: #f7f7f7 !important;
}

.breadcrumb li:first-child a {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2189%) hue-rotate(197deg) brightness(123%) contrast(94%) !important;
}

.header .nav .nav-link a:hover {
  color: #82131d;
}

.header .nav .nav-link::after {
  background-color: #82131d;
}

.header .button {
  background-color: #82131d;
}
.header .button:hover {
  background-color: #efa338;
  color: #f7f7f7;
}

.footer .left .button {
  background-color: #82131d;
}
.footer .left .button:hover {
  background-color: transparent;
  border-color: #82131d;
  color: #82131d;
}

.footer .social img:hover {
  filter: brightness(0) saturate(100%) invert(11%) sepia(72%) saturate(3719%) hue-rotate(343deg) brightness(92%) contrast(97%);
}

.button-main {
  position: relative;
  overflow: visible;
  font-size: clamp(16px, 14.6666666667px + 0.0037037037 * 100vw, 20px);
  height: clamp(50px, 43.3333333333px + 0.0185185185 * 100vw, 70px);
  text-align: center;
  z-index: 1;
  display: inline-flex;
}
.button-main:hover {
  background-color: #efa338;
}
.button-main:hover span {
  filter: brightness(0) saturate(100%) invert(11%) sepia(72%) saturate(3719%) hue-rotate(343deg) brightness(92%) contrast(97%);
}
.button-main span {
  background-image: url(../img/decor/tree.svg);
  background-size: contain;
  width: 15px;
  height: 17px;
  margin-left: 10px;
}

.footer {
  border-radius: 0;
}
.footer::before {
  content: "";
  height: clamp(145px, 79.6666666667px + 0.1814814815 * 100vw, 341px);
  position: absolute;
  bottom: 0;
  background-image: url(../img/decor/buildings.png);
  width: 100%;
  z-index: 2;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  z-index: 0;
  background-position: left;
}
@media (max-width: 768px) {
  .footer {
    background-color: #f7f7f7;
  }
  .footer .logo {
    color: #1a1a1a !important;
  }
  .footer.black .container .content .social img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(19%) saturate(1644%) hue-rotate(360deg) brightness(85%) contrast(80%) !important;
  }
  .footer.black .container .content .social img:hover {
    filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(7264%) hue-rotate(325deg) brightness(83%) contrast(114%) !important;
  }
  .footer.black .container .content .nav a {
    color: #1a1a1a !important;
  }
  .footer .content {
    background-color: #f7f7f7 !important;
    color: #1a1a1a !important;
  }
  .footer::before {
    background-image: url(../img/decor/buildings-mob.png);
    background-size: 100%;
    background-position: left;
    transform: translate(0, -82%);
    bottom: inherit;
    top: 0;
  }
}

.timer {
  display: grid;
  grid-template-columns: 95px auto 95px auto 95px auto 95px;
  font-size: clamp(38px, 29.3333333333px + 0.0240740741 * 100vw, 64px);
  line-height: 97%;
  font-family: "Ermilov-Bold";
}
@media (max-width: 768px) {
  .timer {
    grid-template-columns: 70px 15px 70px 15px 70px 15px 70px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .timer {
    grid-template-columns: 55px 15px 55px 15px 55px 15px 55px;
  }
}
.timer div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
}
.timer div span {
  font-family: "Commissioner";
  font-weight: 300;
  font-size: clamp(11px, 9.3333333333px + 0.0046296296 * 100vw, 16px);
  line-height: 1;
}

/* promo section */
.promo {
  background-color: #82131d;
  padding-top: clamp(115px, 98.3333333333px + 0.0462962963 * 100vw, 165px);
  margin-top: -65px;
  color: #82131d;
  background-image: url(../img/decor/section-promo.svg);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: clamp(103px, 93.6666666667px + 0.0259259259 * 100vw, 131px);
  position: relative;
}
.promo::after {
  width: 100%;
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: repeat-x;
  height: clamp(45px, 11.6666666667px + 0.0925925926 * 100vw, 145px);
  background-image: url(../img/decor/snow-line.png);
  transform: translate(0, 50%);
  z-index: 3;
  bottom: 0;
  background-size: 2849px;
}
@media (max-width: 480px) {
  .promo {
    background-position: bottom;
    margin-top: -50px;
    background-image: url(../img/decor/section-promo-mob.svg);
  }
  .promo::after {
    background-image: url(../img/decor/snow-line-mob.png);
    background-size: 722px;
    bottom: -5px;
    background-position: left;
  }
}
.promo__content {
  background-color: #f7f7f7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: clamp(0px, -26.6666666667px + 0.0740740741 * 100vw, 80px);
  padding-top: clamp(0px, -16.6666666667px + 0.0462962963 * 100vw, 50px);
  padding-bottom: clamp(0px, -20px + 0.0555555556 * 100vw, 60px);
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .promo__content {
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .promo__whiteblock {
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .promo__sale {
    width: 100%;
    margin-top: -15px;
    max-width: 350px;
  }
}
.promo__title {
  margin-bottom: 20px;
  font-family: "Ermilov-Bold";
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
  margin-top: 18px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .promo__title {
    margin: 0;
    margin-top: -15px;
  }
}
.promo__title span {
  display: none;
}
.promo__picture {
  position: absolute;
  bottom: -4px;
  left: 55%;
  width: clamp(306px, 186.3333333333px + 0.3324074074 * 100vw, 665px);
  height: auto;
  z-index: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .promo__picture {
    position: relative;
    left: 0;
    max-width: 440px;
    width: 105%;
  }
}
.promo__picture img {
  width: 100%;
  height: auto;
}
.promo__button {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #82131d;
  padding-left: clamp(20px, 9.3333333333px + 0.0296296296 * 100vw, 52px);
  padding-right: clamp(20px, 9.3333333333px + 0.0296296296 * 100vw, 52px);
  font-size: clamp(16px, 14.6666666667px + 0.0037037037 * 100vw, 20px);
  height: clamp(50px, 43.3333333333px + 0.0185185185 * 100vw, 70px);
  box-shadow: 5px 5px 0 #efa338;
}
.promo__button:hover {
  box-shadow: 5px 5px 0 #82131d;
}
@media (max-width: 768px) {
  .promo__button {
    background-color: #ffffff;
    width: 100%;
    color: #82131d;
  }
}
.promo__timer-block {
  background-color: #efa338;
  border-radius: 20px;
  z-index: 2;
  position: relative;
  padding: 20px clamp(30px, 18.6666666667px + 0.0314814815 * 100vw, 64px) 19px;
  width: -moz-fit-content;
  width: fit-content;
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 768px) {
  .promo__timer-block {
    width: calc(100% + 32px);
    margin-left: -15px;
    margin-top: -25px;
  }
}
.promo__text {
  margin-bottom: clamp(15px, 13.3333333333px + 0.0046296296 * 100vw, 20px);
  font-size: clamp(12px, 10.6666666667px + 0.0037037037 * 100vw, 16px);
  line-height: 1.2;
}
.promo__text span {
  color: #ffe08c;
  font-family: 500;
}

/* ball section*/
.ball {
  padding-top: clamp(50px, 46.6666666667px + 0.0092592593 * 100vw, 60px);
  padding-bottom: clamp(50px, 46.6666666667px + 0.0092592593 * 100vw, 60px);
}
.ball__content {
  border-radius: 50px;
  background-color: #82131d;
  color: #f7f7f7;
  position: relative;
  padding: clamp(25px, 6.6666666667px + 0.0509259259 * 100vw, 80px);
  padding-top: clamp(50px, 36.6666666667px + 0.037037037 * 100vw, 90px);
  padding-bottom: clamp(0px, -30px + 0.0833333333 * 100vw, 90px);
}
@media (max-width: 768px) {
  .ball__content {
    border-radius: 20px;
    padding-bottom: 0;
  }
}
.ball__content::before {
  content: "";
  position: absolute;
  left: clamp(25px, 6.6666666667px + 0.0509259259 * 100vw, 80px);
  transform: translate(0, -50%);
  top: 0;
  background-image: url(../img/decor/befor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(88px, 69px + 0.0527777778 * 100vw, 145px);
  height: clamp(18px, 15px + 0.0083333333 * 100vw, 27px);
  z-index: 2;
}
.ball__content::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 33px;
  background-image: url(../img/decor/snowflakes.svg);
  width: 109px;
  height: 165px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(72%) saturate(3719%) hue-rotate(343deg) brightness(92%) contrast(97%);
}
@media (max-width: 768px) {
  .ball__content::after {
    display: none;
  }
}
.ball__title {
  font-size: clamp(25px, 10px + 0.0416666667 * 100vw, 70px);
  line-height: 0.8;
  letter-spacing: 0.03em;
}
.ball__title span {
  color: #efa338;
}
.ball__text {
  font-family: "AnastasiaScript";
  font-size: clamp(30px, 16.6666666667px + 0.037037037 * 100vw, 70px);
  line-height: 1;
  letter-spacing: 0.03em;
}
.ball__picture {
  position: absolute;
  display: block;
  width: clamp(243px, 185.6666666667px + 0.1592592593 * 100vw, 415px);
  bottom: -4px;
  right: 50px;
}
@media (max-width: 768px) {
  .ball__picture {
    position: relative;
    right: inherit;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ball__picture img {
  width: 100%;
  height: auto;
}

/* present section */
.present {
  background-color: #e5e4e0;
  margin-top: clamp(139px, 116.3333333333px + 0.062962963 * 100vw, 207px);
  padding-bottom: clamp(115px, 105px + 0.0277777778 * 100vw, 145px);
  position: relative;
  overflow: visible;
}
.present::after {
  width: 100%;
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: repeat-x;
  height: clamp(45px, 11.6666666667px + 0.0925925926 * 100vw, 145px);
  background-image: url(../img/decor/snow-line.png);
  transform: translate(0, 50%);
  z-index: 3;
  bottom: 0;
  background-size: 2849px;
}
.present::before {
  content: "";
  height: clamp(145px, 125.3333333333px + 0.0546296296 * 100vw, 204px);
  position: absolute;
  top: 0;
  background-image: url(../img/decor/buildings.png);
  width: 100%;
  z-index: 2;
  transform: translate(0, -68%);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
@media (max-width: 480px) {
  .present::after {
    background-image: url(../img/decor/snow-line-mob.png);
    background-size: 722px;
    bottom: -1px;
    background-position: left;
  }
  .present::before {
    background-image: url(../img/decor/buildings-mob.png);
    background-size: 100%;
    background-position: left;
    transform: translate(0, -100%);
  }
}
.present__content {
  border-radius: 30px;
  background-color: #82131d;
  padding: clamp(25px, 16.6666666667px + 0.0231481481 * 100vw, 50px);
  padding-left: clamp(25px, 10px + 0.0416666667 * 100vw, 70px);
  color: #ffffff;
  position: relative;
  z-index: 3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .present__content {
    border-radius: 20px;
    padding-top: 50px;
  }
}
.present__title {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.5625rem, 1.25rem + 1.3889vw, 2.5rem);
  line-height: 1;
  margin-bottom: clamp(15px, 13.3333333333px + 0.0046296296 * 100vw, 20px);
  max-width: 310px;
}
.present__title span {
  color: #efa338;
}
.present__text {
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  line-height: 1.3;
  font-weight: 200;
  max-width: 365px;
}
.present__button {
  margin-top: clamp(13px, 4px + 0.025 * 100vw, 40px);
  width: 388px;
  background-color: #fff;
  color: #82131d;
  box-shadow: 5px 5px 0 #efa338;
}
.present__button:hover {
  background-color: #efa338;
  box-shadow: 5px 5px 0 #fff;
}
@media (max-width: 768px) {
  .present__button {
    width: 100%;
  }
  .present__button span {
    display: none;
  }
}
.present__picture {
  position: absolute;
  display: block;
  width: clamp(263px, 194px + 0.1916666667 * 100vw, 470px);
  right: clamp(20px, 3.3333333333px + 0.0462962963 * 100vw, 70px);
  bottom: -56px;
}
@media (max-width: 768px) {
  .present__picture {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}
.present__picture img {
  width: 100%;
  height: auto;
}

/* partners section*/
.partners-winter {
  padding-top: clamp(100px, 78.3333333333px + 0.0601851852 * 100vw, 165px);
  background-color: #f7f7f7;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.partners-winter .partners__title {
  margin-bottom: 50px;
  font-size: clamp(35px, 28.3333333333px + 0.0185185185 * 100vw, 55px);
  line-height: 0.9;
}
.partners-winter .partners__title span {
  color: #82131d;
}
.partners-winter .partners__title::after {
  width: clamp(253px, 192.6666666667px + 0.1675925926 * 100vw, 434px);
  height: clamp(180px, 110.6666666667px + 0.1925925926 * 100vw, 388px);
  background-image: url(../img/decor/light.svg);
  content: "";
  background-size: contain;
  left: 75%;
  bottom: -110px;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .partners-winter .partners__title::after {
    background-image: url(../img/decor/light-mob.svg);
    left: inherit;
    right: -35px;
    bottom: -11px;
  }
}
.partners-winter .slider-partners {
  background-color: #1a1a1a;
  padding: 45px 0;
}
.partners-winter .slider-partners .splide__list {
  gap: clamp(40px, 20px + 0.0555555556 * 100vw, 100px);
}
.partners-winter .slider-partners .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(58px, 40.6666666667px + 0.0481481481 * 100vw, 110px);
}
.partners-winter .slider-partners img {
  max-height: 100%;
  width: auto;
}

/* faq section */
.faq {
  padding-top: clamp(100px, 93.6666666667px + 0.0175925926 * 100vw, 119px);
  position: relative;
  padding-bottom: clamp(100px, 90px + 0.0277777778 * 100vw, 130px);
  background-color: #f7f7f7;
  background-image: url(../img/decor/section-faq.svg);
  background-repeat: no-repeat;
  background-position: 0 143px;
  background-size: 100%;
  overflow: visible;
}
.faq::after {
  width: 100%;
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: repeat-x;
  height: clamp(45px, 11.6666666667px + 0.0925925926 * 100vw, 145px);
  background-image: url(../img/decor/snow-line.png);
  transform: translate(0, 50%);
  z-index: 3;
  bottom: 0;
  background-size: 2849px;
}
@media (max-width: 480px) {
  .faq {
    background-image: none;
  }
  .faq::after {
    background-image: url(../img/decor/snow-line-mob.png);
    background-size: 722px;
    background-position: left;
  }
}
.faq__title {
  max-width: 657px;
  margin-bottom: 22px;
  font-size: clamp(35px, 28.3333333333px + 0.0185185185 * 100vw, 55px);
  line-height: 0.9;
}
.faq .faq-items .answer {
  margin-bottom: 20px;
}
.faq .faq-items .question .icon {
  background-color: #efa338;
  background-image: url(../img/decor/arrow-faq.svg);
}
.faq .faq-items .open .question .icon {
  background-color: #82131d;
}

/* tv section */
.tv {
  background-color: #1a1a1a;
  padding-bottom: 20px;
}
.tv__title {
  font-size: clamp(25px, 20px + 0.0138888889 * 100vw, 40px);
  line-height: 1;
  max-width: 50%;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.tv__title span {
  color: #efa338;
}
.tv__content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #82131d;
  border-radius: 30px;
  color: #ffffff;
  padding: clamp(25px, 10px + 0.0416666667 * 100vw, 70px);
  padding-top: clamp(50px, 29.6666666667px + 0.0564814815 * 100vw, 111px);
  padding-bottom: clamp(50px, 43.3333333333px + 0.0185185185 * 100vw, 70px);
  position: relative;
}
@media (max-width: 768px) {
  .tv__content {
    border-radius: 20px;
  }
}
.tv__button {
  width: 388px;
  background-color: #ffffff;
  color: #82131d;
  box-shadow: 5px 5px 0 #efa338;
}
.tv__button:hover {
  background-color: #efa338;
  box-shadow: 5px 5px 0 #fff;
}
.tv__timer-block {
  position: absolute;
  background-image: url(../img/decor/tv.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(201px, 138.6666666667px + 0.1731481481 * 100vw, 388px);
  height: clamp(159px, 109.6666666667px + 0.137037037 * 100vw, 307px);
  bottom: clamp(10px, 2.3333333333px + 0.0212962963 * 100vw, 33px);
  right: clamp(20px, 3.3333333333px + 0.0462962963 * 100vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}
@media (max-width: 768px) {
  .tv__timer-block {
    position: relative;
    margin: 0 auto;
    right: inherit;
    bottom: inherit;
    margin-bottom: 30px;
  }
}
.tv__timer-block .tv__timer {
  transform: translate(0, -45%);
}
@media (max-width: 480px) {
  .tv__timer-block {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 768px) {
  .tv {
    padding-top: 110px;
    padding-bottom: 215px;
  }
  .tv__title {
    max-width: none;
  }
  .tv__button {
    width: 100%;
  }
  .tv__button span {
    display: none;
  }
}

/* students section */
.students {
  background-color: #82131d;
  border-radius: 50px 50px 0 0;
  padding-top: clamp(117px, 100.3333333333px + 0.0462962963 * 100vw, 167px);
  padding-bottom: clamp(99px, 87px + 0.0333333333 * 100vw, 135px);
  color: #ffffff;
  position: relative;
}
.students__title {
  font-size: clamp(35px, 23.3333333333px + 0.0324074074 * 100vw, 70px);
  line-height: 0.9;
  margin-bottom: 30px;
  max-width: 640px;
  margin-right: -20px;
}
.students__slider .splide__track {
  width: 100vw;
}
.students__button {
  margin-top: 21px;
  background-color: #ffffff;
  color: #82131d;
  width: 330px;
  z-index: 5;
  position: relative;
  box-shadow: 5px 5px 0 #efa338;
}
.students__button:hover {
  box-shadow: 5px 5px 0 #fff;
}
.students .splide__arrows {
  position: absolute;
  right: 0%;
  bottom: -76px;
  display: flex;
  gap: 10px;
}
.students .splide__arrow {
  height: clamp(50px, 46.6666666667px + 0.0092592593 * 100vw, 60px);
  width: clamp(50px, 46.6666666667px + 0.0092592593 * 100vw, 60px);
  background-color: #62060e;
  border-radius: 50%;
  overflow: hidden;
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  transform: none;
  left: initial;
  right: initial;
  top: initial;
  background-image: url(../img/decor/arrow.svg);
}
.students .splide__arrow svg {
  display: none;
}
.students .splide__arrow--prev {
  transform: rotate(190deg);
}
@media (max-width: 480px) {
  .students {
    border-radius: 0;
  }
  .students .splide__slide {
    max-width: 290px;
    height: auto;
    opacity: 0.5;
  }
  .students .splide__slide.is-visible {
    opacity: 1;
  }
  .students .splide__slide img {
    width: 100%;
    height: auto;
  }
  .students .splide__arrows {
    bottom: -60px;
    gap: 5px;
  }
  .students .splide__arrow {
    background-size: 15px;
    background-color: #1a1a1a;
  }
  .students__button {
    margin-top: 100px;
    width: 100%;
  }
}

/* scroll line */
.students__scroll {
  position: absolute;
  height: clamp(32px, 22.6666666667px + 0.0259259259 * 100vw, 60px);
  transform: rotate(3deg);
  left: -5px;
  top: 0;
}
.students__scroll-mob {
  bottom: 0;
  top: inherit;
}
@media (min-width: 481px) {
  .students__scroll-mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .students__scroll {
    transform: rotate(5.52deg);
  }
  .students__scroll-mob {
    transform: rotate(-8.83deg);
    bottom: 130px;
  }
}

.scroll-line {
  background: linear-gradient(90deg, #d3972a 0%, #ffd993 100%);
  position: absolute;
  flex-shrink: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: calc(100vw + 100px);
  padding-bottom: 4px;
}
.scroll-area {
  display: flex;
  animation: scroll 30s linear infinite running;
}
.scroll span {
  color: #82131d;
  font-family: "Kukurudza";
  font-size: clamp(14px, 9.6666666667px + 0.012037037 * 100vw, 27px);
  font-style: normal;
  font-weight: 400;
  line-height: 71.429%;
  margin: 0 10px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/* grow section */
.grow {
  padding-bottom: clamp(60px, 40px + 0.0555555556 * 100vw, 120px);
  background-color: #82131d;
  position: relative;
  overflow: visible;
}
.grow::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/decor/section-promo.svg);
  bottom: 180px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .grow::before {
    background-image: url(../img/decor/section-promo-mob.svg);
    bottom: inherit;
    top: -100px;
    transform: scaleY(-1);
    background-size: cover;
  }
}
.grow::after {
  width: 100%;
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: repeat-x;
  height: clamp(45px, 11.6666666667px + 0.0925925926 * 100vw, 145px);
  background-image: url(../img/decor/snow-line.png);
  transform: translate(0, 50%);
  z-index: 3;
  bottom: 0;
  background-size: 2849px;
}
.grow__content {
  border-radius: 50px;
  background-color: #ffffff;
  color: #82131d;
  position: relative;
  padding: clamp(25px, 6.6666666667px + 0.0509259259 * 100vw, 80px);
  padding-top: clamp(40px, 26.6666666667px + 0.037037037 * 100vw, 80px);
  padding-bottom: clamp(40px, 30px + 0.0277777778 * 100vw, 70px);
}
.grow__content::before {
  content: "";
  position: absolute;
  left: clamp(25px, 6.6666666667px + 0.0509259259 * 100vw, 80px);
  transform: translate(0, -50%);
  top: 0;
  background-image: url(../img/decor/befor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(88px, 69px + 0.0527777778 * 100vw, 145px);
  height: clamp(18px, 15px + 0.0083333333 * 100vw, 27px);
  z-index: 2;
}
@media (max-width: 768px) {
  .grow__content {
    border-radius: 20px;
  }
}
.grow__title {
  font-size: clamp(30px, 16.6666666667px + 0.037037037 * 100vw, 70px);
  line-height: 0.9;
}
.grow__subtitle {
  font-family: "AnastasiaScript";
  font-size: clamp(40px, 23.3333333333px + 0.0462962963 * 100vw, 90px);
  line-height: 0.7;
}
.grow__subtitle span {
  color: #efa338;
}
.grow__text {
  margin-top: clamp(15px, -3.3333333333px + 0.0509259259 * 100vw, 70px);
  display: inline-block;
  max-width: 35%;
}
.grow__text strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  .grow__text {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .grow {
    padding-bottom: 120px;
  }
  .grow::after {
    background-image: url(../img/decor/snow-line-mob.png);
    background-size: 722px;
    background-position: left;
    bottom: -2px;
  }
}
.grow__form {
  height: 100%;
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .grow__form {
    position: relative;
    bottom: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    aspect-ratio: inherit;
  }
}

.courses__title {
  font-size: clamp(30px, 16.6666666667px + 0.037037037 * 100vw, 70px);
  line-height: 0.9;
  letter-spacing: 0.03em;
  max-width: 606px;
  margin-bottom: clamp(30px, 20px + 0.0277777778 * 100vw, 60px);
}
.courses__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 25px;
}
@media (max-width: 768px) {
  .courses__items {
    grid-template-columns: 100%;
  }
}

.course__head {
  background-color: #82131d;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: clamp(25px, 20px + 0.0138888889 * 100vw, 40px);
  padding-bottom: auto;
  height: clamp(134px, 111.6666666667px + 0.062037037 * 100vw, 201px);
  border-radius: 20px 20px 0 0;
}
.course__head-black {
  overflow: visible;
}
.course__head-black img {
  height: auto;
  max-height: 261px;
  max-width: 334px;
  width: auto;
}
@media (max-width: 480px) {
  .course__head-black img {
    max-height: 139px;
    max-width: 195px;
    right: -20px;
  }
}
.course__title {
  font-size: clamp(18px, 10.6666666667px + 0.0203703704 * 100vw, 40px);
  line-height: 1;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.course__text {
  font-size: clamp(15px, 13.3333333333px + 0.0046296296 * 100vw, 20px);
  line-height: 1;
  font-family: "Kukurudza";
  max-width: 70%;
  z-index: 1;
  position: relative;
}
@media (max-width: 480px) {
  .course__text {
    max-width: 77%;
  }
}
.course__poster {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(289px, 254px + 0.0972222222 * 100vw, 394px);
  max-height: 100%;
  z-index: 0;
}
.course__body {
  padding: clamp(25px, 20px + 0.0138888889 * 100vw, 40px);
  padding-top: clamp(30px, 28.3333333333px + 0.0046296296 * 100vw, 35px);
  background: linear-gradient(-190deg, #ffe3e6 0%, #ffc8cd 100%);
  border-radius: 0 0 20px 20px;
}
.course__body .widget-content form {
  padding: 0;
  width: 100%;
}
.course__body .widget-content .checkbox-container a {
  text-decoration: underline;
  color: #fff !important;
}
.course__body .widget-content .checkbox-container span {
  color: #fff !important;
}
.course__body-white {
  background: linear-gradient(-190deg, #ffffff 70.72%, #f5f5f5 85.36%, #eaeaea 100%);
  border: 2px solid #e3e3e3;
  border-top: none;
}
.course__body-black {
  background: #1a1a1a;
  border: 0.68px solid #000000;
  background-image: url(../img/courses/body-back.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.course__card {
  background-color: #82131d;
  display: grid;
  gap: 5px 10px;
  grid-template-columns: auto auto;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffc8cd;
  padding: clamp(15px, 13.3333333333px + 0.0046296296 * 100vw, 20px);
}
.course__card-white {
  background-color: #fff;
}
.course__card-pink {
  background-color: #ffc8cd;
}
@media (max-width: 480px) {
  .course__card {
    padding: 20px 15px;
    position: relative;
    grid-template-columns: 100%;
    margin-bottom: 15px;
  }
}
.course__name {
  font-size: clamp(18px, 15.6666666667px + 0.0064814815 * 100vw, 25px);
  font-family: "Ermilov-Bold";
}
.course__start {
  font-size: clamp(12px, 9.3333333333px + 0.0074074074 * 100vw, 20px);
  font-weight: 200;
}
.course__start span {
  background-image: url(../img/courses/calendar.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: -2px;
}
@media (max-width: 480px) {
  .course__start span {
    height: 14px;
    width: 14px;
    margin-right: 5px;
  }
}
.course__format {
  margin-left: auto;
}
@media (max-width: 480px) {
  .course__format {
    position: absolute;
    transform: translate(0, -50%);
    left: 15px;
    height: 21px;
    width: auto;
  }
}
.course__sale {
  margin-left: auto;
  height: clamp(37px, 30.3333333333px + 0.0185185185 * 100vw, 57px);
}
@media (max-width: 480px) {
  .course__sale {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.course__cost {
  color: #d9505d;
  font-weight: 700;
  font-size: clamp(16px, 14.6666666667px + 0.0037037037 * 100vw, 20px);
  line-height: 90%;
  display: block;
}
.course .full-price {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.course .full-price::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d9505d;
  left: 0;
}
.course .sale-price {
  font-size: clamp(20px, 16px + 0.0111111111 * 100vw, 32px);
  font-family: "Ermilov-Bold";
  color: #82131d;
  display: block;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .course .sale-price {
    margin-top: 5px;
  }
}
.course__more {
  border: none;
  background-color: transparent;
  color: #82131d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  border-bottom: 1px solid #82131d;
  position: relative;
  cursor: pointer;
}
.course__more::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-image: url(../img/courses/more.svg);
  bottom: -4px;
  margin-left: 1rem;
  transition: all 0.3s ease-in-out;
  padding-bottom: 0.9rem;
}
.course__more.open::after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.course__about {
  height: 0;
  overflow: hidden;
}
.course__about ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 450px;
  margin-bottom: 20px;
}
.course__about li {
  color: #1a1a1a;
  font-size: clamp(12px, 10.6666666667px + 0.0037037037 * 100vw, 16px);
  font-weight: 300;
  line-height: 1.3;
  padding-left: 1.2rem;
  display: inline-block;
  position: relative;
}
.course__about li::before {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../img/courses/++.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
}
.course__about.open {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
}
.course__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 480px) {
  .course__buttons {
    grid-template-columns: 100%;
  }
}
.course__button {
  font-size: clamp(16px, 14.6666666667px + 0.0037037037 * 100vw, 20px);
  height: clamp(50px, 46.6666666667px + 0.0092592593 * 100vw, 60px);
  text-align: center;
}
@media (max-width: 480px) {
  .course__button {
    letter-spacing: 0.02em;
  }
}
.course__button-main {
  background-color: #82131d;
  color: #fff;
}
.course__button-main:hover {
  background-color: #efa338;
}
.course__button-transparent {
  background-color: transparent;
  border: 1px solid #82131d;
  color: #82131d;
}
.course__button-transparent:hover {
  background-color: #efa338;
  color: #fff;
  border: none;
}/*# sourceMappingURL=style-2025.css.map */