/* /local/templates/redesign/css/main-banner.css */
.main-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  justify-content: center;
  margin-bottom: 80px;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  transition: all .2s;
}
.main-banner--rounded{
  border-radius: 20px;
}
.main-banner .block-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease-in-out;
  object-fit: cover;
  object-position: center center;
}
.main-banner:hover .block-image {
  transform: scale(1.03);
}
.main-banner::after {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.main-banner__link {
  align-self: flex-end;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}
.main-banner__link:hover {
  color: #fff;
  text-decoration: underline;
}
.main-banner__logo {
  display: block;
  max-width: 100%;
  height: calc(100% + 30px);
}
.main-banner__logo-wrap {
  align-items: center;
  align-self: flex-start;
  display: flex;
  height: 37px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
.main-banner__text {
  align-self: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main-banner__text{
    font-size: 30px;
    max-width: 90%;
  }
}
@media (max-width: 970px){
  .main-banner--rounded{
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 835px) {
  .main-banner__text{
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .main-banner__text{
    font-size: 24px;
  }
}
@media (max-width: 670px) {
  .main-banner__text{
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .main-banner {
    height: 200px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .main-banner__logo-wrap {
    height: auto;
  }
  .main-banner__logo {
    max-width: 56px;
  }
  .main-banner__text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .main-banner__text {
    font-size: 15px;
    line-height: 20px;
  }
}
/* /local/templates/redesign/css/special-offer.css */
.special-offer {
  overflow: hidden;
  padding-bottom: 35px
}
.special-offer__slider {
  margin: 0 -20px
}
.special-offer__slider .custom-slick {
  position: absolute;
  top: -54px
}
.special-offer__slider .custom-slick--next {
  right: 20px
}
.special-offer__slider .custom-slick--prev {
  right: 55px
}
.special-offer__item {
  padding: 35px 60px 75px 60px;
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.special-offer__item-backdrop::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4)
}
.special-offer__item-wrap {
  margin: 0 20px
}
.special-offer__item-wrap a:hover {
  text-decoration: none
}
.special-offer__sticker-wrap {
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.special-offer__sticker-wrap .sticker {
  margin-right: 5px
}
.special-offer__sticker-wrap .sticker:last-child {
  margin-right: 0
}
.special-offer__title {
  overflow: hidden;
  word-wrap: break-word;
  z-index: 2;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.44;
  text-align: center;
  transform: translateY(-50%);
  margin-top: 0px !important;
  hyphens: auto;
}
.special-offer__item::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 75px;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .2s ease-in-out
}
.special-offer__item:hover::before {
  width: 100px
}
.special-offer__header {
  margin-bottom: 22px;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #fff;
  transition: .2s ease-in-out
}
/* rounded style */

.special-offer--main .special-offer__slider {
  margin: 0;
}
.special-offer--main .special-offer__slider .slick-list{
  margin: 0 -20px;
}

.special-offer--main .special-offer__item-wrap,
.special-offer--main .special-offer__item {
  border-radius: 20px;
}

.special-offer--main .special-offer__item-wrap .special-offer__item-backdrop::after{
  transition: background-color 0.400s cubic-bezier(0.6, 0, 0.4, 1);
}
.special-offer--main .special-offer__item-wrap:hover .special-offer__item-backdrop::after{
  background-color: rgba(0, 0, 0, .2);
}

.special-offer--main .special-offer__item-wrap .special-offer__item-image{
  transform: translate(-50%, -50%) scale(1.0);
  transition: transform 0.400s cubic-bezier(0.2, 0, 0.2, 1);
}
.special-offer--main .special-offer__item-wrap:hover .special-offer__item-image{
  transform: translate(-50%, -50%) scale(1.05);
}
.special-offer__image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* rounded style end */

@media (max-width: 1024px) {
  .special-offer__item {
    padding: 65px 0 0 0;
    background-size: cover;
    aspect-ratio: 2;
    height: 260px;
  }
  .special-offer__title {
    font-size: 24px
  }
  .special-offer__title::after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media (max-width: 970px) {
  .special-offer {
    padding-bottom: 0
  }
  .special-offer .section-header {
    padding-left: 20px
  }
  .special-offer__slider {
    margin: 0
  }
  .special-offer__item {
    padding: 65px 0 0 0;
    background-size: cover
  }
  .special-offer__item-wrap {
    margin: 0
  }
  .special-offer__title::after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .special-offer__slider .custom-slick {
    top: -44px
  }
  .special-offer__slider .custom-slick--next {
    right: 15px
  }
  .special-offer__slider .custom-slick--prev {
    right: 55px
  }
  .special-offer--main .section-headline {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .special-offer {
    padding-bottom: 20px
  }
  .special-offer .section-header {
    padding-left: 20px
  }
  .special-offer__slider {
    margin: 0
  }
  .special-offer__item {
    padding: 30px 0 0 0;
    background-size: cover;
  }
  .special-offer__item::before {
    bottom: 40px
  }
  .special-offer__item-wrap {
    margin: 0
  }
  .special-offer__title {
    padding: 0 20px;
    font-size: 18px
  }
  .special-offer__title::after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px
  }
  .special-offer__slider .custom-slick {
    top: -44px
  }
  .special-offer__slider .custom-slick--next {
    right: 15px
  }
  .special-offer__slider .custom-slick--prev {
    right: 55px
  }
}
/* /local/templates/redesign/css/how-buy.css */
.how-buy {
    padding-bottom: 40px;
    width: 100%;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.how-buy strong {
    margin: 0;
    display: block;
    font-size: 24px;
    font-weight: 700
}

.how-buy--seo h2 {
    margin-bottom: 20px;
    display: block;
    font-size: 24px;
    font-weight: 700
}

.how-buy p {
    margin: 0;
    line-height: 28px
}

.how-buy--seo p {
    margin-bottom: 20px;
}

.how-buy--seo ul {
    margin-bottom: 20px;
}

.how-buy__wrap br + br {
    display: none
}

.how-buy-details {
    padding-bottom: 40px;
    width: 100%;
    columns: 2;
    column-gap: 40px;
}
.how-buy-details__summary{
    display: block;
    pointer-events: none;
}

.how-buy-details__title{
    font-size: 24px;
    font-weight: 700;
}


@media (max-width: 1024px) {
    .how-buy {
        padding-bottom: 30px
    }
}

@media (max-width: 970px) {
    .how-buy-details {
        padding: 0 15px;
    }
    .how-buy {
        padding: 20px 20px;
    }
}

@media (max-width: 576px) {
    .how-buy-details {
        columns: 1;
        margin-bottom: 30px;
    }
    .how-buy-details[open] .how-buy-details__title {
        margin-bottom: 30px;
    }
    .how-buy-details__summary{
        display: flex;
        pointer-events: initial;
    }
    .how-buy-details__summary::after {
        content: "";
        display: block;
        background-image: url(../img/arrow-down.svg);
        transform: rotate(0deg);
        width: 30px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .how-buy-details[open] > .how-buy-details__summary::after{
        transform: rotate(180deg);
    }
    .how-buy__wrap {
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        color: #7D858C;
        text-wrap-style: pretty;
    }
}
/* /local/templates/redesign/css/advantages.css */
.advantages {
  z-index: 2;
  margin-top: 55px;
  max-width: 51.5%;
  width: 100%;
  height: 530px;
  border: 1px solid #E5EAEC;
  background-color: #fff;
}
.advantages .advantages__slider .custom-slick {
  z-index: 1;
  position: absolute;
  bottom: 55px;
}
.advantages .advantages__slider .custom-slick--next {
  right: calc(50% - 40px);
  background-image: url("../img/custom-slick-bold--next.svg");
  background-size: 30px;
}
.advantages .advantages__slider .custom-slick--prev {
  left: calc(50% - 40px);
  background-image: url("../img/custom-slick-bold--next.svg");
  background-size: 30px;
  transform: scaleX(-1);
}
.advantages .advantages__slider .slick-dots {
  position: absolute;
  top: 47px;
  bottom: initial;
}
.advantages .advantages__slider .slick-dots li {
  margin: 0;
  width: 16px;
  height: 16px;
}
.advantages .advantages__slider .slick-dots li button::before {
  font-size: 28px;
  color: #C9CCCD;
}
.advantages .advantages__slider .slick-dots li.slick-active button::before {
  color: #B12535;
}
.advantages .advantages__item {
  padding: 118px 120px 142px 120px;
}
.advantages .advantages__header {
  margin-bottom: 28px;
  text-align: center;
  font-family: "Druk Cyr", "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000;
}
.advantages .advantages__text {
  margin: 0;
  height: 180px;
  text-align: center;
  color: #7D858C;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}
.advantages .advantages__text a {
  color: #7D858C;
}
.advantages .advantages__text a:hover {
  color: #7D858C;
}
.advantages .advantages__slider {
  max-height: 510px;
  overflow-y: hidden;
}
@media (max-width: 1599px) {
  .advantages {
    margin-bottom: 0;
    max-width: 50%;
    height: 530px;
  }
  .advantages .advantages__item {
    padding: 118px 100px 142px 100px;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 1500px) {
  .advantages {
    margin-bottom: 0;
    max-width: 47%;
    height: 530px;
  }
  .advantages .advantages__item {
    padding: 118px 90px 142px 90px;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .advantages {
    margin-bottom: 0;
    max-width: 45%;
    height: 512px;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .advantages {
    margin-bottom: 0;
    max-width: 43%;
    height: 512px;
  }
  .advantages .advantages__item {
    padding: 118px 60px 142px 60px;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .advantages {
    margin-bottom: 0;
    max-width: 42%;
    height: 512px;
  }
  .advantages .advantages__item {
    padding: 118px 40px 142px 40px;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .advantages {
    margin-bottom: 0;
    max-width: 60%;
    height: 512px;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 1025px) {
  .advantages {
    margin-bottom: 0;
    max-width: 60%;
    height: auto;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 970px) {
  .advantages {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .advantages .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 50px;
  }
  .advantages .advantages__slider .slick-dots {
    top: 28px;
  }
}
@media (max-width: 576px) {
  .advantages {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .advantages .advantages__text {
    height: auto;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px;
  }
  .advantages .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .advantages .advantages__header {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 1.4;
  }
  .advantages .advantages__item {
    padding: 85px 0 105px 0;
  }
  .advantages .advantages__slider .custom-slick {
    z-index: 1;
    position: absolute;
    bottom: 40px;
  }
  .advantages .advantages__slider .slick-dots {
    top: 28px;
  }
}

/* /local/templates/redesign/css/collections.css */
.collections {
  padding-bottom: 43px;
}
.collections__slider .custom-slick {
  position: absolute;
  top: -54px;
}
.collections__slider .custom-slick--next {
  right: 0;
}
.collections__slider .custom-slick--prev {
  right: 35px;
}
.collections__item {
  padding: 40px 40px 60px;
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  background-color: #fff;
}
.recommend + .collections__item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.collections__item--discount .price__main {
  text-decoration: line-through;
}
.collections__item--discount .price__main.price__simple {
  text-decoration: none;
}
.collections__item:hover .collections__tools {
  visibility: visible;
  opacity: 1;
}
.collections__item-wrap {
  margin-right: 40px;
  max-width: 740px;
  width: 100%;
}
.collections__item-wrap:last-child {
  margin-right: 0;
}
.collections__sticker {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collections__sticker .sticker {
  margin-right: 5px;
}
.collections__sticker .sticker:last-of-type {
  margin-right: 0;
}
.collections__item .fav-button {
  margin-left: auto;
  max-width: 24px;
  max-height: 24px;
  background-color: transparent;
  background-image: url(../img/fav-icon.svg);
  background-position: center center;
  background-size: 24px;
  transition: 0.2s ease-in-out;
}
.collections__title {
  overflow: hidden;
  margin-bottom: 0;
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #000;
  transition: 0.2s ease-in-out;
}
.collections__title:hover {
  color: #B12535;
  text-decoration: none;
}
.collections__text {
  margin-bottom: 0;
  font-size: 18px;
}
.collections__info {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.collections__img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.collections__img-wrap {
  position: relative;
  margin-right: 40px;
  max-width: 305px;
  width: 100%;
  height: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}
.collections__price {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.collections__price .price__main {
  font-size: 24px;
}
.collections__price .price__discount {
  margin-left: 20px;
  font-size: 24px;
}
.collections__tools {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.collections__tools .counter {
  max-width: 130px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.collections__buttons {
  max-width: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collections__title-wrapper .fav-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.collection__sticker-mobile {
  display: none;
  margin-left: auto;
}
.collections__description p {
  margin: 0;
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .collections__slider {
    margin: 0 -20px;
  }
  .collections__item-wrap {
    margin-right: 0;
    margin: 0 20px;
  }
  .collections__tools .counter {
    max-width: 100px;
  }
  .collections__slider .custom-slick--next {
    right: 20px;
  }
  .collections__slider .custom-slick--prev {
    right: 55px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 15px;
  }
  .collections__slider .custom-slick--prev {
    right: 50px;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__img-wrap {
    margin-right: 30px;
    max-width: 220px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__tools .counter {
    margin-right: 10px;
    max-width: 100px;
  }
  .collections__price .price__main {
    font-size: 20px;
  }
  .collections__price .price__discount {
    font-size: 20px;
  }
  .collections__buttons {
    max-width: 200px;
  }
  .collections__title {
    font-size: 26px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 15px;
  }
  .collections__slider .custom-slick--prev {
    right: 50px;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__img-wrap {
    margin-right: 30px;
    max-width: 220px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__tools .counter {
    margin-right: 10px;
    max-width: 100px;
  }
  .collections__price .price__main {
    font-size: 20px;
  }
  .collections__price .price__discount {
    font-size: 20px;
  }
  .collections__title {
    font-size: 26px;
  }
  .collections__info .detail-properties__name-dots {
    max-height: 142px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 15px;
  }
  .collections__slider .custom-slick--prev {
    right: 50px;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__img-wrap {
    margin-right: 30px;
    max-width: 180px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__tools .counter {
    margin-right: 10px;
    max-width: 100px;
  }
  .collections__price .price__main {
    font-size: 20px;
  }
  .collections__price .price__discount {
    font-size: 20px;
  }
  .collections__title {
    font-size: 24px;
  }
}
@media (min-width: 971px) and (max-width: 1024px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 10px;
  }
  .collections__slider .custom-slick--prev {
    right: 45px;
  }
  .collections__item {
    padding: 40px 20px 60px 20px;
    height: 540px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__sticker {
    display: none;
    margin-bottom: 20px;
  }
  .collections__title-wrapper {
    position: relative;
    padding-right: 35px;
  }
  .collections__title-wrapper .fav-button {
    display: block;
  }
  .collection__sticker-mobile {
    display: block;
  }
  .collections__title {
    font-size: 18px;
    line-height: 24px;
  }
  .collections__text {
    font-size: 14px;
  }
  .collections__img-wrap {
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .collections__buttons {
    max-width: 100%;
  }
  .collections__tools {
    visibility: visible;
    opacity: 1;
  }
  .collections__tools .counter {
    margin-right: 10px;
  }
}
@media (max-width: 970px) {
  .collections .section-header {
    padding-left: 20px;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -42px;
  }
  .collections__slider .custom-slick--next {
    right: 20px;
  }
  .collections__slider .custom-slick--prev {
    right: 55px;
  }
  .collections__item {
    padding: 45px 25px 70px 25px;
  }
  .collections__item-wrap {
    margin-right: 0;
    max-width: 100%;
  }
  .collections__title {
    font-size: 28px;
  }
  .collections__tools {
    visibility: visible;
    opacity: 1;
  }
  .collections__tools .counter {
    margin-right: 10px;
  }
  .collections__buttons {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .collections {
    margin: 0 20px;
  }
  .collections .section-header {
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #E5EAEC;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -42px;
  }
  .collections__slider .custom-slick--next {
    right: 0;
  }
  .collections__slider .custom-slick--prev {
    right: 40px;
  }
  .collections__item {
    padding: 20px 0 60px 0;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .collections__item-wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .collections__sticker {
    display: none;
    margin-bottom: 20px;
  }
  .collections__title-wrapper {
    position: relative;
    padding-right: 35px;
  }
  .collections__title-wrapper .fav-button {
    display: block;
  }
  .collection__sticker-mobile {
    display: block;
  }
  .collections__title {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
  .collections__price .price__discount,
  .collections__price .price__main {
    font-size: 18px;
  }
  .collections__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .collections__img-wrap {
    margin: 0 auto;
    margin-bottom: 55px;
    height: 165px;
  }
  .collections__img {
    width: 100%;
    height: 100%;
  }
  .collections__buttons {
    max-width: 100%;
  }
  .collections__tools {
    visibility: visible;
    opacity: 1;
  }
  .collections__tools .counter {
    margin-right: 10px;
  }
}
.collections__info .detail-properties {
  margin: 15px 0;
}
.collections__info .detail-properties__name-dots {
  overflow: hidden;
  margin: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.collections__info .detail-properties__name-dots::before {
  display: none;
}
.collections__info .detail-properties__item {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
}
@media (min-width: 577px) and (max-width: 1199px) {
  .collections__info .detail-properties {
    display: none;
  }
}
@media (max-width: 576px) {
  .collections__info .detail-properties__item {
    font-size: 11px;
  }
  .collections .collections__slider .slick-list{
    margin: 0 -15px;
  }
  .collections .collections__item-wrap.slick-slide{
    margin: 0 15px;
  }
}
/* /local/templates/redesign/css/advantages-section.css */
.advantages-section__list{
  display: flex;
}
.advantages-section__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 15px 40px;
  background: url("../img/advantages-star.svg") center 40px no-repeat;
}
.advantages-section__title{
  font-family: 'Druk Cyr';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.advantages-section__desc{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  color: #7D858C;
  text-align: center;
}
.advantages-section__link{
  text-decoration: underline;
}
.advantages-section__item,
.advantages-section__wrapper-for-slide{
  min-width: clamp(300px, 100%, 750px);
}
@media (max-width: 970px){
  .advantages-section {
    padding: 0 15px;
  }
}
/* /local/templates/redesign/css/rules-section.css */
.rules-section {
  margin-bottom: 60px;
}
.rules-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 275px;
  padding: 15px;
  border: 1px solid #E2E7E9;
}
.rules-section__title {
  font-family: 'Druk Cyr';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
}
.rules-section__text {
  max-width: 1280px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  color: #7D858C;
  text-align: center;
}
@media (max-width: 970px) {
  .rules-section__container {
    height: auto;
  }
  .rules-section{
    padding: 15px;
  }
}
/* /local/templates/redesign/css/collections-pickups.css */
.collections-pickups__list .slick-list {
  margin: 0 -10px;
  padding-bottom: 45px;
}
.collections-pickups__list .slick-list .slick-slide {
  margin: 0 10px;
  padding: 0 10px 10px 0;
  border-radius: 10px;
}
.collections-pickups__item {
  display: flex;
  column-gap: 40px;
  max-height: 260px;
  overflow: hidden;
}
.collections-pickups__image-side {
  position: relative;
  width: 350px;
  height: 260px;
  flex-shrink: 0;
}
.collections-pickups__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.collections-pickups__item-fav{
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: transparent;
  filter: brightness(0) drop-shadow(0px 0px 1px #fff);
}
.collections-pickups__item-fav.fav-button--filled-red{
  background-color: transparent;
  filter: none;
}

.collections-pickups__item-fav:hover{
  background-color: transparent;
}
.collections-pickups__item-title{
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
  text-decoration: none;
}
.collections-pickups__item-title:hover{
  color: #B12535;
  text-decoration: none;
}
.collections-pickups__item-desc{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #7D858C;
}
.collections-pickups__text-side {
  mask-image: linear-gradient(#000 65%, transparent);
}
.collections-pickups__item-wrap {
  transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
}
.collections-pickups__item-wrap:hover {
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 970px){
  .collections-pickups__item-wrap:hover {
    box-shadow: unset;
  }
  .collections-pickups__item {
    column-gap: 20px;
  }
  .collections-pickups__image-side{
    width: 260px;
  }
  .collections-pickups {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px){
  .collections-pickups__item-desc{
    max-height: 160px;
  }
  .collections-pickups__image-side{
    width: 100%;
  }
  .collections-pickups__item {
    flex-direction: column;
    max-height: unset;
  }
  .collections-pickups__list .slick-list {
    padding-bottom: 0;
  }
  .collections-pickups__list .slick-list .slick-slide {
    padding: 0;
  }
}
/* /local/templates/redesign/css/expert-section.css */
.section-experts{
  position: relative;
  margin-bottom: 60px;
}
.section-experts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  max-width: 50%;
  padding-bottom: 30px;
}
.section-experts__list .slick-list {
  margin: 0 -20px;
}
.section-experts__list .slick-slide{
  margin: 0 20px;
}
.section-experts__image{
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.section-experts__image-wrapper {
  display: contents;
}
.section-experts__name{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 20px;
}
.section-experts__desc{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
/*.section-experts__desc--overlay::after{*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 25px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*/
/*}*/
.section-experts__link{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 8px;
  width: 100%;
  max-width: 300px;
  height: 40px;
  background-color: #B12535;
  border-radius: 5px;
  text-decoration: none;
  pointer-events: auto;
  transition: background-color 0.250s ease-out;
  margin-top: auto;
}
.section-experts__link:hover,
.section-experts__link:focus{
  color: #fff;
  background-color: #B2686A;
  text-decoration: none;
}
.section-experts__link:active{
  color: #fff;
  background-color: #A15455;
}
.section-experts .custom-slick-big-arrow{
  top: -65px;
  right: 0;
}
.section-experts .custom-slick-big-arrow--back{
  right: 55px;
}

.section-experts .card-component-wrapper:hover .card-component:not(.card-component--horizontal){
  box-shadow: none;
}

.slick-initialized .section-experts__wrapper-for-slider.slick-slide {
  display: flex;
}
@media (max-width: 1440px){
  .section-experts__wrapper-for-slider .card-component__tools-buttons .main-button {
    font-size: 12px;
  }
}
@media (max-width: 1280px){
  .section-experts__wrapper-for-slider.slick-slide .card-component-wrapper {
    max-width: 100%;
  }
  .section-experts__wrapper-for-slider .card-component__tools-buttons {
    justify-content: center;
  }
}
@media (max-width: 1150px){
  .section-experts__list .slick-list {
    margin: 0 -10px;
  }
  .section-experts__list .slick-slide{
    margin: 0 10px;
  }
}
@media (max-width: 1024px){
  .section-experts__wrapper-for-slider .card-component.card-component--vertical {
    max-height: initial;
    margin-bottom: initial;
  }
}
@media (max-width: 970px) {
  .section-experts {
    padding: 0 15px;
  }
}
@media (max-width: 576px){
  .section-experts__desc{
    overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    text-overflow: initial;
  }
  .section-experts__item {
    max-width: 100%;
  }
  .slick-initialized .section-experts__wrapper-for-slider.slick-slide {
    display: block;
  }
}

/* /local/templates/redesign/css/hits-section.css */

.hits-section{
  padding-bottom: 30px;
}
.hits-section__container {
  display: flex;
  gap: 40px;
}
.hits-section__column--banner{
  height: 1075px;
  width: calc(100% * 1 / 4);
  flex-shrink: 0;
}
.hits-section__column--slider{
  width: calc((100% - 40px) * 3 / 4);
}
.hits-section__column--no-banner{
  width: 100%;
  max-width: 100%;
}
.bestsellers-product-banner {
  position: relative;
  background-color: #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.bestsellers-product-banner__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.4, 1);
}
.bestsellers-product-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 40px;
  height: 100%;
  width: 100%;
  text-wrap: balance;
}
.bestsellers-product-banner__link-text{
  font-family: 'Druk Cyr';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  color: #fff;
}
.bestsellers-product-banner__link:hover{
  color: #ffffff;
  text-decoration: none;
}
.bestsellers-product-banner__link-text::after{
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #fff;
  transform-origin: left;
  margin-top: 10px;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.4, 1);
}
.bestsellers-product-slider .slick-list{
  margin: 0 -20px;
}
.bestsellers-product-slider .slick-slide{
  margin: 0 20px;
  height: auto;
}
.bestsellers-product-slider .slick-slide > div:not([class]) {
  height: auto;
  min-height: 550px;
}
.bestsellers-product-slider .slick-track{
  padding-bottom: 40px;
}
@media (max-width: 1440px){
  .hits-section__column--banner{
    width: calc(100% * 1 / 3);
  }
  .hits-section__column--slider{
    width: calc((100% - 40px) * 2 / 3);
  }
  .hits-section__column--no-banner{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1150px){
  .hits-section__column--banner {
    height: 550px;
    min-width: 220px;
    max-width: calc(100%* 1 / 3);
    width: 100%;
  }
  .hits-section__column--slider{
    position: relative;
  }
  .bestsellers-product-banner__link-text {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 970px){
  .hits-section{
    padding: 0 15px 30px;
  }
  .hits-section__column--banner {
    max-width: calc(50% - 20px);
    height: 550px;
  }
  .hits-section__column--slider{
    max-width: calc(50% - 20px);
  }
  .hits-section__column--no-banner{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px){
  .hits-section__container {
    flex-direction: column-reverse;
  }
  .bestsellers-product-slider .card-component-wrapper{
    max-width: 100%;
  }
  .hits-section__column--banner {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1246 / 1650;
    height: auto;
  }
  .hits-section__column--slider{
    max-width: 100%;
    width: 100%;
  }
  .hits-section__column--slider .card-component{
    padding: 20px 0;
  }
}
/* /local/templates/redesign/css/promotions.css */
.promotions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: calc((100% * 1 / 3) - 20px);
  flex-shrink: 0;
}
.promotions-card{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ccc;
  aspect-ratio: 3 / 1;
}
.promotions-card__image-wrapper{
  display: block;
  width: 100%;
  height: 100%;
}
.promotions-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.250s ease-out;
}
.promotions-card__title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}
.promotions-all{
  display: block;
  background-color: #EEF3F5;
  border-radius: 5px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  padding: 8px 10px;
  transition: color 0.25s ease-out, background-color 0.25s ease-out;
}
.promotions-all:hover{
  background-color: #b12435;
  color: #fff;
  text-decoration: none;
}
.promotions-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 49.64%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.promotions-card:hover::before{
  opacity: 0;
}
.promotions-card__title::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
  transition: width 0.2s;
}
.promotions-card:hover .promotions-card__title::after {
  width: 30px;
}
.main-slider-wrapper[data-without-promotions] .promotions {
  display: none;
}
@media (max-width: 1024px){
  .promotions {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 10px;
  }
  .promotions-card{
    max-width: calc((100% * 1 / 2) - 5px);
    border-radius: 10px;
  }
  .promotions-all{
    width: 100%;
  }
}
@media (max-width: 576px){
  .promotions {
    display: none;
  }
}
/* /local/templates/redesign/css/catalog-list.css */
.categories-cards {
  overflow: hidden;
  padding-bottom: 30px;
}
.categories-cards__list:not(.slick-initialized) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 134px;
  gap: 20px;
}
.categories-cards__list .slick-list{
  margin: 0 -10px;
}
.categories-cards__list .slick-slide{
  margin: 0 10px;
}
.categories-cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.categories-cards__item-count{
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background: rgba(255, 255, 255, 0.2);
  font-family: "Druk Cyr", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #000;
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  padding: 0 4px;
  border-radius: 4px;
}
.categories-cards__item-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
.categories-cards__item-img{
  width: 100%;
  height: 100%;
  max-width: 145px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.250s cubic-bezier(0.5, 0, 0.5, 1);
}
.categories-cards__item-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.categories-cards__item-img-wrapper{
  background-size: 100%;
  transition: transform 0.250s cubic-bezier(0.5, 0, 0.5, 1);
}
.categories-cards__item-wrapper:hover .categories-cards__item-img{
  transform: translateX(8px);
}
.categories-cards__item-wrapper:hover .categories-cards__item-img{

}
.categories-cards__item-wrapper:hover .categories-cards__item-img-wrapper{
  transform: scale(1.05);
}
.categories-cards__item-wrapper .categories-cards__item-img{
  mask-image: url("../img/GlassMask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.categories-cards__item-wrapper:hover::after{
  opacity: 0;
}
.categories-cards__item-wrapper::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
.categories-cards__progress {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #E2E7E9;
  background-image: linear-gradient(to right, #B12435, #B12435);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.categories-cards__list .custom-slick-white-circle-arrow--prev{
  left: 20px;
}
.categories-cards__list .custom-slick-white-circle-arrow--next{
  right: 20px;
}

@media (max-width: 970px){
  .categories-cards__progress{
    display: block;
  }
  .categories-cards__item-wrapper::after{
    display: none;
  }
  .blur-block::after, .blur-block::before{
    width: 50px;
    right: -5px;
  }
  .blur-block::before{
    left: -5px;
  }
  .categories-cards {
    padding-left: 20px;
    padding-right: 20px;
  }
  .categories-cards__list .slick-list {
    margin: 0 -5px;
  }
  .categories-cards__list .slick-slide {
    margin: 0 5px;
  }
  .categories-cards__item-img{
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px){
  .categories-cards__item-wrapper,
  .categories-cards__item-img{
    border-radius: 5px;
  }
  .categories-cards__item-count{
    font-size: 16px;
  }
  .categories-cards__item-name{
    font-size: 12px;
  }
}
