@charset "UTF-8";
/* Скомпилировано из scss/style.scss — не редактировать css/style.css напрямую */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  background: #fdf5ea;
  font-family: "Rubik", Arial, sans-serif;
}

.cnt {
  width: 100%;
  max-width: 1210px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.f-vag-rounded-next {
  font-family: "VAG Rounded Next", "Rubik", Arial, sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  border: 0;
}

.btn-arrow {
  margin-left: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.6;
}

.btn-arrow:after {
  content: '›';
}

.top-bar_sale-autumn-2026 {
  background: #fdf5ea;
}

.top-bar_sale-autumn-2026 .top-bar__container {
  position: relative;
}

@media (min-width: 1200px) {
  .top-bar_sale-autumn-2026 .top-bar__container {
    max-width: 1210px;
    padding: 16px 10px;
  }
}

.top-bar_sale-autumn-2026 .top-bar__logo {
  width: 88px;
  overflow: hidden;
}

.top-bar_sale-autumn-2026 .top-bar__back {
  position: absolute;
  left: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: -15px;
  padding: 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: #19191b;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 801px) {
  .top-bar_sale-autumn-2026 .top-bar__back {
    margin-top: -10px;
    font-size: 1em;
  }
}

.top-bar_sale-autumn-2026 .top-bar__back-icon {
  display: block;
  width: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 801px) {
  .top-bar_sale-autumn-2026 .top-bar__back-icon {
    width: 22px;
  }
}

.top-bar_sale-autumn-2026 .top-bar__phone {
  display: none;
  margin-left: auto;
  margin-right: 24px;
}

.top-bar_sale-autumn-2026 .top-bar__phone span {
  display: block;
  margin: 0 0 2px;
  font-size: 0.6875em;
  color: #7a6f62;
}

.top-bar_sale-autumn-2026 .top-bar__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.9375em;
  font-weight: 700;
  color: #34281d;
  text-decoration: none;
}

@media (min-width: 768px) {
  .top-bar_sale-autumn-2026 .top-bar__phone {
    display: block;
  }
}

.top-bar_sale-autumn-2026 .top-bar__auth {
  gap: 8px;
}

.top-bar_sale-autumn-2026 .top-bar__auth a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 8px 14px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: 700;
  text-decoration: none;
  border: 0.09375rem solid transparent;
  border-radius: 8px;
}

.top-bar_sale-autumn-2026 .top-bar__auth a:first-child {
  color: #34281d;
  border-color: #34281d;
}

.top-bar_sale-autumn-2026 .top-bar__auth a:last-child {
  color: #ffffff;
  background: #d9481c;
  border-color: #d9481c;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 15px 0 5px;
  text-align: center;
}

@media (min-width: 801px) {
  .hero {
    background-color: #FBEBD1;
    background: url(/templates/landings/sale-autumn-2026/assets/images/leafs-bg.png);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-y;
  }
}

@media (min-width: 1200px) {
  .hero {
    padding: 24px 0 0;
    overflow: hidden;
  }
}

.hero__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 801px) {
  .hero__info {
    position: relative;
    z-index: 3;
  }
}

.hero-cnt {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 801px) {
  .hero-cnt {
    width: 100%;
    max-width: 1100px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .hero-cnt {
    max-width: 1320px;
    padding: 0 40px 0 32px;
    text-align: center;
  }
}

.hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .hero__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
}

.hero__teacher--mobile {
  display: contents;
}

@media (min-width: 801px) {
  .hero__teacher--mobile {
    display: none;
  }
}

.hero__teacher--desktop {
  display: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  padding: 88px 40px;
  background: #ee6e2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 801px) {
  .hero__teacher--desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .hero__teacher--desktop {
    padding: 76px 0 75px;
  }
}

.hero__eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 0.78125em;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7a6f62;
}

@media (min-width: 801px) {
  .hero__eyebrow {
    margin: 0 0 28px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

.hero__eyebrow::before, .hero__eyebrow::after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
  height: 2px;
  border-radius: 1px;
  background: #667a47;
}

@media (min-width: 1200px) {
  .hero__eyebrow::before, .hero__eyebrow::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
  }
}

.hero__eyebrow-accent {
  color: #667a47;
}

.hero__title {
  margin: 0 0 9px;
  font-size: 1.4375em;
  font-weight: 800;
  line-height: 1.26;
  text-transform: uppercase;
}

@media (min-width: 801px) {
  .hero__title {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1.18;
  }
}

@media (min-width: 1200px) {
  .hero__title {
    margin: 0 0 28px;
    font-size: 62px;
    line-height: 1.18;
  }
}

.hero__title-accent {
  color: #d9481c;
}

.hero__title-plain {
  color: #34281d;
}

.hero__subtitle {
  position: relative;
  width: 216px;
  margin: 0 auto 34px;
  padding-top: 12px;
  font-size: 0.84375em;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
  text-transform: uppercase;
  color: #7a6f62;
}

@media (min-width: 801px) {
  .hero__subtitle {
    font-size: 20px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .hero__subtitle {
    width: auto;
    max-width: none;
    margin: 0 auto 32px;
    padding: 4px 48px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
  }
  .hero__subtitle br {
    display: none;
  }
}

.hero__subtitle-accent {
  color: #d9481c;
  font-weight: 700;
}

.hero__leaf {
  position: absolute;
  display: block;
  pointer-events: none;
}

.hero__leaf--red {
  top: 2px;
  left: -29px;
  width: 25px;
  height: auto;
}

@media (min-width: 1200px) {
  .hero__leaf--red {
    top: 4px;
    left: 0;
    width: 32px;
  }
}

.hero__leaf--yellow {
  top: 12px;
  right: -59px;
  width: 23px;
  height: auto;
}

@media (min-width: 1200px) {
  .hero__leaf--yellow {
    top: 2px;
    right: 0;
    width: 30px;
  }
}

.hero__picture {
  position: relative;
  width: 100vw;
  max-width: 380px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 801px) {
  .hero__picture {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 800px;
    width: auto;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .hero__picture {
    min-width: 600px;
  }
}

.hero__picture-backpack-back {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.hero__picture-layer {
  position: absolute;
  z-index: 2;
  max-width: none;
  pointer-events: none;
}

.hero__picture-layer--ground-shadow {
  bottom: 0;
  left: calc(50% - 180px);
}

.hero__picture-layer--warm-bloom {
  width: 1000px;
  right: -34%;
  z-index: -1;
  bottom: -45%;
}

.hero__picture-layer--swirls {
  width: 100%;
  left: 0;
}

.hero__picture-layer--book {
  top: -5%;
  left: 0%;
  width: 315px;
}

@media (min-width: 801px) {
  .hero__picture-layer--book {
    top: -1%;
    left: -5%;
    width: 80%;
  }
}

.hero__picture-layer--book2 {
  top: -25%;
  left: 32%;
  width: 250px;
}

@media (min-width: 801px) {
  .hero__picture-layer--book2 {
    top: -67%;
    left: 43%;
    width: 60%;
  }
}

.hero__picture-layer--ruler {
  top: -3%;
  left: 80%;
  z-index: 3;
  width: 28%;
}

@media (min-width: 801px) {
  .hero__picture-layer--ruler {
    top: -34%;
    width: 58%;
    left: 68%;
  }
}

.hero__picture-layer--pencil {
  top: 10%;
  left: -13%;
  width: 37%;
}

.hero__picture-layer--headphones {
  top: -36%;
  left: 15%;
  width: 220px;
}

@media (min-width: 801px) {
  .hero__picture-layer--headphones {
    top: -35%;
    left: 1%;
    width: 65%;
  }
}

.hero__picture-layer--notes {
  top: -17%;
  left: 7%;
  width: 140px;
}

@media (min-width: 801px) {
  .hero__picture-layer--notes {
    top: -23%;
    left: -17%;
    width: 46%;
  }
}

.hero__picture-layer--backpack-front {
  left: 0%;
  z-index: 3;
  width: 93%;
  bottom: 4%;
}

@media (min-width: 801px) {
  .hero__picture-layer--backpack-front {
    left: -6%;
    width: 95%;
    bottom: 1%;
  }
}

.hero__picture-leaf {
  position: absolute;
  z-index: 10;
  width: 24px;
  pointer-events: none;
}

.hero__picture-leaf--1 {
  top: -30%;
  left: 15%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.hero__picture-leaf--2 {
  top: -28%;
  left: 78%;
  width: 30px;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.hero__picture-leaf--3 {
  top: -19%;
  left: 5%;
  width: 18px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.hero__picture-leaf--4 {
  top: -17%;
  left: 90%;
  width: 20px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.hero__picture-leaf--5 {
  top: 4%;
  left: 92%;
  width: 22px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.hero__picture-leaf--6 {
  top: 8%;
  left: 3%;
  width: 18px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.hero__picture-leaf--7 {
  top: 14%;
  left: 48%;
  width: 22px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.hero__picture-leaf--8 {
  top: 33%;
  left: 91%;
  z-index: 21;
  width: 24px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.hero__picture-leaf--9 {
  top: 88%;
  left: 12%;
  width: 28px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.hero__promo {
  position: absolute;
  z-index: 2;
  top: 27%;
  left: 40%;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  width: 186px;
  height: 111px;
  padding: 17px 24px 0 24px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee5a2), to(#f0b246));
  background: linear-gradient(180deg, #fee5a2 0%, #f0b246 100%);
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 16px rgba(154, 92, 15, 0.35);
          box-shadow: 0 8px 16px rgba(154, 92, 15, 0.35);
  transform: rotate(-17deg);
}

.hero__promo-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: #8a5a1e;
}

.hero__promo-label:before {
  content: "";
  aspect-ratio: 2/1;
  font-size: 2em;
  background: url(/templates/landings/sale-autumn-2026/assets/images/infinit.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  position: relative;
  top: 3px;
}

.hero__promo-icon {
  font-size: 1.0625em;
  font-weight: 700;
  color: #d9481c;
}

.hero__promo-title {
  margin: 7.2px 0 0;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #34281d;
}

.hero__promo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 96px;
  height: 24px;
  margin: 15px auto 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3842d), to(#d9481c));
  background: linear-gradient(180deg, #f3842d 0%, #d9481c 100%);
  border-radius: 8px;
  cursor: pointer;
}

.hero__promo-button-arrow {
  font-size: 0.5em;
}

.hero__products {
  width: 100%;
  background-color: #EE6E2B;
  margin-top: -35px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 801px) {
  .hero__products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    padding: 0;
    margin: 0;
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .hero__products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 704px;
    max-width: 704px;
  }
}

.countdown {
  max-width: 344px;
  margin: 0 auto;
  padding: 20px 16px;
  background: #ffffff;
  border: 0.077rem solid #f6e0c2;
  border-radius: 14.76px;
  -webkit-box-shadow: 0 9.84px 22.96px rgba(160, 92, 30, 0.2);
          box-shadow: 0 9.84px 22.96px rgba(160, 92, 30, 0.2);
}

@media (min-width: 1200px) {
  .countdown {
    width: 480px;
    max-width: 480px;
    margin: 0 auto 40px;
    padding: 20px 32px 18px;
  }
}

.countdown__label {
  margin: 0 0 9px;
  font-size: 0.66625em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0822a;
}

@media (min-width: 1200px) {
  .countdown__label {
    margin: 0 0 8px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

@media (min-width: 1200px) {
  .countdown__timer {
    gap: 10px;
  }
}

.countdown__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-width: 44px;
}

@media (min-width: 1200px) {
  .countdown__unit {
    min-width: 64px;
  }
}

.countdown__value {
  font-size: 1.64em;
  font-weight: 800;
  color: #4a4032;
}

@media (min-width: 1200px) {
  .countdown__value {
    font-size: 34px;
  }
}

.countdown__caption {
  font-size: 0.564em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #856a54;
}

@media (min-width: 1200px) {
  .countdown__caption {
    font-size: 14px;
  }
}

.countdown__colon {
  padding-top: 2.4px;
  font-size: 1.3325em;
  font-weight: 700;
  color: #e8a828;
}

@media (min-width: 1200px) {
  .countdown__colon {
    font-size: 26px;
    padding-top: 4px;
  }
}

.product {
  position: relative;
  padding: 70px 15px 15px;
  background: #f6eee1;
  border: 0.125rem solid #ee6e2b;
  border-radius: 30px;
  width: 100%;
  max-width: 345px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 801px) {
  .product {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .product {
    padding: 48px 15px 24px;
  }
}

.product--forever {
  padding-top: 80px;
  background: #F6EEE1;
  border: 1px solid #BC6A3B;
  -webkit-box-shadow: 0px 0px 20px 15px #F1C080;
          box-shadow: 0px 0px 20px 15px #F1C080;
  width: 100%;
}

@media (min-width: 1200px) {
  .product--forever {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    width: 380px;
    max-width: 380px;
    min-height: 624px;
    padding: 76px 15px 15px;
    background: #ffffff;
  }
}

.product--premium {
  width: 100%;
}

@media (min-width: 801px) {
  .product--premium {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .product--premium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 297px;
            flex: 0 0 297px;
    width: 297px;
    max-width: 297px;
    min-height: 574px;
    padding: 80px 16px 15px;
    background: #f6eee1;
    border: 1px solid #51360f;
  }
}

.product--teacher {
  padding-bottom: 30px;
}

@media (min-width: 801px) {
  .product--teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 766px;
    margin: 0 auto;
    background: #f6eee1;
    border: none;
    border-radius: 32px;
    padding: 30px 20px 30px 35px !important;
  }
}

@media (min-width: 1200px) {
  .product--teacher {
    width: 766px;
    max-width: 766px;
    min-height: 367px;
    margin: 0 auto;
    padding: 34px 40px 36px;
    background: #f6eee1;
    border: none;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 801px) {
  .product__content--teacher {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }
}

@media (min-width: 1200px) {
  .product__content--teacher {
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -ms-grid-columns: 1fr 252px;
        grid-template-columns: 1fr 252px;
        grid-template-areas: 'offer actions' 'gifts actions';
    -webkit-column-gap: 48px;
            column-gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px 15px;
  font-size: 1.125em;
  font-weight: 700;
  color: #ffffff;
  background: #667a47;
  border-radius: 9999px;
}

@media (min-width: 1200px) {
  .product__badge {
    padding: 10px 20px;
    font-size: 0.875em;
  }
}

@media (min-width: 801px) {
  .product__badge--teacher {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__badge--teacher {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 28px;
    min-width: 76px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background: #6c7d35;
    border-radius: 9999px;
    -webkit-box-shadow: 0 4px 10px rgba(52, 40, 29, 0.22);
            box-shadow: 0 4px 10px rgba(52, 40, 29, 0.22);
  }
}

@media (min-width: 1200px) {
  .product__badge--forever {
    top: 15px;
    left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 35px;
    min-width: 76px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #6c7d35;
    -webkit-box-shadow: 0 4px 10px rgba(52, 40, 29, 0.22);
            box-shadow: 0 4px 10px rgba(52, 40, 29, 0.22);
  }
}

@media (min-width: 1200px) {
  .product__badge--premium {
    top: 21px;
    left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 29px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #6c7d35;
    -webkit-box-shadow: 0 4px 10px rgba(52, 40, 29, 0.22);
            box-shadow: 0 4px 10px rgba(52, 40, 29, 0.22);
  }
}

.product__title {
  margin: 0px 0 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #34281d;
}

@media (min-width: 1200px) {
  .product__title {
    margin: 15px 0 20px;
  }
}

@media (min-width: 801px) {
  .product__title--teacher {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 12px 16px;
    padding: 0;
    text-align: left;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25;
  }
  .product__title--teacher::before, .product__title--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__title--teacher {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 0 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    color: #51360f;
  }
}

.product__title--forever {
  padding-top: 0;
  padding-bottom: 0;
}

.product__title--forever::before, .product__title--forever::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__title--forever {
    margin: 0 0 58px;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -0.05em;
    color: #51360f;
  }
}

.product__title--premium {
  padding: 0;
}

.product__title--premium::before, .product__title--premium::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__title--premium {
    margin: 0 0 25px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #51360f;
  }
}

.product__title-line--forever {
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .product__title-line--forever {
    letter-spacing: -0.03em;
  }
}

.product__description {
  margin: 0 0 16px;
  font-size: 0.875em;
  line-height: 1.45;
  text-align: center;
  color: #7a6f62;
}

.product__description--teacher {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 0 24px;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
}

@media (min-width: 801px) {
  .product__description--teacher {
    padding: 0;
  }
  .product__description--teacher::before, .product__description--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__description--teacher {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 21px 0 33px;
    margin-top: 12px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #51360f;
  }
}

.product__link {
  color: inherit;
}

@media (min-width: 1200px) {
  .product__link--teacher {
    color: inherit;
    text-decoration: underline;
  }
}

@media (min-width: 801px) {
  .product__offer--teacher {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 324px);
            flex: 1 1 calc(100% - 324px);
    min-width: 0;
  }
}

@media (min-width: 1200px) {
  .product__offer--teacher {
    grid-area: offer;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 0;
  }
}

.product__price {
  margin: 0;
  font-size: 1em;
  text-align: center;
  color: #7a6f62;
}

@media (min-width: 801px) {
  .product__price--teacher {
    padding: 0;
    text-align: left;
  }
  .product__price--teacher::before, .product__price--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__price--teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    height: 32px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #51360f;
  }
}

.product__price--forever {
  padding-top: 0;
  padding-bottom: 0;
}

.product__price--forever::before, .product__price--forever::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__price--forever {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    height: 32px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #51360f;
  }
}

.product__price--premium {
  padding: 0;
}

.product__price--premium::before, .product__price--premium::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__price--premium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    height: 30px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #51360f;
  }
}

.product__price-value {
  font-size: 1.75em;
  font-weight: 800;
  color: #34281d;
}

@media (min-width: 1200px) {
  .product__price-value {
    font-size: 2.25em;
    line-height: 1.1;
  }
}

@media (min-width: 1200px) {
  .product__price-value--teacher {
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    color: #51360f;
  }
}

@media (min-width: 1200px) {
  .product__price-value--forever {
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    color: #51360f;
  }
}

@media (min-width: 1200px) {
  .product__price-value--premium {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    color: #51360f;
  }
}

.product__old-price {
  display: block;
  margin: 14px 0 0;
  font-size: 1.5em;
  text-align: center;
  color: #aea494;
}

@media (min-width: 1200px) {
  .product__old-price {
    margin-top: 8px;
    font-size: 1em;
  }
}

@media (min-width: 801px) {
  .product__old-price--teacher {
    margin-top: 8px;
    padding: 0;
    text-align: left;
  }
  .product__old-price--teacher::before, .product__old-price--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__old-price--teacher {
    display: block;
    margin: 18px 0 0;
    font-size: 26px;
    line-height: 1;
    text-align: left;
    color: #9f9588;
  }
}

.product__old-price--forever {
  padding-top: 0;
  padding-bottom: 0;
}

.product__old-price--forever::before, .product__old-price--forever::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__old-price--forever {
    margin-top: 17px;
    font-size: 22px;
    line-height: 1;
    color: #878787;
  }
}

@media (min-width: 1200px) {
  .product__old-price--premium {
    margin-top: 19px;
    font-size: 22px;
    line-height: 1;
    color: #878787;
  }
}

.product__discount {
  margin: 10px 0 15px;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  color: #7a6f62;
}

@media (min-width: 1200px) {
  .product__discount {
    margin: 6px 0 16px;
    font-size: 0.875em;
  }
}

@media (min-width: 801px) {
  .product__discount--teacher {
    margin: 8px 0 20px;
    padding: 0;
    text-align: left;
  }
  .product__discount--teacher::before, .product__discount--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__discount--teacher {
    margin: 12px 0 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #878787;
  }
  .product__discount--teacher span {
    font-size: 20px;
  }
}

.product__discount--forever {
  padding-top: 0;
  padding-bottom: 0;
}

.product__discount--forever::before, .product__discount--forever::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__discount--forever {
    margin: 6px 0 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #878787;
  }
}

.product__discount--premium {
  padding: 0;
}

.product__discount--premium::before, .product__discount--premium::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__discount--premium {
    margin: 6px 0 46px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #878787;
  }
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .product__actions {
    gap: 12px;
    margin-bottom: 16px;
  }
}

@media (min-width: 801px) {
  .product__actions--teacher {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 276px;
            flex: 0 0 276px;
    width: 276px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__actions--teacher {
    grid-area: actions;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 252px;
    gap: 16px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__actions--forever {
    gap: 16px;
    margin: 0 0 41px;
  }
}

@media (min-width: 1200px) {
  .product__actions--premium {
    gap: 14px;
    margin: 0 0 22px;
  }
}

.product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 59px;
  padding: 0 20px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .product__button {
    height: 48px;
    font-size: 1em;
  }
}

.product__button--primary {
  color: #ffffff;
  text-transform: uppercase;
  background: #ee6e2b;
  border: none;
}

.product__button--secondary {
  color: #3e59b9;
  background: #ffffff;
  border: 1px solid #3e59b9;
}

.product__button--secondary-dark {
  color: #34281d;
  border-color: #34281d;
}

@media (min-width: 801px) {
  .product__button--teacher {
    height: 48px;
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .product__button--teacher {
    height: 64px;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .product__button--forever {
    height: 59px;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .product__button--premium {
    height: 59px;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .product__button--secondary-dark.product__button--forever {
    color: #51360f;
    border-color: #51360f;
  }
}

@media (min-width: 1200px) {
  .product__button--secondary-dark.product__button--premium {
    color: #51360f;
    border-color: #51360f;
  }
}

@media (min-width: 1200px) {
  .product__button--secondary-dark.product__button--teacher {
    color: #51360f;
    border-color: #bc6a3b;
  }
}

@media (min-width: 801px) {
  .product__gifts--teacher {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 324px);
            flex: 1 1 calc(100% - 324px);
  }
}

@media (min-width: 1200px) {
  .product__gifts--teacher {
    grid-area: gifts;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 27px;
  }
}

.product__gifts-title {
  margin: 0 0 8px;
  font-size: 1.1em;
  font-weight: 700;
  color: #34281d;
}

@media (min-width: 1200px) {
  .product__gifts-title {
    font-size: 1em;
  }
}

@media (min-width: 801px) {
  .product__gifts-title--teacher {
    padding: 0;
    text-align: left;
  }
  .product__gifts-title--teacher::before, .product__gifts-title--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__gifts-title--teacher {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #51360f;
  }
}

.product__gifts-title--forever {
  padding-top: 0;
  padding-bottom: 0;
}

.product__gifts-title--forever::before, .product__gifts-title--forever::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__gifts-title--forever {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #51360f;
  }
}

.product__gifts-title--premium {
  padding: 0;
}

.product__gifts-title--premium::before, .product__gifts-title--premium::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__gifts-title--premium {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #51360f;
  }
}

.product__gifts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .product__gifts-list--forever {
    gap: 7px;
  }
}

@media (min-width: 1200px) {
  .product__gifts-list--premium {
    gap: 4px;
  }
}

.product__gifts-item {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  color: #34281d;
}

@media (min-width: 1200px) {
  .product__gifts-item {
    font-size: 0.875em;
    line-height: 1.45;
  }
}

@media (min-width: 801px) {
  .product__gifts-item--teacher {
    padding: 0;
    text-align: left;
  }
  .product__gifts-item--teacher::before, .product__gifts-item--teacher::after {
    content: none;
    display: none;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product__gifts-item--teacher {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #51360f;
  }
}

.product__gifts-item--forever {
  padding-top: 0;
  padding-bottom: 0;
}

.product__gifts-item--forever::before, .product__gifts-item--forever::after {
  content: none;
  display: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .product__gifts-item--forever {
    font-size: 18px;
    line-height: 25px;
    color: #51360f;
  }
}

@media (min-width: 1200px) {
  .product__gifts-item--premium {
    font-size: 18px;
    line-height: 25px;
    color: #51360f;
  }
}

.product__gifts-more--forever {
  white-space: nowrap;
}

.product__gifts-nowrap {
  white-space: nowrap;
}

.product__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  padding: 0;
  font-size: 0.6875em;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #7a6f62;
  background: none;
  border: 0.09375rem solid #7a6f62;
  border-radius: 50%;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .product__info--forever {
    width: 18px;
    height: 18px;
    margin-left: 4px;
    font-size: 11px;
    color: #7a6f62;
    border-color: #7a6f62;
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .product__info--premium {
    width: 18px;
    height: 18px;
    margin-left: 4px;
    font-size: 11px;
    color: #7a6f62;
    border-color: #7a6f62;
    vertical-align: middle;
  }
}

.sale-form {
  max-width: 390px;
  margin: 0 auto 32px;
  padding: 0 16px;
}

@media (min-width: 801px) {
  .sale-form {
    max-width: 1210px;
    margin: 0 auto 48px;
    padding: 0 10px;
  }
}

.sale-form__inner {
  padding: 27px 19px 24px;
  text-align: center;
  background: #fcfbfa;
  border: 0.0625rem solid #ee6e2b;
  border-radius: 20px;
}

@media (min-width: 801px) {
  .sale-form__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 48px;
            column-gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 48px 56px 40px;
    text-align: left;
    border-radius: 32px;
  }
}

@media (min-width: 1200px) {
  .sale-form__inner {
    -webkit-column-gap: 64px;
            column-gap: 64px;
    padding: 56px 64px 48px;
  }
}

.sale-form__title {
  margin: 0 0 17px;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.3;
  color: #4a4032;
}

@media (min-width: 801px) {
  .sale-form__title {
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0 0 12px;
    font-size: 2em;
  }
}

@media (min-width: 1200px) {
  .sale-form__title {
    font-size: 2.25em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 23px;
  }
}

.sale-form__description {
  margin: 0;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2;
  color: #363533;
}

@media (min-width: 801px) {
  .sale-form__description {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media (min-width: 1200px) {
  .sale-form__description {
    text-align: center;
  }
}

.sale-form__description:first-of-type {
  font-size: 1.4em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #e99c37;
}

@media (min-width: 801px) {
  .sale-form__description:first-of-type {
    font-size: 1.25em;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .sale-form__description:first-of-type {
    font-size: 2em;
    margin-bottom: 35px;
  }
}

.sale-form__description:last-of-type {
  margin-bottom: 8px;
}

@media (min-width: 801px) {
  .sale-form__description:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .sale-form__description:last-of-type {
    font-size: 1.25em;
  }
}

.sale-form__form {
  text-align: left;
}

@media (min-width: 801px) {
  .sale-form__form {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
  }
}

.sale-form__form .ultra-form,
.sale-form__form .ultra-form__content {
  margin: 0;
  padding: 0;
}

@media (min-width: 801px) {
  .sale-form__form .ultra-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.sale-form__form .label-text {
  display: none;
}

.sale-form__form .form-row {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}

@media (min-width: 801px) {
  .sale-form__form .form-row {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 801px) {
  .sale-form__form .form-row.form-row_3,
  .sale-form__form .form-row.form-row_4 {
    width: calc(50% - 8px);
  }
}

.sale-form__form .form-row_password {
  display: none;
}

.sale-form__form .form-row_5 {
  margin: 0;
}

@media (min-width: 801px) {
  .sale-form__form .form-row_5 {
    display: none;
  }
}

.sale-form__form .ui-input_text {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 48px;
  color: #34281d;
  background: #fcfbfa;
  border: 0.0625rem solid #e1dedb;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sale-form__form .ui-input_text::-webkit-input-placeholder {
  color: #93887b;
  opacity: 1;
}

.sale-form__form .ui-input_text:-ms-input-placeholder {
  color: #93887b;
  opacity: 1;
}

.sale-form__form .ui-input_text::-ms-input-placeholder {
  color: #93887b;
  opacity: 1;
}

.sale-form__form .ui-input_text::placeholder {
  color: #93887b;
  opacity: 1;
}

.sale-form__form .form-row_phone .iti__container,
.sale-form__form .form-row_phone .iti,
.sale-form__form .form-row_phone .iti--allow-dropdown {
  display: block;
  width: 100%;
  margin: 0;
}

.sale-form__form .form-row_phone .iti__flag-container {
  display: none;
}

.sale-form__form .form-row_phone .iti__input.ui-input_text {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.sale-form__form .puzzle-modal__error:empty {
  display: none;
}

.sale-form__form .j-submit-btn-promotion.ui-btn,
.sale-form__form .ultra-form__content .ui-btn,
.sale-form__form .ultra-form__content .ui-btn_violet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #ee6e2b;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1200px) {
  .sale-form__form .j-submit-btn-promotion.ui-btn,
  .sale-form__form .ultra-form__content .ui-btn,
  .sale-form__form .ultra-form__content .ui-btn_violet {
    height: 52px;
    font-size: 1.125em;
  }
}

.sale-form__form .form-row_policy {
  margin: 16px 0 0;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.35;
  color: #34281d;
  text-align: center;
}

.sale-form__form .form-row_policy p {
  margin: 0;
  line-height: 1.2;
}

.sale-form__form .form-row_policy a {
  color: inherit;
  text-decoration: underline;
}

.offer {
  --offer-border: #718337;
  --offer-head-bg: #718337;
  --offer-head-color: #ffffff;
  --offer-button-bg: #718337;
  --offer-button-color: #ffffff;
  --offer-button-border: 0;
  --offer-button-shadow: 0 8px 18px rgba(77, 66, 56, 0.45);
  position: relative;
  max-width: 342px;
  margin: 0 auto 12px;
  overflow: visible;
  background: #fdf5ea;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .offer {
    max-width: 100%;
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .offer {
    width: 100%;
    margin: 56px auto 40px;
  }
}

.offer--premium {
  --offer-border: #cea872;
  --offer-head-bg: #e0b57b;
  --offer-head-color: #34281d;
  --offer-button-bg: #ffffff;
  --offer-button-color: #4a4032;
  --offer-button-border: 1px solid #574e41;
  --offer-button-shadow: 0 7px 16px rgba(199, 110, 50, 0.28);
}

.offer__head {
  position: relative;
  z-index: 1;
  padding: 30px 10px 15px 15px;
  overflow: visible;
  color: var(--offer-head-color);
  background: var(--offer-head-bg);
  border-radius: 19px 19px 0 0;
}

.offer__head.--teacher {
  padding: 20px 10px 25px 15px;
}

@media (min-width: 1200px) {
  .offer__head.--teacher {
    padding: 30px 10px 30px 15px;
  }
}

@media (min-width: 1200px) {
  .offer__head.--premium {
    padding-bottom: 35px;
  }
}

@media (min-width: 600px) {
  .offer__head {
    border-radius: 0;
  }
}

.offer__head-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.offer__title {
  max-width: 224px;
  margin: 0 0 20px;
  padding: 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  color: var(--offer-head-color);
}

@media (min-width: 600px) {
  .offer__title {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .offer__title {
    max-width: calc(100% - 350px);
    margin: 0 0 30px;
    font-size: 2.5em;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .offer__title.--premium {
    font-size: 2.1em;
  }
}

.offer__subtitle {
  max-width: 220px;
  margin: 0;
  padding: 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.335;
  color: var(--offer-head-color);
}

@media (min-width: 600px) {
  .offer__subtitle {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .offer__subtitle {
    max-width: calc(100% - 350px);
    font-size: 1.35em;
  }
}

.offer__phone {
  position: absolute;
  bottom: 5px;
  right: 8px;
  width: 60px;
  line-height: 0;
  pointer-events: none;
}

@media (min-width: 801px) {
  .offer__phone {
    top: -40px;
    right: -32px;
    z-index: 3;
    width: 315px;
  }
}

@media (min-width: 1200px) {
  .offer__phone {
    bottom: -10px;
    top: auto;
  }
}

.offer__phone-img--mobile {
  display: block;
  width: 60px;
  height: auto;
}

@media (min-width: 801px) {
  .offer__phone-img--mobile {
    display: none;
  }
}

.offer__phone-img--desktop {
  display: none;
}

@media (min-width: 801px) {
  .offer__phone-img--desktop {
    display: block;
    width: 315px;
    height: auto;
  }
}

.offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 30px 5px 40px;
  list-style: none;
}

@media (min-width: 1200px) {
  .offer__list {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}

@media (min-width: 1200px) {
  .offer__list.--premium {
    padding-bottom: 50px;
  }
}

.offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}

.offer__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  aspect-ratio: 1 / 1;
  width: 40px;
  height: auto;
  margin-top: -2px;
}

@media (min-width: 1200px) {
  .offer__item-icon {
    width: 40px;
  }
}

.offer__item-text {
  margin: 0;
  padding: 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #111111;
}

@media (min-width: 1200px) {
  .offer__item-text {
    font-size: 1.25em;
  }
}

.offer__item-text strong {
  font-weight: 700;
  text-decoration: underline;
}

.offer__footer {
  padding: 0px 36px 40px;
}

@media (min-width: 1200px) {
  .offer__footer {
    padding: 32px 48px 40px;
  }
}

.offer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  padding: 17px 24px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--offer-button-color);
  background: var(--offer-button-bg);
  border: var(--offer-button-border);
  border-radius: 8px;
  -webkit-box-shadow: var(--offer-button-shadow);
          box-shadow: var(--offer-button-shadow);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .offer__button {
    max-width: 430px;
    height: 60px;
    padding: 0 24px;
    font-size: 1.125em;
  }
}

.offer__gift {
  padding: 28px 0 19px;
  text-align: center;
  background-image: url("../images/gift-pm-bg.png");
  background-size: 100% 130%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 20px 20px;
}

@media (min-width: 600px) {
  .offer__gift {
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .offer__gift {
    padding: 15px 48px 32px;
  }
}

.offer__gift .offer__button {
  margin-top: 26px;
}

@media (min-width: 1200px) {
  .offer__gift .offer__button {
    margin-top: 45px;
    font-size: 1.5em;
  }
}

.offer__gift-eyebrow {
  margin: 0;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.15;
  color: #34281d;
}

@media (min-width: 1200px) {
  .offer__gift-eyebrow {
    font-size: 3.3em;
  }
}

.offer__gift-caption {
  margin: 6px 0 33px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2;
  color: #34281d;
}

@media (min-width: 1200px) {
  .offer__gift-caption {
    margin: 22px 0 33px;
    font-size: 1.35em;
  }
}

.offer__movies {
  padding: 30px 18px 24px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6e3), to(#f6eee1));
  background: linear-gradient(180deg, #f3f6e3 0%, #f6eee1 100%);
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(80, 56, 24, 0.08);
          box-shadow: 0 4px 12px rgba(80, 56, 24, 0.08);
}

@media (min-width: 1200px) {
  .offer__movies {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 48px 32px;
  }
}

.offer__movies-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0 auto 30px;
  font-size: 1.125em;
  font-weight: 700;
  color: #34281d;
}

@media (min-width: 1200px) {
  .offer__movies-logo {
    width: 345px;
    margin-bottom: 20px;
  }
}

.offer__movies-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
}

.offer__movies-title {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color: #34281d;
}

@media (min-width: 1200px) {
  .offer__movies-title {
    font-size: 34px;
    margin-bottom: 55px;
  }
  .offer__movies-title br {
    display: none;
  }
}

.offer__movies-text {
  margin: 0 0 22px;
  font-size: 1em;
  line-height: 1.45;
  color: #34281d;
}

@media (min-width: 1200px) {
  .offer__movies-text {
    font-size: 1.25em;
  }
}

.offer__movies-text:last-child {
  margin-bottom: 0;
}

.certificates {
  max-width: 375px;
  margin: 0 auto 32px;
  padding: 34px 16px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf5ea), to(#ffeed4));
  background: linear-gradient(180deg, #fdf5ea 0%, #ffeed4 100%);
  border-radius: 20px;
}

@media (min-width: 801px) {
  .certificates {
    max-width: 1210px;
    margin: 0 auto 48px;
    padding: 48px 40px 40px;
    border-radius: 24px;
  }
}

@media (min-width: 1200px) {
  .certificates {
    padding-top: 85px;
  }
}

.certificates__ribbon {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 16px;
  font-size: 0.8125em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: #ee6e2b;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 12px rgba(200, 80, 20, 0.35);
          box-shadow: 0 5px 12px rgba(200, 80, 20, 0.35);
}

@media (min-width: 801px) {
  .certificates__ribbon {
    margin-bottom: 24px;
    padding: 8px 15px;
    font-size: 1.2em;
  }
}

.certificates__title {
  margin: 0 0 25px;
  font-size: 1.5625em;
  font-weight: 800;
  line-height: 1.24;
  color: #4a3a2c;
}

@media (min-width: 801px) {
  .certificates__title {
    font-size: 2.25em;
  }
}

@media (min-width: 1200px) {
  .certificates__title {
    font-size: 3.5em;
    line-height: 1.2;
    margin-bottom: 35px;
  }
}

.certificates__subtitle {
  margin: 0 0 18px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.43;
  color: #8c7a66;
}

@media (min-width: 801px) {
  .certificates__subtitle {
    margin-bottom: 32px;
    font-size: 1.125em;
  }
}

@media (min-width: 1200px) {
  .certificates__subtitle {
    font-size: 1.8em;
    margin-bottom: 45px;
  }
}

.certificates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

@media (min-width: 801px) {
  .certificates__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
  }
}

.certificates__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 15px 20px 0;
  text-align: left;
  background: #ffffff;
  border: 0.125rem solid;
  border-radius: 20px;
}

@media (min-width: 801px) {
  .certificates__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 5px 20px 28px;
    text-align: center;
    border-radius: 35px;
  }
}

.certificates__badge {
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 3px 10px;
  font-size: 0.75em;
  font-weight: 700;
  color: #4a3a2c;
  text-transform: uppercase;
  background: #f2b23a;
  border-radius: 6px;
}

@media (min-width: 1200px) {
  .certificates__badge {
    display: none;
  }
}

.certificates__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  aspect-ratio: 1 / 1;
  width: 90px;
}

@media (min-width: 1200px) {
  .certificates__icon {
    width: 125px;
  }
}

.certificates__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

@media (min-width: 801px) {
  .certificates__info {
    width: 100%;
  }
}

.certificates__name {
  margin: 0;
  font-size: 15;
  font-weight: 700;
  color: #34281d;
}

.certificates__name--forever {
  font-size: 17px;
}

@media (min-width: 801px) {
  .certificates__name {
    font-size: 1.25em;
  }
}

@media (min-width: 1200px) {
  .certificates__name {
    font-size: 30px;
    line-height: 1.2;
    margin-top: -15px;
    min-height: 65px;
  }
}

.certificates__price {
  margin: 2px 0 0;
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
}

.certificates__price--forever {
  font-size: 22px;
}

@media (min-width: 801px) {
  .certificates__price {
    margin-top: 8px;
    font-size: 1.75em;
  }
}

@media (min-width: 1200px) {
  .certificates__price {
    font-size: 40px;
    margin-top: 13px;
  }
}

.certificates__old-price {
  margin: 0;
  font-size: 0.75em;
  color: #aea494;
  text-decoration: line-through;
  white-space: nowrap;
}

@media (min-width: 801px) {
  .certificates__old-price {
    font-size: 0.875em;
  }
}

@media (min-width: 1200px) {
  .certificates__old-price {
    font-size: 1.3em;
    margin-top: 14px;
  }
}

.certificates__button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 10px 14px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 0.125rem solid;
  border-radius: 10px;
  cursor: pointer;
}

@media (min-width: 801px) {
  .certificates__button {
    width: 100%;
    max-width: 200px;
    padding: 14px 20px;
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .certificates__button {
    font-size: 1.5em;
    padding: 18px 20px;
    max-width: 100%;
    border-radius: 16px;
  }
}

.certificates__card--forever {
  border-color: #ee6e2b;
}

.certificates__card--teacher {
  border-color: #718337;
}

.certificates__card--premium {
  border-color: #e8a828;
}

.certificates__icon--forever, .certificates__icon--teacher, .certificates__icon--premium {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.certificates__icon--forever {
  color: #ee6e2b;
}

.certificates__icon--teacher {
  color: #718337;
}

.certificates__icon--premium {
  color: #e8a828;
}

.certificates__price--forever {
  color: #d9481c;
}

.certificates__price--teacher {
  color: #718337;
}

.certificates__price--premium {
  color: #e8a828;
}

.certificates__button--forever {
  color: #ffffff;
  background: #ee6e2b;
  border-color: #ee6e2b;
}

.certificates__button--teacher {
  color: #718337;
  background: none;
  border-color: #718337;
}

.certificates__button--premium {
  color: #e8a828;
  background: none;
  border-color: #e8a828;
}

.certificates__note {
  margin: 0;
  font-size: 0.75em;
  line-height: 1.42;
  color: #8c7a66;
}

@media (min-width: 801px) {
  .certificates__note {
    font-size: 0.875em;
  }
}

.apps {
  max-width: 347px;
  margin: 0 auto 0;
  padding: 24px 20px 0;
  overflow: hidden;
  text-align: center;
  background: #fff9f2;
  border: 1.5px solid #34281d;
  border-radius: 24px;
}

@media (min-width: 801px) {
  .apps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: visible;
    max-width: 1210px;
    margin: 0 auto;
    padding: 25px 15px 0;
    text-align: left;
    border-radius: 32px;
  }
}

@media (min-width: 1200px) {
  .apps {
    padding: 50px 20px 0;
  }
}

.apps__title {
  margin: 0 0 18px;
  padding: 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.54;
  color: #4d4238;
}

@media (min-width: 801px) {
  .apps__title {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0 0 16px;
    font-size: 2em;
    line-height: 1.2;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .apps__title {
    margin-bottom: 40px;
  }
}

.apps__subtitle {
  margin: 0 0 16px;
  font-size: 1.0625em;
  line-height: 1.59;
  color: #4d4238;
}

@media (min-width: 801px) {
  .apps__subtitle {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0 0 28px;
    font-size: 1.125em;
  }
}

.apps__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

@media (min-width: 801px) {
  .apps__stores {
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 40px;
  }
}

@media (min-width: 1200px) {
  .apps__stores {
    margin-top: 25px;
  }
}

.apps__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  height: 80px;
  background: #fffdf9;
  border: 1.2px solid #f1e2d1;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 16px rgba(74, 58, 44, 0.1);
          box-shadow: 0 6px 16px rgba(74, 58, 44, 0.1);
  text-decoration: none;
  color: inherit;
}

.apps__store:hover, .apps__store:focus, .apps__store:visited {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 801px) {
  .apps__store {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    height: 56px;
    padding: 0 12px;
  }
}

.apps__store-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
}

.apps__store-icon svg {
  width: 100%;
  height: 100%;
}

.apps__store-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  line-height: 1.2;
}

.apps__store-caption {
  font-size: 0.8125em;
  color: #8c7a66;
}

.apps__store-name {
  font-size: 1.25em;
  font-weight: 500;
  color: #34281d;
}

@media (min-width: 801px) {
  .apps__store-name {
    font-size: 1em;
  }
}

.apps__picture {
  margin: auto -20px 0;
}

@media (min-width: 801px) {
  .apps__picture {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
    margin: auto 0 0;
  }
}

.apps__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.feedbacks {
  position: relative;
  padding: 44px 0 32px 12px;
  margin-bottom: -1px;
}

@media (min-width: 1200px) {
  .feedbacks {
    max-width: 1320px;
    margin: 0 auto -1px;
    padding: 64px 0 48px 24px;
  }
}

.feedbacks__rating {
  position: absolute;
  top: -16px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.8125em;
  font-weight: 700;
  line-height: 1.185;
  color: #4a3a2c;
  white-space: nowrap;
  background: #fcfbfa;
  border: 1px solid #34281d;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 18px rgba(52, 40, 29, 0.28);
          box-shadow: 0 8px 18px rgba(52, 40, 29, 0.28);
}

@media (min-width: 1200px) {
  .feedbacks__rating {
    top: -22px;
    padding: 12px 22px;
    font-size: 0.9375em;
    border-radius: 50px;
  }
}

.feedbacks__rating-stars {
  color: #f2b23a;
}

.feedbacks__title {
  margin: 0 18px 28px 0;
  font-family: "VAG Rounded Next", "Rubik", Arial, sans-serif;
  font-size: 1.3125em;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #fcfbfa;
}

@media (min-width: 1200px) {
  .feedbacks__title {
    margin: 75px 0 65px 0;
    font-size: 2.6em;
    line-height: 1.2;
    text-align: center;
  }
  .feedbacks__title br {
    display: none;
  }
}

.feedbacks__slider {
  position: relative;
}

.feedbacks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 12px 8px 0;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.feedbacks__list::-webkit-scrollbar {
  display: none;
}

.feedbacks__card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  padding: 15px;
  background: #fcfbfa;
  border-radius: 8px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (min-width: 1200px) {
  .feedbacks__card {
    width: 340px;
    padding: 28px 24px;
    border-radius: 16px;
  }
}

.feedbacks__card-title {
  margin: 0 0 10px;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.3;
  color: #34281d;
}

@media (min-width: 1200px) {
  .feedbacks__card-title {
    font-size: 1em;
  }
}

.feedbacks__card-text {
  margin: 0 0 16px;
  font-size: 0.65em;
  line-height: 1.4;
  color: #6b5d4f;
}

@media (min-width: 1200px) {
  .feedbacks__card-text {
    font-size: 0.875em;
  }
}

.feedbacks__card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  color: #34281d;
}

.feedbacks__card-stars {
  color: #f2b23a;
}

.feedbacks__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fcfbfa;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .feedbacks__button {
    width: 48px;
    height: 48px;
    background: #fcfbfa;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 18px rgba(52, 40, 29, 0.28);
            box-shadow: 0 8px 18px rgba(52, 40, 29, 0.28);
  }
}

.feedbacks__button img {
  display: block;
  width: 20px;
  height: 16px;
}

@media (min-width: 1200px) {
  .feedbacks__button img {
    -webkit-filter: invert(21%) sepia(11%) saturate(1073%) hue-rotate(346deg) brightness(94%) contrast(88%);
            filter: invert(21%) sepia(11%) saturate(1073%) hue-rotate(346deg) brightness(94%) contrast(88%);
  }
}

.feedbacks__button--prev {
  left: 0;
}

@media (min-width: 1200px) {
  .feedbacks__button--prev {
    left: 24px;
  }
}

.feedbacks__button--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.feedbacks__button--next {
  right: 0;
}

@media (min-width: 1200px) {
  .feedbacks__button--next {
    right: 24px;
  }
}

.feedbacks__button:disabled {
  opacity: 0;
  pointer-events: none;
}

.promo {
  max-width: 343px;
  margin: 40px auto 30px;
  padding: 22px 20px;
  text-align: center;
  background: linear-gradient(150deg, #f0f5e0 0%, #fffaee 88%);
  border: 0.09375rem solid #849844;
  border-radius: 22px;
  -webkit-box-shadow: 0 10px 22px rgba(199, 110, 50, 0.16);
          box-shadow: 0 10px 22px rgba(199, 110, 50, 0.16);
}

@media (min-width: 801px) {
  .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    max-width: 1100px;
    width: 100%;
    margin: 36px auto 40px;
    padding: 22px 32px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .promo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 111px;
    max-width: none;
    margin: 48px -40px 53px -32px;
    padding: 22px 86px 22px 126px;
    border: 1px solid #afbc83;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.promo__title {
  margin: 0 0 12px;
  font-size: 1.1875em;
  font-weight: 800;
  color: #4a3a2c;
}

@media (min-width: 801px) {
  .promo__title {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    white-space: nowrap;
    font-size: 1.25em;
  }
}

@media (min-width: 1200px) {
  .promo__title {
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    overflow: visible;
    color: #51360f;
  }
}

.promo__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (min-width: 801px) {
  .promo__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 560px;
  }
}

@media (min-width: 1200px) {
  .promo__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}

.promo__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1200px) {
  .promo__field {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 432px;
  }
}

.promo__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 0.875em;
  color: #34281d;
  background: #ffffff;
  border: 0.0875rem solid #d6e0ba;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.promo__input::-webkit-input-placeholder {
  color: #aea494;
}

.promo__input:-ms-input-placeholder {
  color: #aea494;
}

.promo__input::-ms-input-placeholder {
  color: #aea494;
}

.promo__input::placeholder {
  color: #aea494;
}

.promo__input--error {
  border-color: #d64545;
}

@media (min-width: 1200px) {
  .promo__input {
    width: 432px;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #d6e0ba;
    border-radius: 8px;
  }
}

.promo__submit {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 112px;
  padding: 0 16px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 800;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#889c46), to(#687a32));
  background: linear-gradient(90deg, #889c46 0%, #687a32 100%);
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 14px rgba(96, 112, 46, 0.42);
          box-shadow: 0 6px 14px rgba(96, 112, 46, 0.42);
  cursor: pointer;
}

.promo__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (min-width: 1200px) {
  .promo__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    min-width: 140px;
    height: 36px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, from(#a09e5c), to(#8e9250));
    background: linear-gradient(90deg, #a09e5c 0%, #8e9250 100%);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 14px rgba(96, 112, 46, 0.35);
            box-shadow: 0 6px 14px rgba(96, 112, 46, 0.35);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 600px) {
  .vis-mob {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .vis-tab {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .vis-tab {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .vis-desk {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hid-mob {
    display: none !important;
  }
}

@media (max-width: 1200px) and (min-width: 600px) {
  .hid-tab {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hid-desk {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .sale-autumn-26__mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .sale-autumn-26__mid .offer--teacher {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .sale-autumn-26__mid .offer--premium {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1200px) {
  .sale-autumn-26__mid .sale-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.sale-autumn-26__apps-and-feedbacks {
  background-image: url("./../bottom-bg-gradient.png?v=1");
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .sale-autumn-26__apps-and-feedbacks {
    padding-top: 24px;
  }
}

.page_sale-autumn-26 {
  background-color: transparent;
}

.page_sale-autumn-26 .footer._invert {
  background-color: #604135;
}
/*# sourceMappingURL=style.css.map */