@font-face {
  src: url(/main/design2023/fonts/Gilroy-Regular.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-Regular.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-Medium.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-Medium.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-SemiBold.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-SemiBold.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-Bold.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-Bold.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-ExtraBold.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-ExtraBold.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Veles-Regular.woff2) format("woff2"),
    url(/main/design2023/fonts/Veles-Regular.woff) format("woff");
  font-family: "Veles";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Veles-Bold.woff2) format("woff2"),
    url(/main/design2023/fonts/Veles-Bold.woff) format("woff");
  font-family: "Veles";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  outline: none;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  width: 100%;
}
html.is-lock-scroll,
html.is-lock-scroll body {
  overflow: hidden;
}
html.is-animating {
  pointer-events: none;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  min-height: var(--vh);
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.1875;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f1f1f1;
}
body.is-resizing {
  opacity: 0;
  pointer-events: none;
}
main {
  -ms-flex: 1;
  flex: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
fieldset,
figure,
picture,
blockquote {
  margin: 0;
  padding: 0;
}
a,
button,
[type="button"] {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: currentColor;
}
button,
[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
}
img,
svg,
video {
  position: relative;
  display: block;
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
}
img[draggable="false"] {
  pointer-events: none;
  -webkit-user-drag: none;
}
.is-browser-chrome img:not([data-aos]) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
figure,
picture {
  display: block;
  line-height: 0;
}
fieldset {
  border: 0;
}
ul,
ol,
li {
  display: block;
  list-style: none;
}
iframe {
  display: block;
}
.is-hidden {
  display: none !important;
}
.is-hide {
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .for-devices {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .for-tablet {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .for-tablet {
    display: none !important;
  }
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.dont-break-out {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* header */

.header {
  /*position: relative;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /*overflow: hidden;*/
  width: 100%;
}

.header__container {
  width: 1410px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__nav {
  display: flex;
}

.header__nav--logo {
  margin-top: 37px;
}

.header__nav--items {
  position: relative;
  display: flex;
  margin-left: 47px;
  margin-top: 35px;
}

#actionsSubMenu {
  cursor: pointer;
}

.header__nav--item {
  margin-right: 32px;
}

.header__buttons {
  display: flex;
  margin-top: 27px;
  min-width: 220px;
}

.header__search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  width: 138px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
}

.header__login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
  min-width: 128px;
  width: auto;
  height: 40px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #78ca55;
  background-image: url("../images/user_icon.svg");
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}

#btnUsersSubMenu {
  margin-left: 50px;
  margin-right: 10px;
}

.header__login.header__login--auth {
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 0px;
}

.header__login.header__login--auth .header__login--img {
  margin-left: 10px;
}

.header__login--img > svg {
  height: 40px;
  width: 40px;
}

.header__burger {
  display: none;
}

.header__mobile {
  display: none;
}

@media (max-width: 1440px) {
  .header__container {
    width: 1200px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    overflow: visible;
  }

  .header__container {
    height: 66px;
    background-color: #f1f1f1;
  }

  .header__mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 66px;
    background-color: #f1f1f1;
    width: 100%;
    height: 100vh;
  }

  .header__nav--items {
    display: none;
  }

  .header__nav--logo {
    margin-top: 22px;
    margin-left: 10px;
    width: 122px;
    height: 22px;
  }

  .header__buttons {
    margin-top: 16px;
  }

  .header__login {
    font-size: 16px;
    font-weight: 500;
    min-width: 108px;
    height: 34px;
    border-radius: 50px;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
    background-size: 34px 34px;
  }

  .header__login--img {
    width: 34px;
    height: 34px;
  }

  .header__login--img > svg {
    height: 34px;
    width: 34px;
  }

  .header__search {
    display: none;
  }
  .header__burger {
    display: block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }

  .header__mobile .header__nav--items {
    display: flex;
    flex-direction: column;
    margin-left: 31px;
    margin-top: 16px;
  }

  .header__mobile .header__nav--item {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .header__arrow {
    width: 11px;
    height: 14px;
    margin-right: 16px;
  }

  .header__arrow svg {
    width: 11px;
    height: 14px;
  }

  .header__contacts {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
  }

  .header__contacts--title {
    color: rgba(99, 99, 99, 0.5);
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
  }

  .header__contacts--phone {
    color: #477cff;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
  }

  .header__contacts--email {
    color: #477cff;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
  }

  .header__messengers {
    display: flex;
  }

  .header__tg {
    width: 122px;
    height: 34px;
    background-color: #ffffff;
    display: flex;
    border-radius: 50px;
    gap: 8px;
    align-items: center;
    padding-left: 10px;
  }

  .header__tg svg {
    width: 22px;
    height: 22px;
  }

  .header__tg span {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #636363;
  }

  .header__wa img {
    width: 128px;
    height: 34px;
  }
}

.header-actions-submenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 35px;
  left: -30px;
  width: 135px;
  height: 76px;
  border-radius: 12px;
  background: #fff;
  z-index: 50;
}

.header-users-submenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 45px;
  right: 0px;
  width: 135px;
  height: 76px;
  border-radius: 12px;
  background: #fff;
  z-index: 50;
}

.header-actions-submenu .header__link,
.header-users-submenu .header__link {
  margin-left: 0;
  margin-top: 10px;
  color: #2d61e3;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.6;
  text-align: center;
}

.header-actions-submenu .header__link:first-child,
.header-users-submenu .header__link:first-child {
  margin-top: 12px;
  opacity: 1;
}

@media (max-width: 780px) {
  .header-users-submenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 40px;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
    z-index: 50;
    font-size: 12px;
  }

  .header-actions-submenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 140px;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #fff;
    z-index: 50;
    padding-bottom: 15px;
  }
  .header-actions-submenu .header__link:first-child,
  .header-users-submenu .header__link:first-child {
    margin-top: 5px;
  }
  .header-actions-submenu .header__link,
  .header-users-submenu .header__link {
    margin-left: 0;
    margin-top: 7px;
    color: #636363;
    text-align: center;
  }

  .header__mobile .header__nav--item.header__nav--submenu {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 26px;
  }
}

/* header end*/

/* main */

.home__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1410px;
}

@media (max-width: 768px) {
  .home__container {
    padding: 0 10px;
    max-width: none;
    margin-top: 66px;
  }
  .home__container.home__container--main {
    margin-top: 0px;
  }
}

.main__banners {
  position: relative;
  width: 100%;
  height: 594px;
  /* background-image: url("/main/design2025/images/bg-banner.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;*/
}

.banners-arrow-container {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  width: 120px;
  z-index: 1;
}

.main__banners--button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 52px;
  border-radius: 30px;
  background: #477cff;
}

.main__banners--button a {
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner__mobile {
  display: none;
}

.bannersSwiper .swiper-slide {
  position: relative;
}

@media (max-width: 768px) {
  .main__banners {
    position: relative;
    width: 100%;
    height: auto;
    background-image: none;
  }

  .banner__mobile {
    display: block;
  }

  .banner__desktop {
    display: none;
  }

  .banners-arrow-container {
    position: absolute;
    bottom: 24px;
    top: auto;
    right: 16px;
    display: flex;
    justify-content: space-between;
    width: 76px;
  }

  .banners-arrow-container button {
    width: 34px;
    height: 34px;
  }

  .main__banners--button {
    position: absolute;
    left: 16px;
    bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 191px;
    height: 40px;
    border-radius: 30px;
    background: #ffffff;
  }

  .main__banners--button a {
    color: #636363;
    font-size: 18px;
  }
}

.summary {
  display: flex;
  margin-top: 100px;
  align-items: center;
}

.summary--img {
  width: 156px;
  height: 191px;
  margin-right: 34px;
}

.summary--text {
  max-width: 989px;
  color: #636363;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}

.summary__numbers {
  color: #6fb4ff;
  font-family: Gilroy;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.summary--img-mobile {
  display: none;
}

@media (max-width: 768px) {
  .summary {
    position: relative;
    margin-top: 44px;
  }

  .summary--img {
    display: none;
  }

  .summary--text {
    width: 100%;
    font-size: 20px;
    max-width: 379px;
  }

  .summary__numbers {
    font-size: 24px;
  }

  .summary--img-mobile {
    display: block;
    position: absolute;
    top: -25px;
    right: -10px;
  }
}

.brands__filter {
  width: 100%;
  margin-top: 111px;
  margin-bottom: 100px;
}

.brands__container {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
}

.brands__filter--title {
  color: #636363;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-bottom: 40px;
}

.brandsSwiper .slide__img {
  width: 238px;
  height: 142px;
  color: #000000;
  cursor: pointer;
  border-radius: 35px;
  border: 6px solid transparent;
}

.brandsSwiper .slide__img:hover {
  border: 6px solid #b6dfff;
}

.brandsSwiper .slide__img img {
  width: 226px;
  height: 130px;
  max-width: 226px;
}

.brandsSwiper .swiper-slide {
  width: 238px;
  height: 142px;
  border-radius: 35px;
  box-sizing: border-box;
}

div.brandsSwiper .brand__selected {
  border-color: #477cff;
}

div.brandsSwiper .brand__selected.slide__img:hover {
  border-color: #477cff;
}

.brands-arrow-container {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  width: 120px;
}

@media (max-width: 768px) {
  .brands__filter {
    width: 100%;
    margin-top: 43px;
    margin-bottom: 60px;
  }

  .brands__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .brands__filter--title {
    font-size: 24px;
    margin-bottom: 21px;
  }

  .brandsSwiper .slide__img {
    width: 142px;
    height: 88px;
    color: #000000;
    cursor: pointer;
    border-radius: 20px;
    border: 6px solid transparent;
  }

  .brandsSwiper .slide__img:hover {
    border: 6px solid transparent;
  }

  .brandsSwiper .slide__img img {
    width: 130px;
    height: 76px;
    max-width: 130px;
  }

  .brandsSwiper .swiper-slide {
    width: 142px;
    height: 88px;
  }

  .brands-arrow-container {
    display: none;
  }
}

.actions {
  width: 100%;
}

.actions__container {
  position: relative;
  max-width: 1410px;
  height: 747px;
  border-radius: 30px;
  background: #fcd783;
  margin: 0 auto;
  padding: 40px 40px 0;
}

.actions__title {
  color: #fff;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.actionsSwiper .swiper-slide {
  position: relative;
  width: 574px;
  height: 575px;
  border-radius: 30px;
  background-color: #ffffff;
}

.actionsSwiper .slide__img {
  width: 574px;
  height: 267px;
  border-radius: 30px;
}

.actionsSwiper .slide__img img {
  border-radius: 30px;
}

.actionsSwiper .slide__tags {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: fit-content;
  margin-top: 32px;
  margin-left: 32px;
}

.actionsSwiper .tag__market {
  display: flex;
  align-items: center;
  min-width: 167px;
  max-width: 300px;
  height: 32px;
  border-radius: 30px;
  background: #fcd783;
  margin-right: 16px;
}

.actionsSwiper .tag__market img {
  margin-left: 5px;
  width: 22px;
  height: 22px;
}

.actionsSwiper .tag__market--name {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 0;
  text-align: center;
  width: 100%;
}

.actionsSwiper .tag__date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 32px;
  border-radius: 30px;
  background: #9cde80;
}

.actionsSwiper .slide__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  margin-top: 24px;
  margin-left: 32px;
  margin-right: 25px;
}

.actionsSwiper .slide__footer {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 510px;
  left: 32px;
  bottom: 32px;
  height: 52px;
}

.actionsSwiper .slide__footer--prizes {
  display: flex;
  width: 268px;
  height: 52px;
}

.actionsSwiper .prize__cell,
.promotions__item__prizes img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: -16px;
  border: 3px solid #fff;
  background-color: #e4e4e4;
}

.actionsSwiper .slide__footer--prize {
  width: 52px;
  height: 52px;
}

.actionsSwiper .slide__footer--prize img {
  width: 52px;
  height: 52px;
}

.actionsSwiper .slide__footer--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 52px;
  border-radius: 30px;
  background: #477cff;
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.actions__container .slide__end {
  background-color: rgb(255, 255, 255, 0.5);
  padding-top: 277px;
}

.slide__title--end {
  color: #636363;
  font-family: Gilroy;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 41.8px */
  margin-left: 32px;
}

.slide__end .slide__text {
  width: 357px;
}

div.actions__container.actions__container--empty {
  height: auto;
  padding-bottom: 49px;
}

div.actions__container.actions__container--empty .slide__end {
  position: relative;
  height: 290px;
  border-radius: 30px;
  padding-top: 40px;
}

div.actions__container.actions__container--empty .slide__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  width: 548px;
  margin-left: 32px;
  margin-top: 16px;
}

.actions__container--empty .slide__footer {
  margin-left: 32px;
  margin-top: 60px;
}

.swiper__one {
  display: flex;
}

/*
div.actions__container.actions__container--one .actionsSwiper {
  width: 606px;
}
*/
div.actions__container.actions__container--one .slide__end {
  position: relative;
  width: 724px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255, 0.5);
  padding-top: 293px;
}

div.actions__container.actions__container--one .slide__end .slide__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  width: 554px;
  margin-left: 32px;
  margin-top: 24px;
}

div.actions__container.actions__container--one .slide__end .slide__title--end {
  width: 464px;
}
/*
.actions__container--one .slide__end .slide__footer {
  margin-left: 32px;
  margin-top: 42px;
}
  */

.actions__smile--end {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 228px;
  height: 114px;
  z-index: 0;
}

.slide__footer--subscription {
  width: 295px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #ff9a5d;
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.actions-arrow-container {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.actions__smile {
  position: absolute;
  top: -70px;
  left: 40px;
  width: 142px;
  height: 142px;
  z-index: -2;
}

@media (max-width: 768px) {
  .actions {
    width: 100%;
    /* margin-top: 60px; */
  }

  .actions__container {
    width: 100%;
    height: 606px;
    padding: 32px 16px 0;
  }

  .actions__title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 110%; /* 26.4px */
  }

  .actionsSwiper .swiper-slide {
    width: 317px;
    height: 474px;
    border-radius: 20px;
  }

  .actionsSwiper .slide__img {
    width: 317px;
    height: 148px;
    border-radius: 20px;
  }

  .actionsSwiper .slide__img img {
    border-radius: 20px;
  }

  .actionsSwiper .slide__tags {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin-top: 24px;
    margin-left: 20px;
  }

  .actionsSwiper .tag__market,
  .promotions__item__trader {
    width: 138px;
    height: 30px;
    border-radius: 30px;
    background: #fcd783;
  }

  .actionsSwiper .tag__market img,
  .promotions__item__trader img {
    margin-left: 0;
    width: 30px;
    height: 30px;
  }

  .actionsSwiper .tag__market--name,
  .promotions__item__trader div {
    font-size: 14px;
    margin-left: 8px;
  }

  .actionsSwiper .tag__date,
  .promotions__item__date {
    font-size: 14px;
    width: 100px;
    min-width: 100px;
    height: 30px;
    margin-right: 0px;
  }

  .actionsSwiper .slide__text {
    font-size: 16px;
    margin-top: 16px;
    margin-left: 20px;
  }

  .actionsSwiper .slide__footer {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    left: 20px;
    bottom: 24px;
    height: 116px;
  }

  .actionsSwiper .slide__end .slide__footer {
    left: 0px;
  }

  .actionsSwiper .slide__footer--prizes img {
    width: 268px;
    height: 52px;
  }

  .actionsSwiper .slide__footer--prizes .prize__cell {
    width: 52px;
    height: 52px;
  }

  .actionsSwiper .slide__footer--button {
    width: 277px;
    height: 40px;
    font-size: 18px;
  }

  .actions-arrow-container {
    display: none;
  }

  .actions__smile {
    position: absolute;
    top: -40px;
    left: 16px;
    width: 80px;
    height: 80px;
    z-index: -2;
  }

  div.actions__container.actions__container--one .slide__end {
    position: relative;
    width: 317px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255, 0.5);
    padding-top: 148px;
  }

  div.actions__container.actions__container--one .slide__end .slide__text {
    font-size: 16px;
    margin-left: 20px;
    width: 267px;
  }

  div.actions__container.actions__container--one
    .slide__end
    .slide__title--end {
    width: auto;
    margin: 0 0 16px 20px;
    font-size: 24px;
  }

  div.actions__container.actions__container--one .slide__end .slide__footer {
    height: 40px;
  }

  .slide__footer--subscription {
    width: 277px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto;
  }

  .actions__smile--end {
    width: 124px;
    height: 62px;
    right: 20px;
  }

  div.actions__container.actions__container--empty {
    height: 479px;
    width: 100%;
  }

  div.actions__container.actions__container--empty .slide__end {
    position: relative;
    height: 347px;
    border-radius: 30px;
    padding-top: 118px;
    margin-right: 16px;
    margin-left: 16px;
  }

  div.actions__container.actions__container--empty .slide__title--end {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
  }

  div.actions__container.actions__container--empty .slide__text {
    color: #636363;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    width: 90%;
    margin-left: 20px;
    margin-top: 16px;
  }

  .actions__container--empty .slide__footer {
    font-size: 18px;
    margin: 40px auto;
  }
}

.personal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1410px;
  height: 282px;
  margin-top: 100px;
  background-image: url("/main/design2025/images/bg-personal.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.personal__title {
  max-width: 600px;
  color: #636363;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-top: 40px;
  margin-left: 40px;
}

.personal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 299px;
  height: 52px;
  border-radius: 30px;
  background: #fff;
  margin-top: 60px;
  margin-left: 40px;
  color: #636363;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.personal__smile {
  position: absolute;
  top: -75px;
  right: 20px;
  width: 142px;
  height: 142px;
  z-index: -2;
}

@media (max-width: 768px) {
  .personal {
    min-width: 370px;
    width: auto;
    height: 368px;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #b6dfff;
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("/main/design2025/images/bg-personal-mobile.png");
  }

  .personal__title {
    max-width: 377px;
    font-size: 24px;
    line-height: 110%; /* 48px */
    margin-top: 32px;
    margin-left: 16px;
  }

  .personal__button {
    width: 228px;
    height: 40px;
    margin-top: 32px;
    margin-left: 16px;
    font-size: 18px;
  }

  .personal__smile {
    position: absolute;
    top: -40px;
    right: 16px;
    width: 80px;
    height: 80px;
    z-index: -2;
  }
}

.surveys {
  width: 100%;
  margin-top: 101px;
}

.surveys__container {
  position: relative;
  max-width: 1410px;
  /* height: 772px; */
  height: 100%;
  border-radius: 30px;
  background: #9cde80;
  margin: 0 auto;
  padding: 43px 40px 40px;
}

.surveys__title {
  color: #fff;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.surveysSwiper .swiper-slide {
  position: relative;
  width: 574px;
  height: 600px;
  border-radius: 30px;
  background-color: #ffffff;
}

.surveysSwiper .slide__img {
  position: relative;
  width: 574px;
  height: 267px;
  border-radius: 30px;
}

.surveysSwiper .slide__img img {
  width: 574px;
  height: 267px;
  border-radius: 30px;
}

.slide__img--market {
  position: absolute;
  top: 32px;
  left: 32px;
  display: flex;
  align-items: center;
  width: 118px;
  height: 32px;
  z-index: 10;
  border-radius: 30px;
  background: #fff;
  color: #636363;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.survey__market--logo {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}

.surveysSwiper .survey__market--logo img {
  width: 32px;
  height: 32px;
}

.surveysSwiper .slide__tags {
  display: flex;
  color: rgba(99, 99, 99, 0.5);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-left: 32px;
  margin-top: 25px;
}

.surveysSwiper .slide__tags svg {
  fill: none;
}

.tag__time,
.tag__questions,
.tag__date {
  display: flex;
  margin-right: 16px;
}

.tag__time--img,
.tag__questions--img,
.tag__date--img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.tag__date--img {
  margin-right: 8px;
}

.tag__time--text {
  width: 64px;
}

.tag__questions--text {
  width: 96px;
}

.tag__date--text {
  width: 85px;
}

.surveysSwiper .slide__title {
  width: 475px;
  color: #636363;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  margin-left: 32px;
  margin-top: 24px;
}

.surveysSwiper .slide__text {
  width: 475px;
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  margin-left: 32px;
  margin-top: 16px;
}

.surveysSwiper .slide__footer {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 510px;
  left: 32px;
  bottom: 32px;
  height: 52px;
}

.surveysSwiper .slide__footer--gift {
  width: 200px;
  height: 52px;
  background-color: #fcd783;
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.surveysSwiper .slide__footer--gift span {
  color: #ffffff;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-left: 30px;
}

.surveysSwiper .slide__footer--gift img {
  width: 47px;
  height: 47px;
  bottom: -3px;
}

.surveysSwiper .slide__footer--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 52px;
  border-radius: 30px;
  background: #477cff;
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 154px;
}

.surveys-arrow-container {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.surveys__smile {
  position: absolute;
  top: -70px;
  left: 40px;
  width: 142px;
  height: 142px;
  z-index: -2;
}

.tag__gift--mobile {
  display: none;
}

.surveys__container .slide__end {
  background-color: rgb(255, 255, 255, 0.5);
  padding-top: 302px;
  width: 724px;
  margin-left: 7px;
}

.surveys__container .slide__end .slide__footer {
  flex-direction: row;
}

div.surveys__container.surveys__container--empty {
  height: 462px;
}

div.surveys__container.surveys__container--empty .slide__end {
  position: relative;
  height: 290px;
  border-radius: 30px;
  padding-top: 40px;
}

div.surveys__container.surveys__container--empty .slide__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  width: 548px;
  margin-left: 32px;
  margin-top: 16px;
}

.surveys__container--empty .slide__footer {
  margin-left: 32px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .surveys {
    width: 100%;
    margin-top: 60px;
  }

  .surveys__container {
    width: 100%;
    height: 545px;
    padding: 32px 16px 0;
  }

  .surveys__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 24px;
  }

  .surveysSwiper .swiper-slide {
    width: 317px;
    height: 438px;
    border-radius: 20px;
  }

  .surveysSwiper .slide__img {
    width: 317px;
    height: 148px;
    border-radius: 20px;
  }

  .surveysSwiper .slide__img img {
    width: 317px;
    height: 148px;
    border-radius: 20px;
  }

  .surveysSwiper .slide__img--market {
    top: 20px;
    left: 20px;
    width: 109px;
    height: 30px;
    font-size: 14px;
    line-height: normal;
  }

  .surveysSwiper .survey__market--logo {
    margin-right: 8px;
  }

  .surveysSwiper .survey__market--logo img {
    width: 32px;
    height: 32px;
  }

  .surveysSwiper .slide__tags {
    font-size: 14px;
    line-height: 120%; /* 19.2px */
    margin-left: 20px;
    margin-top: 24px;
  }

  .surveysSwiper .slide__tags svg {
    fill: none;
  }

  .tag__time,
  .tag__questions,
  .tag__date {
    align-items: center;
    margin-right: 10px;
  }

  .tag__time--img,
  .tag__questions--img,
  .tag__date--img {
    display: none;
  }

  .tag__time--text {
    width: 56px;
  }

  .tag__questions--text {
    width: 84px;
  }

  .tag__date--text {
    width: 75px;
  }

  .tag__gift--mobile {
    display: block;
  }

  .surveysSwiper .slide__title {
    width: 247px;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 16px;
  }

  .surveysSwiper .slide__text {
    width: 277px;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 8px;
  }

  .surveysSwiper .slide__footer {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 277px;
    left: 20px;
    bottom: 24px;
    height: 40px;
  }

  .surveysSwiper .slide__footer--gift {
    display: none;
  }

  .surveysSwiper .slide__footer--button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 277px;
    height: 40px;
    font-size: 18px;
    margin-left: 0;
  }

  .surveys-arrow-container {
    display: none;
  }

  .surveys__smile {
    position: absolute;
    top: -40px;
    left: 16px;
    width: 80px;
    height: 80px;
    z-index: -2;
  }

  .surveys__container .slide__end {
    padding-top: 148px;
  }

  .surveys__container .slide__title--end {
    font-size: 24px;
    margin-left: 20px;
  }

  .surveys__container .slide__end .slide__text {
    font-size: 16px;
    margin-left: 0;
    padding: 0 12px 0 20px;
  }

  .surveys__container .slide__end .slide__footer {
    flex-direction: row;
  }
}

.discounts {
  width: 100%;
  margin-top: 101px;
}

.discounts__container {
  position: relative;
  max-width: 1410px;
  height: 705px;
  border-radius: 30px;
  background: #ffc8a7;
  margin: 0 auto;
  padding: 40px 40px 0;
}

.discounts__title {
  color: #fff;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.discountsSwiper .swiper-slide {
  position: relative;
  width: 574px;
  height: 533px;
  border-radius: 30px;
  background-color: #ffffff;
}

.discountsSwiper .slide__img {
  width: 574px;
  height: 267px;
  border-radius: 30px;
}

.discountsSwiper .slide__img img {
  width: 574px;
  height: 267px;
  border-radius: 30px;
}

.discountsSwiper .slide__tags {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
  margin-left: 32px;
}

.discountsSwiper .tag__market {
  display: flex;
  align-items: center;
  width: 118px;
  height: 32px;
  border-radius: 30px;
  background: #fcd783;
  margin-right: 24px;
}

.discountsSwiper .tag__market img {
  margin-left: 0;
  width: 32px;
  height: 32px;
}

.discountsSwiper .tag__market--name {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 14px;
}

.discountsSwiper .tag__date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 32px;
  border-radius: 30px;
  background: #fcd783;
  margin-right: 24px;
}

.discountsSwiper .tag__discount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 32px;
  border-radius: 30px;
  background: #81c7fc;
}

.discountsSwiper .slide__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  margin-top: 24px;
  margin-left: 32px;
}

.discountsSwiper .slide__footer {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 510px;
  left: 32px;
  bottom: 32px;
  height: 52px;
}

.discountsSwiper .slide__footer--prizes img {
  width: 141px;
  height: 52px;
}

.discountsSwiper .slide__footer--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 52px;
  border-radius: 30px;
  background: #477cff;
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.discounts-arrow-container {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.discounts__smile {
  position: absolute;
  top: -75px;
  right: 20px;
  width: 142px;
  height: 142px;
  z-index: -2;
}

.discounts__container .slide__end {
  background-color: rgb(255, 255, 255, 0.5);
  padding-top: 235px;
}

.discounts__container .slide__end .slide__footer {
  flex-direction: row;
}

div.discounts__container.discounts__container--empty {
  height: 462px;
}

div.discounts__container.discounts__container--empty .slide__end {
  position: relative;
  height: 290px;
  border-radius: 30px;
  padding-top: 40px;
}

div.discounts__container.discounts__container--empty .slide__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  width: 548px;
  margin-left: 32px;
  margin-top: 16px;
}

.discounts__container--empty .slide__footer {
  margin-left: 32px;
  margin-top: 60px;
}

.desktop-is-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .discounts {
    width: 100%;
    margin-top: 60px;
  }

  .discounts__container {
    width: 100%;
    height: 510px;
    padding: 32px 16px 0;
  }

  .discounts__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 24px;
  }

  .discountsSwiper .swiper-slide {
    position: relative;
    width: 351px;
    height: 378px;
    border-radius: 20px;
  }

  .discountsSwiper .slide__img {
    width: 351px;
    height: 164px;
    border-radius: 20px;
  }

  .discountsSwiper .slide__img img {
    width: 351px;
    height: 164px;
    border-radius: 20px;
  }

  .discountsSwiper .slide__tags {
    margin-top: 24px;
    margin-left: 20px;
    font-size: 14px;
  }

  .discountsSwiper .tag__market {
    display: flex;
    align-items: center;
    width: 129px;
    height: 30px;
    border-radius: 30px;
    background: #fcd783;
    margin-right: 24px;
  }

  .discountsSwiper .tag__market img {
    margin-left: 0;
    width: 30px;
    height: 30px;
  }

  .discountsSwiper .tag__market--name {
    color: #fff;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 3px;
  }

  .discountsSwiper .tag__date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    background: #fcd783;
    margin-right: 12px;
  }

  .mobile-is-hidden {
    display: none !important;
  }

  .desktop-is-hidden {
    display: flex !important;
  }

  .discountsSwiper .tag__discount {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 30px;
    border-radius: 30px;
    background: #81c7fc;
  }

  .discountsSwiper .slide__text {
    color: #636363;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 31.2px */
    margin-top: 16px;
    margin-left: 20px;
  }

  .discountsSwiper .slide__footer {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 510px;
    left: 20px;
    bottom: 24px;
    height: 40px;
  }

  .surveys__container .slide__end {
    margin-left: 0;
  }

  .discountsSwiper .slide__footer--prizes {
    display: none;
  }

  .discountsSwiper .slide__footer--button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 311px;
    height: 40px;
    border-radius: 30px;
    background: #477cff;
    color: #fff;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .discounts-arrow-container {
    display: none;
  }

  .discounts__smile {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: -2;
  }

  .discountsSwiper .slide__end {
    padding-top: 148px;
  }

  .discountsSwiper .slide__title--end {
    font-size: 24px;
    margin-left: 20px;
  }

  .discountsSwiper .slide__end .slide__text {
    font-size: 16px;
    margin-left: 20px;
  }

  .discountsSwiper .slide__end .slide__footer {
    flex-direction: row;
    width: 100%;
    left: 0;
  }
  .actions__container .slide__end {
    padding-top: 156px;
  }
  .slide__title--end {
    font-size: 24px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .slide__end .slide__text {
    width: 297px;
  }
}

@media (max-width: 400px) {
  .actionsSwiper .swiper-slide {
    width: 300px;
  }

  .actionsSwiper .slide__img {
    width: 300px;
  }

  .surveysSwiper .swiper-slide {
    width: 300px;
  }

  .surveysSwiper .slide__img {
    width: 300px;
  }

  .surveysSwiper .slide__img img {
    width: 300px;
  }

  .surveysSwiper .slide__footer,
  .actionsSwiper .slide__footer,
  .discountsSwiper .slide__footer {
    left: 13px;
  }

  .discountsSwiper .swiper-slide {
    width: 320px;
  }

  .discountsSwiper .slide__img {
    width: 320px;
  }

  .discountsSwiper .slide__img img {
    width: 320px;
  }

  .actionsSwiper .slide__tags,
  .surveysSwiper .slide__tags,
  .discountsSwiper .slide__tags {
    margin-left: 10px;
  }

  .actionsSwiper .slide__text,
  .surveysSwiper .slide__text,
  .discountsSwiper .slide__text,
  .discountsSwiper .slide__end .slide__text {
    margin-left: 10px;
  }

  .actionsSwiper .slide__text {
    margin-right: 10px;
  }

  .surveysSwiper .slide__title,
  .discountsSwiper .slide__title--end {
    margin-left: 10px;
  }

  .discountsSwiper .slide__title--end {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide__end .slide__text {
    width: 270px;
  }

  .discountsSwiper .slide__footer {
    width: 300px;
    justify-content: center;
  }

  .discountsSwiper .slide__end .slide__footer--subscription {
    margin: 0;
  }

  .discountsSwiper .slide__end .slide__footer {
    left: 0;
    width: 100%;
  }

  .discountsSwiper .slide__footer--button {
    width: 295px;
  }

  .discountsSwiper .tag__market {
    margin-right: 5px;
  }

  .discountsSwiper .tag__date {
    margin-right: 5px;
  }

  .support {
    min-width: 377px;
  }

  div.actions__container.actions__container--empty .slide__text,
  div.actions__container.actions__container--empty .slide__title--end {
    margin-left: 15px;
  }
}

.faq {
  width: 100%;
  margin-top: 116px;
}

.faq__container {
  position: relative;
  max-width: 1410px;
  margin: 0 auto;
}

.faq__title {
  color: #636363;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 187px;
}

.faq__registration,
.faq__participation,
.faq__prizes {
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 31px 40px 33px 35px;
  margin-top: 24px;
}

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

.faq__header--title {
  color: #636363;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__button svg {
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.faq__questions {
  color: #636363;
  margin-top: 25px;
}

.faq__question--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.question__title {
  display: flex;
  align-items: center;
  color: #636363;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 1286px;
  border-top: 1px dashed #636363;
  height: 60px;
}

.question__button svg {
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.faq__question--text {
  color: #636363;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  max-width: 1022px;
  margin-bottom: 20px;
}

.faq__question--text ul {
  list-style: disc;
  margin-left: 20px;
}

.faq__question--text li {
  display: list-item;
  list-style-type: disc;
}

.faq__smile {
  position: absolute;
  top: -75px;
  left: 35px;
  width: 142px;
  height: 142px;
  z-index: -2;
}

.faq__question--text a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq {
    margin-top: 60px;
  }

  .faq__smile {
    display: none;
  }

  .faq__title {
    font-size: 24px;
    line-height: 120%;
    margin-left: 0;
  }

  .faq__header--title {
    font-size: 20px;
  }

  .faq__registration,
  .faq__participation,
  .faq__prizes {
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 16px 19px 16px;
    margin-top: 16px;
  }

  .faq__questions {
    color: #636363;
    margin-top: 25px;
  }

  .faq__question--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 62px;
    height: auto;
  }

  .question__title {
    display: flex;
    align-items: center;
    color: #636363;
    font-family: Gilroy;
    font-size: 18px;
    line-height: normal;
    width: 100%;
    border-top: 1px dashed #636363;
    min-height: 62px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq__question--text {
    font-size: 16px;
    max-width: 1022px;
    margin-bottom: 20px;
    padding-right: 30px;
  }

  .faq__question--text ul {
    list-style: disc;
    margin-left: 20px;
  }
}

.support {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1410px;
  height: 420px;
  margin-top: 100px;
  background-image: url("/main/design2025/images/bg-support.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.support__title {
  color: #636363;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-top: 40px;
  margin-left: 40px;
}

.support__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 52px;
  border-radius: 30px;
  background: #fff;
  margin-top: 43px;
  margin-left: 40px;
  color: #636363;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 768px) {
  .support {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 397px;
    min-height: 410px;
    width: 100%;
    height: 100%;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #b6dfff;
    background-image: url("/main/design2025/images/bg-support-mobile.png");
    background-position: right bottom;
    background-size: 368px 312px;
    background-repeat: no-repeat;
  }

  .support__title {
    font-size: 24px;
    margin-top: 32px;
    margin-left: 16px;
  }

  .support__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 249px;
    height: 40px;
    border-radius: 30px;
    background: #fff;
    margin-top: 32px;
    margin-left: 18px;
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .support {
    min-width: 370px;
  }
}

.is-reverse {
  transform: rotate(180deg);
}

/* main end*/

/* footer */

.footer {
  position: relative;
  overflow: hidden;
  margin-top: auto;
  width: 100%;
  color: #2d61e3;
  background-color: #f1f1f1;
}
.footer__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1410px;
  height: 478px;
  padding-top: 75px;
}

.footer__row {
  display: flex;
}

.footer__row:last-child {
  margin-left: 576px;
}

.footer__logo {
  width: 324px;
  height: 61px;
  margin-left: 48px;
  margin-right: 206px;
}

.footer__logo img {
  width: 324px;
  height: 61px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  margin-right: 198px;
}

.footer__nav--items {
  display: flex;
  flex-direction: column;
  color: #636363;
  margin-bottom: 48px;
}

.footer__nav--item {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.footer__nav--item:last-child {
  margin-bottom: 0;
}

.footer__nav--politics {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}

.footer__nav--politic {
  color: rgba(99, 99, 99, 0.5);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.footer__phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.footer__phone--title {
  color: rgba(99, 99, 99, 0.5);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__phone--link {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__email {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.footer__email--title {
  color: rgba(99, 99, 99, 0.5);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__email--link {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__messengers {
  display: flex;
  margin-bottom: 48px;
}

.footer__tg {
  width: 156px;
  height: 40px;
  margin-right: 24px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
}

.footer__tg img {
  width: 22px;
  height: 18.15px;
}

.footer__tg span {
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #636363;
}

.footer__wa img {
  width: 169px;
  height: 40px;
}

.footer__jur {
  color: rgba(99, 99, 99, 0.5);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

@media (max-width: 768px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    margin: 0 10px 62px;
    height: 713px;
    padding-top: 36px;
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__row:last-child {
    margin-left: 10px;
  }

  .footer__logo {
    width: 205px;
    height: 38px;
    margin-left: 0;
    margin-right: 206px;
  }

  .footer__logo img {
    width: 205px;
    height: 38px;
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }

  .footer__nav--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #636363;
    margin-top: 48px;
  }

  .footer__nav--item {
    color: #636363;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
    margin-right: 48px;
  }

  .footer__nav--item:last-child {
    margin-bottom: 0;
  }

  .footer__nav--politics {
    display: flex;
    flex-direction: column;
  }

  .footer__nav--politic {
    color: rgba(99, 99, 99, 0.5);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }

  .footer__phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .footer__phone--title {
    color: rgba(99, 99, 99, 0.5);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer__phone--link {
    color: #636363;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .footer__email {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .footer__email--title {
    color: rgba(99, 99, 99, 0.5);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer__email--link {
    color: #636363;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .footer__messengers {
    display: flex;
    margin-bottom: 48px;
  }

  .footer__wa img {
    width: 169px;
    height: 40px;
  }

  .footer__jur {
    margin-top: 32px;
  }
}

/* footer end*/

/* widget notifier */

.header__icon {
  position: relative;
  top: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

.header__icon_notifier {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/main/design2025/images/icon_notifier.svg");
  background-size: 40px 40px;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin-left: 16px;
}
.header__icon_notifier.highlighted {
  position: relative;
  z-index: 101;
}
.header__icon_notifier.highlighted:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #fc5654;
}

.form-subscribe__button {
  display: block;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  padding: 23px 24px 24px;
  max-width: 260px;
  flex-basis: 50%;
  font-size: 22px;
  line-height: 1.2272727273;
  background-color: #ff8080;
}
@media (min-width: 1025px) {
  .form-subscribe__button {
    transition: background-color 0.35s ease;
  }
  .form-subscribe__button:hover {
    background-color: #ff5c5c;
  }
}
@media (max-width: 1679px) {
  .form-subscribe__button {
    max-width: 240px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .form-subscribe__button {
    padding: 12px 0 13px;
    max-width: calc(50% - 8px);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2272727273;
  }

  .header {
    padding: 0 38px;
  }

  .breadcrumbs_container2025 {
    padding: 0 38px;
  }
}

/*  ПРОМОКОДЫ  */
.promocodes__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1410px;
}

@media (max-width: 1440px) {
  .promocodes__container {
    max-width: 1200px;
  }
}

@media (max-width: 768px) {
  .promocodes__container {
    padding: 0 10px;
    max-width: none;
    margin-top: 20px;
  }

  .header__icon_notifier {
    background-size: 34px 34px;
    background-repeat: no-repeat;
    min-width: 34px;
    height: 34px;
  }
}

/* PROMOCODES PAGE BRAND FILTER */
.brand__filter {
  display: block;
  margin: 33px 40px 0;
}
@media (max-width: 1440px) {
  .brand__filter {
    margin: 89px 0 0;
  }
}
.brand__filter--title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #636363;
  margin-bottom: 33px;
}
@media (max-width: 1440px) {
  .brand__filter--title {
    margin: 0 25px 28px;
    margin-bottom: 39px;
    font-size: 38px;
  }
}
.brand__filter--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  gap: 19px 16px;
  padding-bottom: 54px;
  overflow: hidden;
  /* advanced animation technique */
  backface-visibility: hidden;
  height: calc-size(auto);
  transition: height 0.5s;
}
@media (max-width: 1440px) {
  .brand__filter--items {
    margin: 0 17px;
    gap: 18px 17px;
  }
}
@media (max-width: 1200px) {
  .brand__filter--items {
    margin: 0 3%;
    gap: 18px 2.4%;
  }
}
@media (max-width: 900px) {
  .brand__filter--items {
    margin: 0 0;
    gap: 18px 1.75%;
  }
}
.brand__filter--item {
  width: 152px;
  height: 87px;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  transition: opacity 0.5s;
}
@media (max-width: 1200px) {
  .brand__filter--item {
    width: 14.65%;
  }
}
@media (max-width: 900px) {
  .brand__filter--item {
    width: 18.58%;
  }
}
.brand__filter--item.filter__disabled {
  opacity: 0.3;
  filter: grayscale(100%);
}
#brand-filter-open,
.brand__filter .brand__filter--item input {
  display: none;
}
.brand__filter--item input[type="checkbox"]:checked + label,
.brand__filter--item input[type="checkbox"]:not(:checked) + label {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
  padding: 0;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  user-select: none;
}
.brand__filter--item input[type="checkbox"]:checked + label::before,
.brand__filter--item input[type="checkbox"]:not(:checked) + label::before {
  content: none;
}
.brand__filter--item input[type="checkbox"]:checked + label {
  box-shadow: inset 0 0 0 6px #477cffcc;
}
.brand__filter--button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 45px;
  margin-top: -45px;
  cursor: pointer;
  color: #636363;
  justify-content: flex-end;
  position: relative;
  z-index: 1;

  font-weight: 500;
  font-size: 22px;
  line-height: 25.89px;
}
.brand__filter--button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #636363,
    #636363 5px,
    transparent 5px,
    transparent 10px
  );
  clip-path: inset(0 39px 0 0);
}
.brand__filter--buttontext {
  align-items: center;
  height: 44px;
  padding-right: 70px;
}
.brand__filter--arrow {
  position: absolute;
  right: 0;
  height: 100%;
  width: 29px;
  transition: transform 0.5s;
  transform: rotate(-180deg);
}
/* меняем кнопку сворачивания */
input#brand-filter-open:checked
  ~ label.brand__filter--button
  .brand__filter--buttontext.open {
  display: flex;
}
input#brand-filter-open:checked
  ~ label.brand__filter--button
  .brand__filter--buttontext.close {
  display: none;
}
input#brand-filter-open:not(:checked)
  ~ label.brand__filter--button
  .brand__filter--buttontext.open {
  display: none;
}
input#brand-filter-open:not(:checked)
  ~ label.brand__filter--button
  .brand__filter--buttontext.close {
  display: flex;
}
input#brand-filter-open:not(:checked)
  ~ label.brand__filter--button
  .brand__filter--arrow {
  transform: rotate(0deg);
}
/* сворачивание блока с брендами */
input#brand-filter-open:not(:checked) + .brand__filter--items {
  height: 170px;
}
@media (min-width: 1441px) {
  input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 9) {
    opacity: 0.5;
  }
  input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 15) {
    opacity: 0;
  }
}
@media (max-width: 1440px) and (min-width: 1201px) {
  input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 8) {
    opacity: 0.5;
  }
  input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 13) {
    opacity: 0;
  }
}
@media (max-width: 1200px) and (min-width: 901px) {
  .promocodes
    input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 7) {
    opacity: 0.5;
  }
  .promocodes
    input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 11) {
    opacity: 0;
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  .promocodes
    input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 6) {
    opacity: 0.5;
  }
  .promocodes
    input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 9) {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  /*фильтры*/
}

/* DROPDOWN FILTER */
.marketplace__filter,
.category__filter {
  margin: 33px 40px 0;
  width: 294px;
}
@media (max-width: 1440px) {
  .marketplace__filter,
  .category__filter {
    margin: 57px 0 0;
  }
}
.trader__filter,
.year__filter,
.action__filter {
  flex-grow: 1;
}
.promotions__filters__row {
  display: flex;
  gap: 16px;
  margin-bottom: 46px;
}

#market-filter-open,
#category-filter-open,
#trader-filter-open,
#year-filter-open,
#action-filter-open {
  display: none;
}
#market-filter-open + label,
#category-filter-open + label,
#trader-filter-open + label,
#year-filter-open + label,
#action-filter-open + label {
  margin: 0;
  padding: 0;
  padding-right: 12px;
  display: flex;
}
#market-filter-open + label::before,
#category-filter-open + label::before,
#trader-filter-open + label::before,
#year-filter-open + label::before,
#action-filter-open + label::before {
  content: none;
}
#market-filter-open:checked ~ .marketplace__filter--list,
#category-filter-open:checked ~ .category__filter--list,
#trader-filter-open:checked ~ .trader__filter--list,
#year-filter-open:checked ~ .year__filter--list {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .marketplace__filter--over,
  .category__filter--over,
  .trader__filter--over,
  .year__filter--over,
  .action__filter--over {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  #market-filter-open:checked ~ .marketplace__filter--over,
  #category-filter-open:checked ~ .category__filter--over,
  #trader-filter-open:checked ~ .trader__filter--over,
  #year-filter-open:checked ~ .year__filter--over,
  #action-filter-open:checked ~ .action__filter--over {
    display: block;
  }
}
#market-filter-open:checked ~ .marketplace__filter--overlay,
#category-filter-open:checked ~ .category__filter--overlay,
#trader-filter-open:checked ~ .trader__filter--overlay,
#year-filter-open:checked ~ .year__filter--overlay,
#action-filter-open:checked ~ .action__filter--overlay {
  opacity: 1;
  visibility: visible;
}
.marketplace__filter--image,
.category__filter--image,
.trader__filter--image,
.year__filter--image,
.action__filter--image {
  transform: rotate(-180deg);
  transition: transform 0.3s;
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
#market-filter-open:checked + label .marketplace__filter--image,
#category-filter-open:checked + label .category__filter--image,
#trader-filter-open:checked + label .trader__filter--image,
#year-filter-open:checked + label .year__filter--image,
#action-filter-open:checked + label .action__filter--image {
  transform: rotate(0);
}
input[type="checkbox"]:checked + label.marketplace__filter,
input[type="checkbox"]:checked + label.category__filter,
input[type="checkbox"]:not(:checked) + label.marketplace__filter,
input[type="checkbox"]:not(:checked) + label.category__filter,
input[type="checkbox"]:checked + label.trader__filter,
input[type="checkbox"]:not(:checked) + label.trader__filter,
input[type="checkbox"]:checked + label.year__filter,
input[type="checkbox"]:not(:checked) + label.year__filter,
input[type="checkbox"]:checked + label.action__filter,
input[type="checkbox"]:not(:checked) + label.action__filter {
  position: relative;
  margin: 40px 40px 0;
}
input[type="checkbox"]:checked + label.marketplace__filter::before,
input[type="checkbox"]:checked + label.category__filter::before,
input[type="checkbox"]:not(:checked) + label.marketplace__filter::before,
input[type="checkbox"]:not(:checked) + label.category__filter::before,
input[type="checkbox"]:checked + label.trader__filter::before,
input[type="checkbox"]:not(:checked) + label.trader__filter::before,
input[type="checkbox"]:checked + label.year__filter::before,
input[type="checkbox"]:not(:checked) + label.year__filter::before,
input[type="checkbox"]:checked + label.action__filter::before,
input[type="checkbox"]:not(:checked) + label.action__filter::before {
  position: relative;
  margin: 40px 40px 0;
}
.marketplace__filter--button,
.category__filter--button,
.trader__filter--button,
.year__filter--button,
.action__filter--button {
  display: flex;
  align-items: center;
  height: 52px;
  border-radius: 50px;
  background: #81c7fc;
  cursor: pointer;
  gap: 15px;
}
.marketplace__filter--text,
.category__filter--text,
.trader__filter--text,
.year__filter--text,
.action__filter--text {
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 24px;
  backface-visibility: hidden;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marketplace__filter--counter,
.category__filter--counter,
.trader__filter--counter,
.year__filter--counter,
.action__filter--counter {
  display: inline-flex;
  height: 32px;
  background-color: #477cff;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  align-items: center;
}
/* .marketplace__filter--counter[data-count="0"],
.trader__filter--counter[data-count="0"],
.year__filter--counter[data-count="0"],
.action__filter--counter[data-count="0"] {
  display: none;
} */
.promocodes .marketplace__filter--counter[data-count="0"],
.promocodes .category__filter--counter[data-count="0"],
.promocodes .trader__filter--counter[data-count="0"] {
  display: none;
}
.promocodes .marketplace__filter--counter::before,
.promocodes .category__filter--counter::before,
.promocodes .trader__filter--counter::before,
.promocodes .year__filter--counter::before,
.promocodes .action__filter--counter::before {
  content: "Выбрано: " attr(data-count);
  padding: 0 17px;
}
.marketplace__filter--clean,
.category__filter--clean,
.trader__filter--clean,
.year__filter--clean,
.action__filter--clean {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  background: #fff;
  color: #477cff;
  flex-shrink: 0;
}
.marketplace__filter--clean svg,
.category__filter--clean svg,
.trader__filter--clean svg,
.year__filter--clean svg,
.action__filter--clean svg {
  height: 12px;
  width: 12px;
}
.marketplace__filter--list,
.category__filter--list,
.trader__filter--list,
.year__filter--list,
.action__filter--list {
  position: absolute;
  width: 449px;
  margin-right: 16px;
  border-radius: 12px;
  background: #fff;
  z-index: 100;
  margin-top: 12px;

  display: flex;
  visibility: collapse;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
.marketplace__filter--items,
.category__filter--items,
.trader__filter--items,
.year__filter--items,
.action__filter--items {
  width: 430px;
  max-height: 160px;
  border-radius: 12px;
  background: #fff;
  padding: 16px 20px;
  overflow-y: auto;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.marketplace__filter--items::-webkit-scrollbar,
.category__filter--items::-webkit-scrollbar,
.trader__filter--items::-webkit-scrollbar,
.year__filter--items::-webkit-scrollbar,
.action__filter--items::-webkit-scrollbar {
  width: 3px;
}
.marketplace__filter--items::-webkit-scrollbar-thumb,
.category__filter--items::-webkit-scrollbar-thumb,
.trader__filter--items::-webkit-scrollbar-thumb,
.year__filter--items::-webkit-scrollbar-thumb,
.action__filter--items::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 3px;
  max-height: 90px;
  width: 3px;
}
.marketplace__filter--items::-webkit-scrollbar-track,
.category__filter--items::-webkit-scrollbar-track,
.trader__filter--items::-webkit-scrollbar-track,
.year__filter--items::-webkit-scrollbar-track,
.action__filter--items::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #d5d4d4;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
}
@media (max-width: 1080px) {
  .marketplace__filter--items,
  .category__filter--items,
  .trader__filter--items,
  .year__filter--items,
  .action__filter--items {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .marketplace__filter--items,
  .category__filter--items,
  .trader__filter--items,
  .year__filter--items,
  .action__filter--items {
    top: 50px;
  }
}

.marketplace__filter--item,
.category__filter--item,
.trader__filter--item,
.year__filter--item,
.action__filter--item {
  display: flex;
  align-items: center;
}
.marketplace__filter--item.filter__disabled,
.category__filter--item.filter__disabled,
.trader__filter--item.filter__disabled,
.year__filter--item.filter__disabled,
.action__filter--item.filter__disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  backface-visibility: hidden;
}
.marketplace__filter--item label,
.category__filter--item label,
.trader__filter--item label,
.year__filter--item label,
.action__filter--item label {
  font-size: 20px;
  margin-left: 0;
  transition: color 0.3s ease;
  padding-bottom: 16px;
  flex: 1;
}
.marketplace__filter--item:last-child label,
.category__filter--item:last-child label,
.trader__filter--item:last-child label,
.year__filter--item:last-child label,
.action__filter--item:last-child label {
  padding-bottom: 0;
}
.marketplace__filter--item input,
.category__filter--item input,
.trader__filter--item input,
.year__filter--item input,
.action__filter--item input {
  display: none;
}
.marketplace__filter--item label:active,
.category__filter--item label:active,
.trader__filter--item label:active,
.year__filter--item label:active,
.action__filter--item label:active {
  color: #2d61e3;
}
.marketplace__filter--item label:hover,
.category__filter--item label:hover,
.trader__filter--item label:hover,
.year__filter--item label:hover,
.action__filter--item label:hover {
  color: #2d61e3;
}
.marketplace__filter--item input[type="checkbox"]:checked + label:before,
.category__filter--item input[type="checkbox"]:checked + label:before,
.trader__filter--item input[type="checkbox"]:checked + label:before,
.year__filter--item input[type="checkbox"]:checked + label:before,
.action__filter--item input[type="checkbox"]:checked + label:before {
  top: 0;
}
.marketplace__filter--item input[type="checkbox"]:not(:checked) + label:before,
.category__filter--item input[type="checkbox"]:not(:checked) + label:before,
.trader__filter--item input[type="checkbox"]:not(:checked) + label:before,
.year__filter--item input[type="checkbox"]:not(:checked) + label:before,
.action__filter--item input[type="checkbox"]:not(:checked) + label:before {
  top: 0;
}
.action__filter--item input[type="radio"] + label {
  padding: 0;
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.action__filter--item input[type="radio"]:checked + label {
  background-color: #81c7fc;
  color: #fff;
}

@media (max-width: 768px) {
  /*фильтры*/
}

/* COMMON FILTERS MOBILE APPEARANCE */
#promocodes-filters-triggers,
#mobile-filters-close,
#promocodes-filters-mobile-footer,
.mobile__brand__filter--head {
  display: none;
}
@media (max-width: 768px) {
  .brand__filter,
  .marketplace__filter,
  .category__filter {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    height: auto;
    min-height: 0%;
  }
  .promocodes #mobile-filters-close {
    display: flex !important;
    background: transparent;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0 43px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .promocodes #mobile-filters-close::before {
    content: "";
    display: block;
    background: #96b4ff;
    border-radius: 10px;
    width: 141px;
    height: 7px;
  }
  #promocodes-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    /* right: 0;
    bottom: 0; */
    width: 100%;
    height: 100dvh;
    transform: translateY(120%);
    transition: transform 0.5s;
    overflow: auto;
    padding: 0px 26px 29px;
  }
  #promocodes-filters.show {
    transform: translateY(0%);
  }
  .marketplace__filter--button,
  .category__filter--button,
  .trader__filter--button,
  .year__filter--button,
  .mobile__brand__filter--head {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex !important;
    width: 100%;
    height: auto;
    background: transparent;
    font-weight: 700;
    font-size: 22px;
    line-height: 26.6px;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0;
  }
  #market-filter-open + label,
  #category-filter-open + label,
  #trader-filter-open + label,
  #year-filter-open + label,
  #action-filter-open + label {
    padding: 0;
  }
  .marketplace__filter--text,
  .category__filter--text,
  .trader__filter--text,
  .year__filter--text,
  .mobile__brand__filter--title {
    color: #477cff;
    margin: 0;
  }
  .marketplace__filter--image,
  .category__filter--image,
  .trader__filter--image,
  .year__filter--image {
    display: none;
  }
  .marketplace__filter--counter,
  .category__filter--counter,
  .trader__filter--counter,
  .year__filter--counter,
  .mobile__brand__filter--counter {
    background: transparent;
    color: #477cff;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.69px;
  }
  .promocodes .marketplace__filter--counter::before,
  .promocodes .category__filter--counter::before,
  .promocodes .trader__filter--counter::before {
    content: none;
  }
  .marketplace__filter--clean,
  .category__filter--clean,
  .trader__filter--clean,
  .year__filter--clean {
    width: auto;
    height: auto;
  }
  .marketplace__filter--clean svg,
  .category__filter--clean svg,
  .trader__filter--clean svg,
  .year__filter--clean svg {
    display: none;
  }
  .marketplace__filter--clean::before,
  .category__filter--clean::before,
  .trader__filter--clean::before,
  .year__filter--clean::before,
  .mobile__brand__filter--counter::before {
    content: "Сбросить";
  }
  .promocodes .mobile__brand__filter--counter[data-count="0"] {
    display: none;
  }
  .marketplace__filter--list,
  .category__filter--list {
    width: 100%;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    height: auto;
    min-height: 0%;
  }
  .marketplace__filter--items,
  .category__filter--items,
  .trader__filter--items,
  .year__filter--items,
  .action__filter--items,
  .brand__filter--items {
    background-color: #f9faff;
    width: 100%;
    border-radius: 12px;
    padding: 16px 20px;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    overflow: auto;
    gap: 0;
    display: block;
  }
  .brand__filter--item {
    width: auto;
    height: auto;
    display: flex;
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
    transition: none;
    color: #000;
  }
  .brand__filter--item input[type="checkbox"]:checked + label,
  .brand__filter--item input[type="checkbox"]:not(:checked) + label {
    background-image: none !important;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    padding-bottom: 16px;
    flex: 1;
    font-size: 20px;
    margin-left: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    user-select: auto;
    color: inherit;
    box-shadow: none;
  }
  .brand__filter--item input[type="checkbox"]:not(:checked) + label:before {
    content: url("../images/check.png");
  }
  .brand__filter--item input[type="checkbox"]:checked + label:before {
    content: url("../images/check-active.png");
  }
  .brand__filter--item input[type="checkbox"]:checked + label:before,
  .brand__filter--item input[type="checkbox"]:not(:checked) + label:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
  }

  /* трюк для смещения скроллбара внутрь блока */
  .marketplace__filter--items::-webkit-scrollbar,
  .category__filter--items::-webkit-scrollbar,
  .trader__filter--items::-webkit-scrollbar,
  .year__filter--items::-webkit-scrollbar,
  .action__filter--items::-webkit-scrollbar,
  .brand__filter--items::-webkit-scrollbar {
    width: 19px; /* Общая ширина */
  }
  .marketplace__filter--items::-webkit-scrollbar-thumb,
  .category__filter--items::-webkit-scrollbar-thumb,
  .trader__filter--items::-webkit-scrollbar-thumb,
  .year__filter--items::-webkit-scrollbar-thumb,
  .action__filter--items::-webkit-scrollbar-thumb,
  .brand__filter--items::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    width: 3px;
    border-right: 16px solid transparent; /* Создаем отступ */
    background-clip: content-box; /* Важно! */
  }
  .marketplace__filter--items::-webkit-scrollbar-track,
  .category__filter--items::-webkit-scrollbar-track,
  .trader__filter--items::-webkit-scrollbar-track,
  .year__filter--items::-webkit-scrollbar-track,
  .action__filter--items::-webkit-scrollbar-track,
  .brand__filter--items::-webkit-scrollbar-track {
    background: #d5d4d4;
    margin-top: 16px;
    margin-bottom: 16px;
    border-right: 16px solid transparent; /* Создаем отступ */
    background-clip: content-box; /* Важно! */
  }

  .brand__filter--title,
  .brand__filter--button {
    display: none;
  }

  /* BUTTONS WHICH CONTROL FILTERS */
  #promocodes-filters-triggers {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 20px;
  }
  #promocodes-filters-triggers button {
    height: 30px;
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.05px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 50px;
  }
  #promocodes-filters-triggers button#whole-filter-clean {
    background-color: #fff;
    color: #477cff;
    padding-right: 0;
  }
  #promocodes-filters-triggers button#whole-filter-clean[data-count="0"] {
    display: none;
  }
  #whole-filter-clean span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #477cff;
    color: #fff;
  }
  #whole-filter-clean svg {
    width: 9px;
    height: 9px;
  }
  #whole-filter-show {
    color: #fff;
    background-color: #477cff;
  }
  #whole-filter-show span {
    color: #fff;
    width: 22px;
    height: 13px;
  }
  #promocodes-filters-mobile-footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #promocodes-filters-mobile-footer button {
    appearance: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27.24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #promocodes-mobile-reset {
    color: #477cff;
    border: 2.5px solid;
  }
  #promocodes-mobile-reset[data-count="0"] {
    display: none;
  }
  #promocodes-mobile-apply {
    background-color: #477cff;
    color: #fff;
  }
}

.action__name__filter {
  position: relative;
  height: 52px;
  width: 411px;
}
.action__name__filter input {
  border: none;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: #636363;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #e4e4e4;
  padding: 0 43px 0 24px;
}
.action__name__filter input::placeholder {
  font-weight: 700;
}
.action__name__filter input:focus {
  background-color: #fafafa;
}
.action__name__filter button {
  position: absolute;
  top: 11px;
  right: 13px;
  z-index: 1;
  border: none;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action__name__filter input:focus + button {
  background-color: #e4e4e4;
}
.action__name__filter svg {
  width: 20px;
  height: 20px;
}
.action__name__filter svg.action__name__clear {
  display: none;
  width: 11px;
  height: 11px;
}
.action__name__filter
  input:not(:placeholder-shown)
  + button
  > .action__name__clear {
  display: inline-block;
}
.action__name__filter
  input:not(:placeholder-shown)
  + button
  > .action__name__search {
  display: none;
}
.action__name__filter input:focus ~ .action__filter--list {
  opacity: 1;
  visibility: visible;
}
.year__filter,
.trader__filter {
  position: relative;
  max-width: 290px;
}
.trader__filter--list,
.trader__filter--items,
.year__filter--list,
.year__filter--items,
.action__filter--items,
.action__filter--list {
  width: 100%;
}
.action__filter--item label {
  cursor: pointer;
}
.trader__filter--list,
.year__filter--list,
.action__filter--list {
  margin-top: 10px;
  box-shadow: 0px 0px 11px 0px #81c7fc;
}
.trader__filter--items,
.year__filter--items,
.action__filter--items {
  padding: 20px;
  max-height: 172px;
}
.promotions__filters__row input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #dcdcdc;
}
.promotions__filters__row input[type="checkbox"]:checked + label:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L4.23309 11.4248C4.66178 11.7463 5.26772 11.6728 5.60705 11.2581L14 1' stroke='%23477CFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #dcdcdc;
}
.trader__filter--image,
.year__filter--image {
  transform: rotate(0deg);
}
#trader-filter-open:checked + label .trader__filter--image,
#year-filter-open:checked + label .year__filter--image {
  transform: rotate(180deg);
}
.trader__filter--item label,
.year__filter--item label,
.action__filter--item label {
  line-height: 1.1 !important;
}
.trader__filter--item label,
.year__filter--item label {
  padding-left: 47px !important;
}

/* Brand filter стили для мобильных устройств */
@media (max-width: 948px) {
  /* Стили для brand filter - основные селекторы используемые в actions.html.twig */
  /* .promotions .brand__filter {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px!important;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    height: auto;
    min-height: auto;
  } */

  .promotions .brand__filter--title,
  .promotions .brand__filter--button {
    display: none;
  }

  .promotions .brand__filter--items {
    background-color: #f9faff;
    width: 100%;
    border-radius: 12px;
    padding: 16px 20px;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    overflow: auto;
    gap: 0;
    display: block;
  }

  .promotions .brand__filter--item {
    width: auto;
    height: auto;
    display: flex;
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
    transition: none;
    color: #000;
  }

  .promotions .brand__filter--item input[type="checkbox"]:checked + label,
  .promotions
    .brand__filter--item
    input[type="checkbox"]:not(:checked)
    + label {
    background-image: none !important;
    display: inline-block;
    position: relative;
    padding-left: 47px;
    line-height: 1.1;
    cursor: pointer;
    padding-bottom: 16px;
    flex: 1;
    font-size: 20px;
    margin-left: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    user-select: auto;
    color: inherit;
    box-shadow: none;
  }

  .promotions
    .brand__filter
    input[type="checkbox"]:not(:checked)
    + label:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #dcdcdc;
    justify-content: center;
    align-items: center;
    top: 0;
  }
  .promotions .brand__filter input[type="checkbox"]:checked + label:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L4.23309 11.4248C4.66178 11.7463 5.26772 11.6728 5.60705 11.2581L14 1' stroke='%23477CFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #dcdcdc;
    top: 0;
  }
  .promotions .brand__filter--item:last-child label {
    padding-bottom: 0 !important;
  }

  /* Скроллбар для фильтров на странице акций */
  .promotions__filters ul::-webkit-scrollbar {
    width: 19px; /* Общая ширина */
  }

  .promotions__filters ul::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    width: 3px;
    border-right: 16px solid transparent; /* Создаем отступ */
    background-clip: content-box; /* Важно! */
  }

  .promotions__filters ul::-webkit-scrollbar-track {
    background: #d5d4d4;
    margin-top: 16px;
    margin-bottom: 16px;
    border-right: 16px solid transparent; /* Создаем отступ */
    background-clip: content-box; /* Важно! */
  }

  /* Мобильные фильтры */
  #promotions-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    transform: translateY(120%);
    transition: transform 0.5s;
    overflow: auto;
    padding: 0px 26px 29px;
  }

  #promotions-filters.show {
    transform: translateY(0%);
  }

  .promotions-filters__close {
    position: absolute;
    right: 26px;
    top: 16px;
    width: 24px;
    height: 24px;
  }

  .promotions .brand__filter {
    margin: 0;
    margin-bottom: 46px;
  }

  .promotions .mobile__brand__filter--head {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex !important;
    width: 100%;
    height: auto;
    background: transparent;
    font-weight: 700;
    font-size: 22px;
    line-height: 26.6px;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0;
  }

  .promotions .mobile__brand__filter--title {
    color: #477cff;
    margin: 0;
  }

  .promotions .mobile__brand__filter--counter {
    background: transparent;
    color: #477cff;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.69px;
  }

  .promotions .mobile__brand__filter--counter::before {
    content: "Сбросить";
  }

  /* Кнопки управления фильтрами */
  .promotions__filters__triggers {
    display: flex !important;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom: 16px;
  }

  .promotions__filters__triggers button {
    height: 30px;
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.05px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 50px;
  }

  .promotions__filters__triggers button#whole-filter-clean {
    background-color: #fff;
    color: #477cff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    height: 52px;
    padding: 0 11px 0 24px;
    flex-grow: 1;
  }

  .promotions #whole-filter-clean span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #477cff;
    color: #fff;
  }

  .promotions #whole-filter-clean svg {
    width: 9px;
    height: 9px;
  }

  .promotions #whole-filter-show {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    background-color: #81c7fc;
    border-radius: 50px;
    height: 52px;
    padding: 0 11px 0 24px;
  }

  .promotions #whole-filter-show span {
    color: #fff;
    width: 30px;
    height: 30px;
  }
  .promotions #whole-filter-counter {
    background-color: #477cff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .promotions__filters__footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .promotions__filters__footer button {
    appearance: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27.24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #promotions-mobile-reset {
    color: #477cff;
    border: 2.5px solid;
  }

  #promotions-mobile-apply {
    background-color: #477cff;
    color: #fff;
  }

  .promotions #mobile-filters-close {
    display: flex !important;
    background: transparent;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0 43px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .promotions #mobile-filters-close::before {
    content: "";
    display: block;
    background: #96b4ff;
    border-radius: 10px;
    width: 141px;
    height: 7px;
  }
}

/* PROMOCODES */
.promocodes__promocodes {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .promocodes__promocodes {
    margin-top: 20px;
    margin-bottom: 90px;
  }
}
.promocodes__item {
  position: relative;
  display: flex;
  min-height: 343px;
  border-radius: 30px;
  background: #fff;
  margin-top: 90px;
}
.promocodes__empty {
  display: flex;
  width: 1410px;
  height: 384px;
  border-radius: 30px;
  background: #fcd783;
}
.promocodes__empty--card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1330px;
  height: 290px;
  margin: 49px 44px 45px 36px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255, 0.5);
}

.promocodes__empty--smile {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 228px;
  height: 114px;
}

.promocodes__empty--smile svg {
  width: 228px;
  height: 114px;
}

.promocodes__empty--title {
  color: #636363;
  font-family: Gilroy;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 41.8px */
  margin-top: 40px;
  margin-left: 32px;
}

.promocodes__empty--text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  margin-top: 16px;
  margin-left: 32px;
  max-width: 550px;
}

.promocodes__empty--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 52px;
  border-radius: 30px;
  background: #ff9a5d;
  margin-top: 60px;
  margin-left: 32px;
  cursor: pointer;
}

.promocodes__empty--button span {
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1440px) {
  .promocodes__empty {
    width: 100%;
    height: 404px;
  }

  .promocodes__empty--card {
    width: 1130px;
    height: 306px;
    margin: 49px 34px 49px 36px;
  }

  .promocodes__empty--smile {
    right: 34px;
  }

  .promocodes__empty--smile svg {
    width: 228px;
    height: 114px;
  }

  .promocodes__empty--title {
    margin-top: 45px;
    margin-left: 32px;
  }

  .promocodes__empty--text {
    margin-top: 34px;
    margin-left: 32px;
    max-width: 550px;
  }

  .promocodes__empty--button {
    margin-top: 45px;
    margin-left: 32px;
  }
}
@media (max-width: 768px) {
  .promocodes__empty {
    height: auto;
  }
  .promocodes__empty--smile {
    width: 124px;
    height: 62px;
    right: 20px;
    top: -26px;
  }
  .promocodes__empty--card {
    height: auto;
    margin: 25px 16px 24px;
    padding: 117px 20px 24px;
  }
  .promocodes__empty--title {
    margin: 0;
  }
  .promocodes__empty--text {
    margin: 43px 0 0;
  }
  .promocodes__empty--button {
    margin: 40px auto 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 338px;
  }
  .promocodes__empty--button span {
    font-size: 18px;
  }
}

.promocodes__gift {
  position: absolute;
  right: 32px;
  top: -50px;
  width: 100px;
  height: 100px;
}

.promocode__title {
  display: flex;
  flex-direction: column;
  width: 327px;
  border-radius: 30px 0px 0px 30px;
  background: #e9e9e9;
  padding-left: 42px;
  padding-right: 26px;
  padding-top: 37px;
}

.promocode__title--logo {
  width: 98px;
  height: 18px;
  margin-bottom: 15px;
}

.promocode__title--logo img {
  width: 98px;
  height: 18px;
}

.promocode__title--brands {
  color: #636363;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 25px;
}

.promocode__title--brandslist {
  color: #2e2e2e;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.description__tags {
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 3%;
}

.description__tags--market,
.description__tags--category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 42px;
  border-radius: 30px;
  background: #fcd783;
}

.description__tags--market span {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}

.description__tags--date {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 186.411px;
  height: 42.411px;
  border-radius: 30px;
  background: #9cde80;
}

.description__tags--date img {
  width: 19px;
  height: 19px;
  margin-left: 26px;
  margin-right: 7px;
}

.description__tags--action {
  display: flex;
  width: 87.781px;
  height: 42.411px;
  border-radius: 30px;
  background: #81c7fc;
  justify-content: center;
  align-items: center;
}

.promocode__description {
  padding: 37px 20px 45px 64px;
  flex-grow: 1;
}

.promocode__description .description__title {
  color: #636363;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  width: 100%;
}

.promocode__description .description__text {
  color: #636363;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  margin-top: 20px;
}

.promocode__buttons {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 52px 45px 0;
}

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

.promocode__buttons--promo div {
  cursor: pointer;
}

.promocode__buttons--codes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 52px;
  border-radius: 30px;
  background: #477cff;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  font-size: 22px;
  font-weight: 600;
}
.promocode__buttons--codes::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Показать код";
  position: absolute;
  background: #477cff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.promocode__buttons--codes.code-visible {
  color: #636363;
  border: 6px solid #b6dfff;
  background: #fff;
}
.promocode__buttons--codes.code-visible::before {
  content: none;
}

.promocode__buttons--copies {
  width: 30px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promocode__buttons--copies.promocode__copies--disabled div {
  cursor: not-allowed;
}

.promocode__buttons--copies svg {
  width: 30px;
  height: 31px;
}

.promocode__buttons--link {
  color: #636363;
  text-align: right;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 27px;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .promocodes__item {
    max-width: 1200px;
    margin-top: 80px;
  }

  .promocode__title {
    width: 327px;
    background: #e9e9e9;
    padding-left: 42px;
    padding-right: 26px;
    padding-top: 27px;
    flex-shrink: 0;
  }

  .promocode__description {
    padding: 37px 20px 29px 42px;
  }

  .promocode__buttons {
    padding: 0 52px 29px 0;
  }

  .promocode__description .description__text {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .description__tags {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .promocode__title {
    width: 260px;
  }
}
.promocodes__subscription {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1410px;
  height: 185px;
  border-radius: 30px;
  background-color: #f6bce6;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .promocodes__subscription {
    flex-direction: column;
    padding: 44px 39px 41px;
    height: auto;
    align-items: flex-start;
  }
}
.promocodes__subscription::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("/main/design2025/images/promocodes/bg-subscription.png");
  background-position: -650px center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42%;
}
@media (max-width: 768px) {
  .promocodes__subscription::after {
    background-position: -1200px center;
  }
}

.promocodes__subscription--title {
  color: #f0f0f0;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  max-width: 650px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .promocodes__subscription .promocodes__subscription--title {
    width: 55%;
    max-width: 100%;
    margin-bottom: 41px;
  }
}

.promocodes__subscription--button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 30px;
  background: #477cff;
  cursor: pointer;
  padding: 0 23px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.promocodes__subscription--button span {
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/** PROMOTIONS (ACTIONS) **/
.promotions {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.promotions__banner {
  height: 434px;
  width: 100%;
  border-radius: 30px;
  background-color: #fcd783;
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: start;
  justify-content: flex-end;

  background-image: url("/main/design2025/images/actions-banner-smile.svg"),
    url("/main/design2025/images/actions-banner.svg");
  background-position: 40px top, right 77px center;
  background-size: auto, 46%;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 50px;
}
.promotions__banner__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 19px;
  max-width: 400px;
}
.promotions__banner__title br {
  display: none;
}
.promotions__banner__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 60px;
}
.promotions__banner__buttons {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.promotions__banner__buttons input {
  display: none;
}
.promotions__banner__button {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 82px;
  height: 52px;
  padding: 0 27px;
  font-weight: 600;
  font-size: 24.63px;
  line-height: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
}
.state-highlighted input:checked + label.promotions__banner__button {
  background: #81c7fc;
  color: #fff;
  border-color: #81c7fc;
}
.promotions__list {
  width: 1330px;
  margin: 0 auto;
}
.promotions__list__counters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.promotions__counter {
  width: 32%;
  height: 228px;
  border-radius: 42px;
  background-color: #fff;
  padding: 59px 0 0 40px;
  background-repeat: no-repeat;
}
.promotions__counter:nth-child(1) {
  background-image: url("/main/design2025/images/c1.svg");
  background-position: right 32px top 24px;
}
.promotions__counter:nth-child(2) {
  background-image: url("/main/design2025/images/c2.svg");
  background-position: right top;
}
.promotions__counter:nth-child(3) {
  background-image: url("/main/design2025/images/c3.svg");
  background-position: right top;
}
.promotions__counter__value {
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  color: #81c7fc;
}
.promotions__counter__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #636363;
}

.promotions__list__filters {
}
#mobile-filters-close,
.promotions__filters__triggers,
.promotions__filters__footer,
.mobile__brand__filter--head {
  display: none;
}
.promotions__filters .brand__filter {
  margin: 0;
  margin-bottom: 46px;
}

.promotions__list__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 15px), 1fr));
  gap: 20px;
  margin-bottom: 20px;
  scroll-margin-top: 110px;
}

.promotions__item {
  border-radius: 20px;
  background-color: #fff;
}
.promotions__item__content {
  padding: 24px 20px;
}
.promotions__item__image {
  height: 148px;
  max-height: 148px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.promotions__item__image img {
  width: auto;
  border-radius: 20px;
}
.promotions__item__badges {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.promotions__item__trader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
  border-radius: 30px;
  background: #fcd783;
  padding-right: 12px;
  padding-left: 5px;
  max-width: 60%;
  flex-shrink: 0;
}
.promotions__item__trader img {
  width: 22px;
  height: 22px;
}
.promotions__item__trader div {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: 12px;
}
.promotions__item__trader img + div {
  margin-left: 8px;
}
.promotions__item__date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 30px;
  background: #9cde80;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 0 12px;
  flex-shrink: 0;
}
.promotions__item__past {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 30px;
  background: #ff9a5d;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 0 12px;
  flex-shrink: 0;
}
.promotions__item__text {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 32px;

  display: box;
  line-clamp: 4;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
  white-space: pre-line;
}
.promotions__item__prizes {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
  height: 52px;
  overflow: clip;
}
.promotions__item__button {
  background-color: #477cff;
  height: 40px;
  border-radius: 30px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promotions__emptylist {
  position: relative;
  padding-top: 68px;
}
.promotions__emptylist::before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
  width: 142px;
  height: 142px;
  background-image: url("/main/design2025/images/smile-white.svg");
  background-repeat: no-repeat;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-position: -20px -20px;
}
.promotions__emptylist__content {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 50px 48%;
  min-height: 406px;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: url("/main/design2025/images/empty-background.svg");
  background-repeat: no-repeat;
  background-position: 80px 29px;
}
.promotions__emptylist__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #81c7fc;
  margin-bottom: 26px;
}
.promotions__emptylist__text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #636363;
  flex-grow: 1;
}
.promotions__emptylist__button {
  height: 52px;
  border: 0;
  border-radius: 55px;
  background-color: #477cff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  padding: 0 36px;
}

.promotions__winners {
  position: relative;
  padding-top: 68px;
  margin-bottom: 40px;
}
.promotions__winners::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  width: 142px;
  height: 142px;
  background-image: url("/main/design2025/images/personal-smile.svg");
  background-repeat: no-repeat;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.promotions__winners__content {
  padding: 40px;
  position: relative;
  border-radius: 30px;
  background-color: #b6dfff;
  z-index: 1;
}
.promotions__winners__text {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotions__winners__list {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  max-height: 573px;
}

.champions__list {
  width: 100%;
  height: 570px;
  padding: 48px 40px;
  background-color: #fff;
  color: #b6dfff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .champions__list {
    padding: 30px 15px;
  }
}

.champions__list-header {
  width: 97.5%;
  min-height: 60px;
  border-bottom: 1px dashed #e1e1e1;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
}

@media (max-width: 1080px) {
  .champions__list-header {
    display: none;
  }
}

.champions__list-header-cell {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
}

.champions__list-header-cell:nth-child(1) {
  width: 100%;
  max-width: 64px;
}

.champions__list-header-cell:nth-child(2) {
  width: 100%;
  max-width: 178px;
}

.champions__list-header-cell:nth-child(3) {
  width: 100%;
  max-width: 223px;
}

.champions__list-header-cell:nth-child(4) {
  width: 100%;
  max-width: 190px;
}

.champions__items {
  padding-right: 30px;
  overflow-y: scroll;
}
.champions__items::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #c3c3c3;
}
.champions__items::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 10px;
  background-color: #81c7fc;
}
.champions__items::-webkit-scrollbar-track {
  /* width: 7px;
  border-radius: 7px;
  background-color: #C3C3C3; */
}

.champions__item {
  width: 100%;
  min-height: 60px;
  border-bottom: 1px dashed #e1e1e1;
  font-weight: 400;
  font-size: 18px;
  color: #545454;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .champions__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-bottom: 1px stroke #545454;
    padding: 16px 0;
  }
}

.champions__item-cell {
  display: flex;
  align-items: center;
}

@media (max-width: 1080px) {
  .champions__item-cell {
    font-size: 18px;
  }
}

.champions__item-cell:nth-child(1) {
  width: 100%;
  max-width: 64px;
  font-weight: 700;
  color: #b6dfff;
}

@media (max-width: 1080px) {
  .champions__item-cell:nth-child(1) {
    display: none;
  }
}

.champions__item-cell:nth-child(2) {
  width: 100%;
  max-width: 178px;
  font-weight: 700;
}

.champions__item-cell:nth-child(3) {
  width: 100%;
  max-width: 223px;
}
.champions__item-cell:nth-child(4) {
  width: 100%;
  max-width: 190px;
}

@media (max-width: 1080px) {
  .champions__item-cell:nth-child(2) {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .champions__item-cell:nth-child(2) {
    order: 2;
    margin-bottom: 8px;
    color: #b6dfff;
  }
}

@media (max-width: 768px) {
  .champions__item-cell:nth-child(3) {
    order: 1;
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .champions__item-cell:nth-child(4) {
    order: 3;
  }
}

.promotions__pagination {
  color: #000;
  order: 0;
}
.promotions__prizes + .promotions__pagination,
.promotions__subscription + .promotions__pagination {
  margin-bottom: -42px;
  position: relative;
  z-index: 1;
}
.promotions__pagination__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.promotions__pagination__more a {
  background-color: #477cff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  padding: 0 36px;
  height: 52px;
  color: #fff;
}
.promotions__pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.promotions__pagination__pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #63636375;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.promotions__pagination__pages a:last-child {
  color: #636363;
}
.promotions__pagination__pages a:hover {
  color: #477cff;
}
.promotions__pagination__pages a.active {
  color: #636363;
}

.promotions__pagination__pages div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.promotions__prizes {
  position: relative;
  padding-top: 74px;
  order: 1;
}
.promotions__prizes::before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
  width: 142px;
  height: 142px;
  background-image: url("/main/design2025/images/surveys-smile.svg");
  background-repeat: no-repeat;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.promotions__prizes__content {
  position: relative;
  border-radius: 30px;
  background-color: #9cde80;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.promotions__prizes__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.promotions__prizes__title {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  flex-grow: 1;
}
.promotions__prizes__controls {
  flex-shrink: 1;
  flex-grow: 0;
}
.promotions__prizes__swipe {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 16px;
}
.promotions__prizes__swipe.left {
  background-image: url("/main/design2025/images/arrow-left.svg");
}
.promotions__prizes__swipe.right {
  background-image: url("/main/design2025/images/arrow-right.svg");
}
.promotions__prizes__slider {
  height: 315px;
  width: 1330px;
}

.promotions__subscription {
  position: relative;
  padding-top: 67px;
  order: 2;
}
.promotions__prizes + .promotions__subscription {
  margin-top: 40px;
}
.promotions__subscription::before {
  content: "";
  display: block;
  position: absolute;
  right: 36px;
  top: 0;
  width: 142px;
  height: 142px;
  background-image: url("/main/design2025/images/personal-smile.svg");
  background-repeat: no-repeat;
  background-size: 142px 142px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.promotions__subscription__content {
  border-radius: 30px;
  background-color: #b6dfff;
  background-image: url("/main/design2025/images/subscription-background.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 282px;
  position: relative;
  display: flex;
}
.promotions__subscription__text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  padding: 40px 40px 34px 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #636363;
}
.promotions__subscription__button {
  display: inline-flex;
  background: #ffffff;
  border-radius: 30px;
  height: 52px;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  padding: 0 42px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.promotions__subscription__badges {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: 20px;
}
.promotions__subscription__badge {
  display: flex;
  height: 60px;
  padding: 0 53px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 25.67px;
  line-height: 1;
  border-radius: 35px;
  margin: 8px 9px;
  white-space: nowrap;
}
.promotions__subscription__badge:nth-child(1) {
  margin-left: 60px;
}
.promotions__subscription__badge:nth-child(5) {
  margin-left: 120px;
}

.promotions__prize {
  height: 315px;
  aspect-ratio: 1;
  border-radius: 30px;
  background: #ffffff;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 23px;
}
.promotions__prize-image {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 20px;
  /* Временный костыль
  width: 100%;
  top: 119px;
  left: 160px;
  */
}
.promotions__prize-title {
  font-weight: 900;
  font-size: 26.77px;
  color: #81c7fc;
  flex-grow: 1;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.promotions__prize-date-info {
  font-weight: 400;
  color: #636363;
  margin-bottom: 14px;
}
.promotions__prize-date-label {
  font-size: 8.24px;
  line-height: 1.06;
}
.promotions__prize-date-value {
  font-size: 18.54px;
  line-height: 1.06;
}
.promotions__prize-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30.89px;
  background: #81c7fc;
  padding: 0 21px;
  font-weight: 900;
  font-size: 20.6px;
  line-height: 2;
  color: #ffffff;
  height: 41px;
}
.promotions_desktop_apply_button {
  background: #81c7fc;
  border-radius: 30.89px;
  padding: 0 21px;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .promotions {
    width: 948px;
  }
  .promotions__banner {
    height: 370px;
    padding: 43px;
    background-position: 40px top, right 13px bottom 23px;
    background-size: auto, 49%;
    margin-bottom: 30px;
  }
  .promotions__banner__title {
    margin-bottom: 13px;
  }
  .promotions__banner__text {
    margin-bottom: 30px;
  }
  .promotions__list__counters {
    margin-bottom: 30px;
  }
  .promotions__counter {
    width: 311px;
    height: 141px;
    padding: 30px 0 0 20px;
    background-size: 60%;
  }
  .promotions__counter:nth-child(1) {
    background-position: right 25px top 10px;
    background-size: 32%;
  }
  .promotions__counter:nth-child(2) {
    background-position: right -10px bottom -15px;
  }
  .promotions__counter:nth-child(3) {
    background-position: right top -10px;
  }
  .promotions__counter__value {
    font-size: 60px;
  }
  .promotions__counter__text {
    font-size: 16px;
  }
  .promotions__counter__text br {
    display: none;
  }
  .promotions__list {
    width: 100%;
  }
  .promotions .brand__filter--items {
    margin: 0;
  }
  .promotions .brand__filter {
    margin-bottom: 30px;
  }
  .promotions .brand__filter--items {
    gap: 18px 2.4%;
  }
  .promotions .brand__filter--item {
    width: 14.65%;
  }
  .trader__filter--text,
  .year__filter--text,
  .action__name__filter input {
    font-size: 16px;
  }
  .promotions__filters__row {
    margin-bottom: 30px;
  }
  .promotions__list__content {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 8px), 1fr));
    gap: 16px;
  }
  .promotions__item__button {
    height: 52px;
  }
  .promotions__subscription__content {
    height: 271px;
    padding: 31px 25px;
  }
  .promotions__subscription__text {
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
  }
  .promotions__subscription__badges {
    padding: 0;
  }
  .promotions__subscription__badge {
    padding: 0 22px;
    margin: 7px 6px;
    font-size: 22px;
  }
  .promotions__subscription__badge:nth-child(5) {
    margin-left: 90px;
  }
  .promotions__emptylist__content {
    padding: 42px 39px 42px 539px;
    background-position: 40px 20px;
    background-size: 46%;
    min-height: 355px;
  }
  .promotions__emptylist__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 26px;
  }
  .promotions__emptylist__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 26px;
  }
  .promotions__winners {
    margin-bottom: 16px;
  }
  .promotions__winners__text {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .champions__list {
    padding: 41px 45px;
  }
  .champions__list-header {
    min-height: 44px;
    font-size: 16px;
  }
  .champions__item {
    min-height: 44px;
    font-size: 12px;
  }
  .champions__list-header-cell:nth-child(1),
  .champions__item-cell:nth-child(1) {
    max-width: 55px;
  }
  .champions__list-header-cell:nth-child(2),
  .champions__item-cell:nth-child(2) {
    max-width: 128px;
  }
  .champions__list-header-cell:nth-child(3),
  .champions__item-cell:nth-child(3) {
    max-width: 160px;
  }
  .champions__list-header-cell:nth-child(4),
  .champions__item-cell:nth-child(4) {
    max-width: 136px;
  }
  .promotions__prizes__header {
    margin-bottom: 24px;
  }
  .promotions__prizes__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
  }
  .promotions__prizes__controls {
    display: flex;
  }
  .promotions__prizes__slider {
    height: 210px;
    width: 868px;
  }
  .promotions__prize {
    padding: 15px 12px 13px;
    height: 210px;
    border-radius: 21px;
  }
  .promotions__prize-image {
    /* Временный костыль
    top: 79px;
    left: 106px;
    */
  }
  .promotions__prize-title {
    font-size: 18.63px;
    line-height: 1.05;
  }
  .promotions__prize-date-info {
    margin-bottom: 10px;
  }
  .promotions__prize-date-label {
    font-size: 6.99px;
    line-height: 1.06;
    margin-bottom: 1px;
  }
  .promotions__prize-date-value {
    font-size: 12.81px;
    line-height: 1.06;
  }
  .promotions__prize-button {
    height: 28px;
    padding: 0 13px;
    font-size: 13.97px;
    border-radius: 20px;
  }
}
@media (max-width: 948px) {
  .promotions {
    width: 100%;
    max-width: 410px;
    padding: 0 10px 40px;
  }
  .promotions__banner {
    width: 100%;
    height: 550px;
    padding: 54px 20px 20px;
    background-position: right 40px top, left 13px bottom 83px;
    background-size: auto, 92%;
    margin-bottom: 16px;
    justify-content: flex-start;
  }
  .promotions__banner__text {
    flex-grow: 1;
  }
  .promotions__banner__title br {
    display: block;
  }
  .promotions__banner__button {
    font-size: 18px;
  }
  .promotions__list__counters {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }
  .promotions__counter {
    width: 100%;
  }
  .promotions__counter:nth-child(1) {
    background-position: right 30px top 10px;
    background-size: 34%;
  }
  .promotions__counter:nth-child(2) {
    background-position: right 15px bottom -35px;
    background-size: 50%;
  }
  .promotions__counter:nth-child(3) {
    background-position: right top -20px;
  }
  .promotions__filters__row {
    display: contents;
  }
  .promotions_desktop_apply_button {
    display: none;
  }
  .promotions__list__content {
    grid-template-columns: none;
    scroll-margin-top: 66px;
  }
  #whole-filter-show {
    scroll-margin-top: 66px;
  }
  .promotions .brand__filter--item {
    width: 100%;
  }
  .promotions .trader__filter--text,
  .promotions .year__filter--text {
    font-weight: bold;
    font-size: 22px;
  }
  .promotions .trader__filter--list,
  .promotions .year__filter--list,
  .promotions .action__filter--list {
    display: contents;
    /* box-shadow: none;
    margin: 0;
    width: 100%;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    height: auto;
    min-height: 0%; */
  }
  .promotions .brand__filter,
  .promotions .trader__filter,
  .promotions .year__filter,
  .promotions .action__name__filter {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px;
    padding: 0;
    flex-grow: 1;
    /* flex-shrink: 1; */
    width: 100%;
    height: auto;
    min-height: auto;
    max-width: 100%;
    flex-basis: 0;
  }
  .promotions .trader__filter--button,
  .promotions .year__filter--button,
  .promotions .mobile__brand__filter--head {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex !important;
    width: 100%;
    height: auto;
    background: transparent;
    font-weight: 700;
    font-size: 22px;
    line-height: 26.6px;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0;
  }
  .promotions #trader-filter-open + label,
  .promotions #year-filter-open + label,
  .promotions #action-filter-open + label {
    padding: 0;
    margin-bottom: 16px;
  }
  .promotions .trader__filter--text,
  .promotions .year__filter--text,
  .promotions .mobile__brand__filter--title {
    color: #477cff;
    margin: 0;
  }
  .promotions .trader__filter--image,
  .promotions .year__filter--image {
    display: none;
  }
  .promotions .trader__filter--counter,
  .promotions .year__filter--counter,
  .promotions .mobile__brand__filter--counter {
    background: transparent;
    color: #477cff;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.69px;
  }
  .promotions .trader__filter--counter::before,
  .promotions .year__filter--counter::before {
    content: none;
  }
  .promotions .trader__filter--clean,
  .promotions .year__filter--clean {
    width: auto;
    height: auto;
  }
  .promotions .trader__filter--clean svg,
  .promotions .year__filter--clean svg {
    display: none;
  }
  .promotions .trader__filter--clean::before,
  .promotions .year__filter--clean::before,
  .promotions .mobile__brand__filter--counter::before {
    content: "Сбросить";
  }
  .promotions .trader__filter--items,
  .promotions .year__filter--items,
  .promotions .action__filter--items,
  .promotions .brand__filter--items,
  .promotions input#brand-filter-open:not(:checked) + .brand__filter--items {
    /* для избирательности */
    background-color: #fff;
    width: 100%;
    padding: 16px 20px;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    gap: 0;
    display: block;
    box-shadow: 0px 0px 11px 0px #81c7fc;
    border-radius: 0;
    visibility: visible;
    height: auto;
    max-height: none;
    flex-basis: 0;
  }
  .promotions .action__filter--items {
    padding: 8px 10px;
  }
  /* .promotions .brand__filter--items {
    max-height: fit-content!important;
  } */
  .promotions .trader__filter--button,
  .promotions .year__filter--button {
    margin-bottom: 16px;
  }
  .promotions #mobile-filters-close {
    order: -2;
  }
  .promotions .trader__filter--text,
  .promotions .year__filter--text {
    font-size: 22px;
  }
  .promotions .action__name__filter input {
    font-size: 22px;
    height: 52px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 4px 0px #dff1fe inset, 0px 4px 4px 0px #dceffe;
    background: #fff;
    flex-shrink: 0;
  }
  .promotions .action__name__filter {
    order: -1;
    margin-bottom: 16px;
  }
  .promotions .promotions__filters__footer {
    display: flex;
    margin-top: auto;
  }
  .promotions__emptylist {
    padding-top: 34px;
  }
  .promotions__emptylist__content {
    height: 615px;
    width: 100%;
    padding: 32px 20px 0;
    background-size: 88%;
    background-position: center bottom 28px;
  }
  .promotions__emptylist__text {
    flex-grow: 0;
  }
  .promotions__emptylist::before {
    right: 16px;
    left: auto;
    width: 80px;
    height: 80px;
    background-size: 130%;
    background-position: center;
  }
  .promotions__winners__content {
    padding: 30px 20px 20px;
  }
  .promotions__winners {
    padding-top: 34px;
  }
  .promotions__winners::before {
    right: 16px;
    left: auto;
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-position: center;
  }
  .promotions__winners__text {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .champions__list {
    padding: 20px 18px;
  }
  .champions__item {
    max-width: 100%;
    display: block;
  }
  .champions__item-cell:nth-child(1) {
    display: block;
    max-width: 100%;
    margin-bottom: 6px;
  }
  .champions__item-cell:nth-child(2) {
    display: block;
    max-width: 100%;
    margin-bottom: 6px;
    color: #477cff;
  }
  .champions__item-cell:nth-child(3) {
    display: none;
    /* max-width: 100%;
    margin-bottom: 6px; */
  }
  .champions__item-cell:nth-child(4) {
    display: none;
    /* max-width: 100%;
    margin-bottom: 6px; */
  }
  .champions__item-cell:nth-child(5) {
    display: block;
    max-width: 100%;
    margin-bottom: 6px;
  }
  .champions__item {
    margin-bottom: 10px;
  }
  .promotions__pagination__pages {
    display: none;
  }
  .promotions__prizes {
    padding-top: 34px;
  }
  .promotions__prizes + .promotions__pagination,
  .promotions__subscription + .promotions__pagination {
    margin-bottom: 16px;
  }
  .promotions__prizes__controls {
    display: none;
  }
  .promotions__prizes::before {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-position: center;
    left: 16px;
  }
  .promotions__prizes__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .promotions__prizes__slider {
    height: 370px;
  }
  .promotions__subscription {
    padding-top: 34px;
  }
  .promotions__subscription::before {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-position: center;
    right: 16px;
  }
  .promotions__subscription__content {
    height: 368px;
    flex-direction: column;
    background-position: left bottom;
    background-size: 300%;
    padding: 32px 16px;
    justify-content: space-between;
  }
  .promotions__subscription__text {
    font-size: 24px;
    line-height: 1.1;
    width: 100%;
  }
  .promotions__subscription__button {
    margin-top: 32px;
    height: 40px;
    font-size: 18px;
    padding: 0 42px;
  }
  .promotions__subscription__badges {
    width: 100%;
    justify-content: flex-end;
  }
  .promotions__subscription__badge {
    height: 40px;
    font-size: 18px;
    margin: 5px;
  }
  .promotions__subscription__badge:nth-child(1) {
    display: none;
  }
  .promotions__subscription__badge:nth-child(2) {
    order: 2;
  }
  .promotions__subscription__badge:nth-child(3) {
    order: 1;
  }
  .promotions__subscription__badge:nth-child(4) {
    order: 3;
    margin-right: 38px;
  }
  .promotions__subscription__badge:nth-child(5) {
    order: 5;
    margin-left: 5px;
  }
  .promotions__subscription__badge:nth-child(6) {
    order: 4;
  }
  .promotions__prizes__header {
    margin-bottom: 0;
  }
  .promotions__prizes__content {
    padding: 32px 20px 20px;
  }
  .promotions__prizes__slider {
    height: 180px;
    width: 100%;
  }
  .promotions__prize {
    padding: 13px 12px;
    height: 180px;
    border-radius: 18px;
  }
  .promotions__prize-image {
    /* Временный костыль
    top: 69px;
    left: 93px;
    */
  }
  .promotions__prize-title {
    font-size: 16px;
    line-height: 1.05;
  }
  .promotions__prize-date-info {
    margin-bottom: 8px;
  }
  .promotions__prize-date-label {
    font-size: 6px;
    margin-bottom: 1px;
  }
  .promotions__prize-date-value {
    font-size: 11px;
  }
  .promotions__prize-button {
    height: 24px;
    padding: 0 11px;
    font-size: 12px;
    border-radius: 18px;
  }
}
@media (max-width: 1440px) and (min-width: 948px) {
  .promotions
    input#brand-filter-open:not(:checked)
    + .brand__filter--items
    .brand__filter--item:nth-child(n + 11) {
    opacity: 0;
  }
}

body.busy-body {
  overflow: hidden;
  position: relative;
}

body.busy-body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fffa;
  z-index: 10000;
}

body.busy-body::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 4px solid transparent;
  border-top: 4px solid #2d61e3;
  border-right: 4px solid #96b4ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

.busy {
  overflow: hidden;
  position: relative;
}

.busy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fffa;
  z-index: 10000;
}

.busy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 4px solid transparent;
  border-top: 4px solid #2d61e3;
  border-right: 4px solid #96b4ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1440px) {
  .promocodes__subscription {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
    background-position: -20px center;
    background-size: auto;
  }

  .promocodes__subscription--title {
    font-size: 36px;
    max-width: 550px;
  }

  .promocodes__subscription--button {
    height: 52px;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0 10px;
  }

  .promocodes__filters {
    display: none;
  }
  .promocodes__item {
    flex-direction: column;
    margin-top: 60px;
  }
  .promocodes__gift {
    color: #e9e9e9;
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .promocode__title {
    padding: 27px 15px;
    width: 100%;
    min-height: 174px;
    border-radius: 30px 30px 0px 0px;
    display: grid;
    grid-template-columns: 113px 1fr;
    grid-template-rows: 27px 1fr;
  }
  .promocode__title--logo {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding-top: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .promocode__title--logo img {
    max-width: 100%;
  }
  .promocode__title--brands {
    position: relative;
    z-index: 9;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .promocode__title--brandslist {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .promocode__description {
    padding: 18px 24px 44px 24px;
  }
  .promocode__description .description__tags {
    margin-bottom: 15px;
  }
  .promocode__description .description__text {
    margin-top: 10px;
  }
  .promocode__buttons {
    padding: 0 23px 27px 0;
  }
  .promocode__buttons--codes {
    height: 42px;
    width: 156px;
    font-size: 18px;
  }
  .promocode__buttons--link {
    font-size: 18px;
    margin-top: 15px;
  }
}

/* Алерты */
.alert {
  --alert-bg: #f8fafc;       /* фон */
  --alert-text: #0f172a;     /* текст */
  --alert-border: #e2e8f0;   /* рамка */
  --accent: #64748b;         /* цвет акцента/бордюра слева */

  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  margin: 10px 0;

  color: var(--alert-text);
  background: var(--alert-bg);
  border: 1px solid var(--alert-border);
  border-left: 4px solid var(--accent);
  border-radius: 3px;

  box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 8px 20px rgba(0,0,0,.04);
  line-height: 1.45;
  animation: alert-in 180ms ease-out;
}

.alert p { margin: 0; }
.alert a { color: var(--accent); text-decoration: underline; }
.alert a:hover { text-decoration: none; }

/* Успех */
.alert-success {
  --accent: #16a34a;       /* green-600 */
  --alert-bg: #f0fdf4;     /* green-50 */
  --alert-border: #bbf7d0; /* green-200 */
}

/* Ошибка */
.alert-error {
  --accent: #dc2626;       /* red-600 */
  --alert-bg: #fef2f2;     /* red-50 */
  --alert-border: #fecaca; /* red-200 */
}
.personal__main {
  background-image: none;
  width: 100% !important;
}

.personal__main .promotions__subscription__text {
  padding: 0 40px 34px 0;
}

@media (max-width: 1440px) {
  .personal__main > div {
    padding: 0;
  }

  .personal__main > div .promotions__subscription__badges {
    padding: 31px 25px 31px 0;
  }

  .personal__main > div .promotions__subscription__text .personal__button {
    margin-top: 40px;
  }
}

/* @media (max-width: 1024px) {
  .personal__main > div {
    padding: 0;
  }

  .personal__main > div .promotions__subscription__badges {
    padding: 31px 25px 31px 0;
  }

  .personal__main > div .promotions__subscription__text .personal__button {
    margin-top: 40px;
  }

  .personal__main > div .promotions__subscription__text {
    padding: 0;
  }
} */

@media (max-width: 768px) {
  .personal__main > div {
    padding: 0;
  }

  .personal__main > div .promotions__subscription__badges {
    padding: 31px 25px 31px 0;
  }

  .personal__main > div .promotions__subscription__text .personal__button {
    margin-top: 40px;
  }

  .personal__main > div .promotions__subscription__text {
    padding: 0;
  }
}
