/* stylelint-disable no-empty-source */
.catalog-columns__count {
    font-weight: bold;
    border-radius: 4px;
    padding: 2px 4px;
    background: #eee;
    color: grey;
    font-size: 10px;
}
.r-header-logo__image {
    width: 100px;
    scale: 1.3;
}
.catalog-dropdown {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #0003;
    /* border: 1px solid #dadcde; */
}
.catalog-extend__list-container {
    background: #fff;
    border-right: 1px solid #dadcde;
    list-style: none;
    padding: 16px 12px 16px 8px;
    position: relative;
    width: 320px;
}
.catalog-list__item {
    border-radius: 6px;
    border-bottom: 0px;
    overflow: hidden;
}
.catalog-list__item.catalog-list__item_has-children {
    border-radius: 6px!important;
}
.category-thumb::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    content: ' ';
    background-color: rgba(131, 139, 147,0.05);
    transition: all .2s;
}
.category-thumb:hover::after {
    background-color: rgba(74, 85, 96, 0.1);
}
.category-thumb {
    flex-direction: column-reverse;
    overflow: hidden;
    border: 0;
}
.category-thumb .category-thumb__image-box {
    margin: auto;
    width: 100%;
    text-align: right;
}
.category-thumb .category-thumb__image-box .category-thumb__image {
    scale: 1.3;
    transform: translateY(15px);
    max-width: 115px;
}
.category-thumb .category-thumb__name {
    /* z-index: 10; */
    text-align: left;
    margin: 0;
    font-weight: 500;
}
.category-thumb .category-thumb__products-count{
    position: absolute;
    background: rgba(238, 238, 238, 0.8);
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 13px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.autocomplete_search {
    z-index: 11;
    box-shadow: 0 0 5px #0003;
    /* border: 1px solid #dadcde; */
    border-radius: 10px;
}
.products-bar {
    background: #f5f5f5;
    border: 0;
    padding: 10px 20px;
    color: #686868;
    border-radius: 8px;
}
.button_style_inverse {
    color: #646464;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
}
.button_style_inverse:hover {
    background-color: #f7f7f7;
}
span.filter__name {
    font-weight: 500;
    font-size: 15px;
}
.filters__filters:not(.filters__filters_horizontal) .filters__filter {
    border-bottom: 0;
    margin-top: -1px;
    margin: 15px 0px;
}
.sidebar-block__header {
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    padding: 16px;
    background-color: var(--light-color);
    border-radius: var(--inputs-buttons-border-radius);
    border-radius: 10px;
    background: #3d3d3d;
}
.sidebar-catalog .sidebar-block__header {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.catalog-list__item:last-child {
    border-radius: 6px;
    border-bottom: none;
}

.product {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 16px;
    position: relative;
    border: 1px solid #e5e7e8;
}
.product:hover {
    border-color: transparent;
    box-shadow: 0 2px 8px #ededed;
}
.product .hidden {
    display: none;
}
.product .product-thumb__main {
    flex-direction: column-reverse;
}
.product .product-thumb__prices {
    flex-grow: 1;
    margin-top: 0;
    padding: 0;
}
.product .product-thumb__prices .product-thumb__price  {
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 900px){
    .product .product-thumb__prices .product-thumb__price  {
        font-size: 15px;
        line-height: 20px;
    }     
}
.product .product-thumb__buttons {
    padding-top: 0;
    padding-bottom: 10px;
}
.product .product-thumb__buttons-main {
    flex-grow: 0;
}
.product-thumb__available {
    margin-top: -5px;
    line-height: 0;
    margin-bottom: 5px;
}

.content-tabs {
    padding: 24px;
    background-color: #fafafa;
    border-radius: 15px;
}
.tabs {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.tabs__tab {
    background: transparent; 
    border: 0px solid #eee;
}
.tabs__tab:hover {
    background: #f2f2f2;
    border-radius: 10px;
}
.tabs__tab.tabs__tab_selected, .tabs__tab.tabs__tab_selected:hover {
    color: #ffffff;
    background: #3d3d3d;
    border-radius: 10px;
}
.filters__filters {
    border: 1px solid #e8e8e8;
    padding: 0px 16px;
    border-radius: 12px;
    margin-top: 20px;
}

.product .product-thumb__prices {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
    line-height: 9px;
}
.product-thumb__discount {
    font-size: 12px;
    background: #9b1503;
    padding: 4px 5px;
    border-radius: 10px;
    color: white;
}

.brands-list{
    font-size: 0;
}

.brands-list *{
    font-size: 14px;
}


.brands-list_el{
    width: 20%;
    padding: 0 4% 40px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
}

.cols-2 .brands-list_el{
    width: 25%;
}

.cols-3 .brands-list_el{
    width: 33.33%;
}

@media (max-width: 1250px){
    .brands-list_el,
    .cols-3 .brands-list_el{
        width: 25%;
    }
}

@media (max-width: 900px){
    .brands-list_el{
        padding: 0 3% 30px;
    }
}

@media (max-width: 700px){
    .brands-list_el,
    .cols-2 .brands-list_el,
    .cols-3 .brands-list_el{
        width: 33.33%;
    }
}

@media (max-width: 500px){
    .brands-list_el,
    .cols-2 .brands-list_el,
    .cols-3 .brands-list_el{
        width: 50%;
        padding: 0 4% 40px;
    }
}

@media (max-width: 370px){
    .brands-list_el,
    .cols-2 .brands-list_el,
    .cols-3 .brands-list_el{
        width: 100%;
        padding: 0 0 40px;
    }
}


.brands-list_el-img{
    height: 120px;
    line-height: 120px;
    display: block;
}

.brands-list_el img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.brand__content{
    display: table;
    width: 100%;
    margin: 0 0 20px;
}

.brand__image{
    float: left;
    margin: 0 30px 0 0;
    width: 100px;
}

.brand__image img{
    max-width: 100px;
    max-height: 100px;
}

.brand__subcategories{
    margin: 0 0 20px;
    padding: 0;
    width: 750px;
}

.brand__description{
    margin: 0 0 20px;
}
.menu-v.brands li {
    padding: 3px 0;
}

.product-page__responsive-content .content-tabs__tabs {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
    overflow-x: auto;
}
@media (max-width: 900px){
    .products-bar__sorting {
        flex-grow: 1;
        order: 2;
        max-width: 200px;
    }
    .inline-field_fill .inline-field__content {
        flex-grow: 1;
        width: 100%;
    }
}

.input-text {
    background-color: transparent;
    border: 1px solid rgb(218, 220, 222);
    border-radius: 12px;
    color: rgb(28, 33, 38);
    display: block;
    font-family: inherit;
    padding-bottom: 6px;
    padding-right: 0;
    text-overflow: ellipsis;
    width: 100%;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 24px;
}
.input-text:hover {
    border-color: #333;
}
.order-form-decorator .wa-dropdown.is-locked .wa-dropdown-toggle {
    background-color: #efefef;
}

.header-middle-bar-shop__search-container .input-search__input-container .input-search__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.contact-page__text{
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 30px;
    margin: 0 0 10px;
}

.contact-items{
    padding: 20px 30px;
    list-style: none;
    font-size: 0;
    margin: 20px 0 0;
    background: #f5f5f5;
    border-radius: 12px;
}

.contact-item{
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0;
    width: 33.3333%;
    font-size: 15px;
    vertical-align: top;
    box-sizing: border-box;
}

.contact-item__phone{
    text-decoration: none;
    color: #000;
}

@media (max-width: 800px) {
    .contact-item{
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
    }

    .contact-item:last-child{
        margin-bottom: 0;
    }
}

.contact-item__icon{
    float: left;
}

.contact-item__value{
    font-weight: 500;
}

.contact-item__text{
    margin: 0 0 0 30px;
}

.contact-item__title{
    color: #989898;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-page__form-map{
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
}

.contact-page__form{
    width: 50%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
}

.contact-page__form--center{
    max-width: 430px;
    margin: 0 auto;
    float: none;
}

.contact-page__form--center .contact-page_form-head,
.contact-page__form--center .wa-captcha,
.contact-page__form--center .wa-submit{
    text-align: center;
}

.contact-page__form--center .wa-submit input[type="submit"]{
    width: 100%;
    max-width: 180px;
}

.contact_map {
    border-radius: 12px;
    overflow: hidden;
}

.contact-page__map--full{
    float: none;
    width: 100%;
    padding: 30px;
}

@media (max-width: 900px) {
    .contact-page__map{
        float: none;
        width: 100%;
        padding: 15px;
    }

    .contact-page__form{
        float: none;
        width: 100%;
        padding: 15px;
    }

    .contact-page__text{
        padding: 15px;
    }
}
.content-decorator ul.contact-items li::before {
    display: none;
}

.contact_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact_blocks .contact_block {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    background: #3d3d3d;
    padding: 10px 20px;
    color: #fff;
}
.contact_blocks .contact_block:last-of-type {
    color: #333;
    background: #fff;
    border:2px solid #3d3d3d;
}
.content-decorator ul.contact-items {
    margin-top: 20px;
    margin-bottom:20px;
}
.order-form-decorator .wa-type-wrapper {
    padding-left: 30px;
}
.page__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
}
.page__gallery figure {
    width: calc((100% - 40px) / 3);
    max-width: 350px;
    border-radius: 12px;
    overflow: hidden;
}