:root {
    --main: #2B7BC6;
    --hover: #004C93;
}

input::placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.call-policy {
    color: #99A3A9;
    padding: 0 10px;
    font-size: 15px;
}

.call-policy a {
    text-decoration: none;
    color: var(--main);
}

.pattern-table tr,
th,
td {
    border: none;
    font-size: 14px;
}

.pattern-table tr td a {
    text-decoration: none;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-dots li {
    margin: 0 !important;
}

/* .slick-prev {
    left: 25px !important;
} */
.slick-prev::before {
    content: "<";
    z-index: 2;
}

.btn-o-primary {
    color: var(--main);
    border-color: var(--main);
    box-shadow: none;
}

.btn-o-primary:hover {
    color: #fff;
    background-color: var(--hover);
    border-color: var(--hover);
}

.btn-o-primary:active {
    box-shadow: none;
}

.slick-dots li button:before {
    font-size: 4px !important;
    line-height: 30px !important;
}

/*.list-group-item {*/
/*    border: none !important;*/
/*    padding: 0;*/
/*}*/

.list-group-item.logo.desktop-footer {
    margin-top: 20px;
}

.sticky {
    display: none;
    visibility: hidden;
}

/* Flexbox start */
.specs-listProduct {
    /*width: 100%;*/
    /*max-width: 600px;*/
    /*margin: 0 auto;*/
    /*font-family: Arial, sans-serif;*/
}

.spec-itemProduct {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.spec-nameProduct {
    flex-shrink: 0;
    font-weight: 500;
    color: #000;
}

.spec-valueProduct {
    flex-shrink: 0;
    text-align: right;
    color: #000;
}

.spec-valueProduct a {
    text-decoration: none;
    color: var(--main);
}

.spec-dotsProduct {
    flex: 1;
    min-width: 0px;
    border-bottom: 1px dotted #ccc;
    height: 1em;
    margin: 0 0px;
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .spec-itemProduct {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .spec-dotsProduct {
        display: none;
    }

    .spec-nameProduct,
    .spec-valueProduct {
        min-width: auto;
        padding: 0;
        text-align: left;
    }

    .spec-nameProduct {
        font-weight: 600;
    }
}

/* Flexbox end */
/* Container start */
.main-container {
    max-width: 1540px;
    margin: 0 auto;
    /* Это центрирует блок */
    width: 100%;
    /* Убедитесь, что ширина задана */
}

@media(min-width: 1600px) {

    .content .main-container:nth-child(3),
    .content .main-container:nth-child(4),
    .content .main-container:nth-child(4)~div .main-container {
        margin: 40px auto;
    }

    /*.nav-search {*/
    /*    font-weight: 600;*/
    /*}*/

    .input-group>.form-control,
    .input-group>.form-select {
        padding-left: 24px;
    }

    .top_bank.main-container .row {
        max-width: 1540px;
        margin: 0 auto;
    }

    .top_bank_right,
    .top_bank_left {
        padding-left: 0;
        padding-right: 0;
    }

    .top_bank_left a img {
        height: 190px;
        width: 100%;
    }

    .top_bank_right .slick-slide img {
        height: 380px;
    }

    .slick-next {
        right: 10px !important;
    }

    .slick-prev {
        left: 10px !important;
        z-index: 3;
    }

}

@media(min-width: 1367px) AND (max-width: 1600px) {
    .main-container {
        max-width: 1300px;
        margin: 0 auto;
        /* Это центрирует блок */
        width: 100%;
        /* Убедитесь, что ширина задана */
    }

    .main {
        max-width: 1300px;
    }

    .slick-slide img {
        display: block;
        height: 380px;
    }
}

@media(min-width: 762px) AND (max-width: 1366px) {
    .main-container {
        max-width: 1060px;
        margin: 0 auto;
        /* Это центрирует блок */
        width: 100%;
        /* Убедитесь, что ширина задана */
    }

    .main {
        max-width: 1060px;
    }
}

@media(max-width: 761px) {
    .main-container {
        max-width: 100% !important;
        margin: 0 auto;
        /* Это центрирует блок */
        width: 95%;
        /* Убедитесь, что ширина задана */
    }

    .main {
        max-width: 100%;
    }
}

/* Container end */

.ms-n55 {
    min-height: 60px;
    height: 66px;
    margin-left: -50px;
    font-size: 22px;
    color: var(--main);
}

.btn-outline-secondary:hover {
    color: var(--hover);
}

/* Mega menu start */
.header-barNew {
    /*border-bottom: 1px solid #e4ecf5;*/
    /*padding: 0.5rem 0;*/
    font-size: 1rem;
}

.nav-logoNew {
    /*font-size: 2rem;*/
    /*font-weight: bold;*/
    /*color: #0055a5;*/
    /*letter-spacing: .1em;*/
}

.promarket-badgeNew {
    background: #f12c3d;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 0.1em 0.5em;
    margin-left: .3em;
    letter-spacing: .05em;
}

/*.header-iconsNew {*/
/*    display: none;*/
/*    align-items: center;*/
/*    gap: 1.2rem;*/
/*}*/

.header-iconsNew .icon-btnNew {
    position: relative;
    color: #0055a5;
    font-size: 1.7rem;
    background: none;
    border: none;
    padding: 0 .2rem;
}

.rightmenuNew a {
    color: var(--main);
    text-decoration: none;
}

.rightmenuNew a:hover {
    color: #0055a5;
}

.menu-linksNew {
    font-size: 14px;
}

.navbar-mainNew {
    background: #F1F8FF;
    /* border-bottom: 2px solid #0055a5; */
}

.navbar {
    padding: 0;
}

.navbar #navbarMain .nav-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .19em;
    color: #fff !important;
    padding: 1.25rem 1.875rem !important;
    border-bottom: 3px solid transparent;
    transition: border 0.2s;
}

.navbar #navbarMain .nav-link.active {
    background: #004C93;
    color: #fff !important;
}

.navbar #navbarMain .nav-link.active:hover {
    border-bottom: 3px solid red;
    background: #004C93;
    color: #fff !important;
}

.navbar #navbarMain .nav-link:hover,
.navbar #navbarMain .nav-link:focus {
    border-bottom: 3px solid #0055a5;
    background: #fff;
    color: #0055a5 !important;
}

.navbar .navbar-togglerNew {
    border: none;
    font-size: 2rem;
    color: #0055a5;
}

.navbar a {
    text-decoration: none;
}

.navbar .nav-catalog {
    background-color: #004C93;
}

.navbar .nav-sale {
    background-color: #1061AB;
}

.navbar .nav-brands {
    background-color: #2B7BC6;
}

/* Side Menu */
.side-menuNew {
    background: #f6f9fd;
    min-width: 19rem;
    max-width: 19rem;
    border-right: 1px solid #e4ecf5;
    min-height: 550px;
}

.side-menuNew .list-group-itemNew {
    background: transparent;
    border: none;
    font-size: 1.13rem;
    font-weight: 500;
    color: #1a345f;
    display: flex;
    align-items: center;
    padding: 1.1rem 1.5rem;
    transition: background 0.15s;
    cursor: pointer;
}

.side-menuNew .list-group-itemNew.active,
.side-menuNew .list-group-itemNew:hover {
    background: #fff;
    color: #0055a5;
    font-weight: bold;
}

.side-menuNew .biNew {
    font-size: 1.6rem;
    margin-right: 1rem;
    color: #0055a5;
}

.side-menuNew .simple-linkNew {
    font-weight: 500;
    color: #1a345f;
    display: flex;
    align-items: center;
    padding: 1.1rem 1.5rem;
    text-decoration: none;
    transition: background 0.15s;
    background: transparent;
    border: none;
}

.side-menuNew .simple-linkNew:hover {
    background: #fff;
    color: #0055a5;
    text-decoration: underline;
}

/* Mega Menu */
/*.mega-menuNew {*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 24px #0002;*/
/*    padding: 2.5rem 2rem 2rem 2rem;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 2.5rem;*/
/*    min-width: 1000px;*/
/*    min-height: 500px;*/
/*}*/

.mega-menuNew .banner-boxNew {
    background: #ffe000;
    min-width: 250px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1a345f;
    border-radius: 5px;
    text-align: center;
    /*margin-left: 2.5rem;*/
    letter-spacing: .09em;
}

.mega-menuNew h5New {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.1rem;
    color: #1a345f;
}

.mega-menuNew .menu-colsNew {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.mega-menuNew .menu-colNew {
    min-width: 180px;
    font-size: 1.09rem;
}

.mega-menuNew .menu-colNew strong {
    font-size: 1.2rem;
    color: #1a345f;
    font-weight: bold;
    margin-bottom: .4em;
    display: block;
}

.mega-menuNew .menu-colNew a {
    color: #0055a5;
    text-decoration: none;
    display: block;
    margin-bottom: .2em;
    transition: color .13s;
}

.mega-menuNew .menu-colNew a:hover {
    color: #f12c3d;
    text-decoration: underline;
}

.mega-menuNew .menu-colNew .more-linkNew {
    color: #1a345f;
    font-weight: 500;
    text-decoration: underline dotted;
    margin-bottom: 1.1em;
}

/* Navbar icons after search */
.navbar-iconsNew {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    gap: 1.5rem;
}

.navbar-iconsNew .icon-btnNew {
    position: relative;
    color: #0055a5;
    font-size: 1.7rem;
    background: none;
    border: none;
}

.navbar-iconsNew .icon-badgeNew {
    /*background: #ffe000;*/
    font-size: 12px;
    /*padding: 0.1em .5em;*/
    /*margin-top: -.1em;*/
    /*color: #1a345f;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*margin-left: -.9em;*/
    /*font-weight: bold;*/
}

/*.nav-search {*/
/*    border-radius: 0;*/
/*    color: black;*/
/*    min-height: 66px;*/
/*    font-size: 16px;*/
/*}*/

/* Responsive */
@media (max-width: 1200px) {
    /*.mega-menuNew {*/
    /*    min-width: 100vw;*/
    /*    flex-direction: column;*/
    /*    gap: 1.5rem;*/
    /*    padding: 1.5rem;*/
    /*}*/

    /*.mega-menuNew .banner-boxNew {*/
    /*    margin-left: 0;*/
    /*    margin-top: 1.5rem;*/
    /*    min-width: 100%;*/
    /*}*/

    /*.side-menuNew {*/
    /*    min-width: 100%;*/
    /*    max-width: 100%;*/
    /*}*/
}

@media (max-width: 991px) {
    /*.side-menuNew {*/
    /*    display: none;*/
    /*}*/

    /*.mega-menuNew {*/
    /*    flex-direction: column;*/
    /*    min-width: 100vw;*/
    /*    gap: 1rem;*/
    /*    padding: 1rem;*/
    /*}*/

    .navbar #navbarMain .nav-link {
        padding: .7rem 1rem;
    }

    .navbar-iconsNew {
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    .header-barNew {
        padding: .4rem 0 .4rem 0;
    }

    .header-barNew .nav-logoNew {
        font-size: 1.5rem;
    }

    .header-barNew .phone-number,
    .header-barNew .info-link,
    .header-barNew .menu-links,
    .header-barNew .d-flex.align-items-center.gap-4 {
        display: none !important;
    }

    /*.header-iconsNew {*/
    /*    gap: 1.2rem;*/
    /*    display: block !important;*/
    /*}*/

    .navbar-iconsNew .icon-badgeNew {
        margin-top: -.4em;
        padding: .10em .5em;
        font-size: .80rem;
    }

    .header-iconsNew .icon-btnNew {
        font-size: 1.45rem;
    }

    /* NAVBAR */
    .navbar-mainNew {
        font-size: 1.08rem;
    }

    .navbar #navbarMain .nav-link {
        padding: .6rem 0.7rem;
        font-size: 1.01rem;
    }

    .navbar .navbar-iconsNew {
        display: none !important;
    }

    /* Поиск на всю ширину */
    .navbar form {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .form-control {
        font-size: .95rem;
        padding: .4rem .9rem;
    }

    /* Кнопка-гамбургер всегда слева, крупнее */
    .navbar .navbar-togglerNew {
        font-size: 2.3rem;
        margin-right: 1rem;
        color: #0055a5;
    }

    /* Мобильное выпадающее меню */
    .mobile-menu-offcanvasNew .offcanvas-header {
        border-bottom: 1px solid #e4ecf5;
    }

    .mobile-menu-offcanvasNew .list-group-itemNew,
    .mobile-menu-offcanvasNew .simple-linkNew {
        font-size: 1.1rem;
        padding: 1rem 1.5rem;
        text-decoration: none;
    }

    .mobile-menu-offcanvasNew .simple-linkNew a {
        text-decoration: none;
    }

    .mobile-menu-offcanvasNew .biNew {
        font-size: 1.3rem;
        margin-right: .8rem;
        color: #0055a5;
    }

    .mobile-menu-offcanvasNew .nav-link {
        padding: .8rem 1.4rem;
        font-size: 1.07rem;
        text-decoration: none;
    }

    .mobile-menu-burger {
        justify-content: end !important;
    }

    .mobile-menu-burger .navbar-toggler {
        font-size: 22px;
        padding: .25rem 0 !important;
    }
}

/* Mega menu end */
/* Main SEO text start */
.main-seo-container {
    position: relative;
    margin-bottom: 50px;
    /* отступ между блоками */
}

.main-seo-image {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 600px;
    /* ширина картинки */
    border-radius: 0 0 0 8px;
    /* радиус для нижнего левого угла */
}

.main-seo-text {
    background: inherit;
    color: #fff;
    /*padding: 40px 40px 100px 40px;  увеличенное нижнее padding, чтобы не видно было края */
    text-align: justify;
    position: relative;
    z-index: 1;
    border-radius: 0 0 8px 0;
    /* радиус для нижнего правого угла */
    margin-left: 350px;
    /* отступ, чтобы текст был справа от картинки */
    min-height: 400px;
    /* чтобы текст не был короче картинки */

}

.main-seo-text h4 {
    color: #000;
    padding: 15px 0px 0px 350px;
}

.main-seo-text-p {
    background: #3BB9B8;
    padding: 100px 110px 100px 350px;
    font-size: 16px;
    letter-spacing: 1px;
}

.main-seo-head {
    padding: 50px 110px 0px 350px
}

@media (min-width: 769px) and (max-width: 1367px) {
    .main-seo-text {
        padding: 0px;
        margin: 0px;
    }

    .main-seo-head {
        padding: 0px;
    }

    .main-seo-text-p {
        padding: 30px !important;
    }

    .main-seo-text p {
        background: #3BB9B8;
        padding: 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .main-seo-image {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        max-width: none;
        border-radius: 0;
    }

    .main-seo-text {
        margin-left: 0;
        padding: 20px;
        border-radius: 0;
    }

    .main-seo-text h4 {
        text-align: center;
        padding: 0;
    }

    .main-seo-text p {
        padding: 10px;
    }
}

/* Main SEO text end */
/* Product open start */
.product-open {
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
}

.product-availability {
    color: #3BB9B8;
    font-size: 16px;
    font-weight: 600;
    /*letter-spacing: 1px;*/
}

.product-delivery {
    font-size: 16px;
    color: #000;
}

.product-delivery span {
    color: #000;
    /*font-weight: 700;*/
}

.product-delivery a {
    color: #000;
    font-weight: 700;
}

.product-catalog-link a {
    text-decoration: none;
    color: #2B7BC6;
}

.product-catalog-link a:hover {
    color: #1061AB;
}

.title-dop {
    margin: 0 0 15px 25px;
    color: #000;
    font-weight: bold;
}

.shop-open-description ul {
    list-style: none;
}

/* Product open end */
/* Collections and Category style start */
.product-collections-head {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.product-collections-head2 {
    padding: 10px;
    margin-top: 0;
}

.category-content {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

@media(min-width: 1201px) {
    .collection-list .collection-td .bottom {
        height: 40px !important;
    }
}

/* Collections and Category style end */
/* Second banner start */
.promo-bannersNew {
    background: inherit;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.promo-rowNew {
    margin: 0;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.promo-leftNew {
    position: relative;
    padding: 0;
    min-height: 380px;
    padding-right: 20px;
}

.promo-main-imgNew {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.promo-labelNew {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    margin-left: 0;
    z-index: 2;
    line-height: 1.1;
    min-width: 140px;
}

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

.promo-labelHeadNew a:hover {
    color: var(--hover);
}

.promo-labelHeadNew {
    background-color: #3bb9b9c7;
    padding: 14px 20px;
    font-size: 1.5rem;
}

.promo-labelNew small {
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    margin-top: .55rem;
    color: #fff;
    opacity: .85;
    padding-left: 0.875rem;
}

.promo-rightNew {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.promo-right-topNew {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50%;
    min-height: 180px;
}

@media(min-width:1600px) {
    .promo-right-topNew .promo-boxNew:first-child {
        width: 500px !important;
    }

    .promo-right-topNew .promo-boxNew:last-child {
        width: 240px !important;
    }

    .promo-right-bottomNew .promo-boxNew:first-child {
        width: 240px !important;
    }

    .promo-right-bottomNew .promo-boxNew:last-child {
        width: 500px !important;
    }
}


.promo-right-topNew .promo-boxNew:first-child {
    width: 60%;
}

.promo-right-topNew .promo-boxNew:last-child {
    width: 40%;
}

.promo-right-bottomNew .promo-boxNew:first-child {
    width: 40%;
}

.promo-right-bottomNew .promo-boxNew:last-child {
    width: 60%;
}

.promo-right-bottomNew {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    height: 50%;
    min-height: 180px;
}

.promo-boxNew {
    position: relative;
    min-width: 0;
    min-height: 180px;
    max-height: 240px;
    background: #222;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.promo-imgNew {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 180px;
    display: block;
}

.promo-label-smNew {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .9rem;
    margin-left: 0;
    z-index: 2;
    line-height: 1.1;
    min-width: 90px;
}

.promo-labelHeadsmNew {
    background-color: #3bb9b9c7;
    padding: 14px 20px;
    font-size: 1.125rem;
}

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

.promo-labelHeadsmNew a:hover {
    color: var(--hover);
}

.promo-label-smNew small {
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    margin-top: .3rem;
    color: #fff;
    opacity: .85;
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .promo-rowNew {
        flex-direction: column;
    }

    .promo-leftNew {
        min-height: 220px;
        padding-right: 0;
    }

    .promo-main-imgNew {
        min-height: 220px;
    }

    .promo-rightNew {
        min-height: 220px;
    }

    .promo-right-topNew,
    .promo-right-bottomNew {
        min-height: 110px;
        gap: 1rem;
    }

    .promo-boxNew,
    .promo-imgNew {
        min-height: 110px;
    }

    .promo-labelNew,
    .promo-label-smNew {
        font-size: 1.1rem;
        margin-bottom: .5rem;
        min-width: 80px;
    }

    .promo-labelNew small,
    .promo-label-smNew small {
        font-size: .8rem;
        margin-top: .18rem;
        padding-left: 0.5rem;
    }

    .promo-labelHeadNew {
        font-size: 1rem;
        padding: 0.875rem 0.5rem 0.875rem 0.5rem;
    }

    .promo-labelHeadsmNew {
        font-size: 0.9rem;
        padding: 0.7rem 0.4rem 0.7rem 0.4rem;
    }
}

@media (max-width: 767px) {
    .promo-bannersNew {
        border-bottom: 1px solid #1a345f;
    }

    .promo-rowNew {
        flex-direction: column;
    }

    .promo-leftNew,
    .promo-main-imgNew,
    .promo-rightNew,
    .promo-boxNew,
    .promo-imgNew {
        min-height: unset;
        height: auto;
    }

    .promo-leftNew,
    .promo-rightNew {
        width: 100%;
    }

    .promo-leftNew {
        margin-bottom: 10px;
    }

    .promo-rightNew {
        gap: .7rem;
    }

    .promo-right-topNew,
    .promo-right-bottomNew {
        flex-direction: column;
        gap: .7rem;
        min-height: unset;
        height: auto;
    }

    .promo-boxNew {
        min-height: 110px;
        height: 110px;
    }

    .promo-imgNew {
        min-height: 110px;
        height: 110px;
    }

    .promo-labelNew,
    .promo-label-smNew {
        font-size: .93rem;
        margin-bottom: .28rem;
        min-width: 55px;
    }

    .promo-labelNew small,
    .promo-label-smNew small {
        font-size: .7rem;
        margin-top: .08rem;
        padding-left: 0.5rem;
    }

    .promo-labelHeadNew {
        font-size: 1rem;
        padding: 0.875rem 0.5rem 0.875rem 0.5rem;
    }

    .promo-labelHeadsmNew {
        font-size: 0.9rem;
        padding: 0.7rem 0.4rem 0.7rem 0.4rem;
    }
}

/* Second banner end */
.m-cart {
    background: url(../images/ico-m-cart.svg) no-repeat left center;
    background-size: 28px;
    padding-left: 37px;
}

.m-lk {
    background: url(../images/ico-m-lk.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
    padding-right: 20px;
}

.info-head {
    text-align: center;
    /* Внутренние отступы */
    flex: 1 1 calc(20% - 20px);
    /* 6 колонок */
    max-width: calc(20% - 20px);
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}

.info-head img {
    width: 60px;
}

.info-head span {
    font-size: 14px;
    font-weight: 500;
    max-width: 200px;
}

@media(min-width: 793px) AND (max-width: 1500px) {
    .info-head img {
        width: 50px;
    }

    .info-head span {
        font-size: 9px;
    }
}

.no_offerta {
    background-color: #F3F9FF;
    color: #B0B9BF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.no_offerta a {
    color: var(--main);
    text-decoration: none;
}

.footer ul li {
    border: none;
    font-size: 16px;
    font-weight: 500;
    /*line-height: 30px;*/
}

@media(min-width: 1366px) {
    .footer ul li {
        font-size: 14px;
        font-weight: 500;
        /*line-height: 40px;*/
    }

    /*.footer .col-sm-12.col-md-3:nth-child(3) h4 {*/
    /*    letter-spacing: .06em;*/
    /*}*/

    /*.footer .col-sm-12.col-md-3:nth-child(3) ul li:nth-child(3) {*/
    /*    margin-top: 20px;*/
    /*}*/

    /*.footer .col-sm-12.col-md-3:nth-child(3) ul li:nth-child(5) {*/
    /*    margin-bottom: 75px;*/
    /*}*/

    /*.footer .col-sm-12.col-md-3:nth-child(3) ul li {*/
    /*    line-height: 30px;*/
    /*}*/

    /*.footer .col-sm-12.col-md-3:nth-child(4) ul li {*/
    /*    line-height: 30px;*/
    /*}*/

    /*.footer .col-sm-12.col-md-3:nth-child(4) ul li:nth-child(7) {*/
    /*    margin-top: 130px;*/
    /*}*/
}

.footer ul li a {
    text-decoration: none;
    color: var(--main);
}

.footer-number {
    color: #000 !important;
    font-weight: bold;
    font-size: 21px;
}

.footer ul li a i {
    font-size: 35px;
}

.footer ul li a:hover {
    color: var(--hover);
}

.footer ul li a i:hover {
    color: var(--hover);
}

.mobile-footer {
    display: none;
    visibility: hidden;
}

.category-title {
    color: #000;
}

.category-title h1 {
    font-weight: bold;
    letter-spacing: 2px;
}

.auth-block {
    background-color: white;
    padding: 70px 20px;
}

.head-title {
    text-transform: uppercase;
    color: #000 !important;
}

.head-auth {
    text-transform: uppercase;
    color: #000 !important;
}

.auth-input {
    color: #9DA4A8;
    background-color: #EEF3F8 !important;
    padding: 12px 10px;
}

.auth-forgot {
    /* margin-left: -14%; */
}

.auth-forgot a {
    color: var(--main);
    text-decoration: none;
}

.auth-btn {
    width: 100%;
    background: var(--main);
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.auth-btn:hover {
    color: white !important;
    background-color: #22619b;
}

.form-control:focus {
    box-shadow: none;
}

/*.main-button {*/
/*    display: inline-block;*/
/*    padding: 5px 15px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    background: transparent;*/
/*    border: 1px solid var(--main);*/
/*    border-radius: 3px;*/
/*    color: var(--main) !important;*/
/*    text-decoration: none !important;*/
/*    cursor: pointer;*/
/*    padding: 10px 20px;*/
/*    font-size: 16px;*/
/*    -webkit-appearance: none;*/
/*}*/

/*a .main-button {*/
/*    color: var(--main) !important;*/
/*    text-decoration: none !important;*/
/*}*/

/*.main-button:hover,*/
/*.main-button.active {*/
/*    background: var(--main);*/
/*    color: #fff !important;*/
/*}*/

/*.cart-product-name {*/
/*    color: var(--main) !important;*/
/*}*/

.brands {
    margin-bottom: 30px;
}

.brands h4 {
    border-bottom: 1px solid var(--main);
    width: max-content;
    margin-left: 15px;
    font-size: 30px;
    font-weight: bold;
}

.main-brand {
    text-align: center;
    background-color: white;
    padding: 30px 40px;
    /* Внутренние отступы */
    flex: 1 1 calc(16.666% - 20px);
    /* 6 колонок */
    max-width: calc(16.666% - 20px);
    align-items: center;
    justify-content: center;
}

@media(min-width: 1366px) {
    .main-brand {
        display: flex;
        flex: 1 1 calc(16.666% - 20px);
        width: calc(30% - 20px);
    }
}

/* Index articles */
.index-articles .card-text {
    color: #000;
    font-weight: bold;
}

.index-articles .card-text a {
    color: #000;
    text-decoration: none;
}

.head-article {
    border-bottom: 1px solid var(--main);
    /*width: max-content;*/
    /*margin-left: 15px;*/
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

@media(min-width:1600px) {

    .head-article,
    .brands h4 {
        padding-bottom: 4px;
        /*margin-top: 30px;*/
        /*margin-bottom: 30px;*/
        margin-left: 0;
    }

    .justify-content-center {
        justify-content: space-between !important;
    }
}

/*!* Slider *!*/
/*@media (min-width: 768px) {*/
/*    .row-cols-md-4>* {*/
/*        height: 480px;*/
/*    }*/
/*}*/

.articles-slider {
    display: flex !important;
    /* Переопределяем Slick */
    margin: 20px 0;
}

.slider-item {
    padding: 0 10px;
    height: 100%;
    /* Важно! */
}

/*.card {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    !* Растягиваем на всю высоту slider-item *!*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 0;*/
/*    overflow: hidden;*/
/*    !* Для скругления углов у изображения *!*/
/*}*/

/*.card-img-top {*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    max-height: 200px;*/
/*    !* Фиксированная высота изображения *!*/
/*    object-fit: contain;*/
/*    !* Умещаем изображение, оно не теряет пропорции *!*/
/*    padding: 0 15px;*/
/*}*/

.card-body {
    /*flex-grow: 0;*/
    /* Растягиваем блок с текстом */
    /*padding: 15px;*/
}

.card-text {
    margin: 0;
}

/* Отключаем стандартный Flexbox Slick, чтобы не ломал наши стили */
.slick-track {
    display: flex !important;
    align-items: stretch;
    /* Растягиваем слайды по высоте */
}

.slick-slide {
    height: auto;
    /* Важно! */
}

/* Index Products */



.section-titleProducts {
    font-size: 28px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 30px;
}

.nav-tabsProducts {
    border: none;
    margin-bottom: 30px;
}

.nav-tabsProducts .nav-link {
    border: none;
    background-color: #e9ecef;
    color: #6c757d;
    border-radius: 25px;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-tabProducts .nav-link.active {
    background-color: #20c997;
    color: white;
}

.product-cardProducts {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-cardProducts:hover {
    transform: translateY(-5px);
}

.product-imageProducts {
    position: relative;
    padding: 20px;
    background: #fff;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-viewimageProducts {
    position: relative;
    padding: 20px;
    background: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-imageProducts img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hit-badgeProducts {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #ffc107;
    color: #000;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.action-badgeProducts {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #dc3545;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.quick-view-btnProducts {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2b7bc6b0;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .15em;
}

.quick-view-btnProducts:hover {
    background-color: var(--hover);
}

.product-imageProducts:hover .quick-view-btnProducts {
    opacity: 1;
}

.favorite-btnProducts {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.favorite-btnProducts:hover {
    border-color: #20c997;
    color: #20c997;
}

.product-infoProducts {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.latest-viewinfoProducts {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 140px;
}

.starsProducts {
    color: #ffc107;
    margin-bottom: 8px;
}

.review-countProducts {
    color: #6c757d;
    font-size: 14px;
    margin-left: 8px;
}

.product-titleProducts {
    font-size: 14px;
    overflow: hidden;
    /*height: 42px;*/
    /*display: -webkit-box;           !* Включает старый flexbox-контейнер *!*/
    /*-webkit-line-clamp: 2;          !* Количество строк, которые нужно оставить *!*/
    /*-webkit-box-orient: vertical;   !* Устанавливает вертикальную ориентацию *!*/
}

.col.slick-slide .product-titleProducts {
    height: 42px;
    display: -webkit-box;           /* Включает старый flexbox-контейнер */
    -webkit-line-clamp: 2;          /* Количество строк, которые нужно оставить */
    -webkit-box-orient: vertical;   /* Устанавливает вертикальную ориентацию */
}

.col.slick-slide .product-titleProducts:hover {
    min-height: 42px;
    height: auto;
    -webkit-line-clamp: 50;
}

.product-titleProducts a {
    color: inherit;
    text-decoration: none;
}

.product-titleProducts a:hover {
    color: #0066cc;
}

.product-countryProducts {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.priceProducts {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}

.old-priceProducts {
    color: #dc3545;
    text-decoration: line-through;
    font-size: 14px;
    margin-top: 4px;
}

.add-to-cartProducts {
    background: transparent;
    border: 2px solid #3490dc;
    color: #3490dc;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-cartProducts:hover {
    background: #3490dc;
    color: white;
}

.slider-containerProducts {
    position: relative;
}

.slick-prevProducts,
.slick-nextProducts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(224, 234, 242, 0.795);
    border: 1px solid rgba(224, 234, 242, 0.795);
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-prevProducts {
    left: -25px;
}

.slick-nextProducts {
    right: -25px;
}

.slick-prevProducts:hover,
.slick-nextProducts:hover {
    border-color: #E0EAF2;
    color: #000;
}

.slick-prevProducts:before,
.slick-nextProducts:before {
    display: none;
}

.slick-dotsProducts {
    bottom: -50px;
}

.slick-dotsProducts li button:before {
    color: #20c997;
    font-size: 12px;
}

@media (max-width: 768px) {
    .slick-prevProducts {
        left: -15px;
    }

    .slick-nextProducts {
        right: -15px;
    }
}

/* Quick View Modal Styles */
.quick-view-modalProducts .modal-dialog {
    max-width: 1000px;
}

.quick-view-modalProducts .modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
}

.quick-view-modalProducts .modal-header {
    border: none;
    padding: 20px 30px 0;
    position: relative;
}

.quick-view-modalProducts .btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    z-index: 10;
}

.quick-view-modalProducts .modal-body {
    padding: 0 30px 30px;
}

.product-codeProducts {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.modal-product-titleProducts {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 15px;
    line-height: 1.3;
}

.modal-starsProducts {
    color: #ffc107;
    margin-bottom: 20px;
}

.modal-priceProducts {
    font-size: 36px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
}

.favorite-linkProducts {
    color: #3490dc;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.favorite-linkProducts:hover {
    color: #2779bd;
}

.brand-logoProducts {
    width: 80px;
    margin-bottom: 20px;
}

.product-specsProducts {
    margin-bottom: 25px;
}

.spec-rowProducts {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.spec-rowProducts:last-child {
    border-bottom: none;
}

.spec-labelProducts {
    color: #666;
    font-size: 14px;
}

.spec-valueProducts {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
}

.spec-value.linkProducts {
    color: #3490dc;
    cursor: pointer;
}

.spec-value.linkProducts:hover {
    color: #2779bd;
}

.country-flagProducts {
    width: 20px;
    height: 15px;
    margin-left: 5px;
}

.details-btnProducts {
    background: #3490dc;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.details-btnProducts a {
    color: white;
    text-decoration: none;
}

.details-btnProducts:hover {
    background: #2779bd;
}

.product-galleryProducts {
    position: relative;
}

.main-imageProducts {
    width: 100%;
    height: 400px;
    object-fit: contain;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

.thumbnail-listProducts {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}

.thumbnailProducts {
    width: 80px;
    height: 60px;
    object-fit: contain;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnailProducts.active {
    border-color: #20c997;
}

.thumbnailProducts:hover {
    border-color: #20c997;
}

.modal-hit-badgeProducts {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffc107;
    color: #000;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.manufacturername {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 768px) {
    .quick-view-modalProducts .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }

    .quick-view-modalProducts .modal-body {
        padding: 15px;
    }

    .modal-product-titleProducts {
        font-size: 20px;
    }

    .modal-priceProducts {
        font-size: 28px;
    }

    .main-imageProducts {
        height: 300px;
    }
}

/* End Index Products */
/* Статьи start */

.article-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}











/* Статьи end */
/* Mobile */
@media(max-width: 992px) {
    .desktop-footer {
        display: none;
        visibility: hidden;
    }

    .mobile-footer {
        display: block;
        visibility: visible;
    }

    /*.brands h4 {*/
    /*    margin-left: 5px;*/
    /*    text-align: center;*/
    /*    font-size: 20px;*/
    /*}*/

    /*.head-article {*/
    /*    margin-left: 5px;*/
    /*    text-align: center;*/
    /*    font-size: 20px;*/
    /*}*/

    .ms-n55 {
        border: none;
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
    }
}

@media(max-width: 492px) {
    .no_offerta {
        padding: 20px;
    }

    .brands h4 {
        margin-left: 5px;
        text-align: center;
        font-size: 20px;
    }

    /*.head-article {*/
    /*    margin-left: 5px;*/
    /*    text-align: center;*/
    /*    font-size: 20px;*/
    /*}*/

    .main-brand {
        flex: 1 1 calc(33.3% - 20px);
        /* 2 в строке на мобильных */
        max-width: calc(33.3% - 20px);
        padding: 15px 20px;
    }
}

.rel {
    position: relative;
}

.shop-open-attrs ul li span.attr_name {
    position: relative;
    width: max-content;
}

.shop-open-attrs .attr_desc {
    position: absolute;
    left: -10px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    color: #fefefe;
    border-radius: 3px;
    max-width: 396px;
    width: 100%;
    max-height: 400px;
    padding: 10px 15px;
    z-index: 100;
    top: 100%;
    display: none;
}

.shop-open-attrs .icon-svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    font-size: 1em;
    width: 1em;
    height: 1em;
    stroke: none;
    stroke-width: inherit;
    stroke-linecap: inherit;
    stroke-linejoin: inherit;
    overflow: visible;
}

.shop-open-attrs .group-item-tooltip {
    font-size: 16px;
    color: #b3b3b3;
    cursor: pointer;
    padding: 0 3px 3px;
    line-height: 1;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 16px !important;
    padding-left: 0 !important;
}

.rc-tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, .7);
    border-width: 0 8px 8px;
    position: absolute;
    width: 0 !important;
    height: 0px;
    border-style: solid;
    border-bottom-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    visibility: visible;
    padding: 0px !important;
    padding-left: 0px;
    color: #fff0;
    left: -0px;
    display: none;
    bottom: -14px;
}