

/* Start:/local/components/rcparty/actions.list/templates/slider-vertical-card/style.css?17703910564862*/
.actions-list-vertical .slick-slide {
  height: auto;
  min-height: 500px;
}

.actions-list-vertical .slick-track {
  display: flex;
  align-items: stretch;
}

.actions-list-vertical .slick-slide>div,
.actions-list-vertical .slick-slide>div .action-card__item {
  height: 100%;
}

.action-plate__item {
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--brandprimary, #f69903);
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 600;
  line-height: 100%;
}

.action-plate__item--promo {
  background: var(--Text-text-primary, #303030);
}

.action-card {
  color: var(--Text-text-primary, #303030);
  position: relative;
  background-size: cover;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.action-card__plate {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.action-card__img {
  margin-top: auto;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
}

.action-card__discount {
  border-radius: 80px;
  color: #fff;
  padding: 16px 32px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.action-card__dates {
  border-radius: 70px;
  background: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  margin-top: 10px;
}

.action-card__title {
  margin: 25px 0;
}


.action-card__subtitle {
  margin-top: 16px;
  padding-right: 10%;
  line-height: 1.3;
}

.action-card--variant-1 .action-card__discount,
.action-card--variant-1 .action-plate__item--promo-section {
  background: var(--Sale-blue-dark, #423E80);
}

.action-card--variant-2 .action-card__discount,
.action-card--variant-2 .action-plate__item--promo-section,
.action-card--variant-8 .action-card__discount,
.action-card--variant-8 .action-plate__item--promo-section {
  background: var(--Content-Content-03, #FF8D50);
}

.action-card--variant-3 .action-card__discount,
.action-card--variant-3 .action-plate__item--promo-section {
  background: var(--Sale-greenblue-dark, #4D8175);
}

.action-card--variant-4 .action-card__discount,
.action-card--variant-4 .action-plate__item--promo-section {
  background: var(--brandprimary, #f69903);
}

.action-card--variant-5 .action-card__discount,
.action-card--variant-5 .action-plate__item--promo-section,
.action-card--variant-9 .action-card__discount,
.action-card--variant-9 .action-plate__item--promo-section {
  background: var(--Content-Content-06, #50644B);
}

.action-card--variant-6 .action-card__discount,
.action-card--variant-6 .action-plate__item--promo-section {
  background: #A1638C;
}

.action-card--variant-7 .action-card__discount,
.action-card--variant-7 .action-plate__item--promo-section {
  background: #4C7F86;
}

@media (max-width: 1440px) {
  .action-card {
    padding: 16px;
  }

  .action-card__img {
    max-width: 90%;
  }

  .action-card__discount {
    left: 16px;
    bottom: 16px;
    padding: 16px 24px;
  }

  .action-card__dates {
    margin-top: 13px;
  }

  .action-card__title {
    margin-bottom: 8px;
  }
}

@media (max-width: 1280px) {
  .action-plate {
    gap: 10px;
  }

  .action-plate__item {
    padding: 9px 10px;
  }

  .action-card__img {
    max-width: 92%;
  }

  .action-card__discount {
    padding: 14px 20px;
  }

  .action-card__dates {
    margin-top: 10px;
    padding: 9px;
  }

  .action-card__title {
    padding-right: 0;
    margin-bottom: -9px;
  }

  .action-card__subtitle {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .action-plate {
    gap: 8px;
  }

  .action-plate__item {
    border-radius: 6px;
  }

  .action-card {
    padding: 12px;
  }

  .action-card__img {
    max-width: 100%;
    margin-bottom: 1px;
  }

  .action-card__discount {
    left: 12px;
    bottom: 12px;
    padding: 12px 18px;
  }

  .action-card__dates {
    padding: 2px 10px;
    text-align: left;
  }

  .action-card__title {
    margin-top: 20px;
    margin-bottom: 8px;
  }
  
  .action-card__title h2 {
    font-size: 18px;
  }

  .action-card__subtitle {
    margin-top: 14px;
  }
}

@media (max-width: 576px) {
  .action-plate {
    gap: 6px;
  }

  .action-plate__item {
    border-radius: 8px;
    padding: 8px 9px;
  }

  .action-card {
    padding: 15px;
  }

  .action-card__img {
    max-width: 69%;
    margin-bottom: 10px;
  }

  .action-card__discount {
    left: 15px;
    bottom: 15px;
  }

  .action-card__dates {
    padding: 7px 10px;
    margin-right: auto;
  }

  .action-card__title {
    margin-top: 12px;
  }

   .action-card__title h2 {
    font-size: 16px;
  }
}

@media (max-width: 768px) and (min-width: 577px) {
  .action-plate__item--promo-section {
    display: none;
  }
}
/* End */


/* Start:/local/components/rcparty/brand.slider/templates/.default/style.css?17703910564348*/
.all-brands__top {
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 32px;
}

.all-brands__count {
  gap: 24px;
}

.all-brands__btn-all {
  padding: 16px 25px;
}

.all-brands__counter {
  color: var(--Text-text-secondary, #5F5E5E);
  font-weight: 600;
  line-height: 120%;
  opacity: 0.6;
}

.all-brands__search {
  margin-left: auto;
}

.brands-letter__row {
  display: flex;
}

.brands-letter__row:first-of-type {
  margin-bottom: 24px;
}

.brands-letter__range {
  color: var(--Text-text-brandcolor, #E27030);
  font-weight: 600;
  line-height: 100%;
  margin-right: 70px;
  padding-top: 0.27em;
}

.brands-letter__letters {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px var(--Spacing-Main-8, 8px);
  flex: 1 0 0;
  flex-wrap: wrap;
}

.brands-letter__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  border-radius: var(--Spacing-Card-Banner-XS, 8px);
  background: var(--Content-Content-01, #FCF9F8);
  color: var(--Text-text-primary, #303030);
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.brands-result {
  margin-top: 70px;
  overflow: hidden;
}

.brands-result__box:first-child {
  margin-bottom: 30px;
}

.brands-result__box.row {
  margin: 0 -38px;
}

.brands-result__col {
  min-height: 432px;
}

.brands-result__headline {
  color: var(--Text-text-brandcolor, #E27030);
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 13px;
  padding: 30px 0 0 30px;
}

.brands-result__body {
  padding: 30px;
}

.brands-result__block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.brands-result__item {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1440px) {
  .all-brands__top {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }

  .all-brands__count {
    gap: 18px;
  }

  .brands-letter__range {
    margin-right: 50px;
  }

  .brands-letter__item {
    padding: 9px 17px;
  }

  .brands-result {
    margin-top: 51px;
  }

  .brands-result__box.row {
    margin: 0 -30px;
  }

  .brands-result__col {
    min-height: 345px;
  }

  .brands-result__headline {
    padding: 24px 0 0 24px;
  }

  .brands-result__body {
    padding: 42px 24px 24px 24px;
  }
}

@media (max-width: 1280px) {
  .all-brands__top {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .all-brands__count {
    gap: 16px;
  }

  .all-brands__btn-all {
    padding: 14px 17px;
  }

  .brands-letter__row:first-of-type {
    margin-bottom: 16px;
  }

  .brands-letter__item {
    padding: 9px 15px;
  }

  .brands-result {
    margin-top: 46px;
  }

  .brands-result__box.row {
    margin: 0 -25px;
  }

  .brands-result__col {
    min-height: 330px;
  }

  .brands-result__headline {
    padding: 20px 0 0 20px;
  }

  .brands-result__body {
    padding: 29px 20px 20px 20px;
  }

  .brands-result__block-items {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .all-brands__top {
    padding-bottom: 12px;
    margin-bottom: 18px;
  }

  .all-brands__count {
    gap: 12px;
  }

  .all-brands__btn-all {
    padding: 13px 11px;
  }

  .brands-letter__row:first-of-type {
    margin-bottom: 12px;
  }

  .brands-letter__range {
    margin-right: 11%;
  }

  .brands-letter__item {
    width: 42px;
    height: 32px;
    padding: 0;
  }

  .brands-result {
    margin-top: 22px;
  }

  .brands-result__col {
    min-height: 240px;
  }

  .brands-result__body {
    padding: 18px 20px 20px 20px;
  }
}

@media (max-width: 460px) {
  .all-brands__top {
    flex-direction: column;
  }

  .all-brands__count {
    align-self: flex-start;
  }

  .all-brands__btn-all {
    padding: 9px 13px;
  }

  .all-brands__search {
    width: 100%;
    padding-left: 0;
  }

  .brands-letter__row {
    flex-direction: column;
  }

  .brands-letter__range {
    margin: 0 0 12px 0;
  }

  .brands-letter__item {
    width: 49px;
    height: 32px;
  }

  .brands-result {
    margin-top: 15px;
  }

  .brands-result__headline {
    margin-bottom: 8px;
  }
}
/* End */
/* /local/components/rcparty/actions.list/templates/slider-vertical-card/style.css?17703910564862 */
/* /local/components/rcparty/brand.slider/templates/.default/style.css?17703910564348 */
