

/* Start:/local/templates/lecreme_2021/components/bitrix/news.list/banner_2023/style.css?17029022212768*/
.av-banner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "box1 box2"
    "box1 box3";
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

#box1 {
  grid-area: box1;
position: relative;
}

#box2 {
  grid-area: box2;
position: relative;
}

#box3 {
  grid-area: box3;
position: relative;
}

#box1 img, #box2 img, #box3 img {
  max-width: 100%;
  width: 100%;
}
.banner-right_bottom-title {
    position: absolute;
    top: 30%;
    color: #FFF;
    font-family: Tenor Sans;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    left: 25px;
}
.banner-right_bottom-text {
    position: absolute;
    top: 50%;
    color: #FFF;
    font-family: Roboto;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    left: 25px;
    max-width: 440px;
}
.banner-logo_left {position: absolute;bottom: 12%;color: #FFF;font-family: Tenor Sans;font-size: 1.6rem;font-style: normal;font-weight: 400;line-height: 65.5px;letter-spacing: 0.072px;text-transform: uppercase;left: 6%;}
.banner-logo_left span {
    color: #FFF;
    font-family: Tenor Sans;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 65.5px;
    letter-spacing: 0.072px;
    text-transform: uppercase;
}
.banner-left {
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    background-size: cover;
}
.banner-right_top-logo {
    position: absolute;
    top: 38%;
    left: 74%;
    transform: translate(-50%, -50%);
}
.banner-right_top-text {
    color: #170B8C;
    text-align: center;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    max-width: 347px;
    position: absolute;
    top: 51%;
    left: 48%;
}
@media (max-width: 900px) {
.av-banner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  grid-template-areas:
    "box1";
  grid-column-gap: 0px;
  grid-row-gap: 0px;
min-height: 40vh;
}
  #box1 {
min-height: 40vh;
	}
  #box2, #box3 {
    display: none;
  }

  .banner-logo_left span {
    color: #FFF;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    letter-spacing: 0.072px;
    text-transform: uppercase;
  }

  .banner-logo_left {
    color: #FFF;
    font-family: Tenor Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: 0.072px;
    text-transform: uppercase;
    bottom: 9%;
    left: 4%;
  }
}
/* End */


/* Start:/local/components/alfateam/catalog.section.list/templates/mainSection2023/style.css?1786960714553*/
.shop {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
}

.shop .shop-all.shop-assortment {
  margin-top: 96px !important;
}

.shop__prev {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -3%;
}

.shop__next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -6.5%;
}


@media (max-width: 768px) {

  .shop__next,
  .shop__prev {
    display: none;
  }

  .shop .shop-all.shop-assortment {
    margin: 0 0px !important;
    margin-top: 0px;
    margin-top: 60px !important;
  }
}
/* End */


/* Start:/local/templates/lecreme_2021/components/bitrix/news.list/actions_2023/style.css?17024959593339*/
.actions-list {
  margin-top: 60px;
}

.actions-list .wrap {
  position: relative;
}

.actions-title {
  color: #666;
  font-family: Tenor Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.072px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.actions-arrows {
  display: flex;
  gap: 20px;
  position: absolute;
  right: -50px;
  top: 2%;
}

.actions-slide {
  width: 100% !important;
}

.slide-top {
  max-height: 309px;
  height: 100%;
  display: flex;
  width: 100%;
}

.slide-top-left {
  background-image: url('/local/components/alfateam/catalog.section.list/templates/mainSection2023/action1.png');
  max-height: 309px;
  max-width: 70%;
  width: 100%;
  height: 309px;
}

.slide-top-right {
  max-width: 36%;
  width: 100%;
}

.act-title {
  color: #C594A0;
  font-family: 'AGOptimaCyr' !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 76px;
  margin-bottom: 15px;
}

.act-text {
  color: #000;
  font-family: 'AGOptimaCyr' !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 17px;
}

.act-btn {
  display: flex;
  width: 289px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #C7AAB1;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}

.slide-part {
  flex-basis: 24%;
}

.part-title {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  margin-top: 15px;
}

.action-pagination span {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  transition: .3s;
  margin: 0 17px;
}

.action-pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 15px;
}

.action-pagination span.swiper-pagination-bullet-active {
  background: #c7a5ad;
  border-color: #c7a5ad;
}

.actions-slider-mob {
  display: none;
}

.actions-slide img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) {

.actions-list-desc {
    display: none !important;
}

  .actions-slide,
  .actions-arrows {
    display: none !important;
  }

  .actions-slider-mob {
    display: block;
  }

  .actions-title {
    color: #666;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.052px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .actions-slide-mob img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .part-title {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.32px;
  }

  .actions-slider {
    display: none;
  }

  .action-pagination {
    margin-top: 25px;
  }
}
/* End */


/* Start:/local/templates/lecreme_2021/components/bitrix/news.list/actions_mob_2023/style.css?17024959853460*/
.actions-list {
  margin-top: 60px;
}

.actions-list-mob {
  display: none;
}

.actions-list .wrap {
  position: relative;
}

.actions-title {
  color: #666;
  font-family: Tenor Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.072px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.actions-arrows {
  display: flex;
  gap: 20px;
  position: absolute;
  right: -50px;
  top: 2%;
}
.act-btn {
  margin-top: 20px !important;
  box-shadow: 2px 2px 3px #cfcfcf;
}

.actions-slide {
  width: 100% !important;
}

.slide-top {
  max-height: 309px;
  height: 100%;
  display: flex;
  width: 100%;
}

.slide-top-left {
  background-image: url('/local/components/alfateam/catalog.section.list/templates/mainSection2023/action1.png');
  max-height: 309px;
  max-width: 70%;
  width: 100%;
  height: 309px;
}

.slide-top-right {
  max-width: 36%;
  width: 100%;
}

.act-title {
  color: #C594A0;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 76px;
  margin-bottom: 15px;
}

.act-text {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 17px;
}

.act-btn {
  display: flex;
  width: 178px;
  height: 49px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #C7AAB1;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}

.slide-part {
  flex-basis: 24%;
}

.part-title {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  margin-top: 15px;
}

.action-pagination span {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  transition: .3s;
  margin: 0 17px;
}

.action-pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 15px;
}

.action-pagination span.swiper-pagination-bullet-active {
  background: #c7a5ad;
  border-color: #c7a5ad;
}

.actions-slider-mob {
  display: none;
}

.actions-slide img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) {

  .actions-list-mob {
    display: block;
  }

  .actions-slide,
  .actions-arrows {
    display: none !important;
  }

  .actions-slider-mob {
    display: block;
  }

  .actions-list {
    margin-top: 30px;
  }

  .actions-title {
    color: #666;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.052px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .actions-slide-mob img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .part-title {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.32px;
  }

  .actions-slider {
    display: none;
  }

  .action-pagination {
    margin-top: 25px;
  }
}
/* End */


/* Start:/local/templates/lecreme_2021/components/bitrix/catalog.section.list/selections_Main/style.css?170243684211202*/
    .selection-title {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 130%;
        /* identical to box height, or 47px */

        text-transform: uppercase;

        /* color website */

        color: #666666;
    }

    .content-wrap {
        padding: 0 20px;
    }

    .bestsellers-wrap.content-wrap .slick-slider .slick-arrow {
        top: 44%;
    }

    .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-prev {
        left: -46px;
    }

    .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-next {
        right: -46px;
    }

    .content-wrap .brand_sections-wrap .slick-slider {
        border-bottom: 1px solid #dac5b2;
    }

    .bestsellers.brand_sections .bestsellers-wrap .brand_sections-list {
        padding-bottom: 23px;
    }

    .bestsellers.brand_sections .bestsellers-wrap {
        padding-bottom: 25px;
    }

    .bestsellers .bestsellers-wrap .brand_bestsellers-title {
        font-family: 'Tenor Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 130%;
    }

    .brand_sections {
        margin-top: 40px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        text-align: left;
        background: #fff;
    }

    .brand_sections-wrap {
        padding-bottom: 70px;
        padding: 0 40px;
        background-color: #fff;
    }

    .brand_sections-wrap .slick-slider .slick-track {
        display: flex;
    }

    .brand_sections-wrap .slick-slider .slick-list {
        display: flex;
    }

    .brand_sections-wrap .slick-slider .slick-dots {
        /*bottom:-50px;*/
    }

    .brand_sections-wrap .brand_sections-list .item-cards {
        position: relative;
    }

    .brand_sections-wrap .brand_sections-list .item-cards:last-child {
        margin-right: 0
    }

    .brand_sections-wrap .brand_sections-list .item-cards .item-cards__inner {
        height: auto;
        width: 310px;
    }

    .brand_sections-wrap .brand_sections-list .item-cards .item-cards_text {
        position: absolute;
        bottom: 15%;
        width: 100%;
        color: #fff;
        font-family: 'Tenor Sans' !important;
        font-weight: normal;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 10px;
    }

    .brand_sections-wrap .brand_sections-list .item-cards .item-cards_text .item-cards_name {
        width: 100%;
        color: #fff;
        font-family: 'Tenor Sans' !important;
        font-weight: normal;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .brand_sections-wrap .brand_sections-list .item-cards a {
        text-decoration: none;
        color: #fff;
    }

    .brand_sections-wrap .brand_sections-list .item-cards a:hover {
        text-decoration: none;
        color: #fff;
    }

    .brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item {
        background: #fff;
    }

    .brand_sections .item-cards {
        background-color: transparent;
    }

    .bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .card_title-url_link .item-cards__desc {
        min-height: unset;
    }

    .bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .prise-block {
        margin-top: 0;
    }

    .bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .item-cards__wrap .item-cards__btn {}

    .bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .item-cards__inner .item-cards__item {
        padding-bottom: 0;
    }

    .bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .item-cards__inner {
        width: 308px;
    }

    body>div.wrapper>main>div.bestsellers.brand_bestsellers>div>div>div>div>div>div>div.item-cards__wrap {
        margin-bottom: 0 !important;
    }

    body>div.wrapper>main>div.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__title {
        font-family: 'Tenor Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        padding-top: 0px;
    }

    body>div.wrapper>main>div.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__desc {
        padding-bottom: 0 !important;
        min-height: unset;
        font-family: 'Roboto' !important;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 140%;
        color: #666666;
    }

    body>div.wrapper>main>div.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__title {
        margin-bottom: 0 !important;
    }

    .brand_bestsellers .bestsellers-assortment {
        padding-bottom: 10px;
    }

    .bestsellers.brand_sections {
        margin-top: 40px;
    }

    .brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item img {
        width: 100%;
    }

    .item-cards_desc {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.032px;
        color: #FFFFFF;
        margin-bottom: 5px;
    }

    .item-cards_text .coll-cards__amount-text {
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 140%;
        color: #FFFFFF;
    }

    body .item-cards img,
    body .item__img img {
        height: auto;
    }


    @media (min-width: 768px) {
        .brand_sections-wrap .brand_sections-list .item-cards {
            width: 25%;
        }
    }

    @media (min-width: 1371px) {
        .brand_sections-wrap .slick-slider {
            margin: 0 !important;
            max-width: 100%;
        }

        .brand_sections-wrap .slick-slider * {
            outline: none;
        }
    }

    @media (max-width: 1370px) {
        .brand_sections-wrap .slick-slider .slick-list {
            padding-right: 40px;
        }

        .brand_sections-wrap .slick-slider {
            margin-right: -40px;
        }
    }

    @media (max-width: 942.98px) {
        .brand_sections-wrap {
            padding-right: 0;
            padding-left: 20px;
        }

        .brand_sections-wrap .slick-slider {
            margin-bottom: 0;
        }
    }

    .brand_sections-wrap {
        overflow: hidden;
    }

    @media (max-width: 768px) {
        .brand_sections-wrap {
            padding-right: 0;
            padding-left: 0;
        }

        .title-wrap .selection-title {
            font-size: 24px;
            line-height: 1.3;
            white-space: normal;
        }

        .selection__redesign .brand_sections-list {
            border: none !important;
        }
    }

    @media (min-width: 768px) {
        .brand_sections-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .content-wrap .brand_sections-wrap .slick-slider {
            margin: 0 auto;
        }
    }

    @media (min-width: 1371px) {
        .content-wrap .brand_sections-wrap .slick-slider {
            max-width: 1276px;
            margin: 0 auto;
        }
    }

    .content-wrap .title-wrap {
        margin: 0 auto;
    }

    .selection-title {
        padding-top: 50px;
        border-top: 1px solid #D3CDC8;
        font-family: 'Tenor Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 130%;
        /* identical to box height, or 47px */

        text-transform: uppercase;

        /* color website */

        color: #666666;
    }

    @media (min-width: 1371px) {
        .content-wrap .title-wrap {
            max-width: 1276px;
            margin: 0 auto;
        }
    }

      .bestsellers-wrap.content-wrap .slick-slider .slick-arrow {
            top: 44%;
        }

        .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-prev {
            left: -46px;
        }

        .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-next {
            right: -46px;
        }

        .content-wrap .brand_sections-wrap .slick-slider {
            border-bottom: 1px solid #dac5b2;
        }

        .bestsellers.brand_sections .bestsellers-wrap .brand_sections-list {
            padding-bottom: 23px;
        }

        .bestsellers.brand_sections .bestsellers-wrap {
            padding-bottom: 25px;
        }

        .bestsellers .bestsellers-wrap .brand_bestsellers-title {
            font-family: 'Tenor Sans' !important;
            font-style: normal;
            font-weight: 400;
            font-size: 40px;
            line-height: 130%;
        }

        .brand_sections .item-cards {
            background-color: transparent;
        }

        body>div.wrapper>main>div.bestsellers.brand_bestsellers>div>div>div>div>div>div>div.item-cards__wrap {
            margin-bottom: 0 !important;
        }

        body>div.wrapper>main>div.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__desc {
            padding-bottom: 0 !important;
            min-height: unset;
        }

        body>div.wrapper>main>div.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__title {
            margin-bottom: 0 !important;
        }

        .brand_bestsellers .bestsellers-assortment {
            padding-bottom: 50px;
        }

        .bestsellers.brand_sections {
            margin-top: 40px;
        }

        .brand_sections-wrap {
            overflow: hidden;
        }

        @media (max-width: 768px) {
            .brand_sections-wrap {
                padding-right: 0;
                padding-left: 0;
            }

            .selection__redesign .bestsellers-wrap.content-wrap .slick-list {
                padding-bottom: 20px;
            }

            .selection__redesign .bestsellers-wrap.content-wrap .slick-slider .slick-arrow {
                top: auto;
                bottom: -5px;
            }

            .selection__redesign .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-prev {
                left: 46px;
            }

            .selection__redesign .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-next {
                right: 46px;
            }

        }

        @media (min-width: 768px) {
            .brand_sections-wrap {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: flex-start;
            }

            .content-wrap .brand_sections-wrap .slick-slider {
                margin: 0 auto;
            }
        }

        @media (min-width: 1371px) {
            .content-wrap .brand_sections-wrap .slick-slider {
                max-width: 1276px;
                margin: 0 auto;
            }
        }
/* End */
/* /local/templates/lecreme_2021/components/bitrix/news.list/banner_2023/style.css?17029022212768 */
/* /local/components/alfateam/catalog.section.list/templates/mainSection2023/style.css?1786960714553 */
/* /local/templates/lecreme_2021/components/bitrix/news.list/actions_2023/style.css?17024959593339 */
/* /local/templates/lecreme_2021/components/bitrix/news.list/actions_mob_2023/style.css?17024959853460 */
/* /local/templates/lecreme_2021/components/bitrix/catalog.section.list/selections_Main/style.css?170243684211202 */
