.menu__item._catalog_ {
    /*background-color: rgb(217 217 217 / 50%);*/
}

.hmenu_new {
    padding: inherit!important;
}

.hmenu .menu__item:hover {
    border: 1px rgb(174 174 174 / 57%) solid;
    border-radius: 10px;
}

.hmenu .menu__item {
    border: 1px transparent solid;
}

.hmenu .menu__item a:hover {
    color: black!important;
}
.index__banners .row {
    margin-top: 0.5em;
}
.index__banners .item img{
    width: 100%!important;
}

@media (min-width: 768px){
    .cs__lazy_butt {
        font-size: 1.125em;
        max-width: 18.375em;
        max-width: 12em;
        padding: 1rem 1em;
        background-color: rgb(80 80 80 / 40%);
        border-color: transparent;
    }
}

.l3 .hmenu .menu__item {
    line-height: 1;
    margin-right: 0.3em;
    border-radius: 10px;
    padding: 0.4rem 1.045rem 0.5rem 1.045em;

}
.l3 .hmenu .menu__item a{
    font-weight: bold;
}
.l3 .hmenu .menu__item.menu__item_sel {
    border: 1px solid transparent;
    /*padding: 0.409rem 0.909rem 0.455rem 1.045em;*/
    line-height: 1;
    border-radius: 0.625em;
    background-color: rgb(217 217 217 / 50%);

}
.l3 .hmenu .menu__item_sel.menu__item_sel a {
    color: inherit;
}

.csl_old .csl__item{}
.csl_old .csl__image{}
.csl_old .csl__image{}
.csl_old .csl__list{}
.csl_old .csl__level1 {
    line-height: 1;
    padding-top: 0.6em;
    font-size: 0.875em;
}
@media (min-width: 450px) {
    .csl_old .csl__level1 {
        line-height: 1;
        padding-top: 0.6em;
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .csl_old .csl__level1 {
        line-height: 1;
        padding-top: 0.6em;
        font-size: 1em;
    }
}

.csl_old .csl__level1 a{
    font-size: 0.833em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.csl_old .csl__level2{
    padding-top: 0.3em;
    line-height: 0.9;
}
.csl_old .csl__level2 a{
    font-size: 0.75em;
    color: #999;
    font-weight: normal;
}
.csl_old .csl__level2 a:hover{
    color: black;
    text-decoration: none;
}

ul.d_one-.csl__list > .csl__level2 {
    padding-top: 1.4em;
}

ul.d_one-.csl__list > .csl__level2 ~ .csl__level2 {
    padding-top: 0.3em;
}

.c-zlt{
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}

.c-zlt-list {
    background-color: rgba(217, 217, 217, 0.1);
    border-radius: 0.708em;
    padding: 2.167rem 4.667rem 1.667rem 2.375em;
}

.c-zlt-list a{
    letter-spacing: 2px;
    font-size: 0.833em;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
    color: black;
}


.smart-filter-section {
    background-color: rgb(217 217 217 / 20%);
    border-radius: 0.708em;
    padding: 1.042rem 1.5rem 1.458em;
}


.smart-filter.vertical2 .csf__clear{
    height: inherit;
    width: inherit;
    background-color: transparent;
    color: #C4C4C4;
    text-decoration: underline;
    font-size: 0.75em;
}

.main_carousel .citem__text {
    display: none;
}

.csl__sort{

}
.csl__sort_link{
    text-decoration: none;
    color: black;
}
@media (max-width: 576px) {
    .csl__sort_link{
        font-size: 1.5em;
    }
}

.csl__sort_link:hover{
    text-decoration: none;
    color: black;
}
/*.csl__sort_link .csl__sort_icon{*/
/*    display: inline-block;*/
/*    height: 0.5em;*/
/*    width: 1em;*/
/*    background-image: url(/assets/img/icons/sort.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/

.csl__sort_link .csl__sort_icon{
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    background-image: url(/assets/bicons/sort-down-alt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.csl__sort_link .csl__sort_icon.asc{
    background-image: url(/assets/bicons/sort-down-alt.svg);
}

.csl__sort_link .csl__sort_icon.shows{
    background-image: url(/assets/bicons/sort-down-alt.svg);
}

.csl__sort_link .csl__sort_icon.priceaz{
    background-image: url(/assets/bicons/sort-numeric-down.svg);
}

.csl__sort_link .csl__sort_icon.priceza{
    background-image: url(/assets/bicons/sort-numeric-down-alt.svg);
}

.csl__sort_link .csl__sort_icon.countaz{
    background-image: url(/assets/bicons/sort-down-alt.svg);
}

.csl__sort_link .csl__sort_icon.countza{
    background-image: url(/assets/bicons/sort-down.svg);
}

.csl__sort{
    opacity: 0.5;
}
.csl__sort.active{
    opacity: 1.0;
}

.csl__sort:hover{
    opacity: 1;
}

li.ce__props_item {
    position: relative;
    display: flex;
    align-items: stretch;
}

.product-item-amount-field {
    border: 1px solid #C4C4C4;
    border-radius: 0.333em;
    margin: 0 0.25em;
    min-width: 2em;
}
@media (min-width: 576px) {
    .product-item-amount-field {
        min-width: 4.5em;
    }
}
@media (min-width: 768px) {
    .product-item-amount-field {
        min-width: 4.5em;
    }
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    border-radius: 0.333em;
}
.ci__button{
    width: 100%;
    font-size: 1em;
}

.product-item-property.codeARTICLE {
    font-size: 0.75em;
    font-weight: normal;
    color: black;
    margin: 1em 0 0 0;
}

.ci > * {
    overflow: hidden;
}

@media (min-width: 768px) {
    .ci {
        padding-right: 1.375em;
        font-size: 0.8rem;
    }
}

.ci__title{
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
.ci__props{
    font-size: 1.3125em;
}
.ci__stores{
    font-size: 0.75em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2;
}
@media (min-width: 768px /* 768px */) {
    .ci__title{
        font-size: 1em;
        margin-bottom: 0.666665em;
    }
    .ci__props{
        font-size: 0.875em;
    }
    .ci__stores{
        font-size: 0.75em;
        margin-top: 0em;
        margin-bottom: 1em;
        line-height: 1.2;
    }
}
.ci__store {
    color: #AEAEAE;
    font-size: 0.75rem;
}


.ci__price_cont {
    margin-top: 0em;
    margin-bottom: 0em;
}

.ci__price{
    font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 2rem;
}
@media (min-width: 768px /* 768px */) {
    .ci__price{
        font-size: 1.25em;
    }
}

@media (min-width: 768px ) {
    .ce__analogs{
        border-left: 0.4rem solid transparent;
        padding-left: 0.625em;
        display: inherit;
    }
}

.ce__button {
    font-size: 1em;
}

.ce__price_cont.v2 .ce__price_background{
    background-color: rgba(196, 196, 196, 0.2);
    border-radius: 0.708em;
    padding: 1.25em 0.917em 2.083em 0.917em;
}

.ce__price_cont.v2 .ce__buttons_container{
    /*background-color: rgba(196, 196, 196, 0.2);*/
    /*border-radius: 0.708em;*/
    margin-top: -1em;
}
.ce__price_cont.v2 .ce__buttons_container .ce__button {
    font-size: 1em;
    padding: 0.7em 0.7em 0.8em;
    border-radius: 0.708em!important;
}
.ce__price_measure, .ci__price_measure{
    font-size: 0.833em;
    padding-left: .5em;
}

.product-item-amount {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.product-item-amount-description-container {
    padding-left: inherit;
    padding-top: 0.8em;
}

.ce__price_cont.v2 .ce__stores{
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2;
}
@media (min-width: 768px /* 768px */) {
    .ce__price_cont.v2 .ce__stores{
        font-size: 0.875em;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        line-height: 1.2;
    }
}
.ce__price_cont.v2 {
    margin-top: 0;

}
.ce__price_cont.v2 .ce__store{
    color: black;
}

.bx-catalog-element h1, .ce__title{
    font-size: 1.167em;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

.c__e {
    margin-top: 0.6em;
}
.ce__desc, .ce__payblock{
    padding-top: 1.667em;
}
.ce__desc h2, .ce__props_h2{
    font-size: 0.833em;
    font-weight: bold;
    padding-bottom: 1.667em;
    margin-bottom: 0;
}
.ce__desc p{
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.7);
}

ul.product-item-detail-properties {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.product-item-detail-properties li:before {
    /*float: left;*/
    width: 0;
    white-space: nowrap;
    color: #7C7C7C;
    content:
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . ";
    position: relative;
    font-size: 0.8em;
}
ul.product-item-detail-properties span:first-child {
    padding-right: 0.33em;
    background: white;
    position: relative;
}
ul.product-item-detail-properties span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    position: absolute;
    right: 0;
}
span.ce__filler {
    flex-grow: 1;
}

.ce__props_name{
    font-size: 0.833em;
    color: #7C7C7C;
}
.ce__props_value, .ce__props_value a{
    font-size: 0.833em;
    font-weight: bold;
    color: black;
}
.product-item-detail-slider-images-container {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 17px;
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover{
    background-color: transparent;
}

.product-item-amount-field-btn-minus:after {
    background: url("img/minus-round.svg") no-repeat center;
    background-size: 100%;
}
.product-item-amount-field-btn-plus:after {
    background: url("img/plus-round.svg") no-repeat center;
    background-size: 100%;
}
.product-item-amount {
    /* margin-bottom: 0.5em; */
    margin: 0;
    padding: 0;
    margin-top: 1em;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.product-item-amount-description-container {
    padding-left: inherit;
    font-weight: normal;
    padding-top: 0.4em;
    font-size: 1.1em;
}
.product-item-amount-description-container strong{
    font-weight: normal;
}
.product-item-amount-field{
    font-weight: normal;
}

.footer__new .callme {
    font-size: 0.9em;
}

.csl__ban.csl__tech_ban1 a {
    width: 100%;
    height: 100%;
    background-image: url(img/ban_sany.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.csl__ban.csl__tech_ban2 {
     background-color: rgba(196, 196, 196, 0.2);
     border-radius: 1.417em;
     width: 100%;
     height: 100%;
     /*position: absolute;*/
     padding: 1.833em;
}

.csl__ban_title {
    position: relative;
    top: 44%;
    line-height: 0.708em;
}

.csl__ban_title a {
    font-size: 0.833em;
    font-weight: bold;
    color: black;
    letter-spacing: 1px;
}

.csl__ban_text{
    font-size: 0.833em;
    font-weight: normal;
    color: #AEAEAE;
    position: absolute;
    bottom: 1.833em;
    line-height: 1.108em;
}

.cont__title:first-of-type {
    margin-top: 0;
}

.cont__title h2 {
    margin: 0;
}

.contacts__regions > li.selected > a {
    color: black;
}

.contacts__regions > li > a {
    color: black;
}

.contacts__regions > li.selected > ul > li {
    margin-top: 0.4em;
}

.contacts__regions > li.selected > ul {
    margin-top: 1.1em;
}

.contacts__regions > li.selected > ul > li a {
    font-weight: normal;
    color: #AEAEAE;
}

.contacts__regions > li.selected > ul > li.selected a {
    font-weight: normal;
}



.cont__city {
    font-size: 1em;
    color: #0051D4;
    text-transform: uppercase;
}

.js-c-phones {
    margin-top: 0 !important;
}

.js-c-time {
    margin-top: 1em !important;
}

.contacts__tel {
    padding-bottom: 0;
    margin-top: 0;
}

.js-c-emails {margin-top: 1em !important;}

.contacts__rleft {
    background-color: rgb(196 196 196 / 20%);
    padding: 1.333em 1.333em 1em 1.5em;
    border-radius: 0.708em;
}

.cont__ofis_bg{
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.708em;
    background-image: url("/about/contacts/ofis_spb.png");
}
.contacts__rleft {
    margin: 0;
}
.contacts__regions > li:first-of-type {
    padding-top: 0;
}
.contacts__rleft > div {
    position: relative;
    font-size: 0.75em;
}
.cont > .row {
    margin-top: 1.8em;
}

.cont {
    background-color: rgb(234 234 234 / 20%);
    border-radius: 0.708em;
    padding: 1.833rem 1.542em;
}

.contacts__map {
    border-radius: 0.708em;
    overflow: hidden;
}


.bg__blue {
    background-color: #EDF4FE!important;
}

.cont__topblock {
    border-radius: 0.708em;
    padding: 1.458em;
    background-color: rgba(196, 196, 196, 0.1);
    height: 100%;
}

.cont__title {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
}

.cont__subtitle {
    margin-top: 1em;
}

.cont__subtitle a {
    color: #0051D4;
    font-size: 0.833em;
    font-weight: bold;
    letter-spacing: 1px;
}

.cont__text {
    margin-top: 1.25em;
    font-size: 0.75em;
    line-height: 1em;
}
.c__h1{
    font-size: 1.167em;
    font-weight: bold;
    padding-top: 1.417em;
    padding-bottom: 1.417em;
}


.c__sections {
    font-size: 2em;
    background-color: rgb(217 217 217 / 20%);
    border-radius: 0.708em;
    padding: 1em 1.7em;
    margin-bottom: 1em;
}

ul.bx_sitemap_ul.csl_old_list.csl_old_bx_sitemap_ul_list {
    margin-bottom: 0;
    overflow: hidden;
}

.c__sections .csl_old_list_title {
    line-height: 1em;
}
.c__sections .csl_old_list_title a {
    color: black;
    font-weight: 100;
    font-size: 0.75em;
}

.c__sections h2 {
    font-size: 0.75em;
    letter-spacing: inherit;
}

@media (min-width: 768px) {
    .c__sections {
        font-size: 1em;
    }
}


ul.csl_old_list {
    /*padding-left: 1.183em;*/
    /*list-style-type: disclosure-closed;*/
    /*list-style: auto;*/
    /*list-style-type: disclosure-closed;*/
    /*font-size: 0.4em;*/
    /*padding-top: 0.6em;*/
}
ul.csl_old_list li div{
    display: inline-block;
}
ul.csl_old_list li{
    list-style: none;
    /*font-size: 18px;*/
    line-height: 1em;
}
ul.csl_old_list li:before {
    content: "·";
    font-size: 0.833em;
    vertical-align: baseline;
    line-height: 0.75em;
}

.c__sections .csl_old_list_item a {
    text-decoration: none;
    color: black;
    font-weight: normal;
    font-size: 0.75em;
}
.c__sections .csl_old_list_item a:hover {
    text-decoration: none;
    color: #0051D4;
    font-weight: bold;
}
.c__sections li:hover {
    color: #0051D4;
}
.csl_old_list {
    padding-top: 0.5em;
}




.smart-filter-parameters-box .smart-filter-block {
    box-sizing: border-box;
    position: relative;
    /* background: #0051d4; */
    background: transparent;
    z-index: 100;
    padding: 0;
    min-width: 5em;
    max-height: 25em;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    overflow: hidden;
}

.smart-filter-parameters-box,
.smart-filter-parameters-box:first-of-type {
    padding: 0;
}

.smart-filter-input-group-dropdown {
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    height: 34px;
}

.smart-filter-dropdown-block {
    background: transparent;
}

.form-group.form-check {
    padding-left: 0.6em;
}

.form-group.form-check.checked:before {
    content: '\002023';
    position: absolute;
    left: 0;
    color: #0051D4;
}

.form-group.form-check label{
    cursor: pointer;
    font-size: 0.75em;
}

.form-group.form-check.checked label{
    font-weight: bold;
    color: #0051D4;
}

.form-group.form-check [type=checkbox] {
    display: none;
}

.sf .smart-filter-parameters-box-title{
    padding-bottom: 0;
}

.sf__box_title {
    cursor: inherit;
}
.sf__box_title_P{
    font-size: 1em;
}
.sf .smart-filter-dropdown-text {
    font-size: 1em;
}
.sf .smart-filter-dropdown-arrow{
    background: initial;
}
.sf .smart-filter-dropdown-arrow:before {
    content: '\0025BC';
    line-height: 2.5em;
    bottom: 0;
    right: 0;
    font-size: 0.8em;
    margin-left: 22%;
    display: inline-block;

}

@media (min-width: 768px) {
    .sf .smart-filter-parameters-box-title{
        padding-bottom: 0;
    }

    .sf__box_title {
        cursor: inherit;
    }
    .sf__box_title_P{
        font-size: 0.75em;
    }
    .sf .smart-filter-dropdown-text {
        font-size: 0.75em;
    }
    .sf .smart-filter-dropdown-arrow{
        background: initial;
    }
    .sf .smart-filter-dropdown-arrow:before {
        content: '\0025BC';
        line-height: 1.208em;
        bottom: 0;
        right: 0;
        font-size: 0.375em;
        margin-left: 37%;
        display: inline-block;

    }
}


.bx-selected .smart-filter-dropdown-arrow:before {
    color: #0051D4;
}
.bx-selected .smart-filter-dropdown-text[data-role="currentOption"] {
    color: #0051D4;
    font-weight: bold;
    text-decoration: underline;
}

.bx-selected .smart-filter-parameters-box-title-text {
    color: black;
    font-weight: normal;
}

.sf__box_title_F {
    font-size: 0.75em;
    letter-spacing: inherit;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 2.25rem 0;
}

.catalog_index {
    font-family: "PT Sans", Arial, sans-serif !important;
}

.sf {
    font-family: "PT Sans", Arial, sans-serif !important;
    min-width: inherit !important;
}
.js-c-skype{
    display: none!important;
}

.cs__lazy_butt {
    border-radius: 0.708rem !important;
}

.smart-filter-dropdown-popup{
    font-family: "PT Sans", Arial, sans-serif !important;
    font-size: 1rem;
}
.smart-filter-dropdown-popup li label {
    font-size: 1.25em;
}

@media (min-width: 768px) {
    .smart-filter-dropdown-popup{
        font-family: "PT Sans", Arial, sans-serif !important;
    }
    .smart-filter-dropdown-popup li label {
        font-size: 0.75em;
    }
}

.f__bg.section_contacts{
    display: none;
}



.csl__item { font-size: 2rem; }
@media (min-width: 768px) {
    .csl__item { font-size: 1.2rem; }
}
/*@media (min-width: 992px) {*/
/*    .csl__item { font-size: 1.2rem; }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*    .csl__item { font-size: 1.2rem; }*/
/*}*/
/*@media (min-width: 1400px) {*/
/*    .csl__item { font-size: 1.2rem;}*/
/*}*/


@media (max-width: 768px) {
    .csl_old_list{
        max-height: initial;
    }

    .csl_new__item ul li {
        width: 48%;
        /*font-size: 1.8em;*/
    }
    .csl_new__item ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    ul.csl_old_list li:before{
        content: '';
    }

    .f__copyright, .f__bottext, .f__bottext a {
        font-size: 1.3em;
    }

    .f__bottext{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .f__bottext > * {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .f__copyright{

    }

    ul.csl_old_list li {
        list-style: none;
        font-size: 1em;
        line-height: 1em;
    }

    .csl_new__item.lvl2 {
        font-size: 2em;
    }
}

