:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Segoe UI", sans-serif;
  --font3: "Stolzl", sans-serif;
  --font4: "SF Pro Display", sans-serif;
  --font5: "Montserrat", sans-serif;
  --font6: "Gilroy", sans-serif;
  --content-width: 1520px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}
@media (max-width: 1440px) {
  :root {
    --content-width: 1200px;
  }
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Inter";
  src: url("../fonts/../../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/../../fonts/SegoeUI-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/../../fonts/SegoeUI.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/../../fonts/SF-Pro-Display.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/../../fonts/Stolzl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
  background-color: #f4f4f4;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #2c2c2c;
  padding: 14px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media (max-width: 576px) {
  .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 375px) {
  .btn {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #ececec;
  }
}
.btn--red {
  background-color: #4d3bfe;
  color: #fff;
  border: 1px solid #4d3bfe;
}
@media (any-hover: hover) {
  .btn--red:hover {
    background-color: #fff;
    color: #4d3bfe;
  }
}

.title2 {
  display: block;
  margin: 0;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: #161616;
}
@media (max-width: 1024px) {
  .title2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .title2 {
    font-size: 26px;
  }
}

.promos-wrapper {
  padding: 0 var(--container-offset);
}
.promos-wrapper .cta {
  margin-left: calc(var(--container-offset) * -1);
  margin-right: calc(var(--container-offset) * -1);
}

.promos-container {
  padding-top: 90px;
  max-width: var(--container-width);
  margin: 0 auto;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .promos-container {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .promos-container {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .promos-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .promos-container {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .promos-container {
    display: block;
  }
}

.promos-content {
  -ms-grid-column-span: 2;
  grid-column: 1 / 2 span;
}

@media (max-width: 850px) {
  .grid-sizer {
    display: none;
  }
}

.grid-sizer {
  width: 8.3333%;
}
@media (max-width: 850px) {
  .grid-sizer {
    width: 100%;
  }
}

.grid-item {
  width: 25%;
}
@media (max-width: 850px) {
  .grid-item {
    width: 100%;
  }
}

.grid-item-big {
  width: 75%;
  -ms-grid-column-span: 2;
  grid-column: 1 / 2 span;
  padding-left: 20px;
}
@media (max-width: 850px) {
  .grid-item-big {
    width: 100%;
    padding-left: 0;
  }
}

.promos-title {
  width: 100%;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #505050;
  padding-left: calc(10% + 20px);
  margin-bottom: 0px;
padding-top: 25px;
}
@media (max-width: 850px) {
  .promos-title {
    padding-left: unset;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .promos-title {
    font-size: 24px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .promos-title {
    margin-bottom: 20px;
  }
}

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

@media (max-width: 850px) {
  .promos-about-sidebar {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .promos-about-sidebar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .promos-about-sidebar--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.promos-about-sidebar--main .promos-chars .read-more,
.promos-about-sidebar--main .promos-chars .dots {
  display: none;
}
.promos-about-sidebar--main .promos-chars .more {
  display: inline;
}
@media (max-width: 576px) {
  .promos-about-sidebar--main .promos-chars {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .promos-about-sidebar--main .promos-chars .read-more,
  .promos-about-sidebar--main .promos-chars .dots {
    display: inline;
  }
  .promos-about-sidebar--main .promos-chars .more {
    display: none;
  }
}

.header {
  padding: 25px 0;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  position: relative;
}
@media (max-width: 576px) {
  .header {
    padding: 12px 0;
    padding-top: 10px;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__container {
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.header__logo {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 16px;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .header__logo {
    font-size: 14px;
    gap: 4px;
  }
}
@media (max-width: 375px) {
  .header__logo {
    font-size: 10px;
  }
}
.header__logo span {
  font-size: 20px;
  color: #4d3bfe;
}
@media (max-width: 1440px) {
  .header__logo span {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header__logo span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .header__logo span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .header__logo span {
    font-size: 14px;
  }
}
.header__link {
  font-family: var(--font5);
  font-weight: 500;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.header__link svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .header__link svg {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  .header__link {
    position: absolute;
    left: 20px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .header__link {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .header__link {
    font-size: 13px;
    bottom: 3px;
  }
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1440px) {
  .header__buttons {
    gap: 10px;
  }
}
.header__btn {
  display: inline-block;
  position: relative;
  padding: 14.5px 30px;
}
@media (max-width: 768px) {
  .header__btn {
    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: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .header__btn {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 375px) {
  .header__btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .header__btn span {
    display: none;
  }
}
.header__btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 50%;
  height: 50%;
}
@media (max-width: 768px) {
  .header__btn img {
    display: block;
  }
}

.dropdown {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 4px 25px 0 rgba(35, 31, 32, 0.07);
  box-shadow: 0 4px 25px 0 rgba(35, 31, 32, 0.07);
  border-radius: 25px;
  padding: 20px 10px;
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  min-width: 320px;
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 768px) {
  .dropdown {
    padding: 10px;
    left: unset;
    right: 0;
    min-width: 260px;
  }
}
@media (max-width: 576px) {
  .dropdown {
    min-width: 220px;
  }
}
.dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.dropdown__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .dropdown__item {
    gap: 5px;
  }
}
.dropdown__image {
  width: 100%;
  max-width: 150px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dropdown__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .dropdown__image img {
    height: 80%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .dropdown__image {
    width: 120px;
    height: 50px;
  }
}
.dropdown__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.dropdown__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 768px) {
  .dropdown__name {
    font-size: 12px;
  }
}

.form {
  height: 48px;
  width: 100%;
  max-width: 344px;
  background: #f4f4f4;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .form {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .form {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .form {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 375px) {
  .form {
    width: 30px;
    height: 30px;
  }
}
.form label {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.form label img {
  display: none;
  position: absolute;
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .form label img {
    display: block;
  }
}
.form__input {
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px;
  position: relative;
  z-index: 10;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #000;
  border-radius: 50px;
  -webkit-transition: width 0.3s ease-out, background 0.3s ease-in;
  transition: width 0.3s ease-out, background 0.3s ease-in;
}
@media (max-width: 1200px) {
  .form__input {
    padding: 16px 28px;
  }
}
@media (max-width: 768px) {
  .form__input {
    width: 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.form__input::-webkit-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.form__input::-moz-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.form__input:-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.form__input::-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.form__input::placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.form__input:focus {
  outline: none;
}
@media (max-width: 768px) {
  .form__input:focus {
    width: 260px;
    background: #f4f4f4;
  }
}
@media (max-width: 576px) {
  .form__input:focus {
    width: 220px;
  }
}

.hero {
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .hero {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.hero__control {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
}
.hero__pagination {
  --swiper-pagination-bottom: 8px;
}
@media (max-width: 576px) {
  .hero__pagination {
    --swiper-pagination-bottom: 2px;
  }
}
.hero__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #eaeaea;
  margin: 0 3.5px;
}
.hero__pagination .swiper-pagination-bullet-active {
  background: #3a3a3a;
}
.hero__content {
  padding: 80px 90px;
  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;
  position: relative;
}
@media (max-width: 1024px) {
  .hero__content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    padding: 20px 40px;
  }
}
.hero__image {
  position: absolute;
  z-index: -1;
  right: 100px;
  bottom: -20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__image {
    right: -50px;
  }
}
@media (max-width: 576px) {
  .hero__image {
    right: -20px;
    top: unset;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
.hero__image img {
  height: 140%;
  width: auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 768px) {
  .hero__image img {
    height: 140%;
  }
}
@media (max-width: 576px) {
  .hero__image img {
    height: 100%;
    width: 100%;
    opacity: 0.5;
  }
}
.hero__title {
  display: block;
  max-width: 380px;
  margin-bottom: 16px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 107%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0);
  text-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2), 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.hero__desc {
  max-width: 300px;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.69);
}
@media (max-width: 1024px) {
  .hero__desc {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .hero__desc {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .hero__desc {
    max-width: unset;
  }
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.control__btn {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border-bottom: 3px solid #e3e3e3;
  border-right: 3px solid #e3e3e3;
  cursor: pointer;
}
.control__btn--prev {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.control__btn--next {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.benefits {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .benefits {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.benefits__title {
  margin-bottom: 20px;
}
.benefits__items {
  padding: 30px 70px;
  background-color: #f9f9f9;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 65px;
}
@media (max-width: 1440px) {
  .benefits__items {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .benefits__items {
    padding: 40px;
    gap: 30px 40px;
  }
}
@media (max-width: 768px) {
  .benefits__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.benefit__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  background-color: #f2f3f7;
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}
.benefit__icon svg {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.benefit__title {
  display: block;
  margin-bottom: 14px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 114%;
  color: #2c2c2c;
  max-width: 245px;
}
@media (max-width: 1024px) {
  .benefit__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .benefit__title {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .benefit__title {
    margin-bottom: 8px;
  }
}
.benefit__desc {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #747474;
}

.promo {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .promo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.promo__title {
  margin-bottom: 20px;
}
.promo__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .promo__items {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .promo__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.promo-item {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .promo-item--promo .promo-item__use {
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
  }
}
.promo-item--move .promo-item__use {
  -webkit-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
}
.promo-item--short .promo-item__btn {
  position: relative;
  padding: 16px 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .promo-item--short .promo-item__btn {
    width: 45px;
    height: 45px;
  }
}
.promo-item--short .promo-item__use svg {
  display: block !important;
}
.promo-item--short .promo-item__use span {
  display: none !important;
}
@media (max-width: 576px) {
  .promo-item {
    border-radius: 15px;
  }
}
.promo-item__top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 30px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .promo-item__top {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .promo-item__top {
    padding: 10px;
  }
}
@media (max-width: 450px) {
  .promo-item__top {
    padding: 10px 20px;
  }
}
@media (any-hover: hover) {
  .promo-item__top:hover .promo-item__use {
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
  }
}
.promo-item__top:active .promo-item__use {
  -webkit-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
}
.promo-item__discount {
  font-weight: 700;
  font-size: 40px;
  color: #4d3bfe;
}
@media (max-width: 1024px) {
  .promo-item__discount {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .promo-item__discount {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .promo-item__discount {
    font-size: 20px;
  }
}
.promo-item__icon {
  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: 80px;
  height: 80px;
}
.promo-item__icon svg {
  width: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #4d3bfe !important;
}
@media (max-width: 576px) {
  .promo-item__icon svg {
    width: 100%;
  }
}
.promo-item__icon--gray svg {
  fill: #c7c4c5;
}
.promo-item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .promo-item__info {
    gap: 10px;
  }
}
.promo-item__info .promo-item__discount,
.promo-item__info .promo-item__icon,
.promo-item__info .promo-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
  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;
}
@media (max-width: 1024px) {
  .promo-item__info .promo-item__discount,
  .promo-item__info .promo-item__icon,
  .promo-item__info .promo-item__image {
    width: 18%;
  }
}
@media (max-width: 576px) {
  .promo-item__info .promo-item__discount,
  .promo-item__info .promo-item__icon,
  .promo-item__info .promo-item__image {
    width: auto;
    max-width: 20%;
  }
}
@media (max-width: 576px) {
  .promo-item__info .promo-item__icon {
    max-width: 16%;
  }
}
.promo-item__image {
  height: auto;
  max-height: 72px;
}
@media (max-width: 1024px) {
  .promo-item__image {
    max-height: 50px;
  }
}
.promo-item__image img {
  width: 100%;
  max-width: 150px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.promo-item__name {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #4d3bfe;
}
@media (max-width: 576px) {
  .promo-item__name {
    font-size: 12px;
  }
}
.promo-item__desc {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  color: #505050;
  padding-right: 7px;
}
@media (max-width: 1024px) {
  .promo-item__desc {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .promo-item__desc {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media (max-width: 375px) {
  .promo-item__desc {
    font-size: 15px;
  }
}
.promo-item__time {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #b1b1b1;
}
@media (max-width: 576px) {
  .promo-item__time {
    font-size: 10px;
  }
}
.promo-item__btn {
  padding: 22px 30px;
  border-radius: 50px;
  position: relative;
  width: 200px;
  height: 60px;
}
@media (max-width: 1024px) {
  .promo-item__btn {
    padding: 16px 20px;
    height: 56px;
  }
}
@media (max-width: 576px) {
  .promo-item__btn {
    width: 45px;
    height: 45px;
    border-radius: 100%;
  }
}
.promo-item__use {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  height: 100%;
  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;
  background: #4d3bfe;
  z-index: 4;
  border-radius: 50px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.promo-item__use svg {
  display: none;
  width: 14px;
  height: 14px;
  fill: #fff;
}
@media (max-width: 576px) {
  .promo-item__use svg {
    display: block;
  }
}
@media (max-width: 1440px) {
  .promo-item__use {
    padding: 20px 26px;
  }
}
@media (max-width: 1024px) {
  .promo-item__use {
    padding: 16px 20px;
  }
}
@media (max-width: 576px) {
  .promo-item__use {
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .promo-item__use span {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .promo-item__use {
    font-size: 11px;
  }
}
.promo-item__promo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5px;
  border: 2px dashed #d61c4e;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #4d3bfe;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .promo-item__promo {
    padding: 5px;
    font-size: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 375px) {
  .promo-item__promo {
    font-size: 10px;
  }
}
.promo-item__promo span {
  -webkit-animation: scroll 6s linear infinite;
  animation: scroll 6s linear infinite;
}
.promo-item__more {
  padding: 11px 64px;
  background: #eee;
}
@media (max-width: 1440px) {
  .promo-item__more {
    padding: 10px 30px;
  }
}
@media (max-width: 576px) {
  .promo-item__more {
    padding: 5px 20px;
  }
}
.promo-item__content {
  max-width: 462px;
}
@media (max-width: 576px) {
  .promo-item__content {
    max-width: 250px;
  }
}
.promo-item__btn--gray .promo-item__use {
  background: #c7c4c5;
}
.promo-item__btn--gray .promo-item__promo {
  border-color: #c7c4c5;
  color: #c7c4c5;
}
@media (any-hover: hover) {
  .promo-item--akc:hover .promo-item__use {
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
  }
}

.promo-more__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #b1b1b1;
  cursor: pointer;
}
.promo-more__desc {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  will-change: max-height;
  overflow: hidden;
}
.promo-more__desc p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #b1b1b1;
}
.promo-more__desc.active {
  padding-top: 15px;
}
@media (max-width: 576px) {
  .promo-more__desc.active {
    padding-top: 5px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  100% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  100% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
.about {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .about {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.about__title {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .about__title {
    margin-bottom: 15px;
  }
}
.about__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .about__items {
    gap: 10px;
  }
}
.about p {
  margin: 0;
  font-family: var(--font4);
  font-weight: 400;
  font-size: 18px;
  line-height: 157%;
  color: #767676;
}
@media (max-width: 1024px) {
  .about p {
    font-size: 16px;
  }
}

.stores {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .stores {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media (max-width: 768px) {
  .stores {
    margin-bottom: 20px;
  }
}
.stores__title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .stores__title {
    margin-bottom: 20px;
  }
}
.stores__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 850px) {
  .stores__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .stores__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 850px) {
  .stores__col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .stores__col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.stores__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .stores__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (any-hover: hover) {
  .stores__item:hover .stores__link::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.stores__link {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 108%;
  letter-spacing: 0.01em;
  color: #707070;
}
.stores__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #707070;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.cta {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cta {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (max-width: 768px) {
  .cta {
    padding: 30px 0;
  }
}
.cta__title {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 488px;
  line-height: 1.05;
}
@media (max-width: 768px) {
  .cta__title {
    margin-bottom: 20px;
  }
}
.cta__desc {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #505050;
  opacity: 0.46;
}
@media (max-width: 576px) {
  .cta__desc {
    font-size: 14px;
  }
}

.cta-form {
  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: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta-form__label {
  width: 100%;
  max-width: 433px;
  height: 60px;
}
@media (max-width: 576px) {
  .cta-form__label {
    height: 54px;
  }
}
.cta-form__input {
  background-color: #fafafa;
  border-radius: 68px;
  padding: 12px 48px;
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #000;
  background: #f4f4f4;
  -webkit-transition: width 0.3s ease-out, background 0.3s ease-in;
  transition: width 0.3s ease-out, background 0.3s ease-in;
}
@media (max-width: 1200px) {
  .cta-form__input {
    padding: 16px 28px;
  }
}
.cta-form__input::-webkit-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.cta-form__input::-moz-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.cta-form__input:-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.cta-form__input::-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.cta-form__input::placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.cta-form__input:focus {
  outline: none;
  width: 100%;
}
@media (max-width: 768px) {
  .cta-form__input:focus {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cta-form__input:focus {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cta-form__input {
    padding: 16px 24px;
    width: 100%;
  }
}
.cta-form__btn {
  border-radius: 60px;
  padding: 20px 40px;
}
@media (max-width: 576px) {
  .cta-form__btn {
    padding: 16px 24px;
    border-radius: 20px;
  }
}

.footer {
  padding: 30px 0;
}
@media (max-width: 576px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__container {
  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;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}
.footer__link {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #2e2e2e;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .footer__link:hover {
    text-decoration: underline;
  }
}
.footer__copy {
  max-width: 622px;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: rgba(80, 80, 80, 0.34);
}
.footer__copy:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .footer__copy {
    font-size: 12px;
  }
}

.popup {
  position: fixed;
  inset: 0;
  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;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 0.3s ease-out, z-index 0.3s ease-out;
  transition: opacity 0.3s ease-out, z-index 0.3s ease-out;
}
.popup.active {
  z-index: 100;
  opacity: 1;
}
.popup__body {
  position: relative;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-radius: 50px;
  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;
  padding: 42px 65px;
}
@media (max-width: 880px) {
  .popup__body {
    border-radius: 30px;
  }
}
@media (max-width: 576px) {
  .popup__body {
    padding: 20px;
    border-radius: 20px;
  }
}
.popup__close {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 0;
  right: -15px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 38px;
  height: 38px;
}
@media (max-width: 880px) {
  .popup__close {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.popup__close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}
@media (max-width: 880px) {
  .popup__close svg {
    fill: #000;
  }
}
.popup__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #505050;
}
@media (max-width: 576px) {
  .popup__title {
    margin-bottom: 10px;
  }
}
.popup__copy {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #505050;
}
.popup__copy a {
  color: #4d3bfe;
}
.popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 62px;
  position: relative;
  /* margin-bottom: 40px; */
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .popup__info {
    /* margin-bottom: 20px; */
    margin-bottom: 30px;
  }
}

.popup__button_link {
  display: inline-block;
  color: #fff;
  background-color: #4d3bfe;
  font-size: 17px;
  padding: 8px 24px;
  border-radius: 20px;
  margin-bottom: 36px;
  text-align: center;
  font-weight: 500;
}

.popup__button_link:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .popup__button_link {
    font-size: 16px;
  }
}
.popup__promo {
  position: relative;
  z-index: 3;
  width: 60%;
  height: 100%;
  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;
  padding: 12px 12px;
  border: 2.58px dashed #4d3bfe;
  border-radius: 26px;
  background-color: #fff;
}
.popup__promo ::-webkit-scrollbar {
  height: 2px;
}
.popup__promo span {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #4d3bfe;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.popup__btn {
  position: absolute;
  height: 100%;
  z-index: 2;
  right: 0;
  padding: 21px 33px;
  padding-left: 130px;
}
@media (max-width: 576px) {
  .popup__btn {
    padding-right: 22px;
  }
}
.popup__btn.active {
  background-color: #fff;
  border-color: #4d3bfe;
  color: #4d3bfe;
  cursor: default;
}
.popup__question {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #505050;
}
.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.popup__form input {
  position: absolute;
  left: -1000px;
  width: 0;
  height: 0;
}
.popup__form input:checked + label span {
  text-decoration: underline;
  color: currentColor;
}
.popup__form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.popup__form label:first-of-type {
  color: #44982b;
}
.popup__form label:last-of-type {
  color: #4d3bfe;
}
.popup__form label svg {
  width: 24px;
  height: 24px;
}
.popup__form label span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #505050;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .popup__form label:hover span {
    color: currentColor;
  }
}

.popup-desc {
  overflow-y: auto;
}
.popup-desc__title {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #505050;
}
.popup-desc__text {
  margin: 0;
  font-family: var(--font6);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #8a9397;
}

.promos-chars {
  padding: 30px;
  padding-top: 0;
}
.promos-chars > p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 119%;
  color: #8a9397;
}
@media (max-width: 1024px) {
  .promos-chars {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .promos-chars {
    padding: 10px;
  }
}
.promos-chars__title {
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 22px;
  color: #4d3bfe;
  max-width: 260px;
}
.promos-chars__title--gray {
  color: #505050;
}
@media (max-width: 1024px) {
  .promos-chars__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .promos-chars__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.promos-chars__desc {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #8a9397;
}
@media (max-width: 576px) {
  .promos-chars__desc {
    font-size: 14px;
  }
}
.promos-chars__desc .read-more {
  color: #4d3bfe;
  font-weight: 700;
  cursor: pointer;
}
.promos-chars__desc .more {
  display: none;
}
.promos-chars__item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .promos-chars__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .promos-chars__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.promos-chars__item.active .promos-chars__arr {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.promos-chars__item.active .promos-chars__arr svg {
  fill: #4d3bfe;
}
.promos-chars__item.active .promos-chars__heading span {
  color: #4d3bfe;
}
.promos-chars__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  cursor: pointer;
}
.promos-chars__heading span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 119%;
  color: #8a9397;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.promos-chars__arr {
  width: 22px;
  height: 22px;
  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;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.promos-chars__arr svg {
  fill: #8a9397;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.promos-chars__text {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 44px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.promos-chars__text p {
  margin: 0;
  margin-top: 12px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  color: #8a9397;
}
@media (max-width: 576px) {
  .promos-chars__text p {
    margin-top: 5px;
  }
}

.promos-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 38px;
}
@media (any-hover: hover) {
  .promos-links__item:hover > a::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.promos-links__item > a {
  display: inline-block;
  position: relative;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #8a9397;
}
.promos-links__item > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.promos-about {
  padding: 20px 45px;
}
@media (max-width: 1024px) {
  .promos-about {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .promos-about {
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .promos-about__content {
    display: none;
  }
}
.promos-about__logo {
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 20px;
  height: 154px;
  width: 100%;
  max-width: 275px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.promos-about__logo:not(:last-child) {
  margin-bottom: 18px;
}
.promos-about__logo img {
  width: 142px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 850px) {
  .promos-about__logo img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .promos-about__logo img {
    width: auto;
    height: 20px;
  }
}
@media (max-width: 850px) {
  .promos-about__logo {
    height: 130px;
    max-width: 250px;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .promos-about__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    height: auto;
    border-radius: 10px;
  }
}
.promos-about__title {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #505050;
}
@media (max-width: 576px) {
  .promos-about__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.promos-about__economy {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #4d3bfe;
}
@media (max-width: 576px) {
  .promos-about__economy {
    margin-bottom: 10px;
  }
}
.promos-about__btn {
  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;
  border: 2px solid #4671d5;
  border-radius: 25px;
  padding: 18px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #212730;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.promos-about__btn span {
  position: relative;
  z-index: 2;
}
.promos-about__btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  background-color: #4671d5;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .promos-about__btn:hover {
    color: #fff;
  }
  .promos-about__btn:hover::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .promos-about__btn {
    text-align: center;
  }
}
@media (max-width: 850px) {
  .promos-about__btn {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .promos-about__btn {
    padding: 15px 18px;
    border-radius: 15px;
  }
}

.promos-content__title {
  display: block;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 24px;
  color: #505050;
}
@media (max-width: 1024px) {
  .promos-content__title {
    margin-bottom: 20px;
  }
}
.promos-content__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .promos-content__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .promos-content__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .promos-content__heading {
    -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;
    gap: 8px;
  }
}
.promos-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .promos-content__buttons {
    gap: 20px;
  }
}
.promos-content__btn {
  font-weight: 700;
  font-size: 16px;
  color: #505050;
}
.promos-content__btn.active {
  color: #4d3bfe;
  text-decoration: underline;
}
.promos-content__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #4d3bfe;
}
@media (max-width: 576px) {
  .promos-content__add {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 12px;
  }
}
.promos-content__add svg {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 576px) {
  .promos-content__add svg {
    width: 10px;
    height: 10px;
  }
}
.promos-content__items:not(:last-child) {
  margin-bottom: 75px;
}
@media (max-width: 1440px) {
  .promos-content__items:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .promos-content__items:not(:last-child) {
    margin-bottom: 40px;
  }
}
.promos-content__item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 850px) {
  .promos-content__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.promos-content__item .promo-item__top {
  padding-top: 26px;
  padding-left: 10px;
  padding-bottom: 16px;
  padding-right: 60px;
}
@media (max-width: 850px) {
  .promos-content__item .promo-item__top {
    padding: 20px;
  }
}

.promos-table {
  width: 100%;
}
.promos-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
}
@media (max-width: 850px) {
  .promos-table tr {
    padding: 10px 0;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .promos-table tr {
    gap: 5px;
  }
}
.promos-table tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.promos-table th,
.promos-table td {
  text-align: left;
}
.promos-table th:nth-child(1),
.promos-table td:nth-child(1) {
  width: 17%;
}
@media (max-width: 576px) {
  .promos-table th:nth-child(1),
  .promos-table td:nth-child(1) {
    width: 24%;
  }
}
.promos-table th:nth-child(2),
.promos-table td:nth-child(2) {
  width: 60%;
}
@media (max-width: 576px) {
  .promos-table th:nth-child(2),
  .promos-table td:nth-child(2) {
    width: 50%;
  }
}
.promos-table th:nth-child(3),
.promos-table td:nth-child(3) {
  width: 19.6%;
}
.promos-table caption {
  margin-bottom: 38px;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #505050;
}
@media (max-width: 768px) {
  .promos-table caption {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .promos-table caption {
    margin-bottom: 20px;
  }
}
.promos-table thead {
  display: block;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 20px 30px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .promos-table thead {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .promos-table thead {
    padding: 15px;
    padding-bottom: 0;
  }
}
.promos-table thead tr {
  border-bottom: 1px solid #d9d9d9;
}
.promos-table thead tr:first-of-type {
  padding-top: 0;
}
.promos-table thead tr th {
  font-weight: 700;
  font-size: 18px;
  color: #505050;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .promos-table thead tr th {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .promos-table thead tr th {
    font-size: 13px;
  }
}
.promos-table tbody {
  display: block;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 20px 30px;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .promos-table tbody {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .promos-table tbody {
    padding: 15px;
    padding-top: 0;
  }
}
.promos-table tbody tr:last-of-type {
  padding-bottom: 0;
}
.promos-table tbody tr td:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  color: #4d3bfe;
}
@media (max-width: 576px) {
  .promos-table tbody tr td:nth-child(1) {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .promos-table tbody tr td:nth-child(1) {
    font-size: 11px;
  }
}
.promos-table tbody tr td:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #505050;
}
@media (max-width: 576px) {
  .promos-table tbody tr td:nth-child(2) {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .promos-table tbody tr td:nth-child(2) {
    font-size: 11px;
  }
}
.promos-table tbody tr td:nth-child(3) {
  font-weight: 500;
  font-size: 18px;
  color: #505050;
}
@media (max-width: 576px) {
  .promos-table tbody tr td:nth-child(3) {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .promos-table tbody tr td:nth-child(3) {
    font-size: 11px;
  }
}

.about-section {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .about-section {
    margin-bottom: 40px;
  }
}
.about-section__title {
  margin-bottom: 20px;
}
.about-section__content {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .about-section__content {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .about-section__content {
    padding: 20px 10px;
  }
}
.about-section__left {
  width: 100%;
  max-width: 750px;
}
.about-section__name {
  display: block;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  color: #4d3bfe;
}
@media (max-width: 1024px) {
  .about-section__name {
    font-size: 40px;
  }
}
.about-section__link {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #505050;
}
@media (max-width: 1440px) {
  .about-section__link {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .about-section__link {
    margin-bottom: 20px;
  }
}
.about-section__desc {
  margin: 0;
  font-family: var(--font6);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #8a9397;
}
.about-section__desc:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .about-section__desc:not(:last-child) {
    margin-bottom: 16px;
  }
}
.about-section__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 500px;
  padding: 40px;
  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;
  border: 2px solid #e2e2e2;
  border-radius: 20px;
  background: #fff;
  aspect-ratio: 4/3;
}
@media (max-width: 1024px) {
  .about-section__logo {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px 20px;
  }
}
.about-section__logo img {
  height: 90px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .about-section__logo img {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .about-section__logo img {
    height: 25px;
  }
}
/*# sourceMappingURL=main.css.map */

.tg-ads {
  padding-bottom: 10px;
}
.tg-ads-type {
  width: 40%;
}

/* Адаптация видео под мобайл */
iframe {
  width: 100%; /* Ширина iframe будет занимать 100% ширины родительского контейнера */
  height: auto; /* Высота будет автоматически подстраиваться под соотношение сторон */
  aspect-ratio: 16 / 9; /* Соотношение сторон (например, 16:9 для видео) */
  border: none; /* Убираем границу, если она не нужна */
  max-width: 100%; /* Ограничиваем максимальную ширину */
}

/* Дополнительные стили для улучшения отображения на мобильных устройствах */
@media (max-width: 768px) {
  iframe {
    aspect-ratio: 4 / 3; /* Можно изменить соотношение сторон для мобильных устройств */
  }
}

/*Звезды */
.assessment-panorama .assessment-stars-panorama {
  margin-bottom: 12px;
  margin-top: 24px;
}
.assessment-panorama .assessment-star-panorama {
  background: transparent;
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  margin-bottom: 0;
}
.assessment-panorama .assessment-star-panorama svg {
  display: block;
  width: 23px;
  height: 23px;
}

.assessment-panorama .panorama-star-icon {
  width: 100%;
  height: 100%;
}

.assessment-panorama .assessment-star-panorama svg {
  fill: #f3d3ae;
  stroke: #f3d3ae;
}

.assessment-panorama .assessment-star-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  display: none;
}
.assessment-panorama .assessment-star-dark svg {
  fill: var(--button-type-two-bg);
  stroke: var(--button-type-two-bg);
}

.assessment-panorama .assessment-star-panorama.hover .assessment-star-dark {
  opacity: 0.5;
  transform: scale(1.1);
  display: block;
}

.assessment-panorama .assessment-star-panorama.active .assessment-star-dark {
  transform: scale(1.1);
  display: block;
  opacity: 1;
}
.assessment-panorama .assessment-star-panorama.active-user .assessment-star-dark {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

:root {
  --grid-w: 174px;
}
.grid {
/*  margin: 16px 0; */
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
}

.grid-1 {
  margin: 16px 0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.grid-2 {
  margin: 16px 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  @media (width < 768px) {
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
  }
}

.grid-3 {
  margin: 16px 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  @media (width < 768px) {
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
  }
}

.grid-4 {
  margin: 16px 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  @media (width < 768px) {
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
  }
}

.grid-5 {
  margin: 16px 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  @media (width < 768px) {
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
  }
}
.grid-slider {
  width: 100%;
  overflow: hidden;

  @media (width < 768px) {
    max-width: calc(100vw - 6.25vw);
  }

  swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    --swiper-theme-color: var(--bg-button-sticker);
    --swiper-navigation-size: 18px;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--slider-height);
  }

  swiper-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
  }

  swiper-container::part(button-prev),
  swiper-container::part(button-next) {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 50%;
  }
}

.slider {
  position: relative;
  margin-bottom: 32px;

  --swiper-theme-color: var(--button-type-two-bg);
  --swiper-navigation-size: 18px;

  .swiper-button-next {
    right: -30px;

    @media (max-width: 768px) {
      right: 0;
    }
  }

  swiper-slide {
    height: auto;
  }

  .swiper-button-prev {
    left: -30px;
    transform: rotate(180deg);

    @media (max-width: 768px) {
      left: 0;
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    background-color: var(--button-type-two-bg);
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease;
    z-index: 2;

    &:disabled {
      opacity: 0.5;
      cursor: initial;
    }

    &:disabled:hover {
      opacity: 0.5;
    }

    &:hover,
    &:focus {
      opacity: 0.8;
    }

    svg {
      width: 30px;
      height: 15px;
      fill: #fff;
    }
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 8px;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  transition: 0.3s ease;
  cursor: pointer;

  &:hover {
    transform: scale(1.02);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
}

.product-card__cover {
  display: grid;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;

  img {
    max-width: 100%;
  }
}

.product-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.product-card__tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding-inline: 6px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  background-color: var(--button-type-two-bg);
}

.product-card__title {
  font-weight: 700;
  margin-top: auto;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.product-card__old {
  opacity: 0.5;
  text-decoration: line-through;
}

/* Страница автора */

.card {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--color-greyBorder);
}
.card p {
  font-size: 14px;
}
.card p + p {
  margin-top: 6px;
}

.card-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
.card-subtitle {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-user {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.user-link {
  color: #4d3bfe;
}
.user-link:hover {
  text-decoration: underline;
}
.user-page {
  padding-top: 24px;
  text-align: center;
}
.user-page h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
}
.user-page-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px;
  flex-shrink: 0;
}
.user-page-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-page-text {
  margin: 24px 0;
}
.shops-grid {
  grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
}
.justify-content-center {
  justify-content: center !important;
}

.aboutpage {
  padding-top: 50px;
}

/* REVIEWS */

.review {
  padding: 12px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #dbdbdb;
  margin-top: 12px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-author {
  display: flex;
  flex-direction: column;
}

.review-img {
  display: inline-block;
  mask-image: var(--svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M230.92 212c-15.23-26.33-38.7-45.21-66.09-54.16a72 72 0 1 0-73.66 0c-27.39 8.94-50.86 27.82-66.09 54.16a8 8 0 1 0 13.85 8c18.84-32.56 52.14-52 89.07-52s70.23 19.44 89.07 52a8 8 0 1 0 13.85-8M72 96a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56'/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  background-color: #dbdbdb;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
}
.form-group input {
  border: 1px solid var(--color-primary-text);
  border-radius: 10px;
  height: 40px;
  padding: 0 24px;
  width: 100%;
}
.form-group {
  width: 100%;
}
.form-group + .form-group {
  margin-top: 24px;
}

textarea.form-control {
  border-radius: 10px;
  border: 1px solid var(--color-primary-text);
  padding: 24px;
  width: 100%;
  resize: none;
  height: 130px;
}
.pc-pnt-bnnr a,
.pc-pnt-bnnr img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .form-group {
    margin-top: 12px;
  }
  .form-group input {
    padding: 0 12px;
  }
  .pc-pnt-bnnr {
    display: block;
    margin: 24px auto;
    text-align: center;
  }
}
.form-group .checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* .form-group .checkbox input {
	display: none;
} */
.form-group .checkbox input {
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

.form-group .checkbox input[type="checkbox"]:checked {
  border-color: var(--color-green);
  background-color: var(--color-green);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.review-content {
  padding-top: 20px;
}
