﻿body {
    background-color: #f3f4f8;
    position: relative;
}

.content-wrap {
    margin: 0 80px;
}

.hidden {
    display: none !important;
}

.content-wrap,
.sectionWrap,
.catalog-detail {
    margin: 0 auto;
    max-width: 1590px;
}

.catalog_nav_line {
    display: flex;
    align-items: center;
    margin: 10px auto;
    border-radius: 8px;
    overflow: hidden;
    max-width: 1590px;
}

@media (min-width: 1921px) {

    .content-wrap,
    .sectionWrap,
    .catalog-detail {
        width: 1920px;
        margin: 0px auto;
    }

    .catalog_nav_line {
        width: 1920px;
        margin: 10px auto !important;
    }
}

@media (max-width: 1590px) {

    .content-wrap,
    .sectionWrap,
    .catalog-detail {
        margin: 0 10px;
    }

    .catalog_nav_line {
        margin: 10px 10px;
    }
}

.top-line {
    background-color: #131416;
    color: #DAE1E9;
    font-size: 16px;
    padding: 8px 0;
}

.top-line a {
    color: #DAE1E9;
    text-decoration: none;
}

.top-line .top-line_left a {
    margin-right: 10px;
}

.top-line_right {
    text-align: right;
}

.top-line .top-line_right a,
.top-line .top-line_right span {
    margin-left: 10px;
}

.header {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_slogan {
    font-size: 14px;
    max-width: 64px;
    line-height: 1em;
    margin-left: 20px;
    color: #777A8D;
}

.header_catalor_btm {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #1154ED;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 10px;
}

.header_catalor_btm a {
    color: #fff;
    text-decoration: none;
}

.hamburger-box {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: -20px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

.hamburger-box.is-active .hamburger-inner {
    background-color: transparent;
}

.hamburger-box.is-active .hamburger-inner::before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger-box.is-active .hamburger-inner::after {
    transform: rotate(-45deg);
    bottom: 0;
}

.main-menu__list li {
    display: block;
    padding: 0;
    font-size: 20px;
}

.header_serch {
    display: flex;
    align-items: center;
    max-width: 670px;
    width: 100%;
    position: relative;
}

.header_serch form {
    width: 100%;
}

.header_serch input {
    padding: 10px 20px;
    border: 2px solid #1154ED;
    border-radius: 10px;
    width: 100%;
}

.header_serch button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    top: 10px;
}

.header_personal_block {
    width: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}

.header_personal_block a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #4B5767;
}

.header_personal_block a:hover svg path {
    fill: #1154ed;
}

.header_personal_block a:hover {
    color: #1154ed;
}

.header_personal_block_title {
    display: block;
    font-size: 14px;
}

#bx_basket1 {
    width: auto;
}

#bx_basket1 .header_personal_block_title {
    display: flex;
}


.index-slide-top-right {
    max-width: 355px;
    width: 100%;
}

.index-banner-slider .slick-list {
    max-height: 200px;
}

.index-product-day-img {
    height: 100px;
    border-radius: 8px;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 1280px) {
    .top-line {
        display: none;
    }
}

.index-slide-top-left {
    max-width: calc(100% - 355px);
    width: 100%;
}

@media (max-width: 1270px) {
    .header_logo img {
        width: 176px;
    }

    .header_slogan {
        display: none;
    }

    .header_catalor_btm {
        display: flex;
        align-items: center;
        cursor: pointer;
        background: #1154ED;
        padding: 20px 10px;
        border-radius: 10px;
        margin: 0 10px;
        width: 40px;
    }

    .header_catalor_btm a {
        display: none;
    }

    .hamburger-box {
        width: 20px;
        height: 20px;
        margin-right: 0px;
        position: relative;
        transition: all 0.3s;
        margin-bottom: -20px;
        z-index: 100;
    }

    .header_serch {
        max-width: 400px;
        width: 100%;
        position: relative;
    }

    .header_personal_block {
        width: 100%;
        margin-left: 20px;
        display: flex;
        justify-content: space-between;
        max-width: 130px;
    }

    .header_personal_block_title,
    #bx_basket1 .header_personal_block_title {
        display: none;
        font-size: 14px;
    }

    .index-slide-top-block {
        display: flex;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .index-slide-top-left {
        max-width: 100% !important;
    }

    .index-slide-top-right {
        max-width: 100% !important;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .index-slide-top-block {
        display: block;
    }


    /*.header_serch {
        display: none;
    }*/
    .header_logo img {
        width: 100px;
    }

    .catalog-menu-gamb {
        position: relative;
        background: transparent;
        box-shadow: none;
        margin-top: 0;
    }

    .catalog-menu-gamb.is-active {

        margin-top: 10px;
        padding: 20px 10px;
    }

    .catalog-menu-gamb.is-active .header_serch {
        display: flex;
    }

    .main-menu__list li {
        display: block;
        padding: 0px 10px 10px 0;
        font-size: 12px;
    }

    .header_catalor_btm {
        order: 3;
    }

    #bx_basket1 .header_personal_block_title {
        display: none;
    }
}

.catalog-menu-gamb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    margin-top: 10px;
}

.catalog-menu-gamb.is-active {
    display: block;
}

.catalog-menu-gamb ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    overflow-x: hidden;
}

.catalog-menu-gamb a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.catalog-menu-gamb a:hover {
    color: #007bff;
}

.catalog-menu-gamb a {
    font-size: 14px !important;
}

.catalog_nav_line a {
    padding: 5px 10px;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #4B5767;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 5px;
}


.catalog_nav_line a {
    padding: 5px 10px;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #4B5767;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 5px;
}

.catalog_nav_line_wrap {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Р”Р»СЏ Firefox */
    -ms-overflow-style: none;
    /* Р”Р»СЏ IE Рё Edge */
    scroll-behavior: smooth;
    flex: 1;
    padding: 10px 0;
}

.catalog_nav_line_wrap::-webkit-scrollbar {
    display: none;
    /* Р”Р»СЏ Chrome, Safari Рё Opera */
}

.catalog_nav_item {
    white-space: nowrap;
    padding: 8px 16px;
    margin: 0 4px;
    background: #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s;
}

.catalog_nav_item:hover {
    background: #dee2e6;
}

/* РЎС‚СЂРµР»РєРё РїСЂРѕРєСЂСѓС‚РєРё */
.catalog_nav_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    color: #007bff;
    background: white;
    height: 31px;
    font-size: 22px;
    font-weight: 600;
}

.catalog_nav_arrow.catalog_nav_arrow_right img {
    transform: scaleX(-1);
}

.catalog_nav_arrow:disabled {
    display: none;
}

.catalog_nav_arrow_left {
    margin-right: -5px;
}

.catalog_nav_arrow_right {
    margin-left: -5px;
}

/* РЎР»Р°Р№РґРµСЂ РєР°С‚РµРіРѕСЂРёР№ */
.catalog-categore-slider {
    margin: 20px 0px;
    position: relative;
}

#catalogCategorySlider {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 10px 0;
    gap: 16px;
}

#catalogCategorySlider::-webkit-scrollbar {
    display: none;
}

.catalog-categore-slider-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #E6E8F3;
    border-radius: 8px;
    position: relative;
    flex: 0 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    text-decoration: none;
    max-width: 198px;
    width: 235px;
    height: 235px;
    padding: 14px;
}

.catalog-categore-slider-item a:hover {
    background: #fff;
}

.categore-slider-item-title {
    font-size: 20px;
    color: #131416;
    font-weight: 600;
    text-align: left;
}

.tile-item__img {
    max-width: 100%;
    object-fit: contain;
    text-align: center;
    max-height: 125px;
}

.tile-item__img img {
    height: 100%;
}

.catalog-categore-slider .catalog_nav_arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DFEAFF;
    color: #383634;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    cursor: pointer;
    font-size: 30px;
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: translateY(-50%);
}

.catalog-categore-slider .catalog_nav_arrow_left {
    left: -10px;
}

.catalog-categore-slider .catalog_nav_arrow_right {
    right: -10px;
}

.catalog-categore-slider .catalog_nav_arrow:hover {
    background-color: #DFEAFF;
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 1366px) {
    .catalog-categore-slider-item {
        min-width: 198px;
        width: 198px;
        height: 235px;
    }
}

@media (max-width: 768px) {
    .catalog-categore-slider-item {
        width: 160px;
        height: 160px;
    }

    .catalog-categore-slider {
        margin: 40px 0px;
    }

    #catalogCategorySlider {

        height: 230px;
    }
}

.index-slide-top-left {
    max-width: calc(100% - 355px);
    width: 100%;
}

@media (max-width: 1590px) {
    .index-slide-top-right {
        max-width: 100%;
        width: 100%;
    }
}

/*.index-slide-top-right {
    max-width: 395px;
    width: 100%;
}*/
/* РЎР»Р°Р№РґРµСЂС‹ РІРµСЂС…РЅРёРё */
.index-slide-top-block {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.index-product-day-block {
    height: 198px;
}

.index-banner-slider .slick-list {
    max-height: 210px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.index-banner-slider a {
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #4B5767;
    aspect-ratio: 656 / 105;
}

.index-slide-top-left-title {
    font-size: 40px;
    font-weight: 700;
    color: #131416;
}

.index-slide-top-left-slogan {
    font-size: 18px;
    color: #4B5767;
}

/* РЎС‚РёР»Рё РґР»СЏ Slick СЃР»Р°Р№РґРµСЂР° */
.index-banner-slider,
.index-product-day-slider {
    position: relative;
}

/* РЎС‚РёР»Рё РґР»СЏ РёР·РѕР±СЂР°Р¶РµРЅРёР№ РІ СЃР»Р°Р№РґРµСЂРµ Р±Р°РЅРЅРµСЂРѕРІ */
.index-banner-slider a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position-x: left;
    background-size: 100% auto;
    background-position-y: center;
}

.index-banner-slider a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
}

.index-product-day-title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
}

@media (max-width: 1600px) {
    .index-slide-top-left-title {
        font-size: 30px;
    }

    .index-slide-top-left-slogan {
        font-size: 14px;
    }
}

@media (max-width: 1590px) {
    .index-product-day-title-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
    }

    .index-product-day-block {
        height: 200px;
    }

    .index-slide-top-left {
        max-width: 100%;
    }

    .index-slide-top-block {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .index-slide-top-left-title {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .index-slide-top-left-title {
        font-size: 16px;
    }

    .index-banner-slider a {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .index-banner-slider a .index-slide-top-left-content {
        padding: 20px;

    }
}

.index-banner-slider .slick-prev:focus,
.index-banner-slider .slick-next:focus,
.index-product-day-slider .slick-prev:focus,
.index-product-day-slider .slick-next:focus,
.index-banner-slider .slick-prev,
.index-banner-slider .slick-prev:target,
.index-banner-slider .slick-next,
.index-product-day-slider .slick-prev,
.index-product-day-slider .slick-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DFEAFF;
    color: #383634;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    cursor: pointer;
    font-size: 30px;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.index-banner-slider .slick-prev:focus,
.index-banner-slider .slick-next:focus,
.index-banner-slider .slick-prev:target,
.index-banner-slider .slick-next {
    top: 48%;
}

.index-product-day-slider .slick-prev:focus,
.index-product-day-slider .slick-next:focus,
.index-product-day-slider .slick-prev,
.index-product-day-slider .slick-next {
    top: calc(50% - 20px);
}

;

.slick-prev:before,
.slick-next:before {
    display: none !important;
    content: '';
}


.index-banner-slider .slick-prev:hover,
.index-banner-slider .slick-next:hover,
.index-product-day-slider .slick-prev:hover,
.index-product-day-slider .slick-next:hover {
    background-color: #DFEAFF;
    transform: translateY(-50%) scale(1.1);
}

.index-banner-slider .slick-prev {
    left: 10px;
}

.index-banner-slider .slick-next {
    right: 10px;
}

.index-product-day-slider .slick-prev {
    left: 10px;
}

.index-product-day-slider .slick-next {
    right: 10px;
}

.index-banner-slider .slick-next img,
.index-product-day-slider .slick-next img {
    transform: scaleX(-1);
}

.index-banner-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    gap: 8px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    z-index: 11;
}

.index-product-day-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    gap: 8px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    z-index: 11;
}

.index-banner-slider .slick-dots li,
.index-product-day-slider .slick-dots li {
    margin: 0px;
    padding: 0px;
}

.index-banner-slider .slick-dots li button,
.index-product-day-slider .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #A7B5C7;
    opacity: 0.7;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
    border-radius: 50%;
}

.index-banner-slider .slick-dots li.slick-active button,
.index-product-day-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.index-banner-slider .slick-dots li button::before,
.index-product-day-slider .slick-dots li button::before {
    display: none;
}

.c-section__head {
    display: flex;
    justify-content: space-between;
}

.c-section__head .c-btn_style_link {
    color: #1154ED;
    text-transform: uppercase;
    FONT-WEIGHT: 700;
    text-decoration: none;
    font-size: 16px;
}

.c-section__head .c-btn_style_link svg {
    margin-left: 18px;
}

.c-section__head .c-btn_style_link:hover {
    color: #003BC0;
}

.c-section__head .c-btn_style_link:hover svg path {
    fill: #003BC0;
}

@media (max-width: 1590px) {
    .index-product-day-slider .slick-dots {
        bottom: -45px !important;
    }
}

@media (max-width: 1000px) {
    .mt-1.col-md-auto.mt-md-0 {
        text-align: right;
    }
}

@media (max-width: 765px) {
    .index-product-day-slider .slick-dots {
        bottom: -55px !important;
    }
}

.index-product-day-block {
    background: #fff;
    border-radius: 10px;
}


.index-product-day-title {
    font-size: 20px;
    font-weight: 600;
    color: #131416;
}

.index-product-day-timer {
    font-size: 14px;
    color: #4B5767;
}

.index-product-day-item {
    padding: 0 15px;
    display: flex !important;
}

.index-product-day-img {
    height: 90px;
    border-radius: 8px;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.index-product-day-img a {
    height: 100px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.index-product-day-img img {
    max-width: 90px;
    height: fit-content;
}

.index-product-day-item-title a {
    text-decoration: none;
    color: #212529;
}

.index-product-day-info {
    margin-right: 25px;
}

.index-product-day-item-title {
    font-size: 16px;
    line-height: 130%;
    min-height: 55px;
}

.index-product-day-prices {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.index-product-day-prices div {
    font-size: 14px;
    color: #1154ED;
    font-weight: 600;
}

.index-product-day-prices small {
    font-size: 12px;
    color: #777A8D;
    margin-right: 5px;
}

@media (max-width: 1380px) {
    .index-product-day-item-title {
        font-size: 14px;
        line-height: 130%;
    }
}

@media (max-width: 1000px) {
    .index-product-day-item-title {
        min-height: 41px;
    }
}

@media (max-width: 768px) {
    .index-product-day-img {
        width: 76px;
        border-radius: 8px;
        display: flex;
        margin-left: 10px;
    }

    .index-product-day-img img {
        width: 76px;
    }

    .index-product-day-item-title {
        font-size: 14px;
        line-height: 130%;
    }

    .index-product-day-info {
        margin-right: 10px;
    }
}

.to-cart {
    margin-bottom: 10px;
}

.to-cart a {
    text-align: center;
    background-color: #1154ED;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    max-width: 122px;
    justify-content: space-between;
    align-items: center;
}

.to-cart a:hover {
    background-color: #0a3cc5;
}

.index-tizer-block {
    padding: 20px 0;
    margin-bottom: 40px;
}

.index-tizer-block-item {
    border: 1px solid #C8D3DF;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    max-width: 417px;
    padding: 20px;
    height: 100%;
}

@media (max-width: 1024px) {
    .index-tizer-block .col-md-6 {
        margin-bottom: 10px;
    }

    .index-tizer-block-item {
        max-width: 100%;
    }
}

.index-tizer-block-img {
    margin-right: 20px;
}

.c-section {
    margin-bottom: 40px;
}

.catalog-index-page .products-list.products-list_size_md .products-list__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0 -20px;
}

.products-list__item {
    width: 20%;
}

@media (max-width: 1670px) {
    .products-list__item {
        margin: 20px;
        width: 25%;
    }

    .catalog-index-page .products-list__item:nth-child(5) {
        display: none;
    }
}

@media (max-width: 1600px) {
    .product-card .prices-list__value {
        font-size: 16px !important;
    }

    .product-card .dop_btn button svg {
        width: 18px;
        height: 18px;
        display: block;
    }

    .product-card .dop_btn button.h2o_add_favor,
    .product-card .dop_btn button.jsItemCompare {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 1470px) {
    .product-card {
        border-radius: 10px;
    }

    .product-card .jsAdd2Cart,
    .product-card .js-cart-quantity {
        padding: 10px 15px !important;
        max-width: 144px !important;
    }
}

@media (max-width: 1200px) {
    .products-list__item {
        margin: 20px !important;
        width: 32% !important;
    }

    .catalog-index-page .products-list__item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1000px) {
    .products-list__item {
        margin: 10px !important;
        width: 32% !important;
    }

    .product-card {
        padding: 10px !important;
    }

    .product-card .jsAdd2Cart {
        font-size: 14px !important;
    }

    .product-card .prices-list__value {
        font-size: 14px !important;
    }

    .products-list__list {
        margin: 0 -10px;
    }
}

@media (max-width: 680px) {
    .products-list__list {
        flex-wrap: wrap;
    }

    .products-list__item {
        margin: 10px !important;
        width: 100% !important;
    }

    .product-card {
        border-radius: 10px !important;
        background: #fff !important;
        padding: 10px !important;
        position: relative !important;
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .product-card .product-card__link {
        width: 100px;
        margin-right: 18px;
    }

    .product-card .product-card__link .product-card__thumb {
        width: 100px;
        border-radius: 8px !important;
        display: block !important;
        margin-left: 0px !important;
        aspect-ratio: auto !important;
    }

    .product-card .labels-list {
        position: relative !important;
        top: 0px;
        left: 0px;
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
    }

    .product-card .jsAdd2Cart {
        padding: 5px 10px !important;
        border-radius: 10px;
        display: flex;
        text-decoration: none;
        font-size: 14px !important;
        transition: all 0.3s ease;
        max-width: 120px !important;
        justify-content: space-between;
        align-items: center;
    }

    .product-card .js-cart-quantity {
        padding: 5px 10px !important;
        max-width: 120px !important;
    }

    .product-card .product-card__title {
        color: #131416;
        font-size: 14px !important;
        line-height: 130%;
        margin-top: 0px !important;
        min-height: 0px !important;
    }

    .product-card__btn {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 10px 0 !important;
    }

    .product-card .labels-list__item .c-label {
        padding: 2px 5px !important;
    }

    .catalog-index-page .products-list.products-list_size_md .products-list__list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 -20px;
    }
}

.product-card {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    position: relative;
}

.product-card .labels-list {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-card a {
    text-decoration: none;
}

.product-card .labels-list__item .c-label {
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.product-card .labels-list__item .c-label_hit {
    background: #1154ED;
}

.c-label_sale {
    background-color: #131416 !important;
}

.product-card .product-card__thumb {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
}

.product-card__thumb img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    /*aspect-ratio: 1 / 1;*/
}

.product-card .product-card__title {
    color: #131416;
    font-size: 18px;
    line-height: 130%;
    margin-top: 20px;
    min-height: 70px;
}

.product-card .count__ico {
    width: 7px;
    height: 7px;
}

.product-card .count__text {
    font-size: 14px;
    color: #4B5767
}

.product-card small {
    font-size: 12px;
    color: #4B5767
}

.product-card__btn {
    padding-top: 20px;
}

.product-card .prices-list__value {
    color: #1154ED;
    font-weight: 700;
    font-size: 18px;
}

.product-card__btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.product-card__btn button {
    margin-left: 10px;
}

.product-card .jsAdd2Cart {
    background: none;
    border: 1px solid #EDEAE7;
    border-radius: 10px;
    padding: 10px 25px;
    color: #131416;
    font-size: 16px;
    font-weight: 600;
    max-width: 166px;
}

.product-card .js-cart-quantity {
    padding: 10px 25px;
    max-width: 166px;
    border: 1px solid #EDEAE7;
    color: #131416;
    background-color: #fff;
}

.product-card .js-cart-quantity:hover {
    border: 1px solid #EDEAE7;
    color: #131416;
    background-color: #fff;
}

.product-card .cart-quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #EDEAE7;
    background: transparent;
    color: #131416;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.product-card .cart-quantity-btn svg path {
    fill: #131416;
}

.product-card .cart-quantity-btn:hover {
    background-color: #1154ED;
    color: #fff;
    border: 1px solid #1154ED;
}

.product-card .cart-quantity-value {
    color: #131416;
    font-size: 16px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
}

.product-card .jsAdd2Cart svg {
    margin-left: 15px;
}

.product-card .jsAdd2Cart svg path {
    fill: #131416;
}

.product-card .jsAdd2Cart:hover {
    background: #1154ED;
    color: #fff;
    border-color: #1154ED;
}

.product-card .jsAdd2Cart:hover svg path {
    fill: #FFF;
}

.product-card .dop_btn {
    display: flex;
    position: relative;
}

.product-card .dop_btn button {
    border: none;
    background: none;
    width: 20px;
    height: 20px;
}

.product-card .dop_btn button:hover svg path {
    fill: #1154ED;
}

.c-section .news-list__list {
    margin-bottom: 20px;
}

.c-section .news-list__list img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.c-section .news-list__list a {
    text-decoration: none;
}

.c-section .news-list__list .news-item__date {
    color: #13141699;
    margin-bottom: 10px;
    font-size: 12px;
}

.c-section .news-list__list .news-item__title {
    font-size: 20px;
    font-weight: 600;
    color: #131416;
}

.c-section .news-item:hover .news-item__title svg path {
    fill: #0a3cc5;
}

.c-section-brands {
    margin-bottom: 0px !important;
    background: #FFFFFF;
}

.c-section_size_md {
    padding: 0 !important;
}

.c-section_size_md.c-section-brands {
    padding: 35px 0 !important;
}

.c-section.c-section-news {
    margin-bottom: 80px;
}

@media (max-width: 680px) {
    .c-section .news-list__list .news-item__title {
        font-size: 14px;
        font-weight: 600;
        color: #131416;
        margin-bottom: 20px;
    }

    .c-section.c-section-news {
        margin-bottom: 50px;
    }
}

.brand-item {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 240px;

}

footer {
    background: #E6E8F3;
    padding: 82px 0;
}

footer .logo img {
    width: 264px;
}

footer .logo {
    margin-bottom: 67px;
}

footer .info-footer {
    color: #4B5767;
    font-size: 16px;
    font-family: Gilroy;
    font-weight: 500;
    letter-spacing: 0.16px;
    word-wrap: break-word
}

footer .info-footer-item {
    margin-bottom: 18px;
}

footer a {
    color: #4B5767;
}

footer a:hover {
    color: #1154ED;
}

footer .footer-about {
    width: 100%;
    color: #131416;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
}

footer .footer-about a,
footer .footer-about strong {
    color: #131416;
    font-weight: 600;
    font-size: 20px;
}

footer .footer-about-item-img {
    padding-right: 20px;
}

footer .footer-about-item {
    margin-bottom: 30px;
    display: flex;
}

footer .footer-about-item p {
    margin-bottom: 30px;
    display: flex;
    font-weight: 500;
    font-size: 16px;
}

footer .footer-about-item p:nth-child(2n) {
    margin-bottom: 0px;
}

footer li::marker {
    display: none;
}

footer li a {
    text-decoration: none;
}

footer li {
    padding: 0px;
    list-style-type: none;
}

footer ul {
    padding: 0px;
}

footer li {
    margin-bottom: 20px;
}

footer li a.links-menu__head {
    font-weight: 600;
    color: #131416;
}

@media (max-width: 680px) {

    footer .footer-about a,
    footer .footer-about strong {
        font-size: 12px !important;
    }

    .footer-about-item p {
        font-size: 11px !important;
        margin-bottom: 15px;
    }

    .footer-about-item,
    footer {
        margin-bottom: 15px;
        font-size: 11px !important;
    }

    footer .footer-about-item-img {
        padding-right: 10px;
    }

    footer .logo img {
        width: 200px;
    }

    footer .logo {
        margin-bottom: 30px;
    }

    footer .info-footer {
        display: none;
    }

    footer li {
        margin-bottom: 0px;
    }

    footer .footer-about-item {
        margin-bottom: 10px;
        display: flex;
    }

    footer .footer-about-item p {
        margin-bottom: 10px;
    }

    footer {
        padding: 50px 0;
    }
}

/* Кнопки корзины с количеством */
.cart-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8B4513;
    border-radius: 4px;
    padding: 5px;
    gap: 10px;
}

.cart-quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cart-quantity-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.cart-quantity-btn svg {
    width: 14px;
    height: 14px;
}

.cart-quantity-value {
    color: white;
    font-size: 16px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
}

.jsItemCompare.itemCompareActive svg path {
    fill: #1154ED;
}

.h2o_add_favor.in-favor svg path {
    fill: #1154ED !important;
}

/* Для day_product_skala */
.index-product-day-btn .to-cart {
    display: flex;
    align-items: center;
}

.index-product-day-btn .cart-quantity-wrapper {
    width: 100%;
    max-width: 144px;
}

.index-product-day-btn .cart-btn {
    width: 100%;
    max-width: 144px;
}

.jsItemCompare.itemCompareActive svg path {
    fill: white !important;
}

.h2o_add_favor.in-favor svg path {
    fill: white !important;
}

/* Кнопки действий (избранное, сравнение) в product-card */
.product-card .dop_btn button.h2o_add_favor,
.product-card .dop_btn button.jsItemCompare {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    background: none;
    transition: all 0.2s ease;
}

.product-card .dop_btn button.h2o_add_favor:hover,
.product-card .dop_btn button.jsItemCompare:hover {
    border-color: #1154ED;
}

.product-card .dop_btn button.h2o_add_favor:hover svg path,
.product-card .dop_btn button.jsItemCompare:hover svg path {
    fill: #1154ED;
}

.product-card .dop_btn button.h2o_add_favor.in-favor svg path {
    fill: #1154ED !important;
}

.product-card .dop_btn button.jsItemCompare.itemCompareActive svg path {
    fill: #1154ED !important;
}

/* SVG иконки */
.product-card .dop_btn button svg {
    width: 20px;
    height: 20px;
    display: block;
}

.jsItemCompare.itemCompareActive svg path {
    fill: #1154ED !important;
}


.h2o_add_favor.in-favor svg path {
    fill: #1154ED !important;
}

/* Кнопки корзины с количеством */
.c-btn.js-cart-quantity,
.cart-btn.js-cart-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    gap: 8px;
}

.index-product-day-info .c-btn.js-cart-quantity {
    background: #1154ED;
    border-radius: 10px;
    padding: 5px 10px;
}

.index-product-day-info .cart-quantity-btn:hover {
    background: #0a3cc5
}

.cart-quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.cart-quantity-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.cart-quantity-btn svg {
    width: 14px;
    height: 14px;
}

.cart-quantity-value {
    color: white;
    font-size: 16px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
}

/* Кнопки корзины с количеством */
.c-btn.js-cart-quantity,
.cart-btn.js-cart-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    gap: 8px;
}

.cart-quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.cart-quantity-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.cart-quantity-btn svg {
    width: 14px;
    height: 14px;
}

.cart-quantity-value {
    color: white;
    font-size: 16px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
}

.form-body .animated-input .c-input_style_default.c-input_size_md {
    height: 50px;
    min-height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.breadcrumbs__list {
    padding-left: 0px;
}

.bx_profile .c-input_style_default.c-input_size_md {
    margin-bottom: 20px;
}

.c-modal_width_order .form-fields input,
.c-modal_width_order .form-fields select {
    margin-bottom: 15px;
}

.modal-close::before {
    content: '×';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    font-weight: 600;
    font-size: 24px;
    height: 16px;
}

.cart-table__item .c-counter_style_default {
    border: 1px solid #cfcfcf;
}

.cart-table__item .c-counter__plus::before {
    content: '+';
    position: relative;
    top: -1px;
    right: 3px;
    font-weight: 600;
    font-size: 20px;
    color: #cfcfcf;
}

.cart-table__item .c-counter__minus::before {
    content: '-';
    position: relative;
    top: -1px;
    left: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #cfcfcf;
}

.c-notice__body {
    display: flex;
    align-content: center;
    align-items: center;
}

.notice_btn_block {
    display: flex;
    flex-wrap: nowrap;
}

.notice_btn_block .c-btn {
    position: relative;
    padding: 5px;
    border: 1px solid white;
    border-radius: 5px;
    top: auto;
    right: auto;
    width: auto;
}

.notice_btn_block .c-btn.abort {
    border: 1px solid #858484;
    color: #858484;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .c-notice__body {
        display: block;
    }
    .c-notice__body_text{
        margin-bottom: 10px;
    }
}