

/* 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 */
/* /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 */
