.cookie-info,
.wrapper .header-white {
    z-index: 999;
    width: 100%;
}

.fancybox-container .block-slides .slick-dots li button,
body .slick-dots li {
    background-color: #efebec;
}

#form_order,
.deliveryList,
body .shop-all.shop-item {
    margin-top: 60px;
}

.shipping__floor-apartment {
    margin-bottom: 60px;
}

.consult-modal__close-btn-custom {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.consult-modal__close-btn-custom:hover {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.item-body__text > div:first-of-type .footer__accordion-desc .item-body__desc {
    width: auto;
    max-width: 100% !important;
    margin-bottom: 20px;
}

.item-body__text .active .footer__accordion-desc .item-body__desc {
    width: auto;
    max-width: 100% !important;
}

.menu_burger::after,
.menu_burger::before,
.menu_burger .wrapper .header .menu .menu_burger {
    background-color: #000 !important;
}

.open-menu__left .menu_burger {
    background: #fff !important;
    transform: rotate(46deg);
}

.open-menu__left .menu > * {
    transition: 1s ease-out;
}

.open-menu__left .menu_burger::after {
    transform: rotate(-90deg);
    top: 1px !important;
    left: 0 !important;
}

.fancybox-container .fancybox-button.fancybox-button--zoom:after,
.fancybox-container .fancybox-button.fancybox-button--zoom:before,
.open-menu__left .menu_burger::before {
    display: none !important;
}

.brands-generator .brand-item {
    display: flex;
    flex-direction: column;
}

.brands-generator .brand-item .shop-content {
    order: 0;
}

.brands-generator .brand-item .brand-item__text {
    order: 2;
}

.brands-generator .brands_letters_list {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    border-top: 1px solid #EAE1DA;
    border-bottom: 1px solid #EAE1DA;
    scroll-snap-type: x;
    overflow-x: auto;
}

.brands-generator .brands_letters_list .brands_letters_item {
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.brands-generator .brands_letters_list .brands_letters_item.selected {
    color: #A4878B;
}

.brands-generator .brands-list {
    margin-top: 10px;
}

.brands-generator .brands-list .brands-item:last-child {
    margin-right: 0;
}

.brands-generator .breadcrumb {
    flex-wrap: wrap;
}

@media all and (max-width: 420px) {
    .shop-btn .item-cards__btn {
        width: 232px !important;
    }

    .item-cards__btn {
        margin: 0 auto;
    }
}

.item-cards .card_title-url_link,
.item-cards .card_title-url_link:hover {
    text-decoration: none;
    margin-bottom: auto;
}

.item-cards .card_title-url_link .item-cards__title,
.item-cards .card_title-url_link .menu_burger {
    display: block;
}

.item-cards .card_title-url_link .item-cards__desc {
    display: block;
    height: auto;
}

.item-cards .item-cards__wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    gap: 10px;
}

.item-cards .item-cards__inner .item-cards__item {
    display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    transition: transform 0.5s ease;
}

.item-cards .item-cards__inner .item-cards__status-text {
    text-transform: none;
}

.item-cards .item-cards__inner .item-cards__status-text.news {
    background-color: rgba(233, 210, 180, 0.7);
    color: #C7AAB1 !important;
}

.item-cards .item-cards__inner .item-cards__status-text.best {
    color: #fff !important;
    background-color: rgba(205, 179, 186, 0.7);
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.item-cards .item-cards__inner .item-cards__status-text.sticker {
    color: #fff !important;
    background-color: rgba(205, 179, 186, 0.7);
    text-transform: uppercase;
    white-space: nowrap;
    width: unset;
}

.item-cards .item-cards__inner .item-cards__status {
    top: 0;
    left: 0;
    position: static;
}

.item-cards .card_title-url_link .item-cards__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13.21px;
    color: #ab8b93;
    line-height: 1.25;
    letter-spacing: 0.2642px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 7px;
}

@media (min-width: 767px) {
    .item-cards .card_title-url_link .item-cards__title {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.item-cards .card_title-url_link .item-cards__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 36px;
    color: #85817D;
}

@media (min-width: 767px) {
    .item-cards .card_title-url_link .item-cards__desc {
        margin-top: 8px;
        margin-top: 12px;
        font-size: 14px;
    }
}

.item-cards img,
.item-cards .item__img img {
    max-width: 100%;
}

.item-cards__status-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
}

.item-cards__status-wrap.bottom-fixed {
    justify-content: flex-end;
    bottom: 7px;
}

.product .item-cards__status-wrap {
    right: 0;
    left: auto;
    flex-direction: column;
}

@media (max-width: 767px) {
    .product .item-cards__status-wrap {
        left: 7px;
        right: auto;
    }
}

.product .item-cards__status {
    position: relative;
    top: auto;
}

.prise-block {
    font-size: 20px;
}

.collections .h4,
.online-consultation__title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
}

.item-cards__wrap .item-cards__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    background-color: #c7aab1;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    padding: 0;
    position: relative;
    line-height: 1.1;
}

@media (min-width: 1024px) {
    .item-cards__wrap .item-cards__btn {
        border-radius: 8px;
        height: 50px;
        font-size: 16px !important;
        margin-top: auto;
    }
}

.item-cards__wrap .item-cards__btn:active,
.item-cards__wrap .item-cards__btn:hover {
    background-color: #c594a0;
    color: #fff;
}

.product .item-body__right .item-body__btn-price {
    display: flex;
    flex-wrap: wrap;
}

.product .item-body__right .item-body__btn-price .fastbuy {
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
    padding: 0;
    white-space: nowrap;
}

.product .item-body__right .body__brad {
    color: #000;
    margin-bottom: .5rem
}

.product .item-body__right .item-body__btn-price .product-item-detail-info-container {
    min-width: 110px;
    margin-right: 15px;
    min-height: 65px;
    margin-bottom: 15px
}

.product .item-body__right .item-body__btn-price .product-item-detail-info-container .product-item-amount {
    height: 100%;
    padding: 0
}

.product .item-body__right .item-body__btn-price .product-item-detail-info-container .product-item-amount .product-item-amount-field-container {
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px inset #000;
    padding: 0 20px;
    justify-content: center
}

.product .item-body__right .item-body__btn-price .product-item-detail-info-container .product-item-amount .product-item-amount-field-container .no-select {
    background: 0 0
}

.product .item-body__right .item-body__btn-price button {
    max-width: 440px;
    width: 30%;
    min-width: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.header-nav .header-nav__li.color {
    background-color: #C7AAB1;
    border-radius: 5px;
}

.header-nav .header-nav__li.color a {
    color: #fff !important;
}

.cookie-info {
    position: fixed;
    bottom: 10px;
    border: 2px solid #C7AAB1;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9100;
    width: 100%;
    max-width: 500px;
}

.cookie-info p {
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.cookie-info p a,
.cookie-info p .shop-list-catalog li.active > a {
    text-decoration: underline;
}

.cookie-info .btn {
    margin-top: auto;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    background: #C7AAB1;
    color: #fff !important;
    transition: background 0.3s ease;
    width: 100%;
}

.cookie-info .btn:focus,
.cookie-info .btn:hover {
    background: #A4878B;
}

.cookie-info .btn:focus {
    box-shadow: 0 0 0 0.2rem #C7AAB140;
}

.item-body__right .item-body__title {
    font-size: 20px;
    line-height: 1.2;
}

.item-body__right .item-body__subtitle {
    font-size: 16px;
    line-height: 1.25;
}

.item-body__right .item-body__desc {
    font-size: 14px;
    line-height: 1.25;
    max-width: 100% !important;
    width: auto !important;
}

.item-body__right .header__accordion-desc::after {
    top: 14px;
}

.item-body__right .accordion.active .header__accordion-desc::after {
    top: 5px;
}

.footer__accordion-desc {
    transition: none !important;
}

.accordion.active .footer__accordion-desc {
    padding-bottom: 0 !important;
}

.accordion .footer__accordion-desc {
    display: none;
    max-height: none !important;
    margin-bottom: 20px;
}

h2.consultation__left-title {
    font-size: 30px;
    line-height: 1.25;
}

img.consultation__right-img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.consultation .consultation-inner .button {
    margin-top: -100px;
}

.quote {
    max-width: 1264px;
    margin: 0 auto;
}

.quote .h2,
.quote h2.quote-title {
    font-size: 36px;
    color: #474645;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    margin-top: 45px;
}

.quote .quote-subtitle {
    display: none;
}

.shop h4.content-wrap.shop-title {
    font-size: 36px;
    color: #474645;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    border-bottom: none;
}

.shop .shop-all.shop-assortment {
    margin-top: 30px;
}

.shop .shop-all.shop-assortment .shop-cards {
    width: calc(25% - 20px);
    margin: 0 10px 20px !important;
}

.shop .shop-all.shop-assortment .shop-cards__img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.shop-assortment .shop-cards .shop-cards__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: calc(100% - 65px);
    bottom: 0;
    padding: 20px 0;
    background-color: rgba(134, 65, 9, .3);
    transform: translate(-50%, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop-assortment .shop-cards:hover .shop-cards__title {
    bottom: 0;
    top: 0;
}

.shop-assortment .shop-cards:focus .shop-assortment .shop-cards__img,
.shop-assortment .shop-cards:hover .shop-assortment .shop-cards__img {
    border-radius: 0;
}

.bestsellers .bestsellers-wrap {
    padding-bottom: 54px;
}

.bestsellers .bestsellers-wrap .bestsellers-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    padding-top: 20px;
}

.bestsellers .bestsellers-wrap.content-wrap .slick-slider .slick-dots {
    bottom: -25px;
}

.collections .h4 {
    color: #474645;
    text-align: center;
    margin-bottom: 52px;
}

body .slick-dots {
    bottom: 53px;
}

body .slick-dots li {
    width: 10px;
    height: 10px;
}

body .slick-dots li button {
    width: 10px;
    height: 10px;
    opacity: 0.85;
}

body .slick-dots li button.slick-active {
    opacity: 1;
    background-color: #c7a5ad;
}

body .collections {
    margin-top: 50px;
    margin-bottom: 0;
}

body .collections .slick-slider .slick-dots {
    bottom: 0;
}

body .collections .slick-slider .slick-arrow.slick-prev {
    left: 30px;
    bottom: -24px;
}

.swiper-container.sw1 {
    height: 483px;
}

.header .search-popup_input,
.online-consultation {
    position: relative;
}

.online-consultation__title {
    color: #474645;
    margin-top: 14px;
    white-space: nowrap;
}

.online-consultation__row {
    display: flex;
    padding: 50px 0 44px 180px;
}

.online-consultation__row-white {
    padding-bottom: 30px;
    margin-top: 60px;
}

.online-consultation__row-pink {
    background-color: #fcf8f9;
    color: #474645;
}

.online-consultation__img {
    position: absolute;
    bottom: -44px;
    right: 0;
    max-width: 346px;
}

.online-consultation__img img {
    max-width: 100%;
}

.online-consultation__desk,
.online-consultation__name,
.online-consultation__text {
    font-size: 20px;
    line-height: 1.5;
    margin-top: -8px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.02em;
}

.online-consultation__text {
    font-weight: 300;
}

.online-consultation__desk {
    margin-top: 0;
    font-weight: 300;
}

.online-consultation__name {
    font-weight: 700;
}

.online-consultation__btn {
    font-size: 16px;
    color: #474645;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 14px;
    min-width: 300px;
    text-align: center;
    padding: 13px 15px;
    border: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 3px #c7b2a1;
    border-radius: 4px;
}

.online-consultation__btn:hover {
    background-color: #daccc1;
    color: #fff;
}

.online-consultation__plate {
    font-weight: 400;
    line-height: 1.5;
    padding: 18px 27px;
    border: none;
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.05);
    max-width: 270px;
}

.av__comments-left {
    width: 40%;
    text-align: right;
    margin: 0 30px;
}

.av__comments-right {
    width: 55%;
    margin: 0 30px;
    max-width: 475px;
    position: relative;
}

@media (min-width: 1025px) {
    .online-consultation__plate {
        position: absolute;
        bottom: -5%;
        right: 55%;
        z-index: 5;
    }
}

.av-comments__instagram {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
}

.instagram-title {
    text-align: center;
    margin-top: 12px;
}

.instagram-title a {
    font-size: 40px;
    color: #C7AAB1 !important;
    text-decoration: none;
}

.bestsellers .prise-block,
.instagram .block_wrap_instagram,
.main .item-body {
    margin-top: auto;
}

.block_wrap_instagram {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.block_wrap_instagram .instagrm-item {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: calc(12.5%);
}

.block_wrap_instagram .instagrm-item img {
    -webkit-transition: 1s;
    transition: 1s;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    width: 100%;
}

.block_wrap_instagram .instagrm-item img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.block_wrap_instagram .instagrm-item a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 30;
    width: 100%;
    top: 50%;
    left: 0;
    font-size: 24px;
    color: #191919;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
}

.block_wrap_instagram .instagrm-item:hover a,
.block_wrap_instagram .instagrm-item:hover::after {
    opacity: 1;
    visibility: visible;
}

.block_wrap_instagram .instagrm-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header__dropdown-menu,
.header__dropdown-menu-brands {
    z-index: 99999;
    top: calc(100% - 16px);
    opacity: 0;
    transform: translateY(-200%);
    max-height: calc(100vh - 56px);
    pointer-events: none;
    left: 0;
    right: 0;
    overflow: auto;
}

.header-nav .header-nav__li:hover .header__dropdown-menu,
.header-nav .header-nav__li:hover .header__dropdown-menu-brands {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.instagram-link {
    width: 100%;
    height: 100%;
}

.block_wrap_instagram .instagrm-item::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.new-footer {
    background-color: #C7AAB1;
}

.new-footer__logo-wrap {
    margin: 25px 0;
}

.new-footer__row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 20px;
    max-width: 1040px;
    margin-left: 125px;
}

.new-footer__nav {
    width: 100%;
    position: relative;
}

.new-footer__col {
    width: 32%;
    padding-right: 25px;
}

.new-footer__col:first-child {
    width: 33%;
}

.new-footer__col:nth-child(2) {
    width: 40%;
}

.new-footer__col:nth-child(3) {
    width: 27%;
}

.new-footer__col.new-footer__col-gray a {
    font-size: 22px;
    color: #474645;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.new-footer__col.new-footer__col-gray a:active,
.new-footer__col.new-footer__col-gray a:hover {
    text-decoration: none;
    color: #474645;
    opacity: 0.7;
}

.new-footer__ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 4px;
}

.new-footer__ul--contacts {
    margin: 35px 0 15px;
}

.new-footer__ul a,
.new-footer__ul li {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    list-style-type: none;
}

.new-footer__ul a:active,
.new-footer__ul li:active,
.new-footer__ul a:hover,
.new-footer__ul li:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.new-footer__social {
    display: flex;
    margin: 0 -8px;
}

.new-footer__social-icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 8px;
}

.new-footer__social-icon:active,
.new-footer__social-icon:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.new-footer__copyright {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

.header,
.header .header-white {
    border-bottom: none;
    margin-bottom: 0;
}

.header .content-wrap,
.header .header-white .content-wrap {
    position: relative;
    padding-top: 8px;
}

.header .search-popup,
.header .header__dropdown-menu,
.header .header__dropdown-menu-brands {
    background-color: rgba(255, 255, 255, 0.95);
}

.header__dropdown-menu-brands {
    position: absolute;
    padding-top: 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.dropdown-menu-brands__wrap {
    max-width: 998px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.dropdown-brands__row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAE1DA;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.dropdown-brands__row a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}

.dropdown-brands__row a:active,
.dropdown-brands__row a:hover {
    text-decoration: none;
}

.dropdown-brands__number {
    margin-right: 20px;
}

.dropdown-brands__ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 30px;
    padding-left: 19px;
}

.dropdown-brands__li {
    margin: 0 8px;
}

.dropdown-brands__items {
    padding-left: 0;
    column-count: 4;
    list-style-type: none;
}

.dropdown-brands__items-li a {
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__dropdown-menu {
    position: absolute;
    padding-top: 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.dropdown-menu__wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px 0;
}

.dropdown-menu__ul {
    list-style-type: none;
    border-left: 1px solid #e0e0e0;
    margin: 0 35px;
    padding: 0 0 20px 20px;
    display: inline-block;
    width: calc(33.33% - 70px);
}

.dropdown-menu__ul li a {
    color: #a47652;
    font-size: 16px;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.dropdown-menu__ul li a:hover {
    color: #a47652;
}

.dropdown-menu__title a {
    text-transform: uppercase;
    margin-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #474645;
}

.header {
    position: relative;
    margin-bottom: 0;
}

.header .search-popup {
    position: absolute;
    top: 100%;
    min-height: auto;
}

.header .search-popup _container {
    padding: 15px;
    max-width: 1030px;
    margin: 0 auto;
}

.header .search-popup _input .input-form {
    background-color: transparent;
    padding-left: 55px;
    font-size: 16px;
    text-transform: none;
}

.header .search-popup _input .input-form__group {
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 9px 0 3px;
}

.header .search-popup _input .input-form__group::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/lecreme_2026/img/redesign/header-search.png");
    background-size: contain;
    opacity: 0.5;
}

.header .search-popup _exit-btn {
    background-color: transparent;
    margin-right: 0;
}

.header .search-popup _exit-btn::after,
.header .search-popup _exit-btn::before {
    width: 20px;
    height: 2px;
    background-color: #C7AAB1;
}

.header .search-popup _exit {
    position: absolute;
    right: 0;
    top: 5px;
}

.header .search-popup _aside-title span {
    margin-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #474645;
    display: block;
    margin-bottom: 9px;
}

.header .input-form:focus {
    box-shadow: none;
}

.basket_footer-total,
.basket_text,
.breadcrumb .breadcrumb-item-link,
.button.--long,
.check,
.coll-cards .coll-cards__text,
.coll-cards__footer .coll-cards__amount-text,
.fastbuy,
.footer__accordion-sort,
.header__accordion,
.header__accordion-span,
.header_open-menu__link,
.item-all,
.item-body__desc,
.item-body__price,
.item-cards__btn,
.item-cards__desc,
.item-cards__status-text,
.order-item__price,
.order-item__quantity,
.order-item__quantity-status,
.product-item-amount-field {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.002em;
}

.online-consultation__title,
body .checkbox-option-title {
    font-family: 'Roboto' !important;
}

body .bestsellers .bestsellers-wrap {
    padding-bottom: 0;
}

body .quote {
    padding-bottom: 15px;
}

.shop-list-catalog {
    width: 210px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    color: #474645;
    font-size: 14px;
    line-height: 1.34;
}

.shop-list-catalog li {
    margin-bottom: 10px;
}

.shop-list-catalog li ul {
    margin: 10px 0 0 10px;
    padding: 0;
    list-style: none;
}

.shop-list-catalog li ul li {
    margin-bottom: 5px;
}

.shop-list-catalog li ul li a {
    color: #000;
}

.shop-list-catalog li a {
    color: #474645;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
}

.shop-list-catalog li a:hover {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1600px) {
    .online-consultation__row-white {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024.98px) {
    body .header-cabinet {
        align-items: center;
        margin: 0;
    }

    body .header-cabinet .header-cabinet__basket {
        margin-top: -5px;
        margin-left: -11px;
    }

    body .header-cabinet svg {
        width: 24px;
        height: 24px;
    }

    body .online-consultation__img {
        right: 0;
    }

    body .shop-list-catalog {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    body .bestsellers .bestsellers-wrap {
        padding-bottom: 0;
    }

    body .bestsellers .bestsellers-wrap .bestsellers-title,
    body .bestsellers .bestsellers-wrap .collections .h4,
    body .bestsellers .bestsellers-wrap .online-consultation__title,
    body .bestsellers .bestsellers-wrap .shop h4.content-wrap.shop-title {
        font-size: 24px;
        line-height: 1.3;
        white-space: normal;
        border-top: 1px solid #dac5b2;
    }

    body .collections .h4 {
        margin-bottom: 18px;
    }

    body .quote .h2,
    body h2.quote-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    body .online-consultation__btn {
        width: calc(100% - 80px);
    }

    .new-footer .block {
        flex-direction: column;
    }

    .new-footer .logo-wrap {
        margin-bottom: 0;
    }

    .new-footer .row {
        margin-left: 25px;
        padding: 15px 0 30px;
    }

    .new-footer .col,
    .new-footer .col:nth-child(2) {
        width: 100%;
    }

    .new-footer .col:last-child {
        margin-top: 0;
    }

    .fancybox-container .block-slides.slick-slider .slick-arrow {
        display: none !important;
    }

    .fancybox-container .btn-block,
    .fancybox-container .customer_bought,
    .fancybox-container .product-block {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .fancybox-container .popup-content .title-block {
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .fancybox-container .fancybox-slide-html .fancybox-close-small {
        right: 0;
        top: 25px;
    }

    .online-consultation__img img {
        width: 223px !important;
    }
}

@media screen and (max-width: 480px) {
    .shop .shop-all.shop-assortment .shop-cards {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .sw1 .slick-list {
        left: 0;
    }

    .collections .coll-cards {
        height: auto;
        padding: 0;
    }

    .collections .coll-cards .coll-cards-link:first-child {
        position: relative;
        height: auto;
        width: 100%;
        padding-bottom: 0;
    }

    .collections .coll-cards .coll-cards-link-wrap {
        position: absolute;
        padding: 20px;
    }
}

@media screen and (min-width: 1371px) {
    body .bestsellers-wrap.content-wrap .slick-slider {
        margin: 0 auto 40px;
    }
}

.brands-generator {
    margin-top: 40px;
}

.brands-generator .page-title {
    padding: 40px 0;
    text-align: center;
}

.brands-generator .page-title h1 {
    text-transform: uppercase;
}

.brands-generator h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: auto;
}

.brands-generator ul {
    list-style: none;
}

.brands-generator .brand-container {
    width: 70%;
    float: left;
}

.brands-generator .brand-pager {
    border: 1px solid #323232;
    border-width: 1px 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
}

.brands-generator .brand-pager li {
    display: inline-block;
    vertical-align: top;
    flex-basis: 4%;
}

.brands-generator .brand-pager li a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.brands-generator .brand-pager li a.active,
.brands-generator .brand-pager li a:hover {
    color: #b1b1b1;
}

.brands-generator .brands-list {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
}

.brands-generator .brands-list li {
    display: inline-block;
    vertical-align: top;
    height: 105px;
}

.brands-generator .brands-list li img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: inline-block;
    line-height: 105px;
    vertical-align: middle;
}

.brands-generator .brands-list li a {
    color: #000;
    border: 1px solid #323232;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 18px;
}

.brands-generator .brands-list li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.brands-generator .brand-search {
    width: 30%;
    padding-top: 20px;
    padding-right: 40px;
}

.brands-generator .brand-search .btn-search {
    background-color: transparent;
    border: none;
    background-position: 1px -172px;
    text-indent: -999999px;
    background-image: url("https://keeplooking.ru/skin/frontend/keeplooking/keeplooking/images/kpl-sprite.svg?v=18");
    width: 30px;
    height: 40px;
}

.brands-generator .brand-search .search-box {
    position: relative;
    z-index: 0;
}

.brands-generator .brand-search .search-box.empty_search .btn-search {
    background-position: -30px -140px;
}

.brands-generator .brand-search input {
    width: 100%;
    line-height: 36px;
    padding: 2px 8px 0 12px;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #808080;
    color: #635C55;
    background-color: #ffffff;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
}

.brands-generator .brand-search input:focus {
    box-shadow: 0 0 0 0.2rem #80808040;
}

.brands-generator .brand-search button {
    position: absolute;
    right: 0;
    top: 0;
    color: #323232;
    font-size: 14px;
    line-height: 1.5;
}

@media only screen and (max-width: 979px) {
    .brands-generator .brands-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brands-generator .brands-list li {
        height: 70px;
    }
}

@media only screen and (max-width: 770px) {
    .brands-generator .page-title {
        padding: 0 0 15px;
        border-bottom: 1px solid #323232;
        margin-bottom: 20px;
    }

    .brands-generator .page-title h1 {
        font-size: 14px;
    }

    .brands-generator h2 {
        margin-bottom: 12px;
    }

    .brands-generator .brand-pager {
        display: none;
    }

    .brands-generator .brand-container,
    .brands-generator .brand-search {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .brands-generator .brand-search {
        padding-right: 0;
        padding-top: 20px;
        margin-bottom: auto;
    }

    .brands-generator .brands-list li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .brands-generator .brands-list {
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }
}

.brand_bestsellers {
    margin-top: 100px;
}

.brand_bestsellers .bestsellers-wrap .brand_bestsellers-title {
    font-family: 'Forum', serif;
    font-style: normal;
    margin: 100px auto 46px;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 130%;
    color: #474645;
    text-align: left;
    padding: 0;
}

.brand_bestsellers .bestsellers-assortment {
    border-bottom: 1px solid #dac5b2;
    margin-bottom: 0 !important;
    padding-bottom: 66px;
}

.bestsellers-assortment {
    gap: 10px;
}

body .bestsellers.brand_bestsellers .bestsellers-wrap {
    padding-bottom: 0;
}

.header__accordion {
    font-family: 'Forum', serif;
}

.header-nav .header-nav__a.header_open-menu__link--colored {
    color: #C7AAB1 !important;
}

.favor.active svg path {
    fill: #000;
}

body .basket_right-side {
    max-width: 800px;
    width: 100%;
    flex-shrink: 0;
    overflow: auto;
    padding: 40px 50px;
}

body .basket_left-side {
    flex-grow: 1;
}

body .basket_right-side > div {
    height: auto !important;
}

body .basket_title-text {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1.2px;
}

body .basket_title .close-btn {
    padding: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
}

body .basket_title .close-btn:after,
body .basket_title .close-btn:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-color: #C7AAB1;
    width: 22px;
}

body .basket_title .close-btn:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body .basket_text {
    font-size: 14px;
    line-height: 22px;
    margin: 13px 0 21px;
}

body .order-item__detail {
    margin: 0;
    padding: 10px 0;
    border-top: 1px dashed #EAE1DA;
    position: relative;
}

body .order-item__detail:last-child {
    border-bottom: 1px dashed #EAE1DA;
}

body .order-item__name .item-cards__title {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 1.1;
    margin-bottom: 5px;
}

body .item-cards__desc {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
    height: auto;
    max-height: 60px;
    padding-right: 20px;
    margin: 0;
}

body .order-item__detail .close-detail {
    position: absolute;
    right: 0;
    margin: 0;
    background-image: url('./img/svg-sprite/basket-del-ico.png');
    width: 20px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

#bx-soa-order .form-group[data-property-id-row="22"],
#bx-soa-order .form-group[data-property-id-row="22"] #soa-property-22,
.av-header__search,
body .checkout-total .checkout_title,
body .order-item__detail .close-detail:after,
body .order-item__detail .close-detail:before,
body .order-item__detail .hidden {
    display: none;
}

body .order-item__detail-img,
body .order-item__detail-pic {
    width: 100px;
    height: 100px;
}

body .order-item__name {
    justify-content: center;
}

body .order-item__quantity {
    align-items: center;
    width: auto;
    margin: 0 5% 0 14%;
}

body .order-item__quantity-btn {
    position: relative;
    font-size: 0;
    background-color: transparent;
    width: 24px;
    height: 24px;
    border-radius: 0;
}

body .order-item__quantity-btn:active,
body .order-item__quantity-btn:focus,
body .order-item__quantity-btn:hover {
    background-color: transparent;
}

body .order-item__quantity-btn:before {
    content: '';
    position: absolute;
    width: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 4px;
    border-radius: 5px;
    background-color: #c594a057;
}

body .order-item__quantity-btn.btn-plus:before {
    background-color: #c594a0;
}

body .order-item__quantity-btn.btn-plus:after {
    content: '';
    position: absolute;
    width: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    height: 4px;
    border-radius: 5px;
    background-color: #c594a0;
}

body .order-item__quantity-status {
    font-size: 16px;
    width: 44px;
    height: 46px;
    padding: 0;
    text-align: center;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    line-height: 46px;
    margin: 10px 15px;
}

body .order-item__price {
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.6px;
    width: auto;
    margin-right: 20px;
    flex-direction: column-reverse;
    flex: 1 0 0;
}

body .basket_footer-text {
    max-width: none;
    text-align: right;
    justify-content: flex-end;
    padding-right: 10px;
}

body .basket_footer-total {
    width: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-transform: none;
    margin-top: 5px;
    margin-right: 15px;
}

body .basket_footer-text .sum-total {
    width: auto;
    font-size: 30px;
    line-height: 22px;
    letter-spacing: 1.2px;
    color: #666;
    font-weight: 400
}

body .basket_footer {
    margin-top: 25px;
}

body .basket_footer .checkout {
    margin-top: 17px;
    text-align: right;
}

body .basket_footer .checkout .button.--long {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #fff;
    background-color: #c7aab1;
    border: none;
    box-shadow: none;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 320px;
}

body .basket_footer .checkout .button.--long:hover {
    border: none;
    box-shadow: none;
    background-color: #c594a0;
}

.header-cabinet__user_mob img {
    max-width: 24px
}

body .basket_footer .checkout .button {
    font-weight: 300;
}

@media screen and (max-width: 600px) {
    .quote .h2, h2.quote-title {
        font-size: 21px
    }

    body .basket_right-side {
        padding: 20px
    }

    body div.order-item__detail-wrap {
        padding-right: 50px
    }

    body .order-item__detail .close-detail {
        transform: none;
        top: 20px;
        right: 10px
    }

    body .order-item__price div {
        padding-left: 23px
    }

    body .order-item__price {
        margin-right: 0
    }

    body .order-item__quantity {
        max-width: 125px
    }
}

body .checkout_title-text {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1.2px;
    color: #666
}

body .order-item__price .order-item__price {
    margin-right: 0
}

body .checkout_wrap .order-item__quantity {
    margin-left: 2%
}

body .checkbox-option-title:before, body .checkbox-title:before {
    width: 62px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #dadada;
    box-shadow: inset 0 2px 5px 0 rgb(0 0 0 / 11%)
}

body .checkbox-option-title:after, body .checkbox-title:after {
    width: 30px;
    background-image: url('./img/svg-sprite/On.png') !important;
    background-color: transparent !important;
    filter: grayscale(1)
}

body .checkbox-option-title:after {
    height: 16px;
    border: none;
    border-radius: 0;
    left: 3px
}

body .checkbox-option-title.active:after {
    left: 30px;
    filter: grayscale(0)
}

body .checkbox-option-title {
    font-size: 16px;
    color: #ab8b93;
    width: auto;
    padding-left: 83px
}

body .checkbox-text {
    width: auto;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #666;
    margin-left: 13px
}

body .footer-checkout_discount, body .footer-checkout_text-total {
    line-height: 22px;
    font-family: Roboto, sans-serif;
    color: #999;
    font-size: 14px;
    font-weight: 300
}

body .footer-checkout {
    margin-top: 120px;
    text-align: left
}

body .footer-checkout_discount {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .4px;
    margin-bottom: 0
}

body .bx-soa-cart-total-line {
    margin-top: 40px;
    font-style: italic
}

body .footer-checkout_text-total {
    letter-spacing: .5px;
    text-transform: none
}

body .footer-checkout_total-price {
    font-size: 30px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #666;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-left: 15px;
    font-style: normal
}

body .checkbox-title, body .checkout-delivery .checkbox {
    font-family: AGOptimaCyr !important;
    color: #ab8b93;
    font-size: 16px
}

body .checkout-total {
    margin: 42px 0 0;
    flex-grow: 1
}

body .checkout_left-side {
    border-right: 1px solid #c7aab1;
    padding: 0 50px 0 40px
}

body .checkout_right-side {
    padding: 0 40px 0 50px;
    display: flex;
    flex-direction: column
}

body .checkout_left-side .checkout_title-text {
    text-align: right
}

#bx-soa-order .input-form__group {
    border: none
}

#bx-soa-order .bx-ui-sls-fake, #bx-soa-order .input-form {
    border: 1px solid #dadada;
    border-radius: 5px;
    transition: box-shadow .3s;
    height: 45px;
    line-height: 45px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 300;
    padding: 0 15px;
    font-style: italic
}

#bx-soa-order .has-error .input-form {
    border: 1px solid red
}

#bx-soa-order .bx-ui-sls-fake:focus, #bx-soa-order .input-form:focus {
    box-shadow: inset 0 2px 5px 0 rgb(0 0 0 / 11%);
    outline: 0
}

#bx-soa-order .bx-ui-sls-fake::placeholder, #bx-soa-order .input-form::placeholder {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    line-height: 45px;
    letter-spacing: .2px;
    color: #999;
    font-weight: 300;
    font-style: italic
}

#bx-soa-order .buyer-data {
    margin: 21px 0 36px
}

#bx-soa-order .form-group {
    margin-bottom: 23px
}

.bx-soa-customer, .bx_soa_location > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bx-soa-customer .input-form__group {
    width: 100%
}

.bx-soa-customer .input-form__group:not(:first-child) {
    width: calc(50% - 10px)
}

body #showReceiverToggle {
    width: 100%;
    text-align: right;
    margin-top: 0
}

body .checkbox-title {
    padding-right: 83px
}

body .bx-soa-pp-company-desc, body .bx-soa-pp-company-desc span {
    font-size: 14px !important;
    font-style: italic !important;
    color: #999 !important;
    line-height: 26px !important
}

body .checkbox-footer.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0
}

body .checkbox-title:after {
    height: 16px;
    border: none;
    border-radius: 0;
    right: 30px
}

body .checkbox-title.active:after {
    right: 2px;
    filter: grayscale(0)
}

#bx-soa-order .form-group[data-property-id-row="4"] {
    width: 100%;
    margin-bottom: 0
}

#bx-soa-order .form-group[data-property-id-row="6"] {
    width: calc(33.33% - 10px)
}

body .checkout-form-container {
    width: 100%;
    justify-content: space-between
}

body .checkout-form-container .input-form__group {
    margin-right: 0;
    width: calc(33% - 10px)
}

body .checkout-delivery .checkbox {
    text-align: right;
    line-height: 2;
    padding-right: 0;
    margin: 0
}

body #bx-soa-order .checkbox .custom-control-label:before, body #bx-soa-order .custom-control-input:checked ~ .custom-control-label:before {
    width: 22px;
    height: 22px;
    box-shadow: inset 0 2px 5px 0 rgb(0 0 0 / 11%);
    border: 1px solid #dadada;
    border-radius: 3px;
    background-color: #fff;
    left: auto;
    right: 0;
    top: 4px;
}

body #bx-soa-order .custom-control-label:after {
    background-color: transparent;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    left: auto;
    top: 7px;
    right: 3px
}

body #bx-soa-order .checkbox .custom-control-label {
    padding-right: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin-bottom: 5px;
    align-items: center;
    height: 33px
}

body #bx-soa-order .checkbox .custom-control-label .bx-soa-pp-company-smalltitle-name {
    line-height: 17px
}

body #bx-soa-order .checkbox .custom-control-label .bx-soa-pp-company-smalltitle-logo-img {
    padding-left: 20px
}

body #bx-soa-order .bx-soa-pp-list-description {
    margin-left: 10px
}

body #bx-soa-order .checkbox .custom-control-input:checked ~ .custom-control-label:after {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #c7aab1;
    left: auto;
    top: 7px;
    right: 3px
}

body .bx-soa-pp-company-desc {
    font-family: Roboto, sans-serif !important;
    text-align: right;
    margin-right: 48px
}

body .bx-soa-pp-company-desc span {
    font-family: Roboto, sans-serif !important
}

body #bx-soa-order ul.bx-soa-pp-list {
    margin: 30px 0;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    line-height: 26px;
    font-style: italic;
    text-align: right;
    padding-right: 48px;
    font-weight: 500;
}

body #bx-soa-order ul.bx-soa-pp-list li {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    color: #666
}

body #bx-soa-order .bx-soa-pp-list-termin {
    color: #666
}

body #bx-soa-order .bx-price-old {
    color: #666;
    text-decoration-color: #c7aab1
}

body #bx-soa-order .bx-soa-basket-message {
    color: #666;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    line-height: 26px;
    font-style: italic;
    font-weight: 300;
    margin: 13px 0 16px
}

body .checkout-delivery {
    margin: 15px 0 35px;
}

body #bx-soa-paysystem .checkout-delivery {
    margin-bottom: 0
}

body #bx-soa-order-form {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

body #bx-soa-order-form .shop-btn {
    margin: 0;
    text-align: center
}

body #bx-soa-orderSave {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.preorder-popup .soglasie {
    justify-content: flex-start;
    padding-left: 0;
}

.preorder-popup .soglasie label {
    padding-right: 0;
    padding-left: 30px;
}

.preorder-popup .soglasie label:before,
.preorder-popup .soglasie label:after {
    left: 0;
    right: auto;
}

.preorder-popup .soglasie .custom-control-input:checked~.custom-control-label:after {
    left: 2px;
    right: auto;
    top: 3px;
}

body #bx-soa-order .soglasie.soglasie--error .custom-control-label,
body #bx-soa-order .soglasie.soglasie--error .custom-control-label a {
    color: #c0392b;
}

.preorder-popup .soglasie.soglasie--error .custom-control-label,
.preorder-popup .soglasie.soglasie--error .custom-control-label a {
    color: #c0392b;
}

@media (max-width: 767px) {
    .body #bx-soa-orderSave  {
bottom: 0;
    }
}

body #bx-soa-orderSave #ORDER_CONFIRM_BUTTON {
    max-width: 500px;
    min-height: 50px;
    line-height: 25px;
    border: none;
    padding: 5px 15px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background-color: #c7aab1;
    transition: background-color .3s
}

body #bx-soa-orderSave #ORDER_CONFIRM_BUTTON:hover {
    background-color: #c594a0;
    box-shadow: none;
    border: none
}

body .bx-soa-cart-total {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%
}

body #bx-soa-basket, body .checkout-total {
    max-width: 700px
}

body .checkout_left-side > div {
    max-width: 630px;
    margin-left: auto
}

body .bx-soa-cart-total-ghost {
    padding: 0 !important
}

body .sdek_pvzLair {
    text-align: right;
    margin-right: 48px
}

body .sdek_pvzLair .btn {
    background: #c7aab1;
    color: #fff;
    font-family: Roboto, sans-serif;
    line-height: 28px
}

body .sdek_pvzLair .btn:hover {
    background: #fff;
    border: 1px solid #c7aab1;
    color: #c7aab1
}

@media screen and (max-width: 1439px) {
    body .checkout_right-side {
        padding: 0 40px 0 20px
    }

    body .checkout_left-side {
        padding: 0 20px 0 40px
    }
}

@media (max-width: 1023px) {
    .header.fixed .header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: -1px 0px 5px -2px #000;
}
}

@media (min-width: 1024px) {
    .header.fixed .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: -1px 0px 5px -1px #000;
}
}

@media screen and (max-width: 1280px) {
    .header__top {
        font-size: 13px
    }

    .header__top-left, .header__top-right {
        width: 50%
    }

    .header__top-info {
        flex-wrap: wrap;
        width: 100%;
        margin-right: 20px
    }

    .header__top-info span {
        width: 100%;
        margin-left: 0
    }

    .header__top-nav {
        justify-content: flex-end
    }

    body .checkout_left-side, body .checkout_right-side {
        padding: 0;
    }

    body #bx-soa-order-form .order-item__price {
        margin-right: 30px
    }
}

@media screen and (max-width: 1279px) {
    body #bx-soa-order-form .order-item__detail {
        flex-direction: column
    }

    #bx-soa-order .form-group[data-property-id-row="6"], body #bx-soa-order-form .order-item__detail-wrap {
        width: 100%
    }

    body .checkout-form-container {
        width: 100%;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1000px) {
    body #bx-soa-order-form .order-item__detail-wrap {
        width: 96%
    }

    body #bx-soa-order-form .bx-soa-item-properties {
        width: 100%;
        padding-right: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 942.98px) {
    body .checkbox-text {
        margin-left: 0;
        padding-left: 20px;
    }
}

.main .breadcrumb {
    margin: 35px auto 0;
    justify-content: flex-start;
    padding: 0 40px;
    max-width: 1230px;
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap
}

body .breadcrumb .breadcrumb-item-link {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    letter-spacing: .5px
}

body .breadcrumb .breadcrumb-item {
    font-size: 13px;
    color: #999;
    margin-right: 7px
}

body .breadcrumb .breadcrumb-item:last-child .breadcrumb-item-link {
    font-weight: 600
}

body .breadcrumb .breadcrumb-item:before {
    content: '|';
    margin-right: 4px
}

@media screen and (max-width: 1024px) {
    .av-catalog-menu {
        display: block;
        border-top: 0
    }

    .bx-soa-customer .input-form__group:not(:first-child) {
        width: 100%
    }

    body .checkout_wrap .order-item__quantity {
        min-width: 125px
    }

    body #bx-soa-order-form .order-item__price, body .header-cabinet__basket svg {
        margin-right: 0
    }

    .item-cards__wrap .item-cards__btn {
        border-radius: 3px
    }

    .main .breadcrumb {
        justify-content: center;
        margin: 12px auto 19px
    }

    .av-header__search-btn, .av-header__search-btn svg {
        width: 24px;
        height: 24px
    }

    .header-cabinet__basket-p.fav, body .open-menu__right .header-cabinet {
        display: none
    }

    body .header .logo {
        position: absolute;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%)
    }

    .header-cabinet .header-cabinet__basket {
        position: relative
    }

    body .wrapper .header {
        padding-bottom: 56px
    }

    body .header-cabinet {
        position: absolute;
        top: 17px !important;
        right: 18px !important
    }

    body .header-cabinet__basket-p {
        position: absolute;
        top: 0;
        right: -25px
    }

    body .header-cabinet__basket-p span {
        font-size: 12px;
        display: inline-block;
        text-align: center;
        border-radius: 50%
    }

    .favCount-mob {
        display: block !important
    }

    .av-header__search-btn {
        transition: opacity .3s
    }

    .av-header__search {
        position: absolute;
        right: 60px;
        top: 14px;
        display: block
    }

    .av-header__search-content {
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 5px 10px #8e8e8e;
        padding: 7px 10px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
        font-family: AGOptimaCyr !important;
        max-height: calc(100% - 55px);
        overflow: auto
    }

    .av-header__search-input input {
        width: 100%;
        border: 1px solid #dadada;
        padding: 13px 15px;
        margin: 0;
        box-shadow: inset 0 2px 5px 0 rgb(0 0 0 / 11%);
        border-radius: 3px;
        font-size: 14px;
        font-style: italic;
        color: #999;
        outline: 0
    }

    .av-header__search-bottom {
        display: flex;
        justify-content: space-around;
        margin: 25px 0 15px
    }

    .av-header__search-count {
        font-size: 14px;
        line-height: 22px;
        color: #999
    }

    .av-header__search-show, .av-header__search-show:hover {
        color: #c1939e;
        text-decoration: none
    }

    .av-header__search-show {
        font-size: 14px;
        line-height: 22px;
        position: relative;
        text-transform: uppercase;
        padding-right: 20px
    }

    .av-header__search-show:before {
        content: '';
        position: absolute;
        right: 0;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #c1939e;
        border-right: 2px solid #c1939e;
        transform: rotate(-45deg);
        top: 5px
    }

    .av-header__search.active .av-header__search-content {
        opacity: 1;
        pointer-events: all
    }

    .av-header__search.active .av-header__search-btn {
        opacity: .5
    }

    body .open-menu__right {
        width: 13%;
        background-color: #000;
        opacity: .5
    }

    body .open-menu__left {
        width: 87%;
        background-color: #fff;
        padding-top: 0;
        overflow: auto
    }

    body .header_open-menu .menu {
        width: 80px;
        background-color: #fff;
        margin-top: 0;
        margin-left: 20px;
        min-height: 25px
    }

    .open-menu__wrap .menu_burger::after, body .open-menu__wrap .menu_burger::before, body .wrapper .header .open-menu__wrap .menu .menu_burger {
        background-color: #000 !important;
        width: 30px
    }

    body .header_open-menu__link {
        color: #333;
        text-transform: uppercase;
        font-size: 18px;
        font-family: AGOptimaCyr !important
    }

    body .header_open-menu__link:focus, body .header_open-menu__link:hover {
        color: #333;
        opacity: 1
    }

    body .open-menu__left nav {
        margin-top: 0;
        height: auto
    }

    body .header_open-menu__ul {
        margin: 0 0 0 25px
    }

    body .header_open-menu__li {
        padding: 8px 0
    }

    body .open-menu__text {
        background-color: #c7aab1;
        margin-top: 0;
        margin-left: 0;
        padding: 5px 5px 0 50px;
        display: block;
        flex-wrap: wrap;
        position: relative;
        height: 140px;
        flex-direction: column;
        justify-content: space-around
    }

    body .open-menu__text .sep {
        font-size: 24px;
        letter-spacing: 3px;
        width: 100%;
        text-align: center;
        height: 25px;
        line-height: 21px
    }

    body .open-menu__text .open-menu__text-div {
        padding-top: 5px
    }

    body .open-menu__text-p {
        font-size: 14px;
        letter-spacing: .6px;
        padding-bottom: 15px
    }

    body .open-menu__text-p:last-child {
        width: 100%;
        margin-top: 0
    }

    body .open-menu__text a {
        color: #fff;
        margin-right: 8px
    }

    body .open-menu__text .open-menu__text-p {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400
    }

    body .open-menu__text .open-menu__text-p span, body .open-menu__text .open-menu__text-p.tel_number-call {
        font-style: normal;
        font-weight: 700
    }

    .av-mobmenu-logo {
        position: absolute;
        left: 59%;
        transform: translateX(-50%);
        top: 11px
    }

    .av-mobmenu-logo svg {
        width: 137px;
        height: 37px
    }

    body .header .content-wrap {
        border-bottom: 1px solid #efefef
    }

    body .header_open-menu__link--styled {
        background: #c7aab1;
        color: #fff;
        padding: 2px 8px;
        border-radius: 3px
    }
}

@media screen and (max-width: 374px) {
    body .open-menu__right {
        width: 0
    }

    body .open-menu__left {
        width: 100%
    }

    .av-mobmenu-logo {
        left: 50%
    }

    body .header_open-menu__ul {
        margin: 38px 0 0
    }

    body .open-menu__text {
        padding: 19px 20px
    }

    body .header_open-menu__link {
        margin-left: 20px
    }

    body .header_open-menu .menu {
        margin-left: 18px
    }
}

@media screen and (max-width: 767px) {
    body .checkout-form-container .input-form__group {
        width: 100%
    }

    .online-consultation__btn {
        width: calc(100% - 80px)
    }

    .main .breadcrumb {
        padding: 0 20px
    }

    #bx-panel, .av-slider .slick-dots {
        display: none !important
    }
}

.bestsellers .prise-block, body .shop-content .item-content .item-cards .item-cards__wrap .prise-block {
    font-size: 26px;
    font-weight: 300
}

.main .breadcrumb {
    flex-wrap: wrap !important
}

@media screen and (min-width: 1025px) {
    .online-consultation.main-page-consult .online-consultation__row-pink {
        background-color: #c7aab1;
        color: #fff
    }
}

.brands-generator .page-title h1, .item-body__goods-name {
    text-transform: uppercase
}

.fancybox-container .product--block_inform .price {
    font-family: Roboto, sans-serif !important;
    font-weight: 300
}

.block-slides .item-cards .item-cards__status {
    left: 0;
    top: 0
}

.block-slides .item-cards .item-cards__status .item-cards__status-text {
    font-size: 13px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px #d1d1d1;
    background-color: rgba(205, 179, 186, .7);
    color: #fff
}

body #ID_PAY_SYSTEM_ID_4 ~ .custom-control-label {
    content: "";
    color: transparent;
    background-image: url(/local/templates/lecreme_2021/img/payicons.svg);
    background-position: 90% -5px;
    background-size: contain;
    background-repeat: no-repeat
}

body #bx-soa-paysystem .checkout_title {
    padding-bottom: 30px
}

@media screen and (max-width: 592.98px) {
    .av-catalog-menu__row {
        padding: 0 18px
    }

    body .checkout_left-side {
        border: none
    }

    body #showReceiverToggle, body .checkout_left-side .checkout_title-text {
        text-align: left
    }

    body .checkbox-title {
        padding-right: 0;
        padding-left: 83px
    }

    body #bx-soa-order .checkbox .custom-control-label:before, body #bx-soa-order .custom-control-input:checked ~ .custom-control-label:before, body .checkbox-title:before {
        left: 0;
        /* top: 2px; */
    }

    body #bx-soa-order .checkbox .custom-control-input:checked ~ .custom-control-label:after, body #bx-soa-order .custom-control-label:after, body .checkbox-title:after {
        left: 3px;
        /* top: 0; */
    }

    body .checkbox-title.active:after {
        left: 30px
    }

    body .checkout-delivery .checkbox {
        padding-left: 0;
        text-align: left
    }

    body #bx-soa-order .checkbox .custom-control-label {
        padding-right: 0;
        padding-left: 30px;
        justify-content: left;
        line-height: 17px;
        flex-direction: row;
    }

    body .bx-soa-pp-company-desc {
        text-align: left;
        margin-left: 48px;
        margin-right: 0;
        padding-top: 0
    }

    body #bx-soa-order ul.bx-soa-pp-list {
        margin: 0;
        padding-right: 0;
        padding-left: 48px;
        text-align: left
    }

    body #bx-soa-order .bx-soa-pp-list-termin {
        width: auto;
        margin-right: 5px
    }

    body #bx-soa-order ul.bx-soa-pp-list li {
        justify-content: flex-start
    }

    body .footer-checkout {
        margin-top: 40px
    }

    body .checkout_title-text {
        font-size: 20px
    }

    body #bx-soa-orderSave #ORDER_CONFIRM_BUTTON {
        max-width: calc(100% - 40px)
    }

    body #bx-soa-order-form {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    body #bx-soa-order .checkbox .custom-control-label .bx-soa-pp-company-smalltitle-name {
        order: 2;
        /* padding-left: 10px; */
    }

    body #bx-soa-order .checkbox .custom-control-label .bx-soa-pp-company-smalltitle-logo-img {
        padding-left: 0
    }

    body #ID_PAY_SYSTEM_ID_4 ~ .custom-control-label {
        background-position: 50% -5px
    }
}

.brands-generator .page-title {
    padding: 40px 0;
    text-align: center
}

.brands-generator h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

.brands-generator ul {
    list-style: none
}

.brands-generator .brand-container {
    width: 70%;
    float: left
}

.brands-generator .brand-pager {
    border: 1px solid #323232;
    border-width: 1px 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around
}

.brands-generator .brand-pager li {
    display: inline-block;
    vertical-align: top;
    flex-basis: 4%
}

.brands-generator .brand-pager li a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    transition: color .3s
}

.brands-generator .brand-pager li a.active, .brands-generator .brand-pager li a:hover {
    color: #b1b1b1
}

.brands-generator .brands-list {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.brands-generator .brands-list li {
    display: inline-block;
    vertical-align: top;
    height: 105px
}

.brands-generator .brands-list img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: inline-block;
    line-height: 105px;
    vertical-align: middle
}

.brands-generator .brands-list a {
    color: #000;
    border: 1px solid #323232;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .3s;
    font-size: 18px
}

.brands-generator .brands-list a:hover {
    opacity: .6;
    text-decoration: none
}

.brands-generator .brand-search {
    width: 30%;
    float: right;
    padding-top: 70px;
    padding-right: 40px
}

.brands-generator .brand-search .btn-search {
    background-color: transparent;
    border: none;
    background-position: 1px -172px;
    text-indent: -999999px;
    background-image: url("https://keeplooking.ru/skin/frontend/keeplooking/keeplooking/images/kpl-sprite.svg?v=18");
    width: 30px;
    height: 40px
}

.brands-generator .brand-search .search-box {
    position: relative;
    z-index: 0
}

.brands-generator .brand-search .search-box.empty_search .btn-search {
    background-position: -30px -140px
}

.brands-generator .brand-search input {
    width: 100%;
    line-height: 36px;
    padding: 2px 8px 0 12px;
    border-radius: 8px;
    border: 1px solid #b1b1b1;
    -webkit-appearance: none
}

.brands-generator .brand-search button {
    position: absolute;
    right: 0;
    top: 0;
    color: #323232;
    font-size: 14px;
    line-height: 1.5
}

@media only screen and (max-width: 979px) {
    .brands-generator .brands-list {
        grid-template-columns:1fr 1fr 1fr
    }

    .brands-generator .brands-list li {
        height: 70px
    }
}

@media only screen and (max-width: 770px) {
    .brands-generator .page-title {
        padding: 0 0 15px;
        border-bottom: 1px solid #323232;
        margin-bottom: 20px
    }

    .brands-generator .page-title h1 {
        font-size: 14px
    }

    .brands-generator h2 {
        margin-bottom: 12px
    }

    .brands-generator .brand-pager {
        display: none
    }

    .brands-generator .brand-container, .brands-generator .brand-search {
        float: none;
        width: 100%;
        padding-top: 0
    }

    .brands-generator .brand-search {
        padding-right: 0;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .brands-generator .brands-list li {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 599px) {
    .brands-generator .brands-list {
        padding: 0;
        display: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }

    .brands-generator .brand-container, .brands-generator .brand-search {
        padding: 20px 0;
    }
}

.brands-generator .brands-list {
    padding-left: 0
}

.main .brand-breadcrumb {
    margin: 21px 60px 11px
}

.main .brand-breadcrumb .breadcrumb-item-link {
    font-size: 16px;
    line-height: 21px;
    color: #c7aab1
}

.brand_bestsellers {
    margin-top: 100px
}

.bestsellers .bestsellers-wrap .brand_bestsellers-title {
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    margin: 100px auto 46px;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 130%;
    color: #666;
    text-align: left;
    padding: 0
}

.brand_bestsellers .bestsellers-assortment {
    border-bottom: 1px solid #dac5b2;
    margin-bottom: 0 !important;
    padding-bottom: 66px
}

body .bestsellers.brand_bestsellers .bestsellers-wrap {
    padding-bottom: 0
}

@media (min-width: 1371px) {
    .bestsellers .bestsellers-wrap .brand_bestsellers-title {
        max-width: 1276px
    }
}

.header__accordion {
    font-family: 'Tenor Sans' !important
}

.header-nav .header-nav__a.header_open-menu__link--colored {
    color: #c7aab1 !important
}

.favor.active svg path {
    fill: #000
}