ul[class] {
  list-style: none;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.title-h2 {
  font-size: 32px;
  font-weight: 700;
}

.master-button {
  margin: 0 auto;
  padding: 12px 40px;
  display: block;
  border: 2px solid #0E0E0E;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #0E0E0E;
  transition: all 0.15s linear;
  display: table;
}

.master-button:hover {
  background: #E1E1E3;
  color: #0E0E0E;
}

.master-button:active {
  border-color: #E1E1E3;
}

.master-button:disabled {
  border-color: #D7D7D7;
  color: #D7D7D7;
}

.deals .swiper {
  width: 100%;
  height: 100%;
}

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

.deals .swiper-pagination-bullet {
  max-width: 40px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #0E0E0E;
}

.deals .swiper-button-prev,
.deals .swiper-button-next,
.related-product .swiper-button-prev,
.related-product .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #E1E1E3;
  border-radius: 50%;
  opacity: 1;
  transition: opacity, border 0.15s linear;
}

.deals .swiper-button-prev:hover,
.deals .swiper-button-next:hover,
.related-product .swiper-button-prev:hover,
.related-product .swiper-button-next:hover {
  border: 1px solid #999999;
}

.deals .swiper-button-prev::after,
.deals .swiper-button-next::after,
.related-product .swiper-button-prev::after,
.related-product .swiper-button-next::after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  transition: transform 0.15s linear;
}

.deals .swiper-button-prev,
.related-product .swiper-button-prev {
  left: -20px;
}

.deals .swiper-button-prev::after,
.related-product .swiper-button-prev::after {
  background-image: url("/local/templates/cmstore/img/promo/icons/arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.deals .swiper-button-prev:hover::after,
.related-product .swiper-button-prev:hover::after {
  transform: translateX(-3px);
}

.deals .swiper-button-next,
.related-product .swiper-button-next {
  right: -20px;
}

.deals .swiper-button-next::after,
.related-product .swiper-button-next::after {
  background-image: url("/local/templates/cmstore/img/promo/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.deals .swiper-button-next:hover::after,
.related-product .swiper-button-next:hover::after {
  transform: translateX(3px);
}

.deals .swiper-button-next.swiper-button-disabled,
.deals .swiper-button-prev.swiper-button-disabled,
.related-product .swiper-button-next.swiper-button-disabled,
.related-product .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/* Blocks */
.modal {
  display: none;
  width: 100%;
  /*height: 100%;*/
  padding: 40px 0;
  background-color: rgba(25, 25, 27, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000 !important;
  -webkit-overflow-scrolling: touch;
}

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

.modal__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 40px;
  right: 0;
  z-index: 1050;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.2s linear;
}

.modal__dialog.scrolled .modal__dialog-content {
  padding: 20px 0 40px;
  height: 100%;
}

.modal__dialog.scrolled .modal__header {
  border-bottom: 1px solid #E1E1E3;
}

.modal__dialog.scrolled .modal__header-title {
  text-align: center;
}

.modal__dialog.scrolled .modal__list-item:first-child {
  margin-top: 20px;
}

.modal__dialog-carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.modal__dialog-track {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.modal__dialog-slide {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.modal__dialog-content {
  padding: 20px 0 40px;
  max-width: 600px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 20;
  align-self: center;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  color: #0E0E0E;
  cursor: default;
  border-radius: 16px;
  overflow: hidden;
}

.modal__body {
  padding: 0 40px 0;
  max-height: calc(var(--vh, 1vh) * 100 - 210px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__close {
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  transition: all 0.2s linear;
}

.modal__close::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #999999;
  mask: url(/local/templates/cmstore/img/promo/icons/close.svg) center no-repeat;
  -webkit-mask: url(/local/templates/cmstore/img/promo/icons/close.svg) center no-repeat;
  position: absolute;
  transition: all 0.2s linear;
}

.modal__close:hover {
  background: #F5F5F7;
}

.modal__close:hover::after {
  background: #0E0E0E;
  transform: rotate(90deg);
}

.modal__header {
  padding-bottom: 20px;
  width: 100%;
  background: #fff;
  position: relative;
}

.modal__header-title {
  padding: 0 60px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.modal__list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

.modal__list-item {
  padding-left: 16px;
  position: relative;
}

.modal__list-item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0E0E0E;
  top: 5px;
  left: 1px;
}

.promos {
  margin-bottom: 120px;
}

.promos__cards {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.promos__card {
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.15s linear;
}

.promos__card:hover {
  box-shadow: 0px 8px 10px 0px rgba(195, 195, 195, 0.2), 0px -11px 30px 0px rgba(195, 195, 195, 0.12), 0px 16px 24px 0px rgba(195, 195, 195, 0.14);
}

.promos__card:hover .promos__card-img {
  transform: scale(1.04);
}

.promos__card.done {
  box-shadow: none;
}

.promos__card.done .promos__card-imglink,
.promos__card.done .promos__card-namelink {
  pointer-events: none;
}

.promos__card.done .promos__card-img {
  transform: scale(1);
}

.promos__card.done .promo-date {
  color: #999999;
}

.promos__card-name {
  font-size: 16px;
  margin: 0;
}

.promos__card.done .promos__card-name {
  font-size: 16px;
  color: #7D7D7D;
}

.promos__card.done .promos__card-descr {
  color: #7D7D7D;
}

.promos__card-imgbox {
  overflow: hidden;
  border-radius: 12px;
}

.promos__card-img {
  transition: transform 0.15s linear;
}

.promos__card-info {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

.promos__card-namelink {
  margin-bottom: 8px;
  display: inline-block;
}

.promos__card-name {
  font-weight: 600;
  letter-spacing: -0.2px;
}

.promos__card-descr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.promo-date {
  font-size: 14px;
  color: #7D7D7D;
  letter-spacing: -0.4px;
}

.pagination {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.pages-picker {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}

.pages-picker__arrows {
  width: 40px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s linear;
}

.pages-picker__arrows svg path {
  transition: all 0.15s linear;
}

.pages-picker__arrows.disabled {
  pointer-events: none;
}

.pages-picker__arrows.disabled svg path {
  stroke: #D7D7D7;
}

.pages-picker__prev:hover:not(.disabled) {
  transform: translateX(-2px);
}

.pages-picker__next:hover:not(.disabled) {
  transform: translateX(2px);
}

.pages-picker__list {
  display: flex;
  gap: 0 16px;
}

.pages-picker__link {
  width: 40px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 0.15s linear;
}

.pages-picker__link:hover:not(:active, .active) {
  background: #E1E1E3;
}

.pages-picker__link:active, .pages-picker__link.active {
  background: #0E0E0E;
  color: #fff;
}

.onepromo {
  margin-bottom: 120px;
}

.promo-detalis {
  margin-bottom: 120px;
}

.promo-detalis.done .promo-date {
  color: #999999;
}

.promo-detalis__info {
  margin-top: 32px;
}

.promo-detalis__date {
  margin-bottom: 16px;
}

.promo-detalis__box {
  margin-bottom: 32px;
}

.promo-detalis__box:last-child {
  margin-bottom: 0;
}

.promo-detalis__title {
  margin-bottom: 20px;
}

.promo-detalis__item {
  margin-bottom: 16px;
  padding-left: 16px;
  position: relative;
}

.promo-detalis__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0E0E0E;
  top: 5px;
  left: 1px;
}

.promo-detalis__item:last-child {
  margin-bottom: 0;
}

.promo-detalis__headline {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.deals-block {
  padding: 0px 20px;
  margin: 0px -15px 120px;
}

.deals .swiper-slide {
  width: auto !important;
}

.deals__content {
  margin-bottom: 20px;
  position: relative;
}

.deals__swiper.container {
  margin: 0 -15px;
  padding: 0 15px 20px 15px;
  width: 1544px;
}

.deals-card {
  margin-top: 24px;
  padding: 20px;
  max-width: 253px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.15s linear;
}

.deals-card:hover {
  box-shadow: 0px 8px 10px 0px rgba(195, 195, 195, 0.2), 0px -11px 30px 0px rgba(195, 195, 195, 0.12), 0px 16px 24px 0px rgba(195, 195, 195, 0.14);
}

.deals-card__promotion {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.deals-card__promotion-item {
  padding: 2.5px 8px 3.5px;
  background: #EEEEF0;
  border-radius: 4px;
  font-size: 10px;
}

.deals-card__promotion-item.raffle {
  background: rgba(243, 159, 60, 0.1);
  color: #F39F3C;
}

.deals-card__promotion-item.sale {
  background: rgba(60, 130, 255, 0.1);
  color: #3C82FF;
}

.deals-card__images {
  margin: 0 auto;
  padding-bottom: 8px;
  width: 210px;
  height: 210px;
  display: flex;
  overflow: hidden;
}

.deals-card__img {
  margin: 0 auto;
  display: block;
}

.deals-card__name {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.deals-card__box {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
}

.deals-card__prices, .deals-card__sale {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.deals-card__newprice {
  font-size: 20px;
  font-weight: 800;
}

.deals-card__newprice span {
  padding-left: 2px;
}

.deals-card__oldprice {
  font-size: 14px;
  text-decoration: line-through;
  color: #999999;
}

.deals-card__sale-value {
  padding: 0.7px 3px;
  background: #D70015;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
}

.deals-card__sale-info {
  width: 16px;
  height: 16px;
}

.deals-card__btns {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.deals-card__btn-cart {
  padding: 11px 10px;
  width: 100%;
  background: #0E0E0E;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.deals-card__btn {
  width: 40px;
  height: 40px;
}

.related-product {
  margin-bottom: 120px;
}

.related-product__title {
  margin-bottom: 24px;
}

.related-product__content {
  position: relative;
}

.related-product__card {
  padding: 0 0 20px;
  max-width: 491px;
  width: 100%;
  height: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #F5F5F7;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s linear;
}

.related-product__card:hover {
  background: #E1E1E3;
}

.related-product__card-imgbox {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 313px;
  height: 199px;
}

.related-product__card-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.related-product__card-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.related-product__card-title {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.protection {
  margin: 0 auto;
  padding: 4px 29px 4px 0;
  padding-right: 29px;
  display: block;
  color: #2A65C5;
  transition: all 0.1s linear;
  position: relative;
}

.protection::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #2A65C5;
  mask: url(/local/templates/cmstore/img/promo/icons/arrow-next-blue.svg) center no-repeat;
  -webkit-mask: url(/local/templates/cmstore/img/promo/icons/arrow-next-blue.svg) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.1s linear;
}

.protection:hover {
  color: #0C47A7;
}

.protection:hover::after {
  background: #0C47A7;
  transform: translateY(-50%) translateX(5px);
}

.hvr {
  padding-bottom: 8px;
}

.hvr__images {
  position: relative;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}

.hvr__dots {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hvr__dot {
  max-width: 40px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #E1E1E3;
}

.hvr__dot--active {
  background: #0E0E0E;
}

@media (max-width: 1550px) {
  .deals__swiper.container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1440px) {
  .promos__cards {
    gap: 40px 12px;
  }
}
@media (max-width: 1200px) {
  .related-product__card-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  .deals-block {
    margin-bottom: 80px;
  }
  .deals__content {
    margin-bottom: 13px;
  }
  .deals-card {
    padding: 12px;
    max-width: 219px;
  }
  .deals-card__images {
    padding-bottom: 4px;
  }
  .deals-card__img {
    width: 200px;
    height: 200px;
  }
  .deals-card__name {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .deals-card__newprice {
    font-size: 16px;
  }
  .deals-card__oldprice {
    font-size: 12px;
  }
  .deals-card__box {
    margin-bottom: 10px;
  }
  .deals-card__sale-info {
    margin-bottom: 2px;
    width: 14px;
    height: 14px;
  }
  .deals-card__sale {
    margin-bottom: 0px;
    align-items: center;
  }
  .deals-card__btns {
    gap: 0 12px;
  }
  .hvr {
    padding-bottom: 24px;
  }
  .hvr__dots {
    padding: 0;
  }
  .promo-detalis__img {
    display: block;
    width: 110%;
    margin-left: -20px;
  }
  .related-product {
    margin-bottom: 80px;
  }
  .related-product__card-title {
    font-size: 16px;
  }
  .related-product__card-imgbox {
    margin-bottom: 8px;
    height: 174px;
  }
  .onepromo {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .related-product__card {
    padding-bottom: 0;
    justify-content: center;
    height: 230px;
  }
  .related-product__card-imgbox {
    padding: 0 10px;
  }
  .related-product__card-title {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin: 20px 0 12px;
  }
  .page-title {
    font-size: 24px;
    font-weight: 600;
  }
  .promos {
    margin-bottom: 80px;
  }
  .promos__cards {
    margin-bottom: 50px;
    gap: 40px 20px;
  }
  .promos__card {
    border-radius: 0;
  }
  .promos__card:hover {
    box-shadow: none;
  }
  .promos__card-info {
    padding: 8px 0 0;
    gap: 8px 0;
  }
  .promos__card-namelink {
    margin-bottom: 2px;
  }
  .promos__card-name {
    font-size: 14px;
  }
  .promos__card-descr {
    font-size: 12px;
    line-height: 16px;
  }
  .promo-date {
    font-size: 10px;
  }
  .master-button {
    padding: 8px 20px;
    width: 100%;
    font-size: 14px;
  }
  .pagination {
    gap: 28px 0;
  }
  .pages-picker__link {
    width: 40px;
    height: 40px;
  }
  .pages-picker__arrows {
    width: 40px;
    height: 40px;
  }
  .title-h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .promo-detalis {
    margin-bottom: 40px;
  }
  .promo-detalis__info {
    margin-top: 20px;
  }
  .promo-detalis__date {
    font-size: 12px;
  }
  .promo-detalis__title {
    margin-bottom: 12px;
  }
  .promo-detalis__item {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
  }
  .promo-detalis__item::before {
    top: 6px;
  }
  .promo-detalis__headline {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .promo-detalis__img {
    width: 115%;
  }
  .onepromo .page-title {
    margin-bottom: 16px;
  }
  .deals-block {
    margin-bottom: 40px;
  }
  .deals__content-wrapper {
    margin: 24px 0 20px;
  }
  .deals__title {
    margin-bottom: 24px;
  }
  .deals-card {
    padding: 0;
    max-width: 228px;
    border-radius: 0;
  }
  .deals-card:hover {
    box-shadow: none;
  }
  .deals-card .swiper-pagination {
    display: none;
  }
  .deals-card__images {
    padding-bottom: 12px;
    width: auto;
    height: auto;
  }
  .deals-card__img {
    width: 175px;
    height: 175px;
    display: none;
  }
  .deals-card__img:first-child {
    display: block;
  }
  .deals-card__name {
    margin-bottom: 8px;
    max-width: 195px;
  }
  .deals-card__box {
    margin-bottom: 8px;
  }
  .deals-card__newprice {
    font-size: 14px;
    font-weight: 600;
  }
  .deals-card__btns {
    gap: 0 4px;
  }
  .deals-card__btn svg {
    width: 32px;
    height: 32px;
  }
  .deals .swiper-button-prev,
  .deals .swiper-button-next,
  .related-product .swiper-button-prev,
  .related-product .swiper-button-next {
    display: none;
  }
  .related-product {
    margin-bottom: 40px;
  }
  .related-product__card {
    justify-content: flex-end;
    max-width: 230px;
    height: 204px;
  }
  .related-product__card-imgbox {
    margin-bottom: 14px;
    height: 131px;
  }
  .related-product__card-title {
    font-size: 14px;
  }
  .protection {
    padding: 10px 29px 10px 0;
  }
  .modal {
    padding: 0;
  }
  .modal.show {
    align-items: flex-end;
  }
  .modal__dialog {
    top: 50px;
    bottom: 0;
  }
  .modal__dialog.scrolled .modal__dialog-content {
    height: 100%;
  }
  .modal__dialog.scrolled .modal__body {
    max-height: calc(var(--vh, 1vh) * 100 - 161px);
  }
  .modal__dialog-slide {
    justify-content: flex-end;
    bottom: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .modal__dialog-content {
    margin: auto 0 0;
    padding: 20px 0 40px;
    max-width: 100%;
    height: 100%;
    border-radius: 12px 12px 0 0;
    position: fixed;
    bottom: 0;
  }
  .modal__body {
    padding: 0 20px 0;
    max-height: calc(var(--vh, 1vh) * 100 - 191px);
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
  .modal__close {
    width: 30px;
    height: 30px;
    top: 18px;
    right: 18px;
  }
  .modal__header-title {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
  }
  .modal__body {
    overflow: auto;
  }
  .modal__list {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 12px;
  }
  .promos {
    margin-bottom: 40px;
  }
  .promos__cards {
    display: flex;
    flex-direction: column;
  }
  .breadcrumbs {
    margin: 12px 0 12px;
  }
  .promo-detalis__img {
    width: 110%;
    margin-left: -12px;
  }
  .promo-detalis img {
    width: 100%;
  }
  .onepromo {
    margin-bottom: 40px;
  }
  .related-product__card {
    height: 180px;
  }
  .deals__content {
    margin-bottom: 28px;
  }
  .deals__swiper.container {
    margin: 0;
    padding: 0;
  }
  .deals__title {
    margin-bottom: 16px;
  }
  .deals__name {
    font-size: 12px;
  }
  .deals-card {
    max-width: 171px;
  }
  .deals-card__promotion-item {
    display: none;
  }
  .deals-card__promotion-item:first-child {
    display: block;
  }
  .deals-card__img {
    width: 112px;
    height: 112px;
  }
  .deals-card__promotion {
    margin-bottom: 10px;
  }
  .deals-card__name {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .deals-card__prices {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .deals-card__newprice span {
    padding-left: 0;
  }
  .deals-card__sale {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 4px;
  }
  .deals-card__sale-value {
    margin: 0 0 1.5px -20px;
    font-size: 10px;
  }
  .deals-card__box {
    margin-bottom: 10px;
  }
  .deals-card__btn-cart {
    padding: 0;
    max-width: 95px;
    width: 100%;
    height: 32px;
    position: relative;
    font-size: 2px;
    color: #0E0E0E;
  }
  .deals-card__btn-cart::after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url("/local/templates/cmstore/img/promo/icons/cart.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .deals-card__btns {
    gap: 0 8px;
  }
  .deals-card__btn {
    width: 32px;
    height: 32px;
  }
  .modal__dialog.scrolled .modal__list-item:first-child {
    margin-top: 12px;
    max-width: none;
  }
  .modal__dialog.scrolled .modal__header {
    padding-bottom: 12px;
  }
  .modal__dialog.scrolled .modal__header-title {
    font-size: 16px;
  }
  .modal__dialog.scrolled .modal__body {
    max-height: calc(var(--vh, 1vh) * 100 - 142px);
  }
  .modal__close {
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
  }
  .modal__close::after {
    width: 10px;
    height: 10px;
  }
  .modal__body {
    padding: 0 12px 0;
    max-height: calc(var(--vh, 1vh) * 100 - 216px);
  }
  .modal__list {
    font-size: 14px;
  }
}
.modal.modal__promotion {
  max-width: none;
  border-radius: unset;
  height: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.modal__body ol,
.modal__body ul {
  padding-left: 20px;
}