/*@import url('owl.carousel.min.css');*/
body,
.bx-breadcrumb-item-text,
h1, h2, h3, h4, h5{
    font-family: 'Roboto', sans-serif!important;
}

header {
    background-color: #383845;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
}

.header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.header__logo {
    margin-right: 2.5%;
}

.header_icons {
    margin-left: 2.5%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    color: white;
}

.header_icons span {
    font-size: 18px;
    padding-left: 14px;
}


.header__search {
    /* flex-grow: 1; */
    /* margin-left: 2.5%; */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

.header__search input {
    /* height: 53px; */
    width: 100%;
    border: none;
    font-size: 18px;
    padding-left: 20px;
    outline: none;
}

.header__search__submit {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border: none;
    height: 53px;
    outline: none;
}

.header__sity {
    color: white;
    background-color: transparent;
    border: none;
    font-size: 18px;
}

/* Menu */
.header__catalog {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    background: transparent;
    border: 0  transparent;
    color: var(--theme-b-tx-primary);
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}
.header__catalog:hover {
    color: var(--theme-b-link-hover);
}

.catalog-menu_submenu {
    display: none;
    position: absolute;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
    opacity: 0;
    z-index: -2;
    left: 0;
    right: 0;
}
.catalog-menu_submenu.catalog-menu-open {
    display: block !important;
    pointer-events: all;
    clip-path: inset(0 0 0 0);
    opacity: 1;
    z-index: 100;
}
.catalog-menu_submenu_inner {
    background-color: white;
    display: flex;
    padding: 25px 15px 15px;
    border-radius: 0 0 10px 10px;
    border: 0 solid #383844;
    border-width: 0 1px 1px 1px;
    -ms-align-items: center;
    justify-content: space-around;
    align-items: flex-start;
}

.catalog-menu_submenu_inner p {
    font-size: 1.25vw;
    color: #383845;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
    display: inline-block;
}

.catalog-menu_submenu_inner p:after {
    content: '';
    width: 100%;
    margin-top: 5px;
    padding-bottom: 2px;
    background-color: #FFED00;
    display: block;
}

.menu_item {
    flex-grow: 1;
    align-self: stretch;
}

.catalog-menu_submenu_inner>img {
    width: 25.52vw;
}

.menu_item .catalog-menu_submenu_list {
    margin-top: 20px;
}

.menu_item .catalog-menu_submenu_list a {
    text-decoration: none;
    color: #383845;
    font-size: 1.25vw;
}

.menu_item .catalog-menu_submenu_list li {
    margin-bottom: 10px;
}
.product_header {
    display: flex;
    align-items: center;
}
.product_header .product-item-discount {
    font-size: 24px;
    color: #fff;
    padding: 8px 27px;
    background-color: #FF2E00;
    margin-left: 10px;
}
.product-item-detail-compare-container {
    display: flex;
    background: transparent;
}
.product-item-detail-compare {
    color: #383845;
    font-size: 24px;
    background-image: url(images/icon_compare.svg);
    padding: 7px 0;
    padding-right: 55px;
    background-position: right center;
    background-size: 35px;
    background-repeat: no-repeat;
    display: flex;

}
.product-item-detail-compare input {
    display: none;
}
.compare-title:hover {

}
.product-item-detail-compare .checkbox [data-entity="compare-title"]:hover {
    cursor: pointer;
    text-decoration: underline;
}
.smart-filter-angles:after {
    margin-left: 7px;
}
.smart-filter-angles:after, .smart-filter-angles:before {
    width: 10px;
}

/*.smart-filter-block {
    padding-top: 15px;
}
.smart-filter-parameters-box {
    border: 1px solid #E5E5E5;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.smart-filter-parameters-box:last-of-type {
    border: 1px solid #E5E5E5;
}
.mb-2.smart-filter-parameters-box {
    margin-bottom: 0!important;
}*/
.catalog-section-list-list {
    padding-left: 0;
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
}

.catalog-section-list-list-link {
    text-decoration: none;
    color: #383845;
    font-size: 20px;
    margin-bottom: 10px;
}
.catalog-section-list-list-link:hover {
    color: var(--theme-b-link-hover);
}
/*col-12 mb-2 smart-filter-parameters-box bx-active*/
/*.product-item-detail-compare */

.random-news-block .preview_picture {
    width: 100%;
}
.catalog-menu_submenu_list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.workarea main>p {
    display: none;
}
.news-detail.container .col-lg-4 {
    /*background: linear-gradient(to right, #dedede, #fff 10%)*/
    border-left: 1px solid #dedede
}

.view_all {
    color: #383845;
    /*text-align: center;*/

    margin-top: 30px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    width: 100%;
    font-size: 36px;
    justify-content: center;
    padding-right: 30px;
    background: url(images/right_arrow.svg) right center/27px no-repeat;
}

/* /Menu */
.owl-dots {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100vw;
    bottom: 20px;
}

.owl-dot span {
    width: 19px;
    height: 19px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: white;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background-color: yellow;
}

.owl-next, .owl-prev {
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    top: calc(50% - 29px);
    transition: all 0.5s ease-out, opacity 0.5s ease-in, margin-left 0.5s ease-out, clip-path 0.3s ease-out;
}

.owl-next span, .owl-prev span {
    background-image: url('../../../local/img/arrow-car.svg');
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-next:hover, .owl-prev:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

.owl-next {
    right: 20px;
}

.owl-prev {
    left: 20px;
    transform: rotate(180deg);
}



.show-all {
    display: block;
    font-size: 36px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    color: #383845;
}

.tabs {
    font-size: 0;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    /* background-color: #f5f5f5;
    border: 1px solid #e0e0e0; */
    padding: 2px 15px;
    font-size: 36px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    color: #868585;
    margin-bottom: 15px;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    /* background-color: #fff;
    border-bottom: 1px solid #fff; */
    color: #383845;
    font-weight: bold;
}

.tabs>input[type="radio"]:checked+label::after {
    content: '';
    bottom: -5px;
    display: block;
    width: 100%;
    padding-bottom: 2px;
    background-color: #FFED00;
}

.products {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.main-carousel .owl-dots {
    display: none;
}

.home-product-carousel .products__item {
    width: 100%;
    margin: 0;
}

.products-by-5 .products__item {
    width: calc(20% - 20px);
}
.owl-item .products__item {
    width: 100%;
    margin-bottom: 7px;
}
.products__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(25% - 20px);
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}
.products__item_title, .products__item_bottom {
    padding-left: 10px;
    padding-right: 10px;
}

.products__item_bottom {
    padding-bottom: 10px;
}
.products__item__image {
    position: relative;
}

.products__item__image img {
    width: 100%;
}

.products__item_widjets {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.products__item_widjets span {
    font-size: 24px;
    color: white;
    padding: 5px 10px;
    margin-left: 9px;
}
.products__item_widjets .perc {
    background-color: #FF2E00;
}

.products__item_widjets .new-item {
    background-color: #00A3FF;
}
.products__item_title {
    height: 92px;
    overflow: hidden;
}
.products__item_bottom {
    min-height: 79px;
}
.products__item_title h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.25vw;
}
.products__item_title a {
    color: #383845;
    font-size: 1.25vw;
    text-decoration: none;
}
.products__item_bottom {
    margin-top: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-grow: 1;
}
.not-buy{
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.not-buy button {
    font-size: 20px;
    border: none;
    background-color: transparent;
    color: #a5a5a5;
}
.products__item_bottom-price {
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.products__item_bottom-price p {
    margin-top: 0;
    margin-bottom: 0;
}

.products__item_bottom-price .old-price {
    color: #868585;
    font-size: 24px;
    text-decoration-line: line-through;
}

.products__item_bottom-price .current-price {
    color: #383845;
    font-size: 1.875vw;
}

.products__item__add-to-cart {
    background-color: #FFED00;
    border-radius: 8px;
    padding: 10px 10px 8px 10px;
    display: block;
    font-size: 0;
    cursor: pointer;
}

.products__item__add-to-cart img {
    width: 42px;
}
.owl-dots {
    display: none!important;
}
.articles {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.articles article {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    max-width: calc(25% - 30px)
}
.news-detail .articles article {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.articles article img {
    /*width: 100%;*/
}
.card-img-container {
    width: 100%;
    height: 255px;
    position: relative;
}
.card-img-container img{
    /*position: absolute;*/
    object-fit: cover;
    height: 255px;
    width: 100%;

}
.article_title a{
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 28px;
    display: block;
    color: #383845;
    text-decoration: none;
    position: relative;
}

.article_title a:after {
    left: 0;
    content: '';
    right: 0;
    position: absolute;
    padding-bottom: 2px;
    background-color: #FFED00;
    bottom: -12px;
}

.article_description {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #868585;
    font-size: 20.5px;
}

.article_description p {
    margin-top: 0;
}

.article_date {
    color: #868585;
    font-size: 1.25vw;
}

.h2_title {
    font-size: 1.875vw;
    font-weight: bold;
    position: relative;
    display: inline;
}

.articles_cont {
    /* margin-top: 30px;*/
}

.articles {
   /* margin-top: 30px;*/
}

.h2_title:after {
    content: '';
    bottom: -5px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 2px;
    background-color: #FFED00;
}

footer {
    color: white;
    font-size: 20px;
}
footer .nav-item {
    font-size: 16px;
}
footer a {
    text-decoration: none;
    color: white;
}
.section-container .products__item {
    width: 100%;
}

.footer_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 28px;
    border-bottom: 2px solid white;
    flex-wrap: wrap;
}

.footer_col {
    width: calc(25% - 30px);
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
footer .col-sm-6 .bx-block-title {
    padding: 0.5rem 1rem;
}
.footer_col p {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 28px;
}

.footer_col ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 0;
}

.footer_col ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_col .social {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.footer_col .social a {
    margin-right: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: stretch;
}

.footer_bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.footer_bottom p {
    color: white;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer_bottom p:first-of-type {
    flex-grow: 1;
}


.top-iconss {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
/*
.basket-line, .header__cart {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    padding: 10px;
}
.basket-line .basket-line-block {
    opacity: 0;
    z-index: -1;
    position: absolute;
    transition: all 0.5s;
    flex-direction: column;
    display: flex;
    padding: 20px;
    bottom: -130px;

}
.basket-line:hover {

}
.basket-line:hover .basket-line-block {
     opacity: 1;
     z-index: 3;
    position: absolute;
    z-index: 3;
    transition: all 0.5s;
    background-color: #383845;
    border-radius: 6px;

}
.basket-line .basket-line-block a {
    color: #383845;
    font-size: 17px;
    padding: 5px 10px;
    background-color: #FFED00;
    transition: all 0.5s;
    border: 2px solid #FFED00;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
}
.basket-line .basket-line-block a::after {
    content: none;
}
.basket-line .basket-line-block a:hover {
    color:#FFED00;
    font-size: 17px;
    padding: 5px 10px;
    background-color:  #383845;
    transition: all 0.5s;
}*/
span.cart-count {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    background-color: #FFED00;
    top: -5px;
    color: #383845;
    left: 11px;
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 50%;
    padding-left: 2px;
}
.bx-rating {
    width: 95px;
}
.rati-flex {
    display: flex;
    align-items: center;
}
.rati-flex .marks {
    display: flex;
    margin-left: 10px;
}
.bx-rating-icon {
    fill: #FFED00;
    stroke: #c4c4c4;
}
.bx-rating-icon-container {
    fill: black
}
.product-item-label-rin ,
.product-item-label-tex {
    font-size: 20px;
    color: white;
    padding: 3px 10px;
    margin-left: 9px;
}
.product-item-label-rin {
    background-color: #FF2E00;
}
.product-item-label-tex {
    background-color: #00A3FF;
}
.smart-filter-checkbox-btn-image {
    width: 100%;
    height: 100%;
    padding: 0;
    /*border-radius: 5px;*/
}
.product-item-image-wrapper {
    padding-top: 100%;
}
.product-item-image-original {
    width: 90%;
    margin: 0 auto;
}
.product-item-image-wrapper:after {
    background: rgba(8,9,10,.03);
    border-radius: 8px;
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}
.smart-filter-checkbox-btn {
    padding: 0;
    margin-bottom: 5px;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 8px;
}
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn, .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn {
    box-shadow: 0 0 4px black;
}
.smart-filter-slider-price-bar-vn {
    background-color: #dedede;
}
.price-block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.product-item-amount-field {
    margin: 0 auto;
}
/*.product-item-amount-field-btn-plu, .product-item-amount-field-btn-minu {
    height: 66px;
    width: 51px;
    min-width: 51px;
    background-color: #383845;
    color: white;
    font-size: 40px;
}
.product-item-amount-field-btn-minu {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.product-item-amount-field-btn-plu {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-item-amount-field-container {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 50px;
}*/
.product-cart-btn {
    background-color: #383845;
    color: white;
    text-decoration: none;
    width: 250px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cart-btn img {
    margin-right: 17px;
}
.bx-breadcrumb {
    margin: 24px 0;
    color: #868585;
}
.bx-breadcrumb-item-link {
    text-decoration: none;
    color: #868585;

}
.current-price {
    display: flex;
    align-items: center;

}
.current-price>* {
    color: #383845!important;
    font-size: 48px;
    font-weight: 400;

}
.price_block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

/*.bx-nav-1-lvl>a span {*/
/*    padding: 0;*/
/*    color: #383845;*/
/*    font-weight: 400;*/
/*    font-size: 18px;*/
/*    text-transform: none;*/
/*}*/

.bx-top-nav-container {
    background: inherit;
    padding: 0;
}
@media (max-width: 1550px) {
    .bx-searchtitle {
        width: 30%;
    }
}

@media (max-width: 1270px) {
    .article_title a{
        font-size: 22px;
    }

    .article_description p {
        font-size: 14px;
    }

    .header__logo img {
        /*width: 100px;*/
    }
}

@media (max-width: 1200px) {
    .header__catalog {
        /*margin-left: 4.5%;*/
    }

    .header_icons span {
        font-size: 16px;
    }

    .header_icons span {
        font-size: 15px;
    }

    .header_icons img {
        height: 32px;
    }

    .header__sity {
        font-size: 16px;
    }

}

@media (max-width: 1050px) {
    .bx-searchtitle {
        width: auto;
    }

}
.yellow_block {
    border-radius: 15px;
}
@media (max-width: 991px) {
    .articles {
        flex-wrap: wrap;
    }
    .top_about .right_about {
        display: none;
    }
    .top_about {
        flex-wrap: wrap;
    }
    .top_about .left_about {
        min-width: 100%;
        margin-right: 0;
    }
    .articles article {
        width: calc(50% - 30px);
    }
    .top_about p {
        font-size: 18px;
    }
    .yellow_block {
        width: 100%;
        padding: 40px 30px;
        flex-direction: column;
    }

    .footer_col {
        width: calc(50% - 30px);
    }
    .yellow_block {
        position: relative;
    }

    .header_icons > span {
        display: none;
    }

    .catalog-menu {
        order: 2;
    }

    .header__search {
        width: 100%;
        margin-left: 45px;
        margin-right: 45px;
    }

    .catalog-menu_submenu_inner > img {
        display: none;
    }

    .catalog-menu_submenu_inner p, .menu_item .catalog-menu_submenu_list a {
        font-size: 1.8vw;
    }

    .category-items {
        flex-direction: column;
    }


}
    @media (max-width: 650px) {

    }
    @media (max-width: 550px) {
        .articles article {
            width: calc(100% - 30px);
        }

        .footer_bottom {
            text-align: center;
        }

        .footer_col {
            width: calc(100% - 30px);
            text-align: center;
        }

        .footer_col .social {
            justify-content: center;
        }
    }


