

.cs-location-no-arrow:after{
    display: none !important;
}

@media (min-width: 1000px){
    .headerBlock__img-wrap picture{
        height: 100%;
    }
}


#modef {
    top: -4px;
    position: absolute;
    padding-right: 5px;
    z-index: 1000;
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(38, 51, 77, .05);
}

#modef .modef-wrap {
    color: #3F3F3F;
    padding: 5px 25px 5px 10px;
    white-space: nowrap;
}
#modef .modef-submit-button{
    border: none;
    outline: none;
    background: transparent;
    color: #bd2539;
}

.cs-fetch-form-rating-stars{

}
.cs-fetch-form-rating-stars svg{
    width: 26px;
    height: 26px;
}

.cs-content-text-page{

}
.cs-content-text-page ul{
    list-style-position: inside;
}

.filepond--credits{
    display: none !important;
}


.cs-about-company-text {
    padding-top: 20px;
    margin-bottom: 20px;
}

.cs-about-company-text h2 {
    margin-bottom: 16px;
}

.cs-about-company-text p:last-child {
    margin-bottom: initial;
}

.cs-about-company .row{
    margin-bottom: 30px;
}

@media (min-width: 992px) {

    .cs-about-company-text {
        padding-right: 20px;
    }
    .cs-about-company-picture{
        padding-left: 20px;
    }

    .flex-row-reverse .cs-about-company-text {
        padding-left: 20px;
        padding-right: 0;
    }
    .flex-row-reverse .cs-about-company-picture{
        padding-right: 20px;
        padding-left: 0;
    }
}

.cs-about-company-picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs-about-company-picture img {
    max-width: 100%;
    height: auto;
}


.js_bs_items span:first-child{

}
.js_bs_items span:nth-child(2) {
    display: none;
}

.js_bs_items.active span:first-child{
    display: none;
}
.js_bs_items.active span:nth-child(2) {
    display: inline;
}
#map .ymaps-layers-pane {
    filter: grayscale(1)
}

.cs-map-overlay-dd{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* затемнение */
    pointer-events: none;
}

.forms-errors{
    font-size: 15px;
    color: red;
    margin-bottom: 12px;
}


.cs-payments-icons{
    display: flex;
    width: 100%;
    justify-content: end;
}
.cs-payments-icons img{
    max-width: 36px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .cs-payments-icons{
        justify-content: center;
    }

    .cs-payments-icons{
        padding-top: 16px;
    }
    .cs-payments-icons img{
        max-width: 36px;
        margin-left: 2px;
        margin-right: 2px;
    }
}


.cs-modal-menu-item a{
    line-height: 1.2;
    font-size: 15px;
}

.icon-description__item svg{
    max-height: 100%;
    max-width: 100%;
}
.icon-description__item{
    border: none;
}

.cs-lang-block{
    position: relative;
    height: 24px;
}
.cs-lang-select{
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #9d9790;
    border-radius: 50%;
    display: flex;
    color: #9d9790;
    text-align: center;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}
.cs-lang-select--mobile{
    position: inherit;
}

@media (max-width: 767px) {
    .cs-map-rout-container {
        max-width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }
}

.cs-sCategories__title{
    color: var(--bs-heading-color);
}

.cs-product-value-ls ul{
    list-style: none;
    padding-left: 0;
}
.cs-product-value-ls ul li{
    margin-left: 0;
    margin-bottom: 0;
}

.modal-win{
    max-width: 31.25rem;
    width: inherit;
}
@media (max-width: 560px) {
    .modal-win{
        padding: 20px;
    }
}

@media (max-width: 1399px) {
    .sAppliances__slider-wrap img.img-bg{
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.catalog-modal__body .catalog-modal__menu-block{
    overflow-x: hidden;
}

.cs-icons-shadow-st{
    box-shadow: inset 3px -3px 4px -2px #8f8f8f;
    padding: 4px;
}

.cs-icons-shadow-st img{
    max-width: 100%;
}

.cs-soc__item a {
    color: rgb(var(--bs-link-color-rgb)) !important;
}

.sCatalogHead .head-img{
    width: 100%;
}
@media (max-width: 600px) {
    .sCatalogHead .head-img{
        width: 90%;
    }
}
@media (min-width: 600px) {
    .sCatalogHead .head-img {
        max-width: 340px;
    }
}

.cs-section-catalog-head{
    position: relative;
    padding-right: 72px;
    min-height: 65px;
}
.cs-section-catalog-head-sub{
    position: absolute;
    top: 4px;
    right: 12px;
}

.cs-section-catalog-description-wrap{
    height: 100%;
}
.sCatalogHead__caption{
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .cs-section-catalog-description{
        margin-bottom: 1rem;
    }
}

/*
.cs-section-catalog-description{
    margin-top: 1rem;
}
@media (min-width: 991px) {
    .cs-section-catalog-description{
        margin-top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
}*/

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-item--horizontal .product-item__caption{
        grid-template-columns: 42% 1fr;
    }
}
