

/* 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_item.css?161103037418228*/
.page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 32.68px;
    font-weight: 700;
}

.page_title .vendor_code {
    margin: 16px 0 43px 20px;
    display: flex;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}

.page_title .vendor_code span {
    padding: 0 0 0 5px;
}

.slick-track {
    text-align: center;
}

.arrow_up {
    background-image: url('/local/templates/digital/css/../img/ico/arrow_1.svg');
    width: 20px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
}

.arrow_up:hover {
    background-image: url('/local/templates/digital/css/../img/ico/arrow_2.svg');
    width: 20px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: scale(1, -1);
}

.arrow_down {
    background-image: url('/local/templates/digital/css/../img/ico/arrow_1.svg');
    width: 20px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: scale(1, -1);
}

.arrow_down:hover {
    background-image: url('/local/templates/digital/css/../img/ico/arrow_2.svg');
    width: 20px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: scale(-1, 1);
}

.goods_inf {
    display: flex;
    max-width: 100%;
}

.foto_block {
    width: 652px;
    display: flex;
    justify-content: space-between;
}

.big_foto {
    width: 586px;
}

.mini_gal {
    width: 124px;
    align-self: center;
}

.mini_gal .slick-arrow {
    width: 100%;
    height: 20px;
    display: block;
    background-color: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
    content: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.mini_gal .slick-prev {
    background-image: url("/local/templates/digital/css/../img/ico/v_prev.svg");
    margin-bottom: 10px;
}

.mini_gal .slick-prev:hover {
    background-image: url("/local/templates/digital/css/../img/ico/v_prev_h.svg");
}

.mini_gal .slick-next {
    background-image: url("/local/templates/digital/css/../img/ico/v_next.svg");
    background-position: 50% 100%;
    margin-top: 10px;
}

.mini_gal .slick-next:hover {
    background-image: url("/local/templates/digital/css/../img/ico/v_next_h.svg");
}

.mini_gal img {
    margin: 15px auto;
}

.inf_block {
    width: 470px;
    margin-left: 48px;
}

.inf_block .line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}

.inf_block .line1 .rating_list {
    margin-bottom: 0;
    flex: 1;
}

.inf_block .line1 .btn {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 160px;
    display: flex;
    align-items: center;
    padding: 5px 0 6px 0;
    justify-content: center;
    margin-left: 15px;
    background-color: #fff;
}

.inf_block .line2 {
    background-color: #F7F7F7;
    padding: 18px 25px 25px 25px;
    margin-bottom: 19px;
}

.inf_block .price_block {
    display: flex;
    padding-bottom: 6px;
    /* border-bottom: 1px solid #DDDDDD; */
    margin-bottom: 10px;
}

.inf_block .price_block>div {
    display: flex;
    flex-direction: column;
}

.inf_block .price1 {
    margin-right: 22px;
}

.inf_block .price_name {
    font-size: 12px;
    line-height: 16px;
    color: #5A5757;
    padding-bottom: 5px;
}

.inf_block .price1 .price {
    font-weight: bold;
    font-size: 42px;
    line-height: 57px;
    color: #31302E;
}

.inf_block .price2 .price {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

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

.counter_blocks {
    display: flex;
    justify-content: space-between;
}

.inf_block .price_block2 {
    display: flex;
}

.inf_block .price_block2 .price2 {
    display: flex;
    width: 33.333%;
    flex-direction: column;
    margin-bottom: 18px;
}

.inf_block .price_block2 .no_stock {
    font-weight: bold;
    font-size: 23px;
    line-height: 31px;
    color: #31302E;
    padding-bottom: 25px;
}

.inf_block .q_big {
    display: inline-block;
    background-image: url("/local/templates/digital/css/../img/ico/q_big.svg");
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 13px;
}

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

.inf_block .q {
    margin-left: 10px;
    position: relative;
    vertical-align: sub;
}

.btn_add_fav {
    width: 137px;
}

.btn_add_compare {
    width: 120px;
}

.fav_ico {
    width: 16px;
    height: 14px;
    background-image: url("/local/templates/digital/css/../img/ico/fav.svg");
    display: inline-block;
    margin-right: 8px;
}

.inf_block .line1 .btn:hover,
.inf_block .line1 .btn.active {
    color: #00B733;
}

.btn_add_fav:hover .fav_ico,
.btn_add_fav.active .fav_ico {
    background-image: url("/local/templates/digital/css/../img/ico/fav_in.svg");
}

.compare_ico {
    width: 14px;
    height: 12px;
    background-image: url("/local/templates/digital/css/../img/ico/compare.svg");
    display: inline-block;
    margin-right: 8px;
}

.btn_add_compare:hover .compare_ico,
.btn_add_compare.active .compare_ico {
    background-image: url("/local/templates/digital/css/../img/ico/compare_in.svg");
}

.inf_block .line3 {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 18px;
}

.inf_block .line3 .pickup {
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.inf_block .line3 .pickup_link {
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.inf_block .line3>div {
    flex: 0 1 50%;
}

.inf_block .line4 {
    display: flex;
}

.inf_block .line4>div {
    flex: 0 1 50%;
}

.inf_block .pickup_time {
    font-size: 13px;
    line-height: 170%;
    color: #777777;
}

.inf_block .pickup_cost {
    font-weight: bold;
    font-size: 12px;
    line-height: 170%;
    color: #31302E;
}

.inf_block .delivery_post {
    font-size: 13px;
    line-height: 170%;
    color: #777777;
}

.inf_block .delivery_post span {
    font-weight: bold;
    font-size: 12px;
    line-height: 170%;
    color: #31302E;
}

.inf_block .delivery {
    font-size: 13px;
    line-height: 170%;
    color: #000000;
}

.inf_block .delivery .city {
    color: #777777;
}

.inf_block .link {
    color: #777777;
}

.inf_block .receipt-date {
    text-align: left;
}

.tabs-cotainer {
    background: #F8F8F8;
    margin-top: 40px;
    margin-bottom: 27px;
}

.tabs-title-container {
    display: flex;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #31302E;
}

.tabs-title-container:after {
    content: "";
    width: 20px;
    height: 53px;
    display: block;
    top: 0;
    right: 0;
    position: sticky;
    background-image: linear-gradient(to left, #F8F8F8 0%, rgba(248, 248, 248, 0));
}

.tabs-title .name {
    padding: 14px 0 14px 0;
    margin: 0 98px 0 0;
    cursor: pointer;
}

.tabs-title.active .name {
    border-bottom: 3px solid #00B733;
    cursor: unset;
}

.tabs-content-item.active {
    display: block;
}

.tabs-content-item {
    display: none;
    padding-bottom: 50px;
}

.pn_info {
    width: 18px;
    height: 1px;
    border: 1px solid #BDBDBD;
    margin-bottom: 15px;
}

.tabs-content h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-bottom: 15px;
}

.tabs-content p {
    font-size: 13px;
    line-height: 180%;
    color: #31302E;
    padding-bottom: 15px;
    max-width: 770px;
}

.tabs-file {
    display: flex;
    flex-wrap: wrap;
}

.dep_file {
    display: flex;
    max-width: 370px;
    margin-bottom: 28px;
}

.dep_file .inf {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}

.dep_file .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #31302E;
    padding-bottom: 10px;
}

.dep_file .file_ico {
    width: 32px;
    height: 40px;
    background-image: url("/local/templates/digital/css/../img/ico/file.svg");
    display: inline-block;
}

.dep_file .dnl_ico {
    width: 20px;
    height: 16px;
    background-image: url("/local/templates/digital/css/../img/ico/dnl.svg");
    display: inline-block;
    margin-right: 5px;
}

.dep_file a {
    font-size: 13px;
    line-height: 16px;
    color: #00B733;
}

.rev_title {
    display: flex;
    justify-content: space-between;
}

.rev_title .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-right: 20px;
    margin-bottom: 15px;
}

.rev_nom {
    font-weight: 600;
    font-size: 45px;
    line-height: 61px;
    color: #E8E8E8;
    margin: -25px 0 0 0;
}

.sort_comments {
    font-size: 16px;
    line-height: 16.34px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 18px;
}

.sort_comments_select {
    height: 31px;
    width: 158px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    margin-left: 19px;
    padding-left: 11px;
    background-position: right .7em top 50%, 0 0;
}

.comment {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
    padding: 35px 0 0 0;
    max-width: 870px;
}

.comment:nth-of-type(1) {
    /*border-top: 1px solid #E5E5E5;*/
}

.comment .line1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 12px;
}

.comment .line1 .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comment .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #31302E;
}

.comment .rating {
    padding: 0 0 0 17px;
}

.comment .date {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.comment .text {
    font-size: 12px;
    line-height: 16px;
    color: #31302E;
    padding-bottom: 39px;
    max-width: 800px;
}

.comment .line2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 23px;
}

.comment .likes_head {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-right: 30px;
}

.comment .likes .count {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #00B733;
    margin: 0 12px;
}

.comment .likes .count.red {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #EB5757;
    margin: 0 12px;
}

.comment .likes {
    display: flex;
    align-items: center;
}

.ico_like {
    background-image: url("/local/templates/digital/css/../img/ico/good.svg");
    width: 22px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}
.bad {
    transform: rotate(200grad);
    position: relative;
    top: 5px;
}

.under_comment {
    display: flex;
    margin-top: 26px;
}

.under_comment .result {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.under_comment .ajax_next {
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #00B733;
    margin-left: 234px;
}

.add_comment_block {
    margin-top: 75px;
    margin-bottom: 20px;
    max-width: 870px;
}

.add_comment_block .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 156%;
    color: #000000;
    padding-bottom: 10px;
}

.add_comment_block .line1 {
    display: flex;
    max-width: 665px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_comment_block .line2 {
    font-size: 13px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.add_comment_block .line2 .rating {
    line-height: 0;
    margin-left: 12px;
}

.add_comment_block .line1>div {
    display: flex;
    flex-direction: column;
}

.add_comment_block input,
.add_comment_block textarea {
    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;
}

.add_comment_block textarea {
    width: 100%;
    height: 160px;
    margin-top: 9px;
    margin-bottom: 30px;
    resize: none;
}

.add_comment_block .name {
    font-size: 13px;
    line-height: 18px;
    color: #31302E;
    padding-bottom: 9px;
}

.add_comment_block .input {
    display: flex;
    flex-direction: column;
}

.add_comment_block .input .alert {
    font-size: 9px;
    line-height: 12px;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.btn_gray2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #00B733;
    background-color: #F4F4F4;
    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;
}
form input.btn_gray2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #00B733;
    background-color: #F4F4F4;
    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;
    cursor: pointer;
}
.alert_info {
    background-image: url("/local/templates/digital/css/../img/ico/info.svg");
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
}

.pickup_content {
    padding-top: 9px;
}

.pickup_list li {
    font-size: 12px;
    margin: 5px 0;
    color: #777777;
}

.pickup_list li.active {
    color: #000;
}

.block_delivery_row .pic {
    display: none;
}

#edost_catalogdelivery_inside_detailed,
#edost_catalogdelivery_inside_city_head,
#edost_catalogdelivery_inside_city {
    display: none !important;
}

.video_frame_container {
    width: 560px;
}

@media (max-width:1180px) {
    .inf_block .price1 .price {
        font-size: 22px;
        line-height: 30px;
    }
    .inf_block .price2 .price {
        font-size: 18px;
        line-height: 25px;
    }
    .inf_block .price2 .price_name {
        padding-bottom: 9px;
    }
    .inf_block .line1 .rating_list {
        flex-direction: column;
        align-items: baseline;
    }
}

@media (max-width:1080px) {
    .foto_block {
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .video_frame_container {
        width: auto;
    }
    .mini_gal {
        width: 90%;
        margin: 0 34px;
    }
    .mini_gal .slick-arrow {
        position: absolute;
        top: 50%;
        width: 30px;
        transform: rotate(-90deg);
    }
    .mini_gal .slick-next {
        right: -25px;
        margin-top: -13px;
    }
    .mini_gal .slick-prev {
        left: -25px;
        margin-top: -12px;
    }
    .mini_gal .slick-slide img {
        display: block;
        margin: 15px auto;
    }
    .foto_block {
        width: 520px;
    }
}

@media (max-width:1000px) {
    .goods_inf>div {
        width: auto;
        max-width: 50%;
    }
    .goods_inf .inf_block {
        margin-left: 24px;
    }
}

@media (max-width:860px) {
    .goods_inf {
        flex-direction: column;
    }
    .goods_inf>div {
        max-width: 100%;
    }
    .goods_inf .foto_block {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .goods_inf .inf_block {
        margin-left: 0;
    }
}

@media (max-width:750px) {
    .tabs-title .name {
        margin: 0 50px 0 0;
    }
}

@media (max-width:500px) {
    .page_title .vendor_code {
        display: none;
    }
    .dep_file .file_ico {
        flex: 0 0 auto;
    }
    .rev_title {
        justify-content: unset;
        flex-direction: column;
    }
    .rev_title .title {
        padding-right: 0;
    }
    .rev_title .btn_green {
        width: 100%;
    }
    .rev_nom {
        margin: 0;
    }
    .under_comment {
        flex-direction: column;
        align-items: center;
    }
    .under_comment .ajax_next {
        margin-left: 0;
        margin-top: 10px;
    }
    .add_comment_block {
        margin-top: 50px;
    }
    .add_comment_block .line1>div {
        padding-bottom: 28px;
    }
    .add_comment_block input,
    .add_comment_block textarea {
        padding: 10px;
    }
    .add_comment_block .line2 .rating .star {
        width: 28px;
        height: 28px;
    }
    .add_comment_block .btn_gray2 {
        width: 100%;
    }
    .mini_gal {
        width: 90%;
        margin: 0 18px;
    }
    .video_img_item img {
        margin: 32px auto !important;
    }
    .under_title {
        display: flex;
        font-size: 13px;
        line-height: 18px;
        justify-content: space-between;
    }
    .page_title h1 {
        margin: 16px 0 24px 0;
    }
    .goods_inf .inf_block {
        display: flex;
        flex-direction: column;
    }
    .inf_block .line1 .rating_list {
        display: none;
    }
    .inf_block .line1 .btn {
        margin-left: 0;
    }
    .inf_block .line1 {
        justify-content: space-between;
        order: 2;
    }
    .inf_block .line2 {
        order: 1;
    }
    .inf_block .line3 {
        order: 3;
        flex-direction: column;
    }
    .inf_block .line4 {
        order: 4;
        flex-direction: column;
    }
    .inf_block .line2 {
        padding: 15px 10px;
    }
    .inf_block .q {
        margin-left: 3px;
    }
    .pickup2 {
        margin-top: 5px;
        display: flex;
        align-items: center;
    }
    .pickup_time {
        padding-right: 10px;
    }
    .inf_block .delivery {
        display: flex;
        margin: 0 0 4px 0;
    }
    .inf_block .delivery .city {
        margin: 0 10px 0 5px;
    }
    .counter_blocks {
        flex-wrap: wrap;
        align-items: center;
    }
    .counter_blocks .counter_name {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #31302E;
    }
    .counter_blocks .btn_green {
        margin-top: 21px;
        width: 100%;
    }
}
/* 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 */


/* Start:/local/templates/digital/js/fancybox/jquery.fancybox.min.css?158442807812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* 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_item.css?161103037418228 */
/* /local/templates/digital/css/tov_line.css?16038759337270 */
/* /local/templates/digital/js/fancybox/jquery.fancybox.min.css?158442807812795 */
