

/* Start:/local/templates/digital/css/all.css?175280944927223*/
/*@media (max-width: 768px) {*/
    .footer {
        display: none!important; /*Временное решения https://wd-098-gitlab.1cbit.ru/first-bit-krsk/aitech1.ru/-/issues/259*/
    }
/*}*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
*:focus{
    outline: none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body, input {
    font: 16px/22px 'Open Sans', sans-serif;
    height: 100%;
}
button{
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}



/*header {*/
.head .line1{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    align-items: center;
    padding: 14px 0;
}
.head_сont{
    display: flex;
}
.head_сont > div{
    display: flex;
    align-items: center;
}
.head_сont > div a{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    align-items: center;
    color: #161616;
}
.head_сont span{
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    color: #777777;
    margin: 0 9px 0 5px;
}
.head_lk{
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
}
.head_lk span{
    margin: 0 0 0 9px;
}
.region_ico{
    background-image: url("/local/templates/digital/css/../img/ico/head_region.svg");
    width: 13px;
    height: 16px;
    display: inline-block;
}
.head .region{
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    display: flex;
}
.head .region .title{
    margin: 0 6px 0 10px;
}
.head .my_region{
    color: #00B733;
    cursor: pointer;
}
.btn_call{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #31302E;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: transparent;
    padding: 7px 14px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn_call:hover{
    color: #fff;
    background: #00B733;
}
.lk_ico{
    background-image: url("/local/templates/digital/css/../img/ico/lk.svg");
    width: 14px;
    height: 14px;
    display: inline-block;
}
.head .line2 .logo{
    display: flex;
    flex-direction: column;
    margin-right: 61px;
}
.head .line2 .logo a{
    line-height: 0;
}
.head .line2 .tagline{
    font-size: 10px;
    line-height: 110%;
    color: #000000;
    margin-top: 8px;
    max-width: 179px;
}
.logo_ico{
    background-image: url("/local/templates/digital/css/../img/ico/logo.svg");
    width: 167px;
    height: 40px;
    display: inline-block;
}
.head .line2{
    display: flex;
    padding: 24px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.head .line2 .search {
    top: auto;
    flex: 2;
    max-width: 430px;
}
.head .line2 .search form{
    background-color: #F7F7F7;
    border-radius: 3px;
    display: block;
    background-image: url("/local/templates/digital/css/../img/ico/search_green.svg");
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding: 0 0 0 69px;
    position: relative;
}
.head .line2 .search input{
    border: none;
    background-color: transparent;
    font-size: 13px;
    line-height: 18px;
    color: #A9A9A9;
    margin: 5px 0;
    padding: 6px 0;
    width: 100%;
}
.search .search_result{
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    margin: 0 0 0 -10px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.13);
    z-index: 5;
    padding: 15px 25px;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}
.search_result::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.search_result::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #C4C4C4;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.search .search_result a{
    font-size: 13px;
    line-height: 270%;
    color: #31302E;
}
.input__clear{
    background-image: url("/local/templates/digital/css/../img/ico/x.svg");
    width: 20px;
    height: 20px;
    display: none;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.input__clear:hover{
    opacity: 0.5;
}
.input__clear.active{
    display: block;
}
.ico_compare{
    background-image: url("/local/templates/digital/css/../img/ico/compare_head.svg");
    width: 32px;
    height: 30px;
    display: inline-block;
}
.ico_fav{
    background-image: url("/local/templates/digital/css/../img/ico/fav_head.svg");
    width: 29px;
    height: 26px;
    display: inline-block;
}
.ico_cart{
    background-image: url("/local/templates/digital/css/../img/ico/cart_head.svg");
    width: 31px;
    height: 28px;
    display: inline-block;
}
.head_icos{
    display: flex;
}
.head_icos a{
    display: flex;
    margin: 0 0 0 20px;
}
.head_icos .info_ico{
    display: flex;
    flex-direction: column;
}
.head_icos .name{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.head_icos .compare_sum, .head_icos .fav_sum, .head_icos .cart_sum{
    font-size: 12px;
    line-height: 16px;
    color: #A9A9A9;
}
.head_icos .compare_count, .head_icos .favorit_count, .head_icos .cart_count{
    background: #00B733;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -22px;
    right: 8px;

    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
}
.search_mobile .search_mobile__btn{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    background-image: url("/local/templates/digital/css/../img/ico/search_green.svg");
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    right: 10px;
}
.search_mobile .input__clear {
    right: 40px;
}
.head .line2 .search form {
    background-image: none;
}
.head .line2 .search form {
    padding: 0 0 0 10px;
}
/*header }*/


/*top_menu {*/
.top_menu{
    background-color: #31302E;
}


.top_menu ul {
    display: flex;
    justify-content: space-between;
}
.top_menu ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
    text-align: center;
}
.top_menu .li_catalog_btn {
    border-right: none;
    background-color: #00B733;
    min-width: 270px;
}
.top_menu ul a {
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.top_menu > ul > li > a:hover {
    background-color: #000;
    color: #00B733;
}
.top_menu .li_catalog_btn:hover > a {
    background-color: #000;
    color: #00B733;
}

/*li_catalog_btn*/
.top_menu .li_catalog_btn > a {
    font-weight: 600;
}

.top_menu .block_bg{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    min-width: 270px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 4px 10px 0 rgba(2, 68, 72, 0.2);
    background: #FFF;
    z-index: 10;
}
.top_menu .block_bg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    display: block;
}
.top_menu .block_bg li {
    background-color: #fff;
    color: #585858;
    text-align: left;
}
.top_menu .block_bg li a {
    color: #585858;
    padding: 12px 10px;
}
.top_menu .block_bg li:hover {
    background-color: #00B733;
}
.top_menu .block_bg li:hover > a{
    color: #fff;
}
.lvl2-container, .lvl3-container {
    width: 270px;
}
.top_menu .block_bg .lvl3-container{
    display: none;
}
.top_menu .block_bg .lvl3-container a{
    color: #585858;
}
.top_menu .dropDownMenu > li > .block_bg > ul > li > a.parent{
    background-image: url("/local/templates/digital/css/../img/ico/menu_arrow.svg");
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
}
.top_menu .dropDownMenu > li > .block_bg > ul > li:hover > a.parent{
    background-image: url("/local/templates/digital/css/../img/ico/menu_arrow_w.svg");
}

.dropDownMenu > li > .block_bg > ul > li:hover > ul {
    display: block;
}
.dropDownMenu > li > .block_bg > ul > li > ul {
    text-align: left;
    display: none;
    background: #FFF;
    position: absolute;
    left: 98%;
    top: 0;
    bottom: 0;
    z-index: 15;
    padding-top: 30px;
}
.dropDownMenu > li > .block_bg > ul > li > ul a {
    color: #585858;
}
.top_menu .bottom {
    box-shadow: 0 5px 10px -5px #333;
}

.top_menu_sub{

}
.top_menu_sub .lvl2-container, .top_menu_sub .lvl3-container {
    width: auto;
}
.top_menu_sub .hamburger{
    display: none;
}
.top_menu_sub li ul{
    display: none;
}
.top_menu_sub > a{
    background-color: #00B733;
    padding: 14px 0;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.top_menu_sub > a:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background-image: url("/local/templates/digital/css/../img/ico/arrow_prev.svg");
    padding: 0 18px 0 15px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.top_menu_sub li{
    padding: 0 15px;
}
.top_menu_sub li a{
    font-size: 16px;
    line-height: 140%;
    color: #31302E;
    padding: 14px 0 13px 36px;
    display: block;
    border-bottom: 1px solid rgba(169, 169, 169, 0.15);
}
/*top_menu }*/

/*breadcrumbs {*/
.breadcrumbs{
    background-color: #F8F8F8;
    padding: 13px 0 12px 0;
    position: relative;
}
.bx-breadcrumb{
    display: flex;
    font-size: 11px;
    line-height: 15px;
    color: #979797;
}
.bx-breadcrumb a{
    color: #00B733;
    text-decoration: none;
}
.bread_ico{
    background-image: url("/local/templates/digital/css/../img/ico/bread_arrow.svg");
    width: 9px;
    height: 8px;
    display: inline-block;
    margin: 0 8px;
}
/*breadcrumbs }*/


.h1, h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 33px;
    color: #31302E;
    margin: 16px 0 43px 0;
}

.btn_green{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background-color: #00B733;
    border-radius: 3px;
    border: none;
    padding: 14px 0 13px 0;
    width: 228px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}
.btn_green:hover{
    background-color: #008726;
}
.btn_green.btn_basket{
    background-color: #EAEAEA;
    color: #999999;
    cursor: unset;
}
.btn_green.btn_filter_del{
    margin-left: 10px;
    background-color: #EAEAEA;
    color: #999999;
}
.btn_green.btn_filter_del:hover{
    background-color: #00B733;
    color: #FFFFFF;
}
.catalog-filter-button {
    display: flex;
    margin: 20px 0 20px;
}
.catalog-filter-button .btn{
    cursor: pointer;
}
.t{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.link{
    color: #00B733 !important;
    cursor: pointer;
}
.link:hover{
    color: #008726 !important;
    text-decoration: underline;
}



/* menu { */
.top_menu .a_catalog_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger{
    display: inline-block;
    margin-right: 29px;
}
.hamburger .line{
    width: 19px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 3px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hamburger-1.active .line{
    background-color: #00B733;
}
#hamburger-1.active .line:nth-child(1){
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

#hamburger-1.active .line:nth-child(3){
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/* menu }*/


.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table-responsive-in {
    max-width: 100%;
    display: table;
}
.table-tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    white-space: nowrap;
}


/*modal { */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 24, 24, 0.8);
    transition: opacity 200ms;
    opacity: 0;
    display: none;
    z-index: 100;
}
.overlay.active{
    opacity: 1;
    display: block;
}
.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 75px auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #666;
    width: 377px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}
.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    transition: all 200ms;
    background-image: url("/local/templates/digital/css/../img/ico/modal_close.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
.popup .content {
    max-height: 400px;
    overflow: auto;
}
/*modal { */

.popup .h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #31302E;
    padding-bottom: 25px;
}
.modal form .line {
    margin-bottom: 19px;
}
.modal form .name {
    font-size: 13px;
    line-height: 18px;
    color: #31302E;
    padding-bottom: 9px;
    display: block;
}
.modal form .input {
    display: flex;
    flex-direction: column;
}
.modal form input {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 9px 10px;
    width: 295px;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.modal form button {
    margin-top: 20px;
}
/*footer {*/
.footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #31302E;
    color: #fff;
}
.footer .line_1{
    display: flex;
    justify-content: space-between;
    padding-bottom: 34px;
}
.footer .line_1 .block1{
    flex: 0 1 44%;
}
.footer .line_1 .block2{
    flex: 0 1 30%;
}
.footer .line_1 .block3{
    flex: 0 1 25%;
    padding-top: 10px;
}
.footer .line_2{
    border-top: 1px solid #5A5757;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
}
.footer .line_2 > div{
    display: flex;
}
.footer .left-menu{
    display: flex;
    flex-wrap: wrap;
}
.footer .left-menu li{
    flex: 0 1 33.333%;
}
.footer a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}
.footer a.selected, .footer a:hover {
    color: #00B733;
}
.footer li {
    padding: 8px 16px 8px 0;
}
.footer strong {
    color: #616161;
}
.footer .left-menu a{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}
.footer .left-menu2 a{
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.footer .app_block{
    width: 270px;
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}
.footer .app_block a{
    filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(87%) contrast(87%);
    transition: 300ms;
}
.footer .app_block a:hover{
    filter: none;
}
.footer .block3 .name{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    padding-bottom: 6px;
}
.footer .block3 .address{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding-bottom: 16px;
}
.footer .block3 .address_list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}
.footer .block3 .address_list a{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.footer .block3 .tel{
    background-image: url("/local/templates/digital/css/../img/ico/phone_footer.svg");
}
.footer .block3 .email{
    background-image: url("/local/templates/digital/css/../img/ico/email-footer.svg");
}


.footer .copright {
    min-height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5A5757;
}
.logo_footer{
    background-image: url("/local/templates/digital/css/../img/ico/logo_footer2.svg");
    width: 72px;
    height: 18px;
    display: inline-block;
    margin-right: 35px;
}
/*footer }*/
.mob{
    display: none;
}
.dn{
    display: none;
}

.price_modal .popup {
    width: 845px;
    max-width: 100%;
    margin: 20% auto;
}
.popup .content p{
    font-size: 13px;
    line-height: 150%;
    color: #31302E;
    padding: 0 0 10px 0;
}
.hide{
    display: none;
}

.text_text{

}
.text_text p {
    margin-bottom: 10px;
}
.text_text ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.text_text h2 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width:1200px){
    .footer .left-menu li {
        flex: 0 1 50%;
    }
    .footer .line_1 .block1 {
        flex: 0 1 30%;
    }
    .footer .line_1 .block3 {
        flex: 0 1 30%;
    }
}
@media (max-width:1000px){
    .head_icos .info_ico{
        display: none;
    }
    .top_menu .li_catalog_btn {
        min-width: 200px;
    }
    .top_menu ul a {
        padding: 20px 5px;
    }
    .hamburger {
        margin-right: 10px;
    }


    .breadcrumbs{
        padding: 13px 0 5px 0;
    }
    .breadcrumb{
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .breadcrumbs:before{
        content: "";
        width: 20px;
        height: 40px;
        display: block;
        top: 0;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(90deg, #F8F8F8 0%, rgba(248, 248, 248, 0));
    }
    .bx-breadcrumb {
        max-width: 100%;
        /*display: table;*/
    }
    .bx-breadcrumb-item{
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
        white-space: nowrap;
        padding-bottom: 7px;
    }
    .footer .line_1 .block3 {
        flex: 0 1 40%;
    }
    .footer .block3 .address_list {
        justify-content: flex-start;
    }
    .footer .block3 .address_list a:nth-of-type(1){
        padding-right: 20px;
    }
}
@media (max-width:900px){
    .top_menu ul a {
        font-size: 14px;
        padding: 20px 10px;
    }
    .top_menu ul li {
        border-right: none;
        flex: 0;
    }
    .top_menu .li_catalog_btn {
        min-width: 160px;
    }

    .top_menu > ul > li > a {
        white-space: nowrap;
    }
}


@media (max-width:800px){
    .head .working_hours{
        display: none;
    }
    .head_сont .btn_call{
        background-image: url("/local/templates/digital/css/../img/ico/head-call.svg");
        font-size: 0;
        line-height: 0;
        width: 19px;
        height: 22px;
        border: none;
        background-repeat: no-repeat;
        background-position:  50%;
        margin-left: 15px;
    }
    .head_сont .btn_call:hover{
        background-color: transparent;
    }
    .head .line2 .logo {
        margin-right: 20px;
    }

    .footer{
        position: relative;
    }
    .footer .line_1 {
        flex-wrap: wrap;
        position: relative;
    }
    .footer .line_1 .block1 {
        flex: 0 1 100%;
        border-bottom: 1px solid rgba(90, 87, 87, 0.4);
        margin-top: 60px;
        padding-bottom: 22px;
        margin-bottom: 32px;
        order: 1;
    }
    .logo_footer {
        width: 79px;
        height: 20px;
        position: absolute;
        top: 40px;
        background-size: contain;
    }
    .footer .line_1 .block3 {
        flex: 0 1 100%;
        order: 2;
        border-bottom: 1px solid rgba(90, 87, 87, 0.4);
        margin-bottom: 20px;
    }
    .footer li {
        padding: 8px 16px 8px 0;
    }
    .footer .line_1 .block2 {
        flex: 0 1 100%;
        order: 3;
    }
    .footer .line_2 {
        border-top: none;
        justify-content: unset;
        flex-direction: column-reverse;
    }
    .footer .soc {
        position: absolute;
        bottom: -14px;
    }
    .footer .copright {
        font-size: 13px;
        line-height: 18px;
        padding-top: 10px;
    }

}
@media (max-width:750px){
    .footer .line_1 {
        flex-wrap: wrap;
    }
    .footer .line_1 > div{
        flex: 0 1 50%;
        margin-bottom: 30px;
    }

    .top_menu .container{
        padding-right: 0;
        padding-left: 0;
    }
    .top_menu .li_catalog_btn > a {
        font-size: 0;
        line-height: 0;
    }
    .top_menu .li_catalog_btn {
        min-width: 70px;
    }
}
@media (max-width:600px){
    .top_menu {
        display: none;
    }
    .mob_burger{
        display: block;
        margin-right: 45px;
    }
    .mob_burger span{
        width: 20px;
        height: 3px;
        background-color: #C4C4C4;
        display: block;
        margin: 2px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mob_burger.active span:nth-child(2){
        opacity: 0;
    }

    .mob_burger.active span:nth-child(1){
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        -o-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }

    .mob_burger.active span:nth-child(3){
        -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
        -o-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }
    .logo .tagline{
        display: none;
    }
    .logo_ico {
        width: 84px;
        height: 20px;
        background-size: contain;
    }
    .head .search{
        display: none;
        position: absolute;
        top: 50px;
        z-index: 2;
        width: 100%;
        background-color: #fff;
        padding: 3px 15px 0 15px;
        right: -15px;
    }
    .breadcrumbs:before {display: none}
    .ico_cart {
        background-image: url('/local/templates/digital/css/../img/ico/cart_head_mob.svg');
        width: 16px;
        height: 23px;
    }
    .mob_search{
        display: block;
        width: 19px;
        height: 21px;
        background-image: url("/local/templates/digital/css/../img/ico/search_mob.svg");
    }
    .mob_call{
        display: block;
        width: 19px;
        height: 22px;
        background-image: url("/local/templates/digital/css/../img/ico/head-call.svg");
        margin: 0 20px;
    }
    .head_icos .head_compare{
        display: none;
    }
    .head_icos .head_fav{
        display: none;
    }
    .head_icos a {
        margin: 0 5px 0 0;
    }
    .head .line2 {
        padding: 13px 0;
    }
    .head .line2 .logo {
        flex: 2;
    }
    .head .line1 {
        display: none;
    }
    .head_cart{
        width: 16px;
        height: 23px;
        position: relative;
    }
    .head_icos .cart_count {
        top: -5px;
        right: -7px;
        position: absolute;
    }

    .top_menu {

    }

    .top_menu ul {
        flex-direction: column;
    }
    .top_menu ul li{
        text-align: left;
    }
    .top_menu .a_catalog_btn {
        justify-content: left;
    }
    .top_menu .li_catalog_btn > a{
        font-size: 16px;
        line-height: 22px;
    }
    .top_menu li{
        padding: 0 15px;
    }
    .top_menu a{
        border-bottom: 1px solid rgba(232, 232, 232, 0.15);
        margin: 0;
    }
    .top_menu .compare_sum, .top_menu .compare_count{
        display: none;
    }
    .top_menu .fav_sum{
        display: none;
    }
    .top_menu .ico_fav{
        width: 15px;
        height: 14px;
        background-image: url("/local/templates/digital/css/../img/ico/fav_head_mob.svg");
        margin-right: 10px;
    }
    .top_menu .ico_compare{
        width: 13px;
        height: 12px;
        background-image: url("/local/templates/digital/css/../img/ico/compare_haed_mob.svg");
        margin-right: 10px;
    }
    .top_menu .head_call{
        padding: 0 0 20px 0;
    }
    .top_menu .head_call a{
        font-weight: bold;
        font-size: 18px;
        line-height: 150%;
        color: #00B733;
        border-bottom: none;
        padding: 20px 10px 0 15px;
    }
    .top_menu .head_call .working_hours{
        font-size: 12px;
        line-height: 150%;
        color: #FFFFFF;
        padding: 0 0 20px 15px;
        display: block;
    }
    .top_menu .head_lk{
        font-size: 14px;
        padding: 20px 10px;
        line-height: 20px;
        color: #fff;
        background-color: transparent;
        border: none;
    }
    .top_menu .lk_ico{
        width: 14px;
        height: 14px;
        background-image: url("/local/templates/digital/css/../img/ico/lk_mob.svg");
        margin-right: 10px;
    }
    .top_menu .region{
        font-size: 14px;
        padding: 20px 10px;
        line-height: 20px;
        color: #fff;
        border-bottom: 1px solid rgba(232, 232, 232, 0.15);
    }
    .top_menu .title{
        display: none;
    }
    .top_menu .region_ico{
        width: 13px;
        height: 16px;
        background-image: url("/local/templates/digital/css/../img/ico/head_region_mob.svg");
        margin-right: 10px;
    }
    .footer .app_block {
        margin-top: 20px;
    }
}
@media (max-width:500px){
.h1, h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}
.mob{
    display: block;
}
.footer .line_1 > div{
    flex: 0 1 100%;
    margin-bottom: 0;
}
.footer .caddress strong{
    display: none;
}
.footer address {
    margin-bottom: 0;
}
.footer .line_1 > div:nth-of-type(3) {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
    .popup {
        width: 100%;
    }
    .top_menu .btn_add_fav.head_lk{
        display: none;
    }
}
@media (max-width:350px){
    .modal form input {
        width: 250px;
    }
}
.cb_buy_link_mini {
    width: 100%;
}
.cb_buy_link_mini button {
    height: 46px;
}
.available_quantity__catalog {
    display: flex;
    position: absolute;
    left: 25px;
}
.available_quantity__catalog .valid_count_value {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: block;
    background: #F2C94c;
    border-radius: 5px;
    line-height: 28px;
    width: 100px;
    text-align: center;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.small/small-basket_new_digital/style.css?16899116755587*/
.mini_basket {
    width: 571px;
    position: absolute;
    top: 100%;
    right: -15px;
    z-index: 5;
    box-shadow: 0px 4px 10px 0px rgba(2, 68, 72, 0.2);
    background: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 530px;
    overflow: auto;
    height: fit-content;
    display: none;
}
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.71);
    width: 100%;
    display: none;
    background-image: url(/local/templates/bit_aitech1/images/load.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}
.mini_basket_item_pic, .mini_basket_item_info, .mini_basket_item_price {
    float: left;
}
.mini_basket_item_info, .mini_basket_item_price_currenc, .mini_basket_item_price_currenc span {
    text-align: left;
}
.mini_basket_item_info_prop, .mini_basket_item_info a, .mini_basket_item_btn_delete {
    font-size: 14px;
}
.mini_basket_item_info_prop, .mini_basket_item_price_currenc span.old_price {
    color: rgb(158, 165, 174);
}
.mini_basket_item_pic, .mini_basket_item_info, .mini_basket_item_price {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mini_basket_item {
    display: flex;
    min-height: 80px;
    margin-left: 20px;
    margin-right: 20px;
}
.mini_basket_item_pic a {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mini_basket_item_pic {
    width: 15%;
}
.mini_basket_item_info {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.mini_basket_item_price {
    width: 35%;
    text-align: right;
}
.mini_basket_item_info a {
    color: rgb(36, 36, 36);
}
.mini_basket_item_info a:hover {
    text-decoration: none;
}
.mini_basket_item_info_prop {
    margin-top: 10px;
    padding-left: 20px;
}
.mini_basket_item_price_currenc span.old_price {
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 20px;
}
.mini_basket_item_btn_delete {
    cursor: pointer;
    color: rgb(242, 72, 65);
    float: right;
}
.mini_basket_item_price_currenc span {
    font-size: 18px;
    color: rgb(88, 88, 88);
    font-weight: bold;
}
.mini_basket_item_count_delete {
    margin-top: 10px;
}
/* ���� ����������*/
.mini_basket_item_quit {
    line-height: 22px;
    font-size: 14px;
    color: rgb(158, 165, 174);
    float: left;
}
.mini_basket_item_block {
    border: 1px solid #E5E5E5;
    font-size: 0px;
    width: 80px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 24px;
}
.mini_basket_item_block input[type="text"] {
    width: 32px;
    border: 0px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    background: #FFF;
    height: 22px;
    border-radius: 0px;
    text-align: center;
    line-height: 13px;
    font-size: 14px;
    color: #000;
}
.bx-firefox .mini_basket_item_block input[type="text"] {
    padding-top: 7px;
}
.mini_basket_item_block .plus, .mini_basket_item_block .minus {
    font-size: 0;
    line-height: 23px;
    height: 23px;
    width: 23px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.mini_basket_item_block input[type="text"] {
    padding: 8px 8px 7px;
}
.mini_basket_item_block > span:before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 19px;
    background: url('/local/images/plus_minus.png') 5px -13px no-repeat;
    vertical-align: middle;
}
.mini_basket_item_block > span.plus:before {
    background-position: -17px -13px;
}
.mini_basket_item_block > span:hover { background: #E3E3E3; }
.mini_basket_item_block > span.minus:hover:before { background-position: -41px -13px; }
.mini_basket_item_block > span.plus:hover:before { background-position: -63px -13px; }
/*���� � ������ � �������*/
.mini_basket_item_result {
    height: 90px;
    margin: 20px;
    border-top: 1px solid rgb(229, 229, 229);
}
.mini_basket_item_result .block_price {
    font-size: 18px;
    color: rgb(88, 88, 88);
    text-align: right;
    float: right;
}
.mini_basket_item_result .block_price span {
    font-size: 26px;
    color: rgb(88, 88, 88);
    font-weight: bold;
}
.mini_basket_item_result .block_btn {
    width: 100%;
}
.mini_basket_item_result .block_btn a {
    color: #FFF;
}
.mini_basket_item_result .block_btn a .btn_basket{
    width: 100%;
}
.mini_basket_item_result .block_button_btn {
    margin-top: 30px;
    display: flex;
    flex: revert;
    align-items: center;
    justify-content: right;
}
.mini_basket_item_result .block_btn a {
    margin: 0 0 0 30px;
}
.mini_basket_item_result .block_btn a .btn_basket {
    width: 203px;
    font-size: 14px;
}
.btn_new, .btn_all {
    background-color: rgb(0, 183, 112);
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    text-align: center;
    color: #fff;
}
.btn_new:hover, .btn_all:hover, button.button:hover {
    background-color: #6AD2AA;
}
/* End */


/* Start:/local/templates/digital/js/slick/slick.css?16829985421763*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/social_redirect/style.css?1744856982443*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/.default/components/bitrix/system.auth.form/social_redirect/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/.default/components/bitrix/system.auth.form/social_redirect/images/sec-unlocked.png);}


/* End */


/* Start:/local/templates/digital/css/tov_list.css?159107041211996*/
.container{

}
.section_container{
    display: flex;
}
.sections{

}
.tov_line_3 .cat_list_item {
    flex: 0 1 calc(33.333% - 30px);
}
.tov_line.tov_line_3 {
    padding-top: 0;
}

.bit-page-navigation{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.bit-page-navigation .bit-page-current, .bit-page-navigation a:hover{
    font-size: 16px;
    line-height: 100%;
    align-items: center;
    color: #FFFFFF;
    background-color: #00B733;
    border-radius: 2px;
    padding: 4px 7px;
    margin: 0 5px;
}
.bit-page-navigation a{
    font-size: 16px;
    line-height: 100%;
    align-items: center;
    color: #999;
    padding: 4px 7px;
    margin: 0 5px;
}
.fa-angle-right{
    display: inline-block;
    background-image: url("/local/templates/digital/css/../img/ico/page_next.svg");
    width: 7px;
    height: 12px;
}
.fa-angle-left{
    display: inline-block;
    background-image: url("/local/templates/digital/css/../img/ico/page_next.svg");
    transform: rotate(180deg);
    width: 7px;
    height: 12px;
}


.filter{
    width: 270px;
    flex-shrink: 0;
    box-sizing: border-box;
}
.filter .bx-filter{
    border: 1px solid #E8E8E8;
    padding: 0 16px 0 17px;
}
.bx-filter-parameters-box-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #31302E;
    background-image: url("/local/templates/digital/css/../img/ico/filter_plus.svg");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bx-active .bx-filter-parameters-box-title{
    background-image: url("/local/templates/digital/css/../img/ico/filter_minus.svg");
}
.bx-filter-parameters-box{
    border-bottom: 1px solid #E8E8E8;
    padding-top: 19px;
    padding-bottom: 19px;
}

.bx-filter-parameters-box .bx-filter-block{
    margin-top: 20px;
}
.filter_text{
    font-size: 13px;
    line-height: 18px;
    color: #31302E;
    cursor: pointer;
}
.filter_text span{
    font-size: 13px;
    line-height: 18px;
    color: #A9A9A9;
    padding-left: 12px;
}


.bx-filter-input-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
}
.bx-filter-input-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.check {
    position: absolute;
    top: 8px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #ffffff;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.bx-filter-input-checkbox input:checked ~ .check {
    background: #00B733;
    border: none;
}

.bx-filter-input-checkbox .check:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.bx-filter-input-checkbox input:checked ~ .check:after {
    display: block;
}
.bx-filter-input-checkbox .check:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.bx-filter-input-checkbox .check::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #00B733;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 9;
    transform: scale(0);
}






















.bx-filter .bx-ui-slider-track-container {
    padding: 20px 10px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 2px;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .bx-ui-slider-range {
    z-index: 9;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 6;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 7;
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 8;
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -10px;
    top: -4px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -10px;
    top: -4px;
}
.bx-filter.bx-blue .bx-ui-slider-track {
    background: #E7E7E7;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #00B733;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #E8E8E8;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #00B733;
}

.bx-filter.bx-blue .bx-ui-slider-handle.left,
.bx-filter.bx-blue .bx-ui-slider-handle.right {
    border-radius: 50%;
    background-color: #00B733;
    width: 10px;
    height: 10px;
}
.bx-filter-parameters-box-container .row_list{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #31302E;
}
.bx-filter-parameters-box-container .row_list input{
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    padding: 5px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    margin-left: 10px;
}



.over_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.over_list .count{
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 25px;
}
.over_right_mob{
    display: none;
}
.over_right_mob button{
    background: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 3px;

    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #5A5757;
    padding: 15px 0 14px 0;
    width: 130px;
    margin-bottom: 25px;
    margin-left: 30px;
}

.over_right{
    display: flex;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    align-items: center;
}
.over_right > div {
    margin-bottom: 25px;
}
.over_right .name{
    margin-right: 19px;
}
.over_right .sort{
    margin-right: 31px;
}
.over_right .count_show .custom-select-trigger{
    min-width: 63px;
}
.over_right {
    min-width: 63px;
}
.over_right .display{
    display: flex;
    margin-left: 40px;
}
.over_right .display a{
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.over_right .display a.active{
    background-color: #F8F8F8;
}
.ico_cat_list{
    width: 22px;
    height: 15px;
    background-image: url("/local/templates/digital/css/../img/ico/cat_list.svg");
    display: block;
    background-repeat: no-repeat;
}
.ico_cat_tile{
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/digital/css/../img/ico/cat_tile.svg");
    display: block;
    background-repeat: no-repeat;
}
.over_right .display a.active .ico_cat_tile{
    background-image: url("/local/templates/digital/css/../img/ico/cat_tile_active.svg");
}
.over_right .display a.active .ico_cat_list{
    background-image: url("/local/templates/digital/css/../img/ico/cat_list_active.svg");
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    cursor: pointer;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: block;
    min-width: 158px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #8B8B8B;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 6px 0 8px 11px;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    border-bottom: 2px solid #31302E;
    border-right: 2px solid #31302E;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.35s ease-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 1px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: calc(100% + 4px);
    left: 0%;
    right: 0;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 0;
    z-index: 10;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(-8px);
    background: #FFFFFF;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.05s ease-in-out;

    color: #000;
    font-size: 12px;
    line-height: 290%;
    padding: 0 11px;
}
.custom-option:last-of-type {
    border-bottom: 0;
}
.custom-option:hover,
.custom-option.selection {
    color: #000;
    background-color: #F6F6F6;
}

.filter_modal .filter{
    display: block;
    width: auto;
}
.filter_modal .head .closed{
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/digital/css/../img/ico/modal_close.svg");
    margin: 19px 17px 17px 0;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.filter_modal .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.filter_modal .head > div {
    flex: 0 1 33.333%;
}
.filter_modal .head .title{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.filter_modal .head .clear{
    font-size: 13px;
    line-height: 18px;
    color: #5A5757;
    margin-left: 15px;
    text-align: left;
}




.sort_modal .filter{
    display: block;
    width: auto;
}
.sort_modal .head .closed{
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/digital/css/../img/ico/modal_close.svg");
    margin: 19px 17px 17px 0;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.sort_modal .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
}
.sort_modal .head > div {
    flex: 0 1 33.333%;
}
.sort_modal .head .title{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.sort_modal .display{
    display: none;
}
.sort_modal .sort_modal_cont{
    padding: 17px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.sort_modal .custom-select-wrapper {
    display: block;
}
.sort_modal .custom-select {
    width: 100%;
}
.sort_modal_cont .name{
    padding-bottom: 12px;
}
.sort_modal_cont .custom-select.sort{
    padding-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
}


@media (max-width:1150px){
    .tov_line_3 .cat_list_item {
        flex: 0 1 calc(50% - 30px);
    }
}
@media (max-width:1000px){
    .over_right .name {
        display: none;
    }
}
@media (max-width:850px){
    .filter {
        display: none;
    }
    .sections .container{
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width:600px){
    .over_right{
        display: none;
    }
    .over_right_mob{
        display: block;
    }

}
@media (max-width:550px){
    .tov_line_3 .cat_list_item {
        flex: 0 1 calc(100% - 30px);
    }
    .over_list {
        flex-direction: column;
        align-items: baseline;
    }
    .over_right_mob {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .over_right_mob button {
        margin-left: 0;
    }
    .h1, h1 {
        margin: 16px 0 11px 0;
    }
}
/*@media (max-width:420px){
    .over_right_mob button {
        margin-left: 10px;
    }
}
@media (max-width:380px){
    .over_right_mob button {
        margin-left: 10px;
    }
}*/
/* End */


/* Start:/local/templates/digital/css/tov_line.css?16038759337270*/
.grey_bg {
    background-color: #F8F8F8;
}

.sections {
    width: 100%;
}

.tov_line .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 30px;
}

.tov_line {
    padding-top: 36px;
    padding-bottom: 24px;
}

.cat_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cat_list_item {
    flex: 0 1 calc(25% - 30px);
    display: flex;
    flex-direction: column;
    margin: 0 15px 30px 15px;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    padding: 21px 22px 18px 22px;
    background-color: #fff;
    position: relative;
    min-width: 245px;
}

.cat_list_item img {
    margin: 0 auto 21px auto;
    display: block;
}

.cat_list_item .name {
    font-size: 14px;
    line-height: 19px;
    color: #31302E;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.cat_list_item .info {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 12px;
}

.cat_list_item .q_big {
    display: inline-block;
    background-image: url("/local/templates/digital/css/../img/ico/q_big.svg");
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-size: contain;
    margin: 0 0 0 5px;
}

.cat_list_item .q_big:hover {
    background-image: url("/local/templates/digital/css/../img/ico/q_big_h.svg");
}

.rating_active {
    cursor: pointer;
}

.rating_list {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.rating {
    display: inline-block;
    padding: 0 11px 0 0;
}

.rating .star {
    width: 14px;
    height: 14px;
    background-image: url("/local/templates/digital/css/../img/ico/star_gray.svg");
    display: inline-block;
    background-size: contain;
}

.rating .star.checked {
    background-image: url("/local/templates/digital/css/../img/ico/star.svg");
}

.rating_list .count {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}

.cat_list_item .price_name {
    font-size: 11px;
    line-height: 15px;
    color: #5A5757;
}

.cat_list_item .price1 {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.cat_list_item .price1 .price {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #31302E;
}

.cat_list_item .price2 {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.cat_list_item .price2>div {
    display: flex;
    flex-direction: column;
    /* margin-right: 12px; */
}

.cat_list_item .price2>div:nth-last-of-type(1) {
    margin-right: 0;
}

.cat_list_item .price2 .price {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #31302E;
}

.q_ico {
    width: 14px;
    height: 14px;
    background-image: url("/local/templates/digital/css/../img/ico/q.svg");
    display: inline-block;
    position: relative;
}

.cat_list_item .add_cart {
    width: 100%;
    background: #F4F4F4;
    border-radius: 3px;
    border: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #00B733;
    padding: 13px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cat_list_item .ico_cart_list {
    width: 17px;
    height: 16px;
    background-image: url("/local/templates/digital/css/../img/ico/add_cart.svg");
    display: inline-block;
    margin-right: 13px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cat_list_item .add_cart:hover {
    background: #00B733;
    color: #fff;
}

.cat_list_item .add_cart:hover .ico_cart_list {
    background-image: url("/local/templates/digital/css/../img/ico/add_cart_white.svg");
}

.cat_list_item .btn_basket {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #999999;
}

.cat_list_item .add_fav {
    position: absolute;
    right: 57px;
    cursor: pointer;
}

.cat_list_item .ico_fav {
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/digital/css/../img/ico/list_add_fav.svg");
    display: inline-block;
}

.cat_list_item .add_compare {
    position: absolute;
    right: 15px;
    cursor: pointer;
    width: auto;
}

.cat_list_item .ico_compare {
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/digital/css/../img/ico/list_add_comp.svg");
    display: inline-block;
}

.cat_list_item .add_compare:hover .ico_compare,
.cat_list_item .add_compare.active .ico_compare {
    background-image: url("/local/templates/digital/css/../img/ico/list_add_comp_in.svg");
}

.cat_list_item .add_fav:hover .ico_fav,
.cat_list_item .add_fav.active .ico_fav {
    background-image: url("/local/templates/digital/css/../img/ico/list_add_fav_in.svg");
}

.receipt-date {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #999999;
    padding: 13px 0 12px 0;
}

.inf_block .counter_block {
    width: 100px;
    height: 46px;
    border: 1px solid #DBDBDB;
    display: flex;
}

.counter_block .minus {
    width: 39px;
    height: 100%;
    display: inline-block;
    background-image: url("/local/templates/digital/css/../img/ico/-.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
}

.counter_block .plus {
    width: 39px;
    height: 100%;
    display: inline-block;
    background-image: url("/local/templates/digital/css/../img/ico/+.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
}

.counter_block .plus:hover,
.counter_block .minus:hover {
    background-color: #F9F9FA;
}

.counter_block input {
    width: 36px;
    border: none;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    text-align: center;
}

.tov_line .inf_block {
    display: flex;
    width: auto;
    margin-left: 0;
}

.tov_line .inf_block .counter_block {
    margin-right: 12px;
}

.tov_line h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 30px;
}

@media (max-width:1050px) {
    .cat_list_item {
        flex: 0 1 calc(33.33% - 30px);
    }
}

@media (max-width:780px) {
    .cat_list_item {
        flex: 0 1 calc(50% - 30px);
    }
}

@media (max-width:500px) {
    .cat_list_item {
        flex: 0 1 100%;
    }
    .tov_line .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .tov_line .slick-dots {
        position: absolute;
        bottom: 10px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .tov_line .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .tov_line .slick-dots li button {
        font-size: 0;
        line-height: 0;
        border: none;
        background-image: url("/local/templates/digital/css/../img/ico/dot.svg");
        width: 12px;
        height: 12px;
        background-color: transparent;
    }
    .tov_line .slick-dots li.slick-active button {
        background-image: url("/local/templates/digital/css/../img/ico/dot_active.svg");
    }
    .cat_list_item {
        margin: 0 15px 50px 15px;
    }
}
/* End */
/* /local/templates/digital/css/all.css?175280944927223 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.small/small-basket_new_digital/style.css?16899116755587 */
/* /local/templates/digital/js/slick/slick.css?16829985421763 */
/* /local/templates/.default/components/bitrix/system.auth.form/social_redirect/style.css?1744856982443 */
/* /local/templates/digital/css/tov_list.css?159107041211996 */
/* /local/templates/digital/css/tov_line.css?16038759337270 */
