#bx-panel{
	z-index: 10000 !important;
}
.social-icons__icon_tiktok {
    background-image: url(/local/templates/beauty/img/social/tiktok.svg);
}
.social-icons__icon_vk {
    background-image: url(/local/templates/beauty/img/social/vk.svg);
}
.social-icons__icon_yt {
    background-image: url(/local/templates/beauty/img/social/youtube-shorts.svg);
}
.social-icons__icon_dzen {
    background-image: url(/local/templates/beauty/img/social/yandex-dzen.svg);
}
.social-icons__icon_tg {
    background-image: url(/local/templates/beauty/img/social/telegram.svg);
}

.social-icons__icon_tiktok:hover {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/tiktok-inverse.svg);
}

.social-icons__icon_vk:hover {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/vk-inverse.svg);
}

.social-icons__icon_yt:hover {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/youtube-shorts-inverse.svg);
}

.social-icons__icon_dzen:hover {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/yandex-dzen-inverse.svg);
}

.social-icons__icon_tg:hover {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/telegram-inverse.svg);
}

.menu__content__social .social-icons__icon_dzen {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/yandex-dzen-inverse.svg);
}

.menu__content__social .social-icons__icon_yt {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/youtube-shorts-inverse.svg);
}

.menu__content__social .social-icons__icon_tg {
    background-color: #fff;
    background-image: url(/local/templates/beauty/img/social/telegram-inverse.svg);
}


.product-card-catalog__img {
    max-height: 200px;
}

.product-card-catalog__container {
    justify-content: flex-start;
}

.product-card-catalog__info {
    padding-bottom: 40px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card-catalog__btn,.product-card-catalog__empty {
    bottom: 0;
    position: absolute;
}

.info__description--text {
    margin-bottom: 2.1vw;;
}

.info__description--text---link {
    text-decoration: underline;
}

.info__description--text---link:hover {
    text-decoration: none;
}

.title__text_with-buttons {
    position: relative;
}

.card .slider__main {
    border:none;
}

.top .favorite {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: -10px;
}

.card .info__prices.not_available, .card .info__btn {
    margin-right: 40px;
    display: inline-block;
}

.header__section.navigation {width: 200px; margin-right: calc(35% - 200px);}

.mob-btn .button_text:after {

    background-color: #7d7d7d;
    bottom: -2px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: width .3s linear;
    width: 0;
}

.mob-btn .button_text {
    padding-top: .1vw;
    cursor: pointer;
    font-size: calc(.625vw + 8px);
    margin-left: 20px;
}


.header__section .nav .mob-btn {
    display: flex;
}

.details__rating {display: none}

.product-card__top .rating {display: none;}


/* Main Banner */

.Banners .bg-container > a {
    /*display: grid;*/
}


/* Product Label*/

.product-card-catalog__top {
    width: unset;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 0;
    height: 54px;
    z-index: 100;
}


/* Slider */



.slick-list .product-cards__card {
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 544px !important;
}

.slick-prev.slick-arrow {
    position: absolute;
    z-index: 99;
    background-image: url(/frontend/build/static/imgs/arrow_bottom-046fda75f221937f82e6ef47fec4c9fa.svg);
    transform-origin: top;
    transform: rotate(90deg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.6041666667vw;
    max-height: 50px;
    width: 1.3020833333vw;
    cursor: pointer;
    text-indent: -9999999px;
    opacity: .5;
    transition: opacity .3s linear;
    overflow: hidden;
}

.slick-next.slick-arrow {
    position: absolute;
    z-index: 99;
    background-image: url(/frontend/build/static/imgs/arrow_bottom-046fda75f221937f82e6ef47fec4c9fa.svg);
    transform-origin: top;
    transform: rotate(-90deg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.6041666667vw;
    max-height: 50px;
    width: 1.3020833333vw;
    cursor: pointer;
    text-indent: -9999999px;
    overflow: hidden;
    opacity: .5;
    transition: opacity .3s linear;
}

.slick-arrow {
    opacity: 1;
}

.container-slider .slick-prev.slick-arrow {
    top: -60px;
    right: 70px;
}

.container-slider .slick-next.slick-arrow {
    top: -59px;
    right: 40px;
}



.main__section.Bestsellers {max-height: none;}

.Bestsellers .container {
    padding-right: 20px;
}

.Bestsellers .title {
    background: #fff;
    padding: 50px 0 0 10px;
    height: 544px !important;
    width: calc(50% - 20px);
}

.Bestsellers .slick-prev.slick-arrow {
    top: 25vw;
    left: 35px;
}

.Bestsellers .slick-next.slick-arrow {
    top:  calc(25vw + 1px);
    left: 60px;
}


.b-header--notification {
    padding: 8px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
}

.b-header--notification--text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.color-picker__element_active, .color-picker__element_active:hover {
    border: 1px solid rgba(0,0,0,0.12) !important;
    box-shadow: none !important;
    position: relative;
}

.color-picker__element {
    border-color: rgba(0,0,0,0.12) !important;
}

.color-picker__element:hover {
    box-shadow: none !important;
}
.color-picker__element_active:after {
    position: absolute;
    content: '';
    display: flex;
    border: 2px solid #000;
    width: calc(100% + 10px);
    border-radius: 50%;
    height: calc(100% + 10px);
    transform: translateX(-50%);
    left: 50%;
    top: -5px;
    bottom: 0;
}

.card .info__available-colors .tone {font-size: 16px !important}

.banner {
    margin-bottom: 2%;
}

.menu .menu-content__side_banner .banner {
    height: auto;
}

.menu .menu-content__side_banner .banner .banner__bg {
    position: relative;
}

.menu .menu-content__side_banner .banner .banner__bg img{
    position: relative;
    min-height: auto;
    transform: none;
    left: 0;
    top: 0;
}


.Banners {
    max-height: unset;
    min-height: max-content;
    height: auto;
}

.Banners .bg-container {
    position: initial;
    transform: initial;
    max-width: unset;
}

.Banners .container {
    position: initial;
}

.main .Banners .bg {
    position: initial;
}

.Banners .bg-container video, .Banners .bg-container picture, .Banners .bg-container .bg picture img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    object-fit: initial;
    transform: initial;
}



@media (max-width: 1143px) {
    .header__section .nav .nav, .other .nav {    display: none;}
    .other {justify-content: flex-end;}
    .button_text {display: none}
    .header__section.navigation { margin-right: 0; width: 35%;}
}

@media (max-width: 960px) {
    .slick-list .product-cards__card {
        height: 544px !important;
    }
    .Bestsellers .title {
        height: 544px !important;
    }

    .banner {
        margin-bottom: 4%;
    }

}

@media screen and (max-width: 1024px) {
    .header__section.navigation, .header__section.other {
        width: 25%;
    }
    .Bestsellers .title {
        padding: 50px 15.9vw  300px 10px;
    }
}

@media screen and (max-width: 768px) {

    .Bestsellers .slick-next.slick-arrow {
        top: 220px;
        height: 40px;
        width: 40px;
    }

    .Bestsellers .slick-prev.slick-arrow {
        top: 220px;
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width: 700px) {

    .Bestsellers .title {
        padding-right: 12vw;
    }
}


@media screen and (max-width: 568px) {

    .Bestsellers .title {
        height: auto !important;
    }

    .slick-list .product-cards__card {
        height: auto !important;
    }


    .Bestsellers .container {
        padding-right: 0;
    }

    .Bestsellers .title {
        padding: 0;
        transform: none;
        position: relative;
    }

    .Bestsellers .slick-next.slick-arrow{
        right: 40px;
        top: -104px;
        left: auto;
    }
    .Bestsellers .slick-prev.slick-arrow{
        right: 60px;
        top: -105px;
        left: auto;
    }


    .header__section.navigation { margin-right: 0}
    .header__section.navigation { margin-right: 0; width:25%;}

    .header__section.other {width:25%;}


    .slick-next.slick-arrow, .slick-prev.slick-arrow {
        height: 40px;
        width: 40px;
        top: 0;
        left: auto;
    }

    .container-slider .slick-next.slick-arrow{
        right: 60px;
    }

    .Bestsellers .product-cards {
        max-height: 480px;
    }

    .main__section.Bestsellers .product-cards {
        max-height: max-content; 
    }
}

@media (max-height: 500px) {
    .Banners .section-content__btn_middle-left {bottom: 35%;}
}



