@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Bold.woff') format('woff'),
    url('Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Regular.woff') format('woff'),
    url('Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Medium.woff') format('woff'),
    url('Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
    url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Light.woff') format('woff'),
    url('Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rouble';
    src: url('rouble.otf');
    font-weight: normal;
    font-style: normal;
}

span.rub {
    font-family: 'Rouble';
    line-height: 1;
}
div.rub{
    font-family: 'Rouble';
    line-height: 1;
}

body {
    min-height: 800px;
    background-color: rgb(255, 255, 255);
}
body.hidden_body{
    overflow-y: hidden;
}
a {
    color: rgba(69,139,217,1);
    text-decoration: underline;
}
a:hover, a:focus {
    color: rgba(69,139,217,0.75);
    text-decoration: underline;
}
a.def {
    color: inherit;
    opacity: 1;
    text-decoration: none !important;
}
a.def:hover {
    opacity: 1;
    text-decoration: none !important;
}

.not_active{
    pointer-events: none;
}
img{
    max-width: 100%;
}
.no_pad {
    padding: 0px;
}
.no_pad_l {
    padding-left: 0px;
}
.no_pad_r {
    padding-right: 0px;
}
.back_grey{
    background-color: rgb(242,244,247);
}
.back_yellow{
    background-color: #ffa630;
}
.theme_grey{
    color: rgb(139,139,139);
}
.animate_hidden{
    opacity:0;
}
.animate_visible{
    opacity:1;
}
.bl_mobile{
    display: none;
}
.light{
    font-weight: 300;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: bold;
}
.font_upper{
    text-transform: uppercase;
}

.line_through{
    text-decoration: line-through;
}
.bl_left {
    text-align: left;
}
.bl_right {
    text-align: right;
}

.main_logo{
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.main_logo .logo_image{
    max-width: 210px;
    margin: 0px auto 0px auto;
}
.main_logo .logo_image img{
    width: 100%;
}
.main_logo .logo_descr{
    margin-top: 20px;
    font-size: 18px;
}
.menu_main_element {
    cursor: pointer;
}
.main_block{
    padding-top: 40px;
    padding-bottom: 45px;
}
#main_anchor_top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
#main_anchor {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
.container_full {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.bm_slider{
    display: none;
}
.main_menu_cat .main_left_menu_level{
    padding-left: 0px;
    list-style-type: none;
    font-size: 20px;
    font-weight: 300;
}
.main_menu_cat>.block_case_type>.main_left_menu_level{
    padding-top: 10px;
}
.main_menu_cat>.block_case_type>a.case_item_wrap{
    height: 73px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
    background-color: rgb(45,44,41);
    color: rgb(255,255,255);
    font-size: 24px;
    font-weight: 500;
    padding: 0px 50px;
}
.main_menu_cat>.block_case_type>a.case_item_wrap.not_active{
    pointer-events: none !important;
}
.main_menu_cat>.block_case_type>a.case_item_wrap {
    display: none !important;
}

.main_menu_cat .main_left_menu_level .case_item{
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.2;
}
.main_menu_cat .main_left_menu_level a{
    display: block;
    cursor: pointer;
    transition: 0.2s;
    padding: 0px 90px 0px 50px;
}
.main_menu_cat .main_left_menu_level a.more_items>.case_item{
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.main_menu_cat .main_left_menu_level a:hover, .main_menu_cat .main_left_menu_level a.active{
    background-color: rgba(24, 119, 242, 1);
    color: rgb(255,255,255);
}
.main_menu_cat>.block_case_type>.main_left_menu_level>a.active{
    background-color: rgba(205, 214, 221, 1);
    color: rgb(16,16,16);
}
.main_menu_cat>.block_case_type>.main_left_menu_level>a.active svg{
    filter: invert(0) brightness(1) !important;
}
.main_menu_cat .main_left_menu_level a:hover svg, .main_menu_cat .main_left_menu_level a.active svg{
    filter: invert(1) brightness(10) !important;
}
.block_case_type>.main_left_menu_level .case_item_wrap{
    font-weight: 500;
}
.block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap{
    font-weight: normal;
    padding-left: 65px;
}
.block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap:hover{
    font-weight: normal;
    background-color: rgb(242,244,247);
}
.block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap:hover{
    color: rgb(25,25,25);
}
.block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap .case_item.active{
    font-weight: normal;
}
.block_case_type>.main_left_menu_level>.case_item_wrap{
    font-size: 1.05em;
}
.main_left_menu{
    margin-top: -5px;
}
.main_left_menu_level .main_left_menu_level{
    padding-left: 0px;
    position: relative;
}
.main_left_menu_level .main_left_menu_level:before{
    display: none;
}
.main_left_menu_level .main_left_menu_level .main_left_menu_level:before{
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    height: calc(100% - 17px);
    background-color: rgb(0, 216, 233);
    width: 1px;
}
.main_left_menu_level .f_main_title_menu > a{
    font-weight: 700;
    font-size: 17px;
}
.main_left_menu_level .main_left_menu_level .f_main_title_menu > a{
    font-weight: 500;
    font-size: 17px;
}
.main_left_menu_level .main_left_menu_level .main_left_menu_level .f_main_title_menu > a{
    font-weight: 300;
    font-size: 15px;
}
.f_main_title_menu#active_list_menu a{
    color: rgb(0,216,233);
    font-size: 17px;
}
.f_main_title_menu.active a {
    color: rgb(0,216,233);
}
.f_main_title_menu > a > p{
    margin-bottom: 0px;
    padding-right: 20px;
}
.f_main_title_menu > a.more_items > p{
    position: relative;
}

.block_fast_link{

}
.block_fast_link .bl_fl_item{
    border-radius: 15px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.22);
    height: 200px;
    padding-left: 45px;
    display: flex;
    align-items: center;
    justify-content: normal;
    line-height: 1.25;
    font-weight: 500;
    font-size: 32px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    margin-bottom: 30px;
    transition: 0.2s;
}
.block_fast_link .bl_fl_item:hover{
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}
.block_new_doors .main_title{
    margin-bottom: 15px;
}
.main_bl.block_new_doors{
    padding-bottom: 0px;
}
.slider_new_doors{
    opacity: 0;
    padding-right: 15px;
}
.slider_new_doors_wrap .btn_wrap{
    text-align: center;
    margin-top: 5px;
}
.slider_new_doors_wrap .btn_up{
    margin-right: 0px;
}
.slider_new_doors_wrap{
    display: none;
}
.slider_new_doors_wrap.active{
    display: block;
}
.slider_new_doors .slick-track{
    padding-top: 25px;
    padding-bottom: 30px;
}
.slider_new_doors .slick-prev,
.slider_new_doors .slick-next{
    width: 50px;
    height: 50px;
    background-color: rgb(70,70,70);
    border-radius: 50vh;
    top: 39%;
    transform: translate(0px,-50%);
    background-image: url("../images/velo15/svg/icon_arr.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 55% 50%;
}
.slider_new_doors .slick-prev{
    display: none !important;
}
.slider_new_doors .slick-next{
    right: 0px;
}
.slider_new_doors .slick-prev:hover,
.slider_new_doors .slick-next:hover,
.slider_new_doors .slick-prev:focus,
.slider_new_doors .slick-next:focus{
    width: 50px;
    height: 50px;
    background-color: rgba(255, 166, 48);
    border-radius: 50vh;
    opacity: 1;
    background-image: url("../images/velo15/svg/icon_arr.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 55% 50%;
}
.main_title{
    position: relative;
    margin-bottom: 30px;
}
.main_title h2{
    font-weight: 500;
    font-size: 36px;
}
.main_title .link{
    position: absolute;
    right: 15px;
    top: 10px;
    color: rgb(112,112,112);
}
.main_title .link:hover{
    text-decoration: underline;
}
.btn_order_all_basket.not_active{
    pointer-events: none !important;
}
.menu_basket{
    position: absolute;
    right: 50px;
    top: 0px;
    height: 100%;
    background-color: rgb(255,255,255);
    color: rgb(255,255,255);
    font-size: 22px;
    border-radius: 0px;
    max-width: 160px;
    padding-left: 67px;
    cursor: pointer;
    transition: 0.2s;
}
.menu_basket:hover{
    opacity: 0.85 !important;
}
.menu_basket .text{
    transition: 0.2s;
}
.menu_basket:hover .text{
    color: rgba(24, 119, 242, 1);
}

.menu_basket:before{
    content: "";
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0px;
    transition: 0.2s;
    left: 15px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-image: url("../images/velo15/svg/icon_cart.svg");
    filter: grayscale(1) brightness(0);
}
.menu_basket:hover:before{
    filter: grayscale(0) brightness(1);
}
.menu_basket span.rub{
    transition: 0.2s;
}
.menu_basket:hover span.rub{
    color: rgba(24, 119, 242, 1);
}

.menu_basket.menu_compare:before{
    background-size: 25px;
    background-image: url("../images/velo15/svg/icon_compare.svg");
}
.menu_basket.menu_compare{
    right: 210px;
}
.menu_basket .count{
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 166, 48);
    width: 20px;
    height: 20px;
    color: rgb(41,41,41);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    font-size: 12px;
    left: 35px;
    top: 27px;
}
.menu_basket .text{
    line-height: 102px;
    color: rgb(0,0,0);
    font-size: 20px;
}
.menu_basket span.rub{
    color: rgb(0,0,0);
}
.main_menu_cat_block_wrapper{
    display: none;
}


hr{
    border-top: 1px solid rgb(170,170,170);
}
.main_bl{
    overflow: hidden;
    padding: 15px 15px 15px 15px;
}
.main_bl_cat{
    padding: 15px 50px 15px 50px;
}
.main_bl_cat.main_bl_cat_dop{
    padding: 15px 35px 15px 35px;
}
.main_bl_cat_f{
    padding-top: 30px;
}
.cat_filters{

}
.cat_filter_item{
    min-height: 45px;
    height: auto;
    position: relative;
}
.cat_filter_item oi-select{
    z-index: 2;
    position: relative;

}
.cat_filter_item oi-select .select-dropdown{
    max-height: 170px !important;
}
.cat_filter_item oi-select .select-search{
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: none !important;

}

.cat_filter_item oi-select .select-search-list{
    overflow: hidden;
}
.cat_filter_item oi-select .select-search-list-item_selection.focused, .cat_filter_item oi-select .select-search-list-item_selection:active{
    box-shadow: none;
    background-color: transparent;
    border: none;
}
.cat_filter_item oi-select .select-dropdown{
    border-right: 1px solid rgb(242,244,247) !important;
    border-left: 1px solid rgb(242,244,247) !important;
    border-bottom: 1px solid rgb(242,244,247) !important;
    border-radius: 0px 0px 5px 5px !important;
    box-shadow: none !important;
    outline: none !important;
}
.cat_filter_item oi-select .select-search-list-item_input{
    width: 55px;
}
.cat_filter_item oi-select .select-search-list-item_input input{
    background-color: transparent !important;
    font-size: 16px !important;
    color: rgb(0,0,0) !important;
    padding: 5px 7px !important;
    cursor: pointer !important;
    font-weight: 500;
}
.cat_filter_item_wrap{
    margin-bottom: 15px;
}
.cat_filter_item_wrap .btns_block .btn_default{
    height: 45px;
    width: 100%;
    font-size: 16px;
    min-width: 160px;
}
.cat_filter_item_wrap .btns_block .btn_default:hover{
    background-color: rgb(40,40,40);
}
.cat_filter_item_wrap.pad_l{
    padding-left: 55px;
}
.cat_filter_item_wrap.pad_l .cat_filter_item oi-select input::placeholder{
    color: rgb(140,140,140) !important;
}
.cat_filter_item oi-select .select-search-list-item_input input::placeholder{
    color: rgb(0,0,0) !important;
}
.cat_filter_item oi-select .select-search:after{
    border: none;
    right: 15px !important;
    background-image: url(../images/velo15/svg/icon_arr.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 15px !important;
    height: 13px !important;
    z-index: 11;
    filter: invert(1);
    transform: rotate(
            90deg
    );
    margin-top: -25px !important;
    border-color: transparent !important;
    border-style: hidden !important;
    border-width: 0 !important;
}
.cat_filter_item_wrapper .cat_filter_item_wrap{
    position: relative;
}

.door_item_wrap:nth-child(16){
    z-index: 1;
}
.door_item_wrap:nth-child(15){
    z-index: 2;
}
.door_item_wrap:nth-child(14){
    z-index: 3;
}
.door_item_wrap:nth-child(13){
    z-index: 4;
}
.door_item_wrap:nth-child(12){
    z-index: 5;
}
.door_item_wrap:nth-child(11){
    z-index: 6;
}
.door_item_wrap:nth-child(10){
    z-index: 7;
}
.door_item_wrap:nth-child(9){
    z-index: 8;
}
.door_item_wrap:nth-child(8){
    z-index: 9;
}
.door_item_wrap:nth-child(7){
    z-index: 10;
}
.door_item_wrap:nth-child(6){
    z-index: 11;
}
.door_item_wrap:nth-child(5){
    z-index: 12;
}
.door_item_wrap:nth-child(4){
    z-index: 13;
}
.door_item_wrap:nth-child(3){
    z-index: 14;
}
.door_item_wrap:nth-child(2){
    z-index: 15;
}
.door_item_wrap:nth-child(1){
    z-index: 16;
}

.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(15){
    z-index: 10;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(14){
    z-index: 11;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(13){
    z-index: 12;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(12){
    z-index: 13;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(11){
    z-index: 14;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(10){
    z-index: 15;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(9){
    z-index: 16;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(8){
    z-index: 17;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(7){
    z-index: 18;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(6){
    z-index: 19;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(5){
    z-index: 20;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(4){
    z-index: 21;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(3){
    z-index: 22;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(2){
    z-index: 23;
}
.cat_filter_item_wrapper .cat_filter_item_wrap:nth-child(1){
    z-index: 24;
}
.filter_block{
    position: relative;
}
.cat_filter_item .cfi_title,
.filter_price .cfi_title{
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px 0px 15px;
    background-color: rgb(242,244,247) !important;
    width: 100%;
    border-radius: 4px;
    z-index: 1;
}
.filter_block.filter_bold .cfi_title{
    font-weight: 500;
}
.cat_filter_item oi-select.ng-not-empty~.cfi_title,
.filter_price oi-select.ng-not-empty~.cfi_title{
    display: none !important;
}
.cat_filter_item oi-select.focused.emptyList~.cfi_title,
.filter_price oi-select.focused.emptyList~.cfi_title{
    display: none !important;
}
.cat_filter_item oi-select.focused~.cfi_title,
.filter_price oi-select.focused~.cfi_title{
    opacity: 0.5;
}
.cat_filter_item oi-select.focused .select-search{
    background-color: rgb(242,244,247) !important;
    border-radius: 4px;
}
.cat_filter_item oi-select.ng-not-empty{
    background-color: rgb(242,244,247) !important;
    border-radius: 4px;
}
.cat_filter_item oi-select.focused.emptyList{
    background-color: rgb(242,244,247) !important;
    border-radius: 4px;
}
.cat_filter_item oi-select .select-search-list-item_selection {
    color: #000;
    width: auto;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 4px;
}
.cat_filter_item oi-select .select-search-list-item_selection-remove {
    padding-left: 5px;
    line-height: 17px;
}
.cat_filter_item oi-select .select-dropdown-optgroup-option {
    padding: 8px 16px !important;
    font-size: 16px;
    height: 36px;
}
.cat_filter_item .deleteValues{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    z-index: 10;
    width: 45px;
    height: 44px;
    background-color: rgb(242,244,247);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/velo15/svg/icon-close-inp.svg");
}
.door_item{
    padding: 70px 20px 5px 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
}
.door_item:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100%);
    background-color: rgb(255,255,255);
    opacity: 0;
    transition: 0.2s;
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0);
    border-radius: 5px;
}
.door_item>div{
    position: relative;
    z-index: 1;
}
.door_item .item_image{
    position: relative;
}
.door_item .item_image.def img{
    width: 90%;
    left: 5%;
}
.door_item .item_image:before{
    content: "";
    display: block;
    padding-top: 75%;
}
.door_item .item_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-position: 50% 20%;
    object-fit: contain;
}
.door_item .item_cat{
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    line-height: 34px;
}
.door_item .item_tags{
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2;
    font-size: 12px;
}
.door_item .item_tags .tag{
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 500;
}
.door_item .item_tags .tag:last-child{
    margin-bottom: 0px;
}
.door_item .item_tags .tag.new{
    background-color: rgb(27,231,42);
    color: rgb(255,255,255);
}
.door_item .item_tags .tag.available{
    background-color: rgb(27,231,42);
    color: rgb(255,255,255);
}
.door_item .item_tags .tag.not_available{
    background-color: #a94442;
    color: rgb(255,255,255);
}
.door_item .item_tags .tag.sale{
    background-color: rgba(255, 166, 48);
}
.door_item .item_info{
    text-align: center;
    padding-top: 15px;
}
.door_item .item_info .item_title{
    font-size: 15px;
    padding: 2px 0px;
    min-height: 60px;
}
.door_item .item_info .item_descr{
    font-size: 15px;
    padding: 2px 0px;
}
.door_item .item_info .item_price{
    font-size: 23px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
}
.door_item .item_info .item_price .regular_price span{
    background-color: rgba(255, 166, 48);
    padding: 5px 5px;
    display: inline-block;
}
.door_item .item_info .item_price .price.new span{
    padding: 5px 5px;
    display: inline-block;
    font-weight: 700;
}
.door_item .item_info .item_price .price.new span.rub{
    font-size: 0.8em;
    padding: 0px;
}
.door_item .item_info .item_price .price.old span.rub{
    font-size: 0.8em;
    padding: 0px;
}
.door_item .item_info .item_price .old_price{
    font-size: 13px;
    margin-left: 15px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px;
    line-height: 1.45;
}
.door_item .item_info .item_price .old_price .price{
    text-decoration: line-through;
}
.door_item .btns_block{
    opacity: 0;
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0px;
    bottom: 0px;
    transition: opacity 0.2s, bottom 0.2s;
}
.door_item:hover:before {
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.18);
    opacity: 1;
    height: calc(100% + 128px);
}
.door_item.door_def:hover:before{
    height: calc(100% + 64px);
}
.door_item:hover .btns_block{
    opacity: 1;
    bottom: -110px;
    z-index: 1;
}
.door_item.door_def:hover .btns_block{
    bottom: -55px;
}
.door_item .btn_default{
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: rgb(255,255,255);
}
.door_item .btn_default.add_btn{
    margin-bottom: 10px;
}
.door_item .btn_default.btn_grey:hover{
    background-color: rgba(40,40,40,1);
}

.block_about{
    margin-bottom: 25px;
}
.block_about_in{
    font-size: 18px;
}

.block_action_line{
    font-size: 24px;
    padding: 15px 45px 15px 45px;
    background-color: rgb(255,216,0);
    overflow: hidden;
}
.block_action_line>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_action_line .numb{
    font-size: 75px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1;
    margin-top: -5px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.block_actions{
    padding: 50px 45px 50px 45px;
}
.block_actions .bl_action_item{
    position: relative;
    margin-bottom: 30px;
}
.block_actions .bl_action_item:before{
    content: "";
    display: block;
    padding-top: 50%;
}
.block_actions .bl_action_item .back_img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.block_actions .bl_action_item .back_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-position: 50% 20%;
    object-fit: cover;
}
.block_actions .bl_action_item .act_title{
    position: absolute;
    bottom: 25px;
    left: 40px;
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.22);
    transition: 0.2s;
    z-index: 1;
}
.block_actions .bl_action_item:hover .back_img{
    opacity: 0.75;
}
.block_actions .bl_action_item:hover .act_title{
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12);
    font-size: 32px;
}

.news_item{

}
.news_item .ni_image{
    position: relative;
    opacity: 1;
    transition: 0.2s;
}
.news_item:hover .ni_image{
    opacity: 0.8;
}
.news_item .ni_image:before{
    content: "";
    display: block;
    padding-top: 55%;
}
.news_item .ni_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-position: 50% 20%;
    object-fit: cover;
    border-radius: 15px;
}
.news_item .ni_title{
    font-size: 18px;
    padding-top: 10px;
}
.news_item_wrap_cat{
    margin-bottom: 25px;
}
.news_item_wrap_cat .news_item{
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(255,255,255);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0);
    transition: 0.2s;
}
.news_item_wrap_cat .news_item:hover {
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.17);
}
.news_item_wrap_cat .news_item .ni_title{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 12px;
}

.full_page{
    width: 100%;
    padding: 0px 15px 0px 15px;
}
.full_page .page_content{

}
.full_page .page_content .pc_image{
    margin-bottom: 25px;
}

.full_page .page_content .pc_image img{
    max-width: 70%;
}

.full_page.full_page_delivery .page_content h2{
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(206, 206, 206);
}
.full_page.full_page_delivery .page_content table{
    width: 100%;
    border: none;
    line-height: 1.5;
}
#dle-content .full_page.full_page_delivery .page_content table tr td{
    border: none;
    padding: 0px 25px 0px 0px;
}
.full_page.full_page_delivery .page_content{

}







.main_menu{
    height: 60px;
}
#main_menu{
    padding: 0px 50px 0px 15px;
}
#main_menu .navbar-header-wrapper .navbar-header{
    position: relative;
    z-index: 1;
    margin-right: 15px;
}
#main_menu .navbar-header-wrapper{
    position: relative;
}

#main_menu .navbar-header-wrapper>div{
    position: relative;
    margin-right: 0px;
}
#main_menu .head_cont_block{
    text-align: right;
}
#main_menu .head_cont_block .phone{
    font-size: 23px;
}
#main_menu .head_cont_block .adress{
    font-size: 14px;
}
#main_menu .navbar-nav > li > span >span{
    position: relative;
}
#main_menu .navbar-nav > li > a >span{
    position: relative;
    padding-bottom: 5px;
}
#searchbox{
    position: absolute;
    right: 360px;
    top: 0px;
    height: 100%;
    width: 225px;
    max-width: calc(100% - 395px);
    /*max-width: calc(100% - 230px);*/
}
#main_menu hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
#main_menu .menu_main_wrap{
    margin-left: 0px;
}
.main_menu_cat_wrap{
    padding: 0px;
}
#main_menu li .dropdown-menu,.all_menu{
    width: 100%;
    left: 0px;
    background-color: rgb(255,255,255);
    font-size: 18px;
    line-height: 1.2;
    padding: 35px;
    border: none;
}
#main_menu .dropdown-menu .menu_upper, .all_menu .menu_upper{
    margin-bottom: 30px;
}
#main_menu .dropdown-menu .mu_title, .all_menu .mu_title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.all_menu .mu_title.mu_link a{
    transition: 0.2s;
}
.all_menu .mu_title.mu_link a:hover{
    color: rgb(255, 191, 45);
}
#main_menu .dropdown-menu .mu_body, .all_menu .mu_body{
    font-size: 17px;
    font-weight: 300;
}
#main_menu .dropdown-menu .mu_body ul, .all_menu .mu_body ul{
    padding-left: 0px;
    list-style-type: none;
}
#main_menu .dropdown-menu .mu_body ul li, .all_menu .mu_body ul li{
    line-height: 38px;
    border-bottom: 1px solid rgb(206,206,206);
    padding-bottom: 1px;
}
#main_menu .dropdown-menu .mu_body ul li a, .all_menu .mu_body ul li a{
    display: block;
}
#main_menu .dropdown-menu .mu_body ul li:hover, .all_menu .mu_body ul li:hover{
    border-bottom: 1px solid rgb(255,216,0);
    font-weight: 500;
}


#main_menu .navbar-nav > li {
    padding: 23px 0px 23px 0px;
}
#main_menu .menu_main_wrap>li{
    margin: 0px 10px 0px 10px;
    padding: 30px 0px 33px 0px;
    position: static;
}
#main_menu .menu_main_wrap>li a span{
    border-bottom: 4px solid rgba(24,119,242,0);
    transition: 0.2s;
}
#main_menu .menu_main_wrap>li a:hover span{
    border-bottom: 4px solid rgba(24,119,242,1);
}
#main_menu .menu_main_wrap>li.current a span{
    position: relative;
}
#main_menu .menu_main_wrap>li.current a span{
    border-bottom: 4px solid rgba(24,119,242,1);
}
#main_menu .menu_main_wrap>li.dropdown>span{
    position: relative;
    padding-right: 20px;
}
#main_menu .menu_main_wrap>li.dropdown>span:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 11px;
    height: 100%;
    background-position: 50% calc(50% + 0px);
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/akkum/svg/item_arrow.svg);
}
#main_menu .menu_main_wrap>li.dropdown.open>span:before{
    transform: rotate(180deg);
    top: 2px;
}
#main_menu .navbar-brand{
    position: relative;
    top: 3px;
    color: rgb(0,0,0);
}
#main_menu .navbar-nav > li.last{
    margin-right: 0px;
}
#main_menu .navbar-nav > li.last > span{
    padding-right: 0px;
}
#main_menu .navbar-nav > li.last > a{
    padding-right: 0px;
}

.pages{
    border-radius: 5px;
    background-color: #ced6dd;
    overflow: hidden;
}
.pages>span, .pages>a{
    line-height: 42px;
    display: inline-block;
    padding: 0px 18px;
    text-decoration: none;
    float: left;
    cursor: pointer;
    color: inherit;
}
.pages>span{
    background-color: rgba(24, 119, 242, 1);
    color: rgb(255,255,255);
}
.pages>span:hover, .pages>a:hover{
    opacity: 0.7;
}
.main_content{
    /*overflow: hidden;*/
}
.main_menu.active{
    position: fixed;
    width: 100%;
    top: 0px;
    background: rgb(255,255,255);
    box-shadow: 0px 15px 26px 3px rgba(4, 5, 5, 0.19);
    margin-top: -120px;
}
.main_menu.active #main_menu .navbar-header-wrapper:before{
    display: none;
}
.main_menu.active #main_menu .menu_main_wrap>li{
    padding: 15px 0px 16px 0px;
}
.main_menu.active #main_menu .navbar-brand{
    top: -1px;
}
.main_menu .menu_info_wrap{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn_up{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgba(24, 119, 242, 1);
    height: 42px;
    font-size: 18px;
    padding: 0px 25px 0px 25px;
    color: rgb(255,255,255);
    font-weight: 500;
    transition: 0.2s;
    margin-right: 15px;
}
.btn_up:hover{
    background-color: rgba(255, 166, 48, 1);
    color: rgb(255,255,255);
}
#fullsearch{
    display: none;
}
.main_menu_up{
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 0px 50px 0px 50px;
    border-bottom: 1px solid rgb(170,170,170);
}
.menu_info_wrap_1{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.geo_up{
    color: rgb(70,70,70);
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    position: relative;
}
.geo_up:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 20px auto;
    background-image: url("../images/velo15/svg/icon_geo.svg");
}
.adress_up{
    color: rgb(70,70,70);
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    margin-left: 35px;
}
.adress_up .adress_item{
    margin-left: 10px;
}
.phone_up{
    font-size: 21px;
    font-weight: 700;
    padding-left: 35px;
    background-image: url(../images/velo15/svg/icon_phone.svg);
    background-size: 23px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    transition: 0.2s;
    line-height: 1.15;
}
.phone_up:hover{
    opacity: 0.8;
}
.phone_up .dop{
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
.phone_up .descr{
    font-weight: normal;
}

.main_search{
    position: relative;
}
.main_search .q_search{
    height: 100%;
}
.main_search #story{
    border: none;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    height: 100%;
    font-weight: 400;
    max-width: 100%;
    font-size: 20px;
    padding-left: 55px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 18px calc(50% - 1px);
    background-image: url("../images/akkum/svg/icon_search.svg");
}
.main_search #story::placeholder{
    color: rgb(70,70,70);
}
.block_brands_in{
    padding-top: 10px;
}
.slider_brands{

}
.slider_brands .xfieldimagegallery li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slider_brands li img{
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 45px;
    margin: 0px auto 0px auto;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.block_main_banner{
    /*height: 400px;*/
    opacity: 0;
}
.block_main_banner>div{
    overflow: hidden;
}
.block_main_banner{
    margin-top: 0px;
    padding: 0px 25px 0px 25px;
}
.block_main_banner .bm_slider{
    border-radius: 15px;
}
.block_main_banner .bm_slider .banner_item{
    position: relative;
    /*height: 470px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
}
.block_main_banner .bm_slider .banner_item:before{
    content: "";
    display: block;
    padding-top: 39%;
}
.block_main_banner .bm_slider .banner_item a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.block_main_banner .bm_slider .banner_item .banner_item_out{

}
.block_main_banner .bm_slider .banner_item .banner_item_in{
    padding-left: 85px;
    padding-top: 10px;
}
.block_main_banner .bm_slider .banner_item .bms_image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.block_main_banner .bm_slider .banner_item .bms_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.block_main_banner .bm_slider .banner_item .bms_subtitle{
    position: relative;
    padding-right: 80px;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 15px;
}
.block_main_banner .bm_slider .banner_item .bms_subtitle:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 70px;
    height: 1px;
    background-color: rgb(41,41,41);
}
.block_main_banner .bm_slider .banner_item .bms_title{
    font-size: 54px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.block_main_banner .bm_slider .slick-dots {
    left: auto;
    right: 20px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    bottom: 20px;
}
.block_main_banner .bm_slider .slick-dots li{
    width: 20px;
    height: 20px;
    margin: 0px 4px;
}
.block_main_banner .bm_slider .slick-dots li button:before{
    width: 20px;
    height: 20px;
}
.block_main_banner .bm_slider .slick-dots li.slick-active button:before{
    background-color: rgba(255, 166, 48);
}
.main_menu_cat .main_left_menu_level{
    font-size: 16px;
}


.speedbar{
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
    margin-top: 15px;
}
.speedbar a{
    position: relative;
    text-decoration: none;
}
.speedbar a:hover{
    color: rgb(0,0,0);
}


.main_popular .bl_title_wrap{
    position: relative;
}
.main_popular .bl_title{
    display: flex;
}
.popular_item_slider_wrap{
    display: none;
}
.popular_item_slider_wrap.active{
    display: block;
}
.main_popular .bl_title_wrap .popular_items_up{
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
.main_popular .bl_title_wrap .popular_items_up>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    border: 0.5px solid rgb(198, 198, 198);
    background-color: rgb(255,255,255);
}
.main_popular .bl_title_wrap .popular_items_up>div>div{
    margin: 0px 15px;
    cursor: pointer;
}
.main_popular .bl_title_wrap .popular_items_up>div>div.active{
    font-weight: bold;
}
.main_popular .bl_title_wrap .popular_items_up>div>div:hover{
    font-weight: bold;
}
.main_popular>div{
    overflow: hidden;
}
.main_popular_slider{
    max-height: 400px;
    opacity: 0;
}
.slick-dotted.slick-slider.main_popular_slider{
    margin-bottom: 70px;
    width: calc(100% + 30px);
    left: -15px;
    padding: 0px 15px;
}
.main_popular_slider .slick-dots {
    left: calc(50% + 2px);
    right: auto;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    transform: translate(-50%, 0px);
    bottom: -50px;
}
.main_popular_slider .slick-dots li{
    width: 20px;
    height: 20px;
    margin: 0px 4px;
}
.main_popular_slider .slick-dots li button:before{
    width: 20px;
    height: 20px;
}
.main_popular_slider .slick-dots li.slick-active button:before{
    background-color: rgb(255,191,45);
}
.main_popular_slider .slick-prev, .main_popular_slider .slick-next{
    width: 65px;
    height: 65px;
    border-radius: 50vh;
    background-color: rgb(213,213,213);
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    opacity: 1;
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-image: url("../images/akkum/svg/icon_arrow_slider.svg");
}
.main_popular_slider .slick-prev:hover, .main_popular_slider .slick-next:hover{
    background-color: rgb(255,191,45);
    opacity: 1;
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-image: url("../images/akkum/svg/icon_arrow_slider.svg");
}
.main_popular_slider .slick-prev{
    left: 0px;
    background-position: 50% 60%;
    right: auto;
    transform: rotate(90deg);
}
.main_popular_slider .slick-next{
    right: 0px;
    background-position: 50% 60%;
    left: auto;
    transform: rotate(-90deg);
}
.main_popular_slider .slick-disabled{
    background-color: rgb(213,213,213) !important;
    cursor: default;
}
.main_popular_slider .slick-prev:hover{
    background-position: 50% 60%;
}
.main_popular_slider .slick-next:hover{
    background-position: 50% 60%;
}
.block_help{
    padding: 0px 30px 0px 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.block_help .block_help_in{
    background-color: #1877f2;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 50px 15px 50px;
    display: flex;
    align-items: center;
}
.block_help .block_help_in .main_title h2{
    color: rgb(255,255,255);
    font-size: 72px;
    padding-left: 0px;
    line-height: 1;
}
.block_help .block_help_in .main_title p{
    color: rgb(255,255,255);
    font-size: 22px;
}
.block_help .block_help_in .input_crypt_wrap{
    display: flex;
    flex-direction: row;
}
.block_help .block_help_in .input_crypt input{
    height: 78px;
    width: 60%;
    font-size: 22px;
    color: rgb(0,0,0);
    border-radius: 12px 0px 0px 12px;
    padding: 0px 25px 0px 25px;
}
.block_help .block_help_in .input_crypt input::placeholder{
    color: rgb(0,0,0);
}
.block_help .block_help_in .btn_default{
    height: 78px;
    border-radius: 0px 12px 12px 0px;
    font-size: 22px;
    width: 40%;
    font-weight: normal;
}
.block_help .block_help_in .btn_default:hover{
    background-color: rgba(255, 166, 48, 0.85);
}

.navigation{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.navigation>span,.navigation>div,.navigation>a{
    display: inline-block;
    vertical-align: middle;
}
.navigation .page_prev_custom{
    margin-right: 8px;
}
.navigation .page_next_custom{
    margin-left: 8px;
}
.navigation .page_prev_custom svg{
    width: 18px;
    transform: rotate(-180deg);
}
.navigation .page_next_custom svg{
    width: 18px;
}
.navigation .page_prev_custom:hover svg path, .navigation .page_next_custom:hover svg path{
    fill: rgba(24, 119, 242, 1);
}

/*--- Рейтинг - Звездами ---*/
.pro_rating .rating, .pro_rating .unit-rating { width: 100px; height: 20px; }
.pro_rating .rating { font-size: 11px; margin-top: 3px;}
.pro_rating .unit-rating, .pro_rating .unit-rating li a:hover, .pro_rating .unit-rating li.current-rating {
    background-image: url("../images/akkum/rate.png");
    -webkit-background-size: 20px auto; background-size:  20px auto;
}
.pro_rating .unit-rating {
    list-style: none;
    margin: 0; padding: 0;
    position: relative;
    background-position: 0 -40px;
    cursor: pointer;
}
.pro_rating .unit-rating li {
    text-indent: -90000px;
    padding: 0; margin: 0;
    float: left;
}
.pro_rating .unit-rating li a {
    display: block;
    width: 20px; height: 20px;
    text-decoration: none;
    border: 0 none !important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}
.pro_rating .unit-rating li a:hover {
    background-position: 0 -21px;
    z-index: 2;
    left: 0;
}
.pro_rating .unit-rating a.r1-unit { left: 0; }
.pro_rating .unit-rating a.r1-unit:hover { width: 20px; }
.pro_rating .unit-rating a.r2-unit { left: 20px; }
.pro_rating .unit-rating a.r2-unit:hover { width: 40px; }
.pro_rating .unit-rating a.r3-unit { left: 40px; }
.pro_rating .unit-rating a.r3-unit:hover { width: 60px; }
.pro_rating .unit-rating a.r4-unit { left: 60px; }
.pro_rating .unit-rating a.r4-unit:hover { width: 80px; }
.pro_rating .unit-rating a.r5-unit { left: 80px; }
.pro_rating .unit-rating a.r5-unit:hover { width: 100px; }
.pro_rating .unit-rating li.current-rating {
    background-position: 0 -1px;
    position: absolute;
    height: 20px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    padding: 0px;
}

.pro_rating .ratingplus {
    color: #70bb39;
}

.pro_rating .ratingminus {
    color: red;
}

.pro_rating .ratingzero {
    color: #6c838e;
}
.input_door{
    margin-bottom: 15px;
}
.input_door input{
    border-radius: 5px;
    padding: 0px 20px;
}
.input_door [type="checkbox"]:not(:checked),.input_door  [type="checkbox"]:checked,.input_door  [type="radio"]:not(:checked),.input_door  [type="radio"]:checked{
    position: absolute;
    left: -9999px;
}

.input_door input[type="checkbox"] + label:before, .input_door input[type="radio"] + label:before{
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;

    top: 0px;
    left: 0px;
    background-image: none;
    border-radius: 3px;
    border: none;
    background-color: rgb(255, 166, 48);

}
.input_door .has-error input[type="checkbox"] + label::before, .input_door .has-error input[type="radio"] + label::before {
    border: 2px solid #a94442 !important;
}

.input_door input[type="checkbox"]:checked + label:before, .input_door input[type="radio"]:checked + label:before{

}
.input_door input[type="checkbox"]:checked + label:after, .input_door input[type="radio"]:checked + label:after{
    content: "";
    background-color: transparent;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/velo15/svg/icon_ok.svg");
    position: absolute;
}
.input_door.input_check{
    margin-top: 10px;
}
.input_door.input_check label{
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.2;
    font-size: 16px;
    padding-top: 3px;
}
.input_door.input_check .has-error label{
    color: #a94442 !important;
}
.input_door.input_check .checkbox{
    margin: 0px;
}
.block_form .btn_default_wrap{
    text-align: right;
}
.content_products_wrapper{
    margin-top: 12px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .content_products_wrapper.columns_custom .item_product_wrap{
        width: 20%;
    }
    .speedbar{
        padding-left: 0px;
        text-align: center;
    }
    #dle-content{
        overflow: hidden;
        padding-bottom: 35px;
        padding-top: 15px;
        width: 100%;
    }
    .news_flex #dle-content {
        display: flex;
        flex-wrap: wrap;
    }
    #dle-content .news_item_wrap>a{
        height: 100%;
        display: block;
    }
    #dle-content .news_item_wrap a>div{
        height: 100%;
    }

}

@media (min-width: 992px) {
    .main_menu_cat_wrap{
        position: sticky;
        top: 0px;
        width: 20%;
    }
    .main_content_wrap{
        width: 80%;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .flex_row #dle-content{
        display: flex;
    }
}
.flex_row #dle-content{
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content_products_wrapper.columns_custom .item_product_wrap{
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item_product_wrap{
        width: 33.333333%;
    }
}

.content_products_default{
    padding-right: 30px;
}
.content_products{
    overflow: hidden;
}
.cont_item{
    margin-bottom: 20px;
    line-height: 1.4;
}
.cont_item>b{
    display: inline-block;
    margin-bottom: 4px;
}
.item_product{
    font-size: 15px;
    position: relative;
    margin-bottom: 30px;
}
.item_product .ip_category{
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -14px;
    opacity: 0;
    font-size: 0.85em;
    transition: 0.2s;
}
.item_product:hover .ip_category{
    opacity: 1;
}
.item_product .ip_image_wrap{
    position: relative;
}
.item_product .anchors{
    position: absolute;
    bottom: -5px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 96px;
    z-index: 2;
}
.item_product .anchors .anchor{
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgb(255,255,255);
    font-size: 13px;
    text-align: center;
}
.item_product .anchors .anchor.red{
    background-color: #EE341B;
}
.item_product .anchors .anchor.blue{
    background-color: #00B7F5;
}
.item_product .anchors .anchor.green{
    background-color: #46CD05;
}
.item_product .ip_title{
    margin-bottom: 15px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: normal;
}
.item_product .ip_image{
    position: relative;
    margin-bottom: 12px;
}
.item_product .ip_image:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.item_product .ip_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 20%;
}
.item_product .ip_image.def img{
    top: 10%;
    left: 15%;
    width: 70%;
    height: 70%;
    opacity: 0.5;
}
.item_product .ip_price{
    font-size: 20px;
    padding: 5px 0px;
}
.item_product{
    border-radius: 10px;
    border: 0.5px solid rgb(198, 198, 198);
    padding: 12px;
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0) inset;
    transition: 0.15s;
}
.item_product:hover{
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.08) inset;
}
.item_product .price_value_old{
    text-decoration: line-through;
    font-size: 0.8em;
    opacity: 0.75;
    padding-right: 2px;
}
.item_product .btn_cart{
    opacity: 0;
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    transition: opacity 0.15s;
    border-radius: 50vh;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
}

.item_product .btn_cart img{
    width: 100%;
}
.btn_cart.btn_little{
    right: 10px;
    bottom: 25px;
    width: 36px;
    height: 36px;
}
.item_product:hover .btn_cart{
    opacity: 1;
    transition: 0.15s;
}
.item_product .btn_cart:hover{
    background-color: rgb(255,191,45);
}

.g-map-m .gmap {
    height: 400px;
    width: 100%;
}
.delivery_map{
    margin-top: 21px;
}
.popover{
    font-family: 'Circe';
}
.block_sort_wrap{
    padding: 0px 15px;
}
.block_sort{
    height: 57px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);


    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0px;
}
.block_sort .sort_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
    white-space: nowrap;
}
.block_sort .sort_block .sort-item{
    color: rgb(186,187,186);
    margin: 0px 0px 0px 17px;
    position: relative;
    transition: 0.2s;
    padding-right: 22px;
    cursor: pointer;
}
.block_sort .sort_block.pokaz_block .sort-item{
    padding-right: 0px;
}
.block_sort .sort_block.pokaz_block{
    margin-left: 55px;
}
.block_sort .sort_block .sort-item:hover{
    color: rgb(253,93,95);
}
.block_sort .sort_block .sort-item:before{
    content: "";
    position: absolute;
    right: 0px;
    top:0px;
    height: 100%;
    width: 15px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/akkum/svg/icon_arrow_slider.svg");
    transform: rotate(180deg);
    opacity: 0;
    transition: 0.2s;
}
.block_sort .sort_block .sort-item.active_filter{
    color: rgb(253,93,95);
}
.block_sort .sort_block .sort-item.active_pokaz{
    color: rgb(253,93,95);
}
.block_sort .sort_block .sort-item.active_filter:before{
    opacity: 1;
}
.block_sort .sort_block .sort-item.active_filter.revert:before{
    transform: rotate(0deg);
}

.main_title.static h2{
    font-size: 25px;
    margin-bottom: 25px;
}
.static_content{
    padding-bottom: 65px;
    padding-right: 30px;
}
.static_content ul{
    padding-left: 0px;
    list-style-type: none;
}
.static_content ul li{
    position: relative;
    padding-left: 15px;
}
.static_content ul li:before{
    content: "\2022";
    font-size: 40px;
    vertical-align: middle;
    display: inline-block;
    line-height: 12px;
    position: absolute;
    top: 2px;
    left: 0px;
    color: rgb(255,191,45);
}

.related_news{
    opacity: 0;
    position: relative;
    padding-right: 30px;
}
.slider_new_doors .slick-track{
    padding-bottom: 55px
}
#related_list .slick-track{
    padding-bottom: 55px
}
#related_list .slick-dots {
    left: calc(50% + 2px);
    right: auto;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    transform: translate(-50%, 0px);
    bottom: -10px;
}
#related_list .slick-dots li{
    width: 20px;
    height: 20px;
    margin: 0px 4px;
}
#related_list .slick-dots li button:before{
    width: 20px;
    height: 20px;
}
#related_list .slick-dots li.slick-active button:before{
    background-color: rgb(255,191,45);
}
#related_list .slick-prev, #related_list .slick-next{
    width: 65px;
    height: 65px;
    border-radius: 50vh;
    background-color: rgb(213,213,213);
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    opacity: 1;
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-image: url("../images/akkum/svg/icon_arrow_slider.svg");
}
#related_list .slick-prev:hover, #related_list .slick-next:hover{
    background-color: rgb(255,191,45);
    opacity: 1;
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-image: url("../images/akkum/svg/icon_arrow_slider.svg");
}
#related_list .slick-prev{
    left: 0px;
    background-position: 50% 60%;
    right: auto;
    transform: rotate(90deg);
}
#related_list .slick-next{
    right: 0px;
    background-position: 50% 60%;
    left: auto;
    transform: rotate(-90deg);
}
#related_list .slick-disabled{
    background-color: rgb(213,213,213) !important;
    cursor: default;
}
#related_list .slick-prev:hover{
    background-position: 50% 60%;
}
#related_list .slick-next:hover{
    background-position: 50% 60%;
}

#dle-content table{

}
#dle-content table tr{

}
#dle-content table tr td{
    border: 1px solid rgb(206, 206, 206);
    padding: 5px 10px;
}

.page_block{
    font-size: 15px;
    font-weight: bold;
    display: inline-flex;
    flex-direction: row;
    line-height: 19px;
    align-items: center;
    justify-content: normal;
    width: 100%;
}
.page_block .count{
    font-weight: bold;
}
.page_block .page_icon_wrap{
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.page_block .page_icon{
    cursor: pointer;
    padding: 10px;
}
.page_block .page_icon .icon{
    height: 19px;
}
.page_block .page_icon svg{
    height: 19px;
}
.page_block .page_icon svg path{
    fill: rgb(255,191,45);
    transition: 0.2s;
}
.page_block .page_icon:hover svg path{
    fill: rgb(41,41,41);
}
.page_block .page_icon.prev_page .icon{
    transform: rotate(-180deg);
}
.page_block .page_icon.prev_page{
    margin-right: 5px;
}
.page_block .page_icon.next_page{
    margin-left: 5px;
}


.cust_pagination_wrap{
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
#cust_pagination .pagination > .active > a, #cust_pagination .pagination > .active > span, #cust_pagination .pagination > .active > a:hover,
#cust_pagination .pagination > .active > span:hover, #cust_pagination .pagination > .active > a:focus, #cust_pagination .pagination > .active > span:focus{
    color: rgb(255,255,255);
    background-color: rgba(24, 119, 242, 1);
    border-color: rgba(24, 119, 242, 1);
}
#cust_pagination .pagination > li > a, #cust_pagination .pagination > li > span {
    padding: 8px 16px 6px 16px;
    font-size: 18px;
}
#cust_pagination .pagination > li > a, #cust_pagination .pagination > li > span{
    color: rgb(41,41,41);
    background-color: #ced6dd;
}
#cust_pagination .pagination li:first-child a{
    background-image: url("../images/velo15/svg/icon_arr_blue_b.svg");
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 17px auto;
    text-indent: -9999px;
    border: none;
    transform: scale(-1,1);
    filter: grayscale(1) brightness(0);
    background-color: transparent;
}
#cust_pagination .pagination li:last-child a{
    background-image: url("../images/velo15/svg/icon_arr_blue_b.svg");
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 17px auto;
    text-indent: -9999px;
    border: none;
    filter: grayscale(1) brightness(0);
    background-color: transparent;
}
#cust_pagination .pagination li:first-child:hover a,
#cust_pagination .pagination li:last-child:hover a{
    filter: grayscale(0) brightness(1);
}
#cust_pagination .pagination li:nth-child(2) a{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#cust_pagination .pagination li:nth-last-child(2) a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#cust_pagination .pagination li a{
    transition: 0.2s;
}
#cust_pagination .pagination li:hover a{
    opacity: 0.75;
}
.content_products_default{

}
.content_products_default>.block_sort_wrap{
    padding: 0px;
}
.content_products_default .content_products{
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

.main_left_menu_level > a.more_items .case_item svg{
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
    position: absolute;
    right: 0px;
    top: 50%;
    transition: 0.2s;
    filter: invert(0);
    margin-top: -6px;

    display: none !important;
}
.main_left_menu_level > a.more_items .case_item svg path{
    fill: rgb(53,53,53);
}
.main_left_menu_level.active > a.more_items .case_item svg path{
    fill: rgb(53,53,53);
}

.filter_block_wrapper{
    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 45px;
}
.filter_block_wrap .filter_title{
    font-size: 21px;
}
.filter_block_wrap hr{
    border-top: 1px solid rgb(174, 174, 174);
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.filter_price{

}
.filter_price .slider.slider-horizontal .slider-tick, .filter_price .slider.slider-horizontal .slider-handle{
    background-color: rgb(255,255,255);
    border: 5px solid rgb(41,41,41);
    top: -2px;
    width: 20px;
    height: 20px;
}
.filter_price .slider-selection {
    background: rgb(255,191,45);
}
.filter_price .slider-track{
    background-color: rgb(230,230,230);
    border-radius: 2px;
}
.filter_price .slider-track-low, .filter_price .slider-track-high{
    border-radius: 2px;
}
.filter_price .slider.slider-horizontal .slider-track {
    height: 8px;
}
.filter_price .price_range{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: normal;
    padding-left: 65px;
}
.filter_price .price_range>span{
    width: 50%;
    max-width: 80px;
    display: inline-flex;
    border: none;
    height: 45px;
    position: relative;
    border-radius: 5px;
    background-color: transparent;
}
.filter_price .price_range>span:last-child{
    margin-left: 5px;
}
.filter_price .price_range>span:first-child{
    margin-right: 5px;
}
.filter_price .price_range>span{
    z-index: 5;
    font-weight: 500;
}
.filter_price .price_range>span.f_left .pre_text, .filter_price .price_range>span.f_right .pre_text{
    position: absolute;
    left: 0px;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
}
.filter_price input[type="number"].filter_price_input{
    background-color: transparent;
    height: 46px;
    font-size: 16px;
    border: none;
    width: auto;
    text-align: right;
    max-width: 85px;
    padding-left: 20px;
}
.filter_price .rub{
    line-height: 46px;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: -1px;
}
.filter_price .ach{
    line-height: 35px;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 2px;
}
.filter_price .abig{
    line-height: 35px;
    font-size: 14px;
    position: absolute;
    right: 13px;
    top: 3px;
}
.filter_price .slider .tooltip{
    display: none !important;
}
.filter_price .slider .tooltip.top {
    margin-top: 18px;
}
.filter_price .tooltip.top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-right: -5px;
    border-width: 0px 5px 5px 5px;
    border-bottom-color: #000;
}
.filter_price input[type="number"] {
    -moz-appearance: textfield;
}
.filter_price input[type="number"]::-webkit-inner-spin-button,
.filter_price input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main_menu_cat{
    margin-bottom: 75px;
}
.main_menu_cat .main_left_menu_level .main_left_menu_level {
    display: none;
}
.f_main_title_menu{
    height: auto;
    position: relative;
    padding: 5px 15px;
}
.f_main_title_menu .numb_cat{
    position: absolute;
    top: 50%;
    transform: translate(0px,-50%);
    right: 8px;
    font-size: 0.75em;
    color: rgb(160,160,160);
}

.f_main_title_menu > a{
    font-weight: 500;
    font-size: 17px;
    text-decoration: none !important;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
    cursor: pointer;
}

.full_product_page{
    overflow: hidden;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 30px;
}
.full_product_page .price_block{
    font-size: 27px;
    margin-top: 10px;
    line-height: 1;
}
.full_product_page .price_block .dop{
    font-size: 17px;
    font-weight: normal;
    padding-left: 5px;
    position: relative;
    top: -4px;
}
.full_product_page .price_block .price_value_old{
    font-size: 17px;
    text-decoration: line-through;
    color: rgb(114,114,114);
}
.full_product_page .price_block .price_value_old.rev{
    color: rgb(114,114,114);
    text-decoration: line-through;
}
.full_product_page .price_block .rub{
    font-weight: normal;
    font-size: 0.75em;
    position: relative;
    left: -3px;
}
.full_product_page .price_block .rub.mini{
    font-size: 13px;
    color: rgb(114,114,114);
}
.full_product_page .slider-for{
    display: block;
    width: 100%;
}
.full_product_page .slider-for li{

}
.full_product_page .slider-for li a{
    position: relative;
    display: block;
}
.full_product_page .slider-for li a:before{
    content: "";
    display: block;
    padding-top: 66%;
}
.full_product_page .slider-for li a img{
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    object-position: 50% 50%;
    object-fit: contain;
}
.full_product_page .slider-for li a img:hover {
    box-shadow: none;
}
.full_product_page .slider-nav{
    width: 100%;
    margin-top: 5px;
    opacity: 0;
    display: none;
}
.full_product_page .slider-for{
    opacity: 0;
    display: none;
}
.full_product_page .slider-for ul{
    position: relative;
}
.full_product_page .slider-for ul li{
    padding: 0px;
    background-color: rgb(255, 255, 255);
}
.full_product_page .slider-for ul li a{
    background-color: rgb(255,255,255);
}
.full_product_page .slider-for ul li img{

}
.full_product_page .slider-nav ul{
    position: relative;
    padding-left: 0px;
    list-style-type: none;
    width: calc(100% + 12px);
    left: -6px;
}
.full_product_page .slider-nav ul.xfieldimagegallery li.slick-slide{
    margin: 0px 6px;
    width: 33.3333%;
    background-color: rgb(255, 255, 255);
    transition: 0.2s;
}
.full_product_page .slider-nav ul.xfieldimagegallery li.slick-slide:hover{
    opacity: 0.7;
    box-shadow: none;
}
.full_product_page .slider-nav ul.xfieldimagegallery li.slick-slide:hover img{
    box-shadow: none;
}
.full_product_page .slider-nav .slick-track{
    margin: 0px;
}
.full_product_page .slider-nav .slick-track{
    padding: 20px 0px 40px 0px;
}
.full_product_page .slider-nav .slick-dots{
    position: absolute;
    bottom: -10px;
    right: auto;
    width: auto;
    left: 50%;
    transform: translate(-50%,0px);
}
.full_product_page .slider-nav .slick-dots li button:before{
    background-color: rgb(180,180,180);
    width: 15px;
    height: 15px;
}
.full_product_page .slider-nav .slick-dots li{
    width: 13px;
    margin: 0px 7px;
}
.full_product_page .slider-nav .slick-dots li.slick-active button:before{
    background-color: rgb(255, 191, 45);
}
.full_product_page .slider-nav li a{
    position: relative;
    display: block;
    outline: none;
}
.full_product_page .slider-nav li a:before{
    content: "";
    display: block;
    padding-top: 66%;
}
.full_product_page .slider-nav ul li img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain;

    transition: 0.2s;
    cursor: pointer;
}
.full_product_page .slider-nav ul li img:hover{

}
.full_product_page .availability_item{
    display: inline-block;
    min-height: 40px;
    position: relative;
    padding-left: 33px;
    line-height: 38px;
}
.full_product_page .availability_item:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    left: 0px;
    top: 5px;
    background-image: url(../images/akkum/svg/icon_teh_arr.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50% 50%;
}
.full_product_page .availability_yes:before{
    background-color: #03C03C;
}
.full_product_page .availability_no:before{
    background-color: #DC143C;
    background-image: url(../images/akkum/svg/icon_cross.svg);
}
.full_product_page .f_pro_oplata{
    font-size: 18px;
}
.full_product_page .title_spec{
    font-size: 23px;
}
.full_product_page .btn_availability{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
}
.full_product_page .btn_availability .btns_block{
    margin-right: 30px;
}
.full_product_page .f_pro_info{
    margin-top: 25px;
}
.full_product_page .f_pro_info_wrap{
    padding-right: 87px;
}
.full_product_page .f_pro_info_wrap .pro_rating{
    margin-top: 10px;
}
.full_product_page .full_specifications{
    font-size: 18px;
    margin-bottom: 75px;
}
.full_product_page .item_spec_short .ist{
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
}
.full_product_page .item_spec_short .ist:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    border-radius: 50%;
    background-color: rgb(205, 214, 221);
    width: 8px;
    height: 8px;
}
.full_product_page .item_spec_title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
}
.full_product_page .full_specifications .item_spec{
    min-height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.full_product_page .full_specifications .item_spec .title_item_spec{
    width: 33.33%;
}
.full_product_page .full_specifications .item_spec:first-child{

}
.full_product_page .full_specifications .item_spec:last-child{

}
.full_product_page .btn_default.btn_icon_basket{
    min-width: 210px;
    max-width: 210px;
}
.form_door .btn_clear{
    height: 38px;
    font-size: 14px;
    float: right;
    margin-bottom: 20px;
    margin-right: 15px;
}
.f_pro_title{
    font-size: 27px;
    margin-bottom: 3px;
}
.f_pro_art{
    color: rgb(114,114,114);
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 12px;
}
.color_di_href.current .color.di{
    border-color: rgb(70,70,70);
}
.f_pro_color{
    margin-top: 20px;
}
.f_pro_color .di{
    border-style: solid;
    border-width: 4px;
    width: 30px;
    height: 30px;
    border-color: rgb(205, 214, 221);
    border-radius: 5px;
    margin-right: 15px;
    transition: 0.1s;
}
.f_pro_color .di:hover{
    opacity: 0.7;
}
.f_pro_color .f_pro_color_in{
    display: flex;
    align-items: normal;
    justify-content: normal;
    margin-top: 10px;
}
.block_garant{
    margin-top: 40px;
    margin-bottom: 40px;
}
.block_garant>div{
    overflow: hidden;
}
.block_garant .garant_item_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.block_garant .garant_item_wrap{
    display: flex;
}
.block_garant .garant_item{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 155px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.block_garant .garant_item .g_icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.block_garant .garant_item .g_icon img{
    height: 100px;
}
.block_garant .garant_item .g_info{

}
.block_garant .garant_item .g_info .g_title{
    font-size: 18px;
    margin-bottom: 7px;
}

.btn_types_1{
    font-size: 21px;
}
.btn_types_1 .bt_btn{
    margin-right: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.btn_types_1 .bt_btn:hover{
    opacity: 0.6;
}
.btn_types_1 .bt_btn.active{
    font-weight: bold;
}
.btn_types_1 .bt_btn:after{
    content: "/";
    padding-left: 12px;
    display: inline;
    color: rgb(200,200,200);
}
.btn_types_1 .bt_btn:last-child:after{
    display: none;
}
.line_table{
    overflow: hidden;
    cursor: move;
}
.line_compare_block::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.line_compare_block::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(69,139,217,1);
}

.line_compare_block::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0px;
    background-color: #ffffff;
}
.line_table .line_compare{
    border-bottom: 1px solid rgb(217, 217, 217);
    display: flex;
    align-items: flex-end;
}
.line_table .line_compare>div{
    padding-top: 12px;
    padding-bottom: 12px;
}
.line_table .line_compare>div:nth-child(2n){
    background-color: #ebf2f6;
}
.line_table .line_compare_item_wrap{

}
.line_compare #slick2{
    width: 100%;
}
.line_compare_block{
    overflow-x: scroll;
    padding: 40px;
}

#line_compare_title.active{
    position: fixed;
    top: 0px;
    z-index: 1;
    height: 175px;
    background-color: rgb(255,255,255);
    border-bottom: 5px solid rgba(24, 119, 242, 1);
}
#line_compare_title.active .door_item .item_info .item_price {
    font-size: 18px;
    min-height: 35px;
}
#line_compare_title.active .door_item .item_info .item_title {
    font-size: 14px;
    min-height: 40px;
}
#line_compare_title.active .door_item .item_image:before{
    padding-top: 80px;
}
#line_compare_title.active .door_item .item_image img{
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}
#line_compare_title.active>div {
    padding: 0px 0px 0px 0px;
}
#line_compare_title.active .door_item {
    padding: 0px 5px 5px 5px;
    background-color: rgb(255,255,255);
    margin-bottom: 0px;
}
.line_compare_title,
.line_table .line_compare{

}
.line_compare_title>div,
.line_table .line_compare>div{
    min-width: 25%;
}
.line_compare_title>div{
    padding: 0px 0px 65px 0px;
}
.line_compare_title{
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
}
.line_compare_title .slick-track{
    padding-bottom: 60px;
}
.line_compare_title .door_item:hover:before {
    height: calc(100% + 64px);
}
.line_compare_title .door_item:hover .btns_block {
    bottom: -56px;
}
.line_compare_title .door_item .item_delete{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px auto;
    background-image: url(../images/velo15/svg/trash_icon.svg);
    border-radius: 50vh;
    background-color: rgba(255, 166, 48,0);
    cursor: pointer;
    z-index: 11;
    transition: 0.2s;
}
.line_compare_title .door_item .item_delete:hover{
    background-color: rgba(255, 166, 48, 1);
}
.line_table .line_compare .title{
    padding-bottom: 7px;
}
.col_compare_title{
    text-align: center;
}
.col_compare_title .title{
    padding-bottom: 10px;
    margin-top: 35px;
    min-height: 45px;
}
.col_compare_title .price{
    font-size: 24px;
    font-weight: bold;
}
.col_compare_title .price .rub{
    font-size: 0.65em;
    padding-left: 2px;
}
.bl_title{
    position: relative;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bl_title span{
    position: relative;
    padding-right: 20px;
    background-color: rgb(255,255,255);
    white-space: nowrap;
}
.bl_title:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 0.5px;
    background-color: rgb(203, 203, 203);
}

.main_cats>div{
    overflow: hidden;
}
.main_cats .main_cats_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.main_cats .main_cats_wrap {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}
.main_cats_item{
    position: relative;
    padding-left: 180px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 65px;
    width: 100%;
    border-top: 0.5px solid rgb(203, 203, 203);
    border-left: 0.5px solid rgb(203, 203, 203);
    border-bottom: 0.5px solid rgb(203, 203, 203);
    border-right: 0.5px solid rgba(203, 203, 203,0);
    min-height: 250px;
}
.main_cats .main_cats_wrap:nth-child(3n) .main_cats_item{
    border-right: 0.5px solid rgba(203, 203, 203,1);
}
.main_cats_item .btn_more{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding-right: 25px;
    color: rgb(106,106,106);
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.15s;
}
.main_cats_item .btn_more:before{
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255, 191, 45);
    width: 18px;
    height: 19px;
    right: 0px;
    top: 0px;
}
.main_cats_item .btn_more:after{
    content: "";
    top: 0px;
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 19px;
    background-image: url(../images/akkum/svg/icon_play.svg);
    background-size: 7px auto;
    background-repeat: no-repeat;
    background-position: 55% 50%;
    right: 0px;
    transition: 0.15s;
}
.main_cats_item .btn_more .btn_more_in{
    padding-top: 1px;
}
.main_cats_item .btn_more:hover:after{
    filter: invert(1);
}
.main_cats_item .btn_more:hover{
    right: 17px;
    font-weight: bold;
}

.main_cats_item .icon{
    position: absolute;
    width: 180px;
    height: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
}
.main_cats_item .icon img{
    max-width: 110px;
    max-height: 90px;
}
.main_cats_item .title{
    font-size: 24px;
    margin-bottom: 10px;
}
.main_cats_item .list{
    color: rgb(106,106,106);
    font-size: 20px;
}
.main_cats_item .list .list_item{
    transition: 0.15s;
    margin-bottom: 6px;
}
.main_cats_item .list .list_item:hover{
    color: rgb(41,41,41);
}

.main_spec{
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_spec>div{
    overflow: hidden;
}
.main_spec .main_spec_item{
    border-radius: 10px;
    background-color: rgb(242, 242, 242);
    height: 311px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
#spec_item_1{
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 0px;
    background-image: url("../images/akkum/spec_image_1.png");
}
#spec_item_2 {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) calc(100% - 30px);
    background-image: url(../images/akkum/spec_image_2.png);
}
.main_spec .main_spec_item .msi_info{
    width: 50%;
}
.main_spec .main_spec_item .msi_info .title{
    font-size: 30px;
    margin-bottom: 40px;
}


.btn_default{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(255, 166, 48);
    height: 54px;
    font-size: 18px;
    padding: 0px 25px 0px 25px;
    color: rgb(255,255,255);
    font-weight: bold;
    transition: 0.2s;
    min-width: 170px;
}
.btn_default.btn_yellow_black{
    color: rgb(4,4,4);
}
.btn_default.btn_grey{
    background-color: rgb(70,70,70);
    color: rgb(255,255,255);
}
.btn_default.btn_grey:hover{
    background-color: rgb(255, 166, 48);
}
.btn_default.btn_white{
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
}
.btn_default.btn_white:hover{
    background-color: rgb(70,70,70);
    color: rgb(255, 255,255);
}
.btn_default:hover{
    background-color: rgba(24, 119, 242, 1);
    color: rgb(255,255,255);
}
.btn_default.btn_icon_basket span{
    padding-left: 40px;
    position: relative;
}
.btn_default.btn_icon_basket{
    padding: 0px 50px 0px 35px;
}
.btn_default.btn_icon_basket span:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/velo15/svg/icon_cart.svg);
    width: 25px;
    filter: grayscale(1) brightness(0);
    transition: 0.2s;
}
.btn_default.btn_icon_basket:hover span:before{
    filter: grayscale(1) brightness(0) invert(1);
}

.btn_default.btn_icon_compare span{
    padding-left: 50px;
    position: relative;
}
.btn_default.btn_icon_compare{
    padding: 0px 50px 0px 35px;
}
.btn_default.btn_icon_compare span:before{
    content: "";
    position: absolute;
    left: 12px;
    top: 0px;
    height: 100%;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/velo15/svg/icon_compare.svg);
    width: 20px;
    filter: grayscale(1) brightness(10);
    transition: 0.2s;
}
.btn_default.btn_icon_compare:hover span:before{

}

.btn_default.btn_cart_item{

}
.btn_default.btn_cart_item span{
    position: relative;
    padding-left: 45px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_default.btn_cart_item span:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 100%;
    background-image: url(../images/velo15/svg/icon_cart.svg);
    background-position: 0% 50%;
    background-size: 30px auto;
    background-repeat: no-repeat;
    filter: invert(1);
}
.form_door .input_door{
    margin-bottom: 20px;
}
.form_door .input_door input{
    padding: 0px 20px;
    font-size: 18px;
    color: rgb(70,70,70);
    height: 46px;
}
.form_door .input_door textarea{
    padding: 20px 21px;
    font-size: 18px;
    color: rgb(70,70,70);
    width: 100%;
    resize: none;
}
.form_door .input_door textarea::placeholder{
    color: rgb(41,41,41);
}
.form_door .input_door input::-webkit-input-placeholder { color: rgb(41,41,41); }
.form_door .input_door input:-ms-input-placeholder { color: rgb(41,41,41); }
.form_door .input_door input::-ms-input-placeholder { color: rgb(41,41,41); }
.form_door .input_door input::placeholder { color: rgb(41,41,41); }
.form_door .input_door input::-moz-placeholder {
    color: rgb(41,41,41);
}

.main_help{
    background-color: rgb(255,191,45);
    padding: 60px 0px 60px 0px;
}
.main_help .title{
    font-size: 30px;
    margin-bottom: 5px;
}
.main_help .subtitle{
    font-size: 24px;
}
.main_help .main_help_in{
    display: flex;
    align-items: center;
}
.main_seo{
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.35;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgb(170,170,170);
}
.form_door .form_door_inline{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 7px 2px rgba(4, 5, 5, 0.05);
    overflow: hidden;
}
.form_door .form_door_inline .input_door{
    width: 60%;
    margin-bottom: 0px;
}
.form_door .form_door_inline .input_door input{
    height: 50px;
    max-width: 100%;
    border-color: transparent;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 0px 0px 20px;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 0px;
}
.form_door .form_door_inline .btn_default{
    width: 40%;
    height: 50px;
    background-color: rgba(41, 41, 41, 1);
    font-size: 18px;
    font-weight: bold;
    min-width: 170px;
    color: rgb(255,255,255);
    border-radius: 0px 5px 5px 0px;
}
.form_door .form_door_inline .btn_default:hover{
    background-color: rgba(41, 41, 41, 0.9);
}
.form_door .block_inputs{
    padding-top: 5px;
}
.block_form .form_door{
    padding: 25px 45px 45px 45px;
}
.form_door.form_door_basket .input_door input{
    background-color: #f2f4f7;
    border: none;
}
.form_door.form_door_basket .input_door textarea{
    background-color: #f2f4f7;
    border: none;
    border-radius: 5px;
}
.form_title{
    font-size: 36px;
}
.form_subtitle{
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 0px;
}
.main_footer{
    background-color: #ced6dd;
    padding-top: 45px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 35px;
}
.main_footer .logo_image{
    max-width: 200px;
}
.main_footer .info{
    margin-top: 20px;
}
.main_footer .info .title{
    padding-bottom: 5px;
}
.foot_list.foot_cats ul>li:first-child{
    display: none !important;
}
.foot_list.foot_cats ul>div>div{
    display: none !important;
}
.main_footer .foot_soc_wrap{
    margin-top: 30px;
}
.main_footer .menu_info_wrap{
    text-align: right;
}
.main_footer .menu_info_wrap .phone_up{
    display: inline-block;
}

.main_footer .btn_up{
    margin-top: 15px;
    margin-right: 0px;
}
.main_footer .foot_soc_wrap .title{
    padding-bottom: 7px;
    font-size: 18px;
}
.main_footer .foot_soc_wrap .foot_soc{
    display: flex;
}
.foot_soc .soc{
    width: 45px;
    height: 45px;
    border-radius: 50vh;
    position: relative;
    transition: 0.2s;
}
.foot_soc>a{
    margin-right: 8px;
}
.foot_soc>a:last-child{
    margin-right: 0px;
}
.foot_soc .soc:hover{
    opacity: 0.65;
}
.foot_soc .soc:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: 45px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.foot_soc .soc.soc_vk:before{
    background-image: url("../images/velo15/svg/icon_soc_vk.svg");
}
.foot_soc .soc.soc_youtube:before{
    background-image: url("../images/velo15/svg/icon_soc_youtube.svg");
}
.foot_soc .soc.soc_insta:before{
    background-image: url("../images/velo15/svg/icon_soc_insta.svg");
}
.main_footer .logo_main{
    margin-bottom: 12px;
}
.main_footer .logo_descr{
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 18px;
}
.main_footer .foot_info{

}
.main_footer .foot_info .foot_info_item{
    margin-bottom: 10px;
}
.main_footer .foot_info .info_title{
    font-size: 16px;
}
.main_footer .foot_info .info_descr{
    font-size: 15px;
}

.foot_title{
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.foot_list{
    font-size: 20px;
}
.foot_list ul{
    padding-left: 0px;
    list-style-type: none;
}
.foot_list ul li{
    margin: 2px 0px;
    transition: 0.2s;
}
.foot_list ul li:hover{
    color: rgba(24, 119, 242, 1);
}

.main_footer .mf_right{
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-between;
}

.socs_block_links{
    text-align: right;
    margin-top: 10px;
}
.socs_block_links .soc_item_link{
    display: inline-block;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 35px;
    transition: 0.2s;
    filter: grayscale(1) contrast(5) invert(1);
}
.socs_block_links .soc_item_link.soc_vk{
    width: 35px;
    background-size: 35px auto;
    background-image: url("../images/akkum/svg/icon_vk.svg");
}
.socs_block_links .soc_item_link.soc_inst{
    width: 25px;
    background-size: 25px auto;
    background-image: url("../images/akkum/svg/icon_inst.svg");
}
.socs_block_links .soc_item_link:hover{
    filter: none;
}
.politics:hover a{
    color: rgba(24, 119, 242, 1);
}
.main_footer .foot_dop{
    font-weight: 300;
    font-size: 16px;
    margin: 10px 0px;
    line-height: 1.45;
}
.main_footer .foot_dop .foot_dop_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_footer .foot_menu{
    margin-right: 25px;
}
.main_footer .foot_dop .foot_dop_in .f_left{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.politics{
    margin-right: 30px;
}

#basket_count{
    padding-top: 1px;
}
.basket .basket_table{
    width: 100%;
    margin-bottom: 20px;
}
.basket .basket_table tr{
    border-bottom: 1px solid rgb(233,233,233);
}
.basket .basket_table thead{

}
.basket .basket_table thead th{
    font-weight: 300;
    padding-left: 10px;
}
.basket .basket_table tr:last-child{
    border-bottom: none;
}
.basket .basket_table td{
    height: 130px;
    padding: 40px 10px;
}
.basket .basket_table .p-quantity{
    padding: 0px;
    min-width: 130px;
}
.basket .basket_table .p-quantity .count{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.basket .basket_table .p-quantity .count_value{
    min-width: 80px;
    display: inline-flex;
    border-radius: 8px;
    background-color: transparent;
    height: 33px;
    position: relative;
    outline: none;
    box-shadow: none;
    border: none;
}
.basket .basket_table .p-quantity .count_value input{
    height: 33px;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    border: none;
    width: auto;
    text-align: right;
    max-width: 80px;
    padding-right: 42px;
    padding-left: 5px;
    -moz-appearance: textfield;
}
.basket .basket_table .p-quantity .count_value input::-webkit-inner-spin-button,
.basket .basket_table .p-quantity .count_value input::-webkit-outer-spin-button,
.basket .basket_table .p-quantity .count_value input::-webkit-inner-spin-button,
.basket .basket_table .p-quantity .count_value input::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.basket .basket_table .p-quantity .count_value .inf_count{
    position: absolute;
    font-size: 16px;
    right: 12px;
    top: 0px;
    height: 100%;
    line-height: 32px;
}
.basket .basket_table .p-quantity .arr{
    font-size: 21px;
    cursor: pointer;
    transition: 0.2s;
}
.basket .basket_table .p-quantity .arr.sub{
    width: 33px;
    text-align: center;
    height: 33px;
    font-size: 23px;
    line-height: 33px;
    background-color: #f2f4f7;
    border-radius: 50vh;
}
.basket .basket_table .p-quantity .arr.add{
    width: 33px;
    text-align: center;
    height: 33px;
    font-size: 21px;
    line-height: 33px;
    background-color: #f2f4f7;
    border-radius: 50vh;
}
.basket .basket_table .p-quantity .arr:hover{
    background-color: rgb(255,191,45);
}
.basket .basket_table .p-image{
    width: 100px;
    padding: 0px;
}
.basket .basket_table .p-name{
    max-width: 40%;
    line-height: 1.5;
    padding-left: 20px;
}
.basket .basket_table .p-name .rate{
    margin-top: 4px;
    margin-left: -2px;
}
.basket .basket_table .p-image img{
    max-height: 120px;
}
.basket .basket_table .p-total{
}
.basket .basket_table .p-total .rub{
    font-weight: bold;
}
.basket .basket_table .p-action{
    text-align: center;
    padding: 40px 0px;
}
.basket .basket_table .p-action a{
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.basket .basket_table .p-action a:hover{

}
.basket .basket_table .p-action a:hover img{
    filter: grayscale(1) brightness(0);
    background-color: transparent;
}
.basket .basket_table .p-action img{
    width: 15px;
}
.basket .basket_title{
    font-size: 17px;
}
.basket .basket_code_wrap, .basket .basket_articul_wrap{
    font-size: 15px;
    margin-right: 20px;
    font-weight: normal;
}
.basket .basket_code, .basket .basket_articul{

}
.basket_bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
.basket_bottom .basket_summ{

}
.basket_bottom .btns_block .btn_default{
    min-width: 210px;
}
.basket_bottom .btns_block .btn_default .dop{
    bottom: -85px;
}
.basket_bottom .basket_summ .title{
    font-size: 16px;
    margin-bottom: 7px;
}
.basket_bottom .basket_summ .body{
    font-size: 15px;
    text-transform: uppercase;
}
.basket_bottom .basket_summ .body .rub{
    text-transform: none;
}
.basket_bottom .basket_summ .body .type_action_percent{
    margin-bottom: 2px;
}
.basket_bottom .basket_summ .sum{
    font-size: 24px;
    text-transform: uppercase;
}
.basket_bottom .basket_summ .sum .rub{
    font-weight: bold;
    text-transform: none;
}


#popup_rent{
    max-width: 780px;
}
#popup_rent .form_velo .btn_default {
    max-width: 390px;
    margin: 0px auto 0px auto;
}

#popup_brone{
    max-width: 680px;
}
#popup_brone .form_velo .btn_default {
    max-width: 390px;
    margin: 0px auto 0px auto;
}

.popup_block {
    display: none;
    position: absolute;
    padding: 0px;
    border: none;
    box-shadow: 0px 9px 109px 0px rgba(0, 0, 0, 0.06);
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
    max-width: 1140px;
    font-size: 16px;
    border-radius: 15px;
    z-index: 1001;
}

.popup_block > div {
    padding: 35px 30px 30px 30px;
}
.popup_cross{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url(../images/velo15/svg/icon-close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    opacity: 1;
    z-index: 1;
    cursor: pointer;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.popup_cross:hover{
    opacity: 0.7;
}
#popup_callback{
    max-width: 530px;
}
#popup_callback > div {
    padding: 0px;
}
#popup_callback .po_body{
    padding: 0px 25px;
}
#popup_callback .popup_title {
    margin-bottom: 30px;
    margin-top: 35px;
}
#popup_callback .popup_body {
    padding: 0px;
}
#popup_callback .btns_block{
    padding: 10px 25px 30px 25px;
}
#popup_callback .btns_block .btn_default{
    display: flex;
    max-width: 240px;
    margin: 0px auto 0px auto;
}

#popup_ok .popup_title h4, #popup_ok .popup_title p{
    text-align: center;
}
#popup_compare_ok .popup_title h4, #popup_compare_ok .popup_title p{
    text-align: center;
}
#popup_compare_ok .btns_block_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#order_id,#order_id_text{
    font-weight: bold;
}
#popup_ok .info_order{
    text-align: center;
}
#popup_order > div {
    padding: 0px;
}
#popup_order .sum{
    margin-top: 15px;
}
#popup_order .sum .price_element{
    font-size: 24px;
}
.basket_items{
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid rgb(233,233,233);
    padding-bottom: 35px;
}
#popup_order .basket_item{
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: normal;
}
#popup_order .basket_item>div{
    margin: 0px 5px;
}
#popup_order .basket_item>div:first-child{
    margin-left: 0px;
}
#popup_order .basket_item>div:last-child{
    margin-right: 0px;
    white-space: nowrap;
}
#popup_order .popup_title {
    margin-bottom: 30px;
    margin-top: 55px;
}
#popup_order .popup_body {

}
#popup_order .btns_block{
    padding: 30px 0px 30px 0px;
}
#popup_order .btns_block .btn_default{
    max-width: 390px;
}
#popup_order .btns_block .btn_default .dop{
    bottom: -95px;
}

.popup_block .popup_title {
    margin-bottom: 35px;
    padding: 0px;
}
.popup_block .popup_logo{
    text-align: center;
    position: absolute;
    transform: translate(0px, -60%);
    width: 100%;
    top: 0px;
    left: 0px;
}
.popup_block .popup_logo img{
    max-width: 160px;
}

.popup_block .popup_title h4, .popup_block .popup_title_dop h4{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: left;
    line-height: 1.2;
}
#popup_ok .popup_title h4, #popup_ok .popup_title_dop h4{
    font-size: 21px;
}
.popup_block .popup_title p{
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
    text-align: left;
}

.info_order_dop{
    display: none;
    padding: 20px;
    background-color: rgb(242,242,242);
    color: rgb(25, 30, 26);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#popup_basket .popup_title h4{
    font-size: 24px;
    text-transform: none;
}
#popup_basket .unit-rating{
    pointer-events: none;
}
.popup_block .popup_body {
    padding: 0px 20px 20px 20px;
}
#popup_basket .popup_body{
    padding: 0px 0px 10px 0px;
}
#popup_basket .popup_title{
    margin-bottom: 0px;
}
@media (min-width: 1600px) {
    .cat_filter_item_wrap{
        width: 25%;
    }
    .cat_filter_item .cfi_title {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
    }
    .cat_filter_item oi-select .select-search:after {
        right: 10px !important;
        background-size: 12px auto;
        width: 12px !important;
        height: 12px !important;
    }
    .cat_filter_item .cfi_title, .filter_price .cfi_title {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
    }
    .filter_price .price_range{
        padding-left: 50px;
    }
    .filter_price .price_range>span.f_left .pre_text, .filter_price .price_range>span.f_right .pre_text {
        left: 2px;
        font-size: 14px;
        line-height: 44px;
    }
    .filter_price input[type="number"].filter_price_input {
        max-width: 77px;
        padding-left: 19px;
        font-size: 14px;
    }
    .filter_price .rub {
        font-size: 14px;
        right: 0px;
    }
}

@media (min-width: 1601px) and (max-width: 1900px) {
    body {
        font-size: 15px;
    }
    .main_logo .logo_descr{
        font-size: 16px;
    }
    .main_menu_cat .main_left_menu_level {
        font-size: 15px;
    }
    .main_search #story{
        font-size: 18px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .block_fast_link .bl_fl_item{
        font-size: 27px;
    }
    .main_title h2{
        font-size: 32px;
    }
    #main_menu .menu_main_wrap>li {
        margin: 0px 5px 0px 5px;
    }
    .door_item .item_info .item_title {
        font-size: 16px;
    }
    .door_item .item_info .item_price{
        font-size: 21px;
    }
    .news_item .ni_title {
        font-size: 16px;
    }
    .block_help .block_help_in .main_title h2{
        font-size: 52px;
    }
    .block_help .block_help_in .main_title p{
        font-size: 18px;
    }
    .block_help .block_help_in .input_crypt input{
        font-size: 18px;
    }
    .block_help .block_help_in .btn_default{
        font-size: 18px;
    }
    .block_about_in {
        font-size: 16px;
    }
    .foot_title{
        font-size: 21px;
    }
    .foot_list {
        font-size: 18px;
    }
    .btn_up{
        margin-right: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    #main_menu .menu_main_wrap>li {
        margin: 3px 2px 0px 2px;
    }
    .navbar-default .navbar-nav > li > span{
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #main_menu .navbar-brand {
        top: 10px;
    }
    body {
        font-size: 15px;
    }
    .filter_price .price_range>span {
        max-width: 87px;
    }
    .main_logo .logo_descr{
        font-size: 14px;
    }
    .main_menu_cat .main_left_menu_level {
        font-size: 15px;
    }
    .main_search #story{
        font-size: 18px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .block_fast_link .bl_fl_item{
        font-size: 25px;
        height: 160px;
    }
    .main_footer .foot_soc_wrap .title{
        font-size: 16px;
    }
    .main_title h2{
        font-size: 32px;
    }
    #main_menu .menu_main_wrap>li {
        margin: 0px 5px 0px 5px;
    }
    .door_item .item_info .item_title {
        font-size: 15px;
    }
    .door_item .item_info .item_price{
        font-size: 21px;
    }
    .news_item .ni_title {
        font-size: 16px;
    }
    .news_item_wrap_cat .news_item .ni_title {
        font-size: 16px;
    }
    .news_item_wrap_cat .news_item .ni_text{
        font-size: 12px;
    }
    .block_help .block_help_in .main_title h2{
        font-size: 48px;
    }
    .block_help .block_help_in .main_title p{
        font-size: 16px;
    }
    .block_help .block_help_in .input_crypt input{
        font-size: 18px;
        height: 68px;
    }
    .block_help .block_help_in .btn_default{
        font-size: 18px;
        height: 68px;
    }
    .block_about_in {
        font-size: 16px;
    }
    .foot_title {
        font-size: 18px;
    }
    .foot_list {
        font-size: 16px;
    }
    .main_footer .foot_dop{
        font-size: 14px;
    }
    .logo_main {
        font-size: 23px;
    }
    .logo_main .be {
        font-size: 27px;
    }
    #main_menu .navbar-header-wrapper .navbar-header {
        margin-right: 10px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        font-size: 19px;
        padding: 0px 40px;
    }
    .main_menu_cat .main_left_menu_level {
        font-size: 14px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level {

    }
    .phone_up {
        font-size: 16px;
        padding-left: 25px;
        background-size: 20px;
    }
    .phone_up .dop{
        font-size: 10px;
    }
    .btn_up{
        margin-right: 7px;
        font-size: 14px;
    }
    .main_menu .menu_info_wrap {

    }
    .block_main_banner .bm_slider .banner_item .banner_item_in {
        padding-left: 20px;
    }
    .block_main_banner .bm_slider .banner_item .bms_subtitle {
        font-size: 16px;
    }
    .block_main_banner .bm_slider .banner_item .bms_title {
        line-height: 1;
        font-size: 37px;
    }
    .block_main_banner .bm_slider .banner_item .bms_image img {
        object-position: 75% 50%;
    }
    .block_garant .garant_item {
        padding-left: 80px;
    }
    .block_garant .garant_item .g_icon {
        left: 10px;
        width: 60px;
    }
    .block_garant .garant_item .g_info .g_title {
        font-size: 16px;
    }
    .block_garant .garant_item .g_info .g_text {
        font-size: 12px;
    }
    .item_product {
        font-size: 11px;
        padding: 7px;
    }
    .item_product .ip_price {
        font-size: 15px;
    }
    .item_product .anchors {
        width: 80px;
    }
    .item_product .anchors .anchor {
        font-size: 10px;
    }
    .main_cats_item {
        padding-left: 100px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 160px;
    }
    .main_cats_item .icon {
        width: 100px;
    }
    .main_cats_item .icon img {
        max-width: 80px;
        max-height: 65px;
    }
    .main_cats_item .title {
        font-size: 21px;
    }
    .main_cats_item .list {
        font-size: 15px;
    }
    .main_spec .main_spec_item {
        height: 220px;
        position: relative;
        overflow: hidden;
    }
    .main_spec .main_spec_item:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }
    .main_spec .main_spec_item>div{
        position: relative;
        z-index: 1;
    }
    .main_spec .main_spec_item .msi_info .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    #spec_item_1 {
        background-size: auto 80%;
        background-position: 100% 100%;
    }
    #spec_item_2 {
        background-size: auto 80%;
        background-position: 100% 100%;
    }

}
@media (min-width: 1400px) and (max-width: 1600px){
    #main_menu .menu_main_wrap>li {
        margin: 3px 5px 0px 5px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 16px;
    }
    .btn_up {
        margin-right: 35px;
        font-size: 16px;
    }
    .main_menu_cat .main_left_menu_level a{
        padding: 0px 45px 0px 35px;
    }
    .phone_up {
        font-size: 16px;
        line-height: 20px;
    }
    .phone_up .dop {
        font-size: 12px;
        line-height: 1;
    }
    .main_footer .logo_descr{
        font-size: 16px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main_logo .logo_image {
        max-width: 190px;
    }
    .main_logo .logo_descr{
        font-size: 12px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
    }
    .main_menu_cat .main_left_menu_level {
        font-size: 12px;
    }
    .main_left_menu_level > a.more_items .case_item svg {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }
    .main_logo{
        padding: 30px 0px 30px 0px;
    }
    .main_menu_up {
        padding: 0px 45px 0px 45px;
    }
    #main_menu {
        padding: 0px 45px 0px 15px;
    }
    .block_fast_link .bl_fl_item {
        font-size: 18px;
        height: 120px;
        padding-left: 15px;
    }
    .main_title h2 {
        font-size: 27px;
    }
    .menu_info_wrap_1{
        font-size: 13px;
    }
    .btn_up {
        margin-right: 15px;
    }
    .main_search #story {
        font-size: 14px;
    }
    .phone_up {
        font-size: 14px;
        padding-left: 20px;
        background-size: 15px;
        line-height: 20px;
    }
    .news_item .ni_title {
        font-size: 14px;
    }
    .door_item .item_info .item_title {
        font-size: 12px;
    }
    .door_item .item_cat{
        font-size: 10px;
    }
    .door_item .item_tags .tag {
        padding: 2px 5px;
        border-radius: 3px;
    }
    .door_item .item_tags{
        font-size: 9px;
        top: 25px;
    }
    .door_item .item_info .item_price {
        font-size: 12px;
    }
    .door_item .item_info .item_price .old_price {
        font-size: 10px;
    }
    .block_help .block_help_in .main_title h2{
        font-size: 38px;
    }
    .block_help .block_help_in .main_title p{
        font-size: 12px;
    }

    .block_help .block_help_in .input_crypt input{
        font-size: 14px;
        height: 52px;
        padding: 0px 20px 0px 20px;
    }
    .block_help .block_help_in .btn_default{
        font-size: 14px;
        height: 52px;
    }

    .menu_basket.menu_compare .text{
        display: none;
    }
    #searchbox{
        right: 230px;
    }

    .main_footer .foot_soc_wrap .title{
        font-size: 14px;
    }
    .block_about_in {
        font-size: 14px;
    }
    .main_footer{
        font-size: 14px;
    }
    .main_footer .foot_dop{
        font-size: 12px;
    }
    .main_footer .logo_descr{
        font-size: 14px;
    }
    .foot_title{
        font-size: 16px;
    }
    .foot_list{
        font-size: 14px;
    }
}


@media (min-width: 992px) and (max-width: 1400px) {
    .main_menu_cat .main_left_menu_level a{
        padding: 0px 45px 0px 30px;
    }
    .filter_price .rub {
        font-size: 12px;
        right: 3px;
        top: 0px;
        line-height: 44px;
    }
    .filter_price .price_range>span.f_left .pre_text, .filter_price .price_range>span.f_right .pre_text {
        left: 2px;
        font-size: 14px;
    }
    .filter_price input[type="number"].filter_price_input {
        font-size: 13px;
        max-width: 80px;
        padding-left: 20px;
        padding-right: 15px;
    }
    .cat_filter_item .cfi_title, .filter_price .cfi_title{
        font-size: 13px;
    }
    .filter_price .price_range{
        padding-left: 50px;
    }
    .filter_price .price_range>span:first-child {

    }
    .filter_block_wrap .filter_title {
        font-size: 16px;
    }
    .input_door.input_check label {
        padding-left: 35px;
        font-size: 12px;
    }
    .block_about_in{
        font-size: 14px;
    }
    .block_sort {
        font-size: 12px;
    }
    .block_sort .sort_block .sort-item {
        margin: 0px 0px 0px 12px;
        padding-right: 17px;
    }
    .page_block {
        font-size: 12px;
        line-height: 1;
    }
    .item_product .ip_title {
        font-size: 12px;
    }
    .item_product .ip_category {
        font-size: 10px;
    }
    .main_footer {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 12px;
        padding-top: 35px;
    }
    .main_footer .logo_image {
        max-width: 150px;
    }
    .main_footer .logo_descr{
        font-size: 12px;
    }
    .foot_title{
        font-size: 16px;
    }
    .main_footer .foot_soc_wrap .title{
        font-size: 12px;
    }
    .main_footer .foot_dop{
        font-size: 10px;
    }
    .foot_list{
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    body{
        font-size: 12px;
    }
    .main_logo .logo_image {
        max-width: 150px;
    }
    .main_logo .logo_descr{
        font-size: 14px;
        padding: 0px 15px;
    }
    .logo_main {
        font-size: 18px;
    }
    .logo_main .be {
        font-size: 21px;
    }
    .door_item .item_tags .tag {
        padding: 2px 5px;
        border-radius: 3px;
    }
    .door_item .item_tags{
        font-size: 9px;
        top: 25px;
    }
    .main_menu {
        height: 52px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level{
        font-size: 12px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        height: 52px;
    }
    .main_menu_cat .main_left_menu_level a.more_items>.case_item{
        padding-left: 15px;
    }
    .main_left_menu_level > a.more_items .case_item svg {
        width: 9px;
        height: 9px;
        margin-top: -5px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        height: 52px;
        font-size: 18px;
        padding: 0px 15px;
        line-height: 24px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level {

    }
    .main_menu_cat .main_left_menu_level {
        font-size: 12px;
    }
    #main_menu .menu_main_wrap>li {
        margin: 3px 2px 0px 2px;
        padding: 8px 0px 8px 0px;
    }
    .navbar-default .navbar-nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .cat_filter_item .cfi_title, .filter_price .cfi_title{
        font-size: 10px;
    }
    .filter_price .price_range{
        padding-left: 40px;
    }
    .filter_price input[type="number"].filter_price_input {
        max-width: 55px;
        padding-left: 10px;
        padding-right: 5px;
        height: 46px;
        font-size: 10px;
    }
    .filter_price .price_range>span:first-child {
        margin-right: 5px;
    }
    .filter_price .rub {
        right: 3px;
        font-size: 10px;
    }
    .filter_price .price_range>span.f_left .pre_text, .filter_price .price_range>span.f_right .pre_text{
        font-size: 10px;
    }
    .page_block .count{
        white-space: nowrap;
    }
    .door_item .item_cat{
        display: none;
    }

    .menu_basket .text {
        line-height: 55px;
        font-size: 14px;
    }
    .menu_basket.menu_compare{
        right: 170px;
    }
    .menu_basket.menu_compare .text{
        display: none;
    }

    .main_search #story{
        font-size: 12px;
        width: 170px;
    }
    #searchbox{
        right: 180px;
    }
    .full_product_page .btn_availability .btns_block{
        margin-right: 0px;
    }
    .full_product_page .btn_availability .btns_block:first-child{
        margin-bottom: 15px;
    }

    .f_pro_title {
        font-size: 21px;
    }
    .full_product_page .item_spec_title{
        font-size: 21px;
    }
    .table_specifications{
        font-size: 16px;
    }

    .news_item_wrap_cat .news_item .ni_title {
        font-size: 14px;
    }
    .news_item_wrap_cat .news_item .ni_text{
        font-size: 12px;
    }
    #main_menu {
        padding: 0px 25px 0px 5px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 14px;
    }
    #main_menu .btn_up{
        display: none;
    }
    .cat_actions .item_product {
        font-size: 11px;
        padding-bottom: 70px;
    }
    .navigation{
        margin-top: 15px;
    }
    .door_item .btn_default{
        min-width: 100px;
        height: 42px;
        font-size: 10px;
        padding: 0px 2px;
    }
    .item_product .btn_cart {
        right: 0px;
        bottom: 0px;
    }
    .item_product .btn_cart.btn_little{
        right: 10px;
        bottom: 25px;
    }
    .block_fast_link .bl_fl_item {
        height: 105px;
        padding-left: 15px;
        font-size: 18px;
    }
    .main_logo {
        padding: 25px 0px 25px 0px;
    }
    .main_title h2{
        font-size: 21px;
    }
    .door_item .item_info .item_title {
        font-size: 11px;
    }
    .door_item .item_info .item_price {
        font-size: 11px;
    }
    .door_item .item_info .item_price .regular_price span{
        padding: 3px 2px;
        white-space: nowrap;
    }
    .door_item .item_info .item_price .old_price {
        font-size: 11px;
        margin-left: 10px;
    }
    .cat_filter_item_wrap .btns_block .btn_default{
        min-width: 90px;
    }
    .btn_default{
        height: 42px;
        font-size: 14px;
    }
    #custom_up .block_sort{
        font-size: 14px;
    }
    #custom_up .page_block .count{
        display: none;
    }
    #custom_up .block_sort .sort_block .sort-item {
        padding-right: 10px;
    }
    #custom_up .block_sort .sort_block .sort-item:before {
        right: -4px;
        width: 10px;
        background-size: 9px;
    }
    #custom_up .sort_title{
        white-space: nowrap;
    }
    #custom_up .input_door.input_check label {
        font-size: 12px;
    }
    #custom_up .filter_price .price_range{
        flex-wrap: wrap;
    }
    #custom_up .filter_price .price_range>span {
        width: auto;
    }
    #custom_up .filter_price input[type="number"].filter_price_input{
        padding-right: 30px;
        max-width: 109px;
    }
    #custom_up .input_door.input_check {
        margin-top: 5px;
    }
    .slider_new_doors{
        margin-bottom: 0px;
    }
    .main_menu_up {
        padding: 0px 25px 0px 25px;
    }
    .phone_up {
        font-size: 10px;
        padding-left: 20px;
        background-size: 15px;
        line-height: 20px;
    }
    .phone_up .dop {
        font-size: 9px;
    }
    .btn_up{
        font-size: 12px;
    }
    .menu_info_wrap_1{
        font-size: 11px;
    }
    .block_main_banner .bm_slider .banner_item .bms_image img {
        object-position: 10% 50%;
    }
    .block_main_banner .bm_slider .banner_item .banner_item_in {
        padding-left: 5px;
    }
    .block_main_banner .bm_slider .banner_item .bms_subtitle {
        padding-right: 40px;
        font-size: 16px;
    }
    .block_main_banner .bm_slider .banner_item .bms_subtitle:before{
        width: 30px;
    }
    .block_main_banner .bm_slider .banner_item .bms_title {
        font-size: 37px;
        line-height: 1.1;
    }
    .block_main_banner {
        height: 360px;
    }
    .block_main_banner .bm_slider .banner_item {
        height: 360px;
    }
    .block_garant .garant_item_wrap {
        width: 50%;
    }
    .block_garant .garant_item {
        width: 100%;
        border-top: 0.5px solid rgb(203, 203, 203);
        border-left: 0.5px solid rgb(203, 203, 203);
        border-bottom: 0.5px solid rgb(203, 203, 203);
        border-right: 0.5px solid rgb(203, 203, 203);
    }
    .item_product{
        font-size: 14px;
        padding: 10px;
    }
    .item_product .ip_price {
        font-size: 16px;
    }
    .news_item .ni_title {
        font-size: 12px;
    }
    .block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap{

    }
    .full_product_page .btn_availability {
        flex-direction: column;
        align-items: flex-start;
    }
    .full_product_page .btn_availability .f_pro_availability{
        margin-top: 20px;
    }
    .block_help .block_help_in {
        padding: 15px 35px 15px 35px;
    }
    .block_help .block_help_in .main_title h2{
        font-size: 27px;
    }
    .block_help .block_help_in .main_title p{
        font-size: 12px;
    }
    .block_help .block_help_in .input_crypt input{
        font-size: 16px;
        height: 48px;
    }
    .block_help .block_help_in .btn_default{
        font-size: 16px;
        min-width: 100px;
        height: 48px;
    }
    .main_cats_wrap{
        width: 50%;
    }
    .main_cats_item {
        padding-left: 110px;
        border-top: 0.5px solid rgb(203, 203, 203);
        border-left: 0.5px solid rgb(203, 203, 203);
        border-bottom: 0.5px solid rgb(203, 203, 203);
        border-right: 0.5px solid rgb(203, 203, 203);
        min-height: 150px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main_cats_item .icon img {
        max-width: 75px;
    }
    .main_cats_item .icon {
        width: 110px;
    }
    .main_cats_item .title {
        font-size: 21px;
    }
    .main_cats_item .list {
        font-size: 16px;
        line-height: 1;
    }

    .basket .basket_table .p-total{
        white-space: nowrap;
    }

    .main_spec .main_spec_item {
        height: 160px;
        padding-top: 5px;
    }
    .main_spec .main_spec_item .msi_info {
        width: 70%;
    }
    .main_spec .main_spec_item .msi_info .title {
        font-size: 21px;
        margin-bottom: 10px;
    }
    #spec_item_1 {
        background-size: auto 60%;
        background-position: 100% 100%;
    }
    #spec_item_2 {
        background-size: auto 60%;
        background-position: 100% 100%;
    }

    #popup_basket .basket_bottom .basket_summ .title {
        font-size: 10px;
    }
    #popup_basket .basket_bottom .basket_summ .body {
        font-size: 10px;
    }
    #popup_basket .basket_bottom .basket_summ .sum {
        font-size: 14px;
    }
    .basket .basket_table .p-name {
        line-height: 1;
    }
    .basket .basket_code_wrap, .basket .basket_articul_wrap {
        font-size: 9px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body{
        font-size: 12px;
    }
    .door_item:hover:before{
        display: none;
    }
    .door_item .item_cat{
        display: none;
    }
    #searchbox{
        display: none;
    }
    #main_menu .menu_main_wrap>li {
        margin: 2px 4px 0px 4px;
    }
    #main_menu .navbar-brand {
        top: 8px;
    }
    .navbar-nav > li > a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
    }
    .logo_main .be{
        font-size: 28px;
    }
    .logo_main {
        font-size: 24px;
    }
    .phone_up {
        background-size: 15px;
        font-size: 14px;
        margin-top: 0px;
        line-height: 20px;
        padding-left: 21px;
    }
    .main_menu_up{
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .main_search #story{
        font-size: 14px;
        padding-left: 35px;
        background-position: 8px calc(50% - 1px);
        width: 175px;
    }
    .filter_price input[type="number"].filter_price_input{
        max-width: 90px;
    }
    .filter_price .price_range>span{
        max-width: 92px;
    }
    #searchbox {
        right: 165px;
    }

    .phone_up .dop {
        font-size: 10px;
    }
    .block_main_banner {
        height: 320px;
    }
    .block_main_banner .bm_slider .banner_item {
        height: 320px;
    }
    .block_main_banner .bm_slider .banner_item .banner_item_in {
        padding-left: 0px;
    }
    .block_main_banner .bm_slider .banner_item .bms_title {
        font-size: 38px;
        line-height: 1.1;
    }
    .block_main_banner .bm_slider .banner_item .bms_image img {
        object-position: 0% 50%;
    }

    .searchpage{
        padding-left: 15px;
        padding-right: 15px;
    }
    .block_fast_link .bl_fl_item {
        height: 155px;
        padding-left: 30px;
        font-size: 24px;
    }
    .block_help .block_help_in .main_title h2{
        font-size: 32px;
    }
    .block_help .block_help_in .main_title p{
        font-size: 16px;
    }
    .block_help .block_help_in .input_crypt input{
        height: 55px;
        font-size: 16px;
    }
    .block_help .block_help_in .btn_default{
        height: 55px;
        font-size: 16px;
        min-width: 100px;
    }
    .block_about_in{
        font-size: 16px;
    }
    .news_item{
        margin-bottom: 30px;
    }
    .navigation{
        margin-top: 10px;
    }
    .news_item .ni_title{
        min-height: 55px;
    }
    .door_item .item_info .item_price{
        font-size: 14px;
    }
    .slider_new_doors{
        margin-bottom: 0px;
    }
    .static_content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .btns_block_filters{
        text-align: center;
        margin-bottom: 20px;
    }
    .filter_block_wrapper{
        display: none;
    }
    .block_sort_wrap_block{
        padding: 0px;
    }
    .main_menu_cat {
        margin-bottom: 30px;
    }
    .main_bl_cat {
        padding: 15px 35px 15px 35px;
    }
    .speedbar {
        padding: 10px 0px 10px 0px;
    }
    .content_products_wrapper {
        padding: 0px 15px;
    }
    .content_products_default {
        padding-right: 0px;
    }
    .door_item .btns_block{
        display: none !important;
    }
    .door_item{
        padding-bottom: 25px;
    }

    .basket .basket_title{
        font-size: 14px;
    }


    .menu_basket .text{
        font-size: 14px;
    }
    .menu_basket{
        padding-left: 60px;
    }
    .menu_basket.menu_compare {
        right: 170px;
    }
    .menu_basket.menu_compare .text{
        display: none;
    }


    .block_garant .garant_item{
        border-top: 0.5px solid rgb(203, 203, 203);
        border-left: 0.5px solid rgb(203, 203, 203);
        border-bottom: 0.5px solid rgb(203, 203, 203);
        border-right: 0.5px solid rgb(203, 203, 203);
        width: 100%;
    }
    .main_cats_item {
        border-top: 0.5px solid rgb(203, 203, 203);
        border-left: 0.5px solid rgb(203, 203, 203);
        border-bottom: 0.5px solid rgb(203, 203, 203);
        border-right: 0.5px solid rgb(203, 203, 203);
        min-height: 170px;
        padding-left: 130px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 16px;
    }
    .main_cats_item .icon {
        width: 130px;
    }
    .main_cats_item .icon img {
        max-width: 85px;
    }

    .full_product_page{
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_product {
        font-size: 14px;
        padding: 10px;
    }
    .item_product .ip_price {
        font-size: 17px;
    }
    .main_cats_item .title {
        font-size: 21px;
    }
    .main_cats_item .list {
        line-height: 1.2;
        font-size: 16px;
    }
    #spec_item_1{
        margin-bottom: 30px;
    }
    .main_help .title {
        font-size: 24px;
    }
    .main_help .subtitle {
        font-size: 18px;
    }
    .main_footer .mf_right{
        margin-top: 35px;
    }

    .line_compare_title>div, .line_table .line_compare>div{
        min-width: 33%;
    }

    #popup_basket .basket_bottom .basket_summ .title {
        font-size: 11px;
    }
    #popup_basket .basket_bottom .basket_summ .body {
        font-size: 11px;
    }
    #popup_basket .basket_bottom .basket_summ .sum {
        font-size: 18px;
    }
    .basket_bottom {
        width: 100%;
        margin-left: 0px;
    }
    .main_footer{
        font-size: 14px;
    }
    .foot_title{
        font-size: 21px;
    }
    .foot_list{
        font-size: 16px;
    }
    .main_footer .mf_left{
        text-align: center;
    }
    .main_footer .foot_soc_wrap .foot_soc{
        justify-content: center;
    }
    .main_footer .logo_image{
        margin: 0px auto;
    }
    .main_footer .foot_dop{
        font-size: 11px;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 992px) {
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        height: 56px;
        font-size: 16px;
        padding-left: 60px;
        background-repeat: no-repeat;
        background-position: 15px calc(50% - 2px);
        background-size: 30px;
        background-image: url(../images/akkum/svg/icon_menu.svg);
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        display: flex !important;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap .case_item svg{
        display: none !important;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap.not_active{
        pointer-events: auto !important;
    }

    .door_item .item_btns_mobile{
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .door_item .item_btns_mobile .btn_item{
        width: 34px;
        height: 34px;
        border-radius: 50vh;
        border: 1px solid rgb(150,150,150);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: inline-block;
        filter: grayscale(1);
    }
    .door_item .item_btns_mobile .btn_item.btn_item_ative{
        background-color: rgba(255, 166, 48);
        filter: grayscale(0) invert(1);
    }

    .door_item .item_btns_mobile .btn_item.btn_compare_item{
        margin-right: 5px;
        background-size: 15px auto;
        background-image: url("../images/velo15/svg/icon_compare.svg");
    }
    .door_item .item_btns_mobile .btn_item.btn_basket_item{
        background-size: 18px auto;
        background-image: url("../images/velo15/svg/icon_cart.svg");
    }

    .searchbox1_wrap{
        margin-top: 15px;
    }
    .searchbox1_wrap #story{
        width: 100%;
    }

    .main_menu_cat_block_wrapper {
        margin-top: 15px;
    }
    .main_menu_cat_block_wrapper{
        padding: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgb(255,255,255);
        z-index: 111;
    }
    .main_menu_cat_block_wrapper>div{
        padding: 0px;
        width: 100%;
    }
    .main_menu_cat_block_wrapper{
        margin-top: 0px;
        margin-bottom: 0px;
        overflow-y: scroll;
        padding-bottom: 65px;
    }

    .bl_mobile{
        display: flex;
        align-items: normal;
        justify-content: space-between;
        background-color: #ffa630;
        font-size: 12px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 111;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    }
    .bl_mobile .blm_item{
        width: 20%;
        padding-top: 40px;
        text-align: center;
        position: relative;
        padding-bottom: 8px;
        cursor: pointer;
        transition: 0.2s;
    }
    .bl_mobile .blm_item:before{
        content: "";
        position: absolute;
        top: 3px;
        height: 35px;
        width: 100%;
        left: 0px;
        transition: 0.2s;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 20px auto;
        filter: invert(0);
    }
    .bl_mobile .blm_item#blmi_1:before{
        background-image: url("../images/velo15/svg/menu.svg");
    }
    .bl_mobile .blm_item#blmi_2:before{
        background-image: url("../images/velo15/svg/loupe.svg");
    }
    .bl_mobile .blm_item#blmi_3:before{
        background-image: url("../images/velo15/svg/megaphone.svg");
    }
    .bl_mobile .blm_item#blmi_4:before{
        background-image: url("../images/velo15/svg/telephone.svg");
    }
    .bl_mobile .blm_item#blmi_5:before{
        background-image: url("../images/velo15/svg/location.svg");
    }
    .bl_mobile .blm_item:hover{
        background-color: rgb(45,44,41);
        color: rgb(255,255,255);
    }
    .bl_mobile .blm_item:hover:before{
        filter: invert(1);
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
    #line_compare_title.active .door_item .item_info .item_title {
        font-size: 12px;
    }
    #line_compare_title.active .door_item .item_info .item_price{
        font-size: 14px;
    }
    .filter_price input[type="number"].filter_price_input{
        max-width: 90px;
    }
    .filter_price .price_range>span{
        max-width: 92px;
    }
    #line_compare_title.active{
        overflow-x: scroll;
    }
    .main_menu_up {
        padding: 0px 15px;
        display: block;
    }
    #line_compare_title.active .door_item .item_image img{
        display: none;
    }
    #line_compare_title.active{
        height: 160px;
        margin-left: -25px;
    }
    .door_item .item_tags .tag.available,
    .door_item .item_tags .tag.not_available{
        border-radius: 17px;
        width: 17px;
        height: 17px;
        padding: 0px;
        text-indent: -9999px;
    }
    #line_compare_title.active .door_item .item_info .item_price{
        min-height: 40px;
    }
    .main_content_wrap {
        width: 100%;
    }

    .geo_up {
        height: 45px;
    }

    .adress_up {
        height: 45px;
        margin-left: 0px;
    }

    .menu_info_wrap_1 {
        justify-content: space-between;
        font-size: 11px;
    }

    .main_menu .menu_info_wrap {
        display: flex;
        justify-content: center;
    }

    .phone_up {
        font-size: 11px;
        line-height: 25px;
    }
    .main_footer .phone_up{
        font-size: 14px;
    }
    .main_footer .info{
        font-size: 14px;
    }
    .main_footer {
        padding-bottom: 75px;
    }

    .main_search {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: rgb(255, 255, 255);
        z-index: 101;
        box-shadow: 0px 0px 8px 0px rgb(0, 0, 0, 0.25);
    }

    .main_search #searchbox {
        display: none;
    }

    #main_menu .navbar-toggle {
        border-color: rgb(165, 165, 165);
        float: right;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #main_menu .navbar-toggle .icon-bar {
        background-color: rgb(165, 165, 165);
    }

    #main_menu {
        padding: 0px;
    }

    .block_about_in {
        font-size: 16px;
    }

    .main_content {
        padding-top: 60px;
    }

    .main_content .logo_dop {
        float: left;
        max-width: calc(50% - 15px);
        margin-left: 15px;
    }

    .main_content .logo_dop .logo_image {
        height: 55px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 7;
    }

    .main_content .logo_dop .logo_image img {
        max-height: 40px;
    }

    #main_menu .navbar-header-wrapper .navbar-header {
        margin-right: 0px;
    }

    #main_menu .navbar-header-wrapper > div {
        padding-bottom: 0px;
    }

    #main_menu .menu_main_wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main_menu .navbar-collapse, #main_menu .navbar-form {
        border-color: rgb(41, 41, 41);
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 0px;
        font-size: 14px;
    }

    #main_menu .menu_main_wrap > li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #main_menu .navbar-brand {
        top: 5px;
    }

    .main_menu {
        padding-bottom: 10px;
        height: auto;
    }

    .logo_main {
        font-size: 25px;
    }

    .logo_main .be {
        font-size: 29px;
    }

    .btn_types_1{
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        justify-content: center;
    }
    .btn_types_1 .bt_btn{
        text-align: center;
        line-height: 25px;
        margin: 0px 10px 5px 10px;
    }
    .btn_types_1 .bt_btn:after{
        display: none;
    }
    .phone_up{
        background-size: 15px;
        padding-left: 25px;
        background-position: 0px 55%;
    }
    .menu_basket {
        min-width: 62px;
        padding-left: 0px;
        border-radius: 0px 0px 5px 0px;
    }
    .menu_basket:before {
        left: 9px;
        width: 30px;
        background-size: 30px;
    }
    .menu_basket .count {
        width: 18px;
        height: 18px;
        left: 27px;
        top: 5px;
    }
    .menu_basket .text{
        display: none;
    }
    .searchpage{
        padding-left: 15px;
        padding-right: 15px;
    }
    #searchtable .search>div{
        margin: 0px 0px 15px 0px !important;
    }
    .main_menu_cat_block_wrapper.not_active_menu{

    }
    .full_product_page .btn_availability .btns_block{
        margin-right: 0px;
    }
    .full_product_page .btn_availability .btns_block:first-child{
        margin-bottom: 15px;
    }
    .f_pro_title {
        font-size: 21px;
    }
    .btn_default.btn_icon_basket span {
        min-height: 25px;
        line-height: 26px;
        white-space: nowrap;
    }

    .static_content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .columns_custom .static_content{
        padding: 0px;
    }
    .cat_actions{
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
    }
    .menu_basket{
        z-index: 1;
        margin-right: 15px;
        height: 55px;
    }
    .menu_basket.menu_compare {
        right: 100px;
    }

    .navigation{
        margin-top: 10px;
    }
    .door_item:hover:before{
        display: none;
    }
    .speedbar_wrap{
        padding: 0px;
    }
    .speedbar {
        font-size: 14px;
        padding: 10px 0px 10px 0px;
        margin-top: 0px;
        line-height: 1.2;
    }
    .content_products_wrapper {
        padding: 0px 15px 0px 15px;
    }
    .content_products_default {
        padding-right: 0px;
    }
    .block_sort{
        height: auto;
        flex-direction: column;
        padding: 10px 10px 0px 10px;
        line-height: 1.75;
    }
    .block_sort .sort_block{
        font-size: 14px;
        justify-content: center;
    }
    .block_sort .sort_block.pokaz_block{
        margin-left: 0px;
    }
    .block_sort .sort_title{
        white-space: nowrap;
        font-weight: bold;
        margin: 0px 0px 0px 10px;
    }
    .block_sort .sort_block .sort-item {
        padding-right: 10px;
        margin: 0px 0px 0px 10px;
    }
    .item_spec_short{
        font-size: 16px;
    }
    .full_product_page .full_specifications{
        font-size: 16px;
    }
    .full_specifications .main_title{
        text-align: left;
    }
    .main_bl_cat {
        padding: 15px 15px 15px 15px;
    }
    .page_block {
        font-size: 14px;
        justify-content: center;
        line-height: 24px;
    }
    .page_block .count {
        font-size: 14px;
    }
    .page_block .page_icon_wrap{
        display: none;
    }
    .block_sort .sort_block .sort-item:before {
        right: -3px;
        width: 9px;
        background-size: 9px;
    }

    .input_door.input_check label {
        font-size: 14px;
    }
    .filter_block_wrap .filter_title {
        font-size: 18px;
    }
    .block_sort_wrap {
        padding: 0px;
    }
    .block_sort_wrap_block{
        padding: 0px;
    }
    .block_sort_wrap_block .content_products{
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
    }

    .btns_block_filters{
        text-align: center;
        margin-bottom: 20px;
    }
    .filter_block_wrapper{
        display: none;
    }
    .full_product_page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .full_product_page .btn_availability{
        flex-direction: column;
        align-items: flex-start;
    }
    .full_product_page .btn_availability .f_pro_availability{
        margin-top: 20px;
    }
    .btn_default.btn_icon_basket {
        line-height: 1;
    }
    .table_specifications{
        font-size: 12px;
    }
    .full_product_page .full_specifications .item_spec{
        align-items: flex-start;
    }
    .full_product_page .full_specifications .item_spec .title_item_spec {
        width: 40%;
        padding-right: 15px;
    }
    .full_product_page .full_specifications .item_spec .value_item_spec{
        width: 60%;
    }
    .full_product_page .full_specifications .item_spec{
        justify-content: flex-start;
    }
    .full_product_page .item_spec_title{
        font-size: 18px;
    }
    .related_news{
        padding-left: 15px;
        padding-right: 15px;
    }
    .related_news .door_item .btns_block {
        display: block !important;
        z-index: 1;
        opacity: 1;
        bottom: -55px;
    }
    .related_list{
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
    }
    .main_footer .logo_image{
        margin: 0px auto;
    }
    .full_page{
        padding: 0px 15px;
    }
    .content_products_default .content_products {
        position: relative;
    }
    .content_products_wrapper.columns_custom .item_product_wrap{

    }
    .item_product .btn_cart {
        right: 0px;
        bottom: 0px;
    }
    .item_product .ip_category{
        display: none;
    }
    .item_product .ip_image img {
        object-position: 50% 50%;
    }

    .line_compare_title>div, .line_table .line_compare>div {
        min-width: calc(50vw - 28px);
    }
    .line_compare_block .door_item .btn_default.add_btn{
        min-width: 110px;
        font-size: 12px;
        height: 38px;
    }
    .line_compare_block .door_item .btns_block{
        bottom: -55px;
        opacity: 1;
        display: block !important;
    }
    .line_compare_block .full_product_page {
        padding-left: 0px;
        padding-right: 0px;
    }

    .basket .basket_table thead{
        display: none;
    }

    .main_menu_cat .main_left_menu_level a{
        padding: 0px 15px 0px 15px;
    }
    .block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap {
        padding-left: 30px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level {
        padding-left: 0px;
        padding-top: 10px;
        padding-right: 0px;
    }

    .main_menu_cat {
        margin-bottom: 0px;
    }

    .main_title h2 {
        font-size: 24px;
    }

    .door_item {
        padding: 50px 10px 5px 10px;
        margin-bottom: 15px;
    }

    .door_item_wrap{
        padding: 0px;
    }
    .slider_new_doors .slick-track{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .door_item .item_cat{
        display: none;
    }
    .door_item .item_tags{
        font-size: 10px;
    }
    .door_item .item_tags .tag {
        padding: 5px 10px;
        margin-bottom: 5px;
    }
    .door_item .item_info .item_title {
        font-size: 11px;
        min-height: 50px;
    }
    .door_item .item_info .item_price .price.new span {
        padding: 0px 2px;
    }
    .door_item .btns_block{
        display: none !important;
    }
    .block_new_doors .slick-dots {
        bottom: -10px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0px);
    }
    .door_item .item_info .item_price {
        font-size: 12px;
        margin-top: 2px;
        min-height: 40px;
        white-space: nowrap;
    }
    .door_item .item_info .item_price .old_price {
        font-size: 10px;
        margin-left: 10px;
    }

    .cat_items{
        margin-top: 30px !important;
    }
    .news_item{
        margin-bottom: 35px;
    }
    .news_item .ni_title {
        font-size: 14px;
    }
    .news_item_wrap_cat .news_item .ni_title {
        font-size: 14px;
    }
    .news_item_wrap_cat .news_item .ni_text {
        font-size: 12px;
    }
    .block_help{
        margin-top: 15px;
    }
    .block_help .block_help_in {
        padding: 15px 15px 30px 15px;
        display: block;
    }
    .block_help .block_help_in .main_title h2 {
        font-size: 21px;
    }
    .block_help .block_help_in .main_title p{
        font-size: 14px;
    }
    .block_help .block_help_in .input_crypt_wrap{
        flex-direction: column;
    }
    .block_help .block_help_in .input_crypt input{
        border-radius: 12px;
        font-size: 18px;
        height: 55px;
        width: 100%;
    }
    .block_help .block_help_in .btn_default{
        border-radius: 12px;
        width: 100%;
        height: 55px;
    }

    .block_main_banner .bm_slider .banner_item .banner_item_in {
        padding-left: 0px;
        padding-top: 10px;
    }
    .block_main_banner .bm_slider .banner_item .bms_subtitle {
        padding-right: 35px;
        font-size: 12px;
    }
    .block_main_banner .bm_slider .banner_item .bms_subtitle:before {
        width: 25px;
    }
    .block_main_banner .bm_slider .banner_item .bms_title {
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .block_main_banner .bm_slider .banner_item .bms_image img {
        object-position: 0% 50%;
    }
    .block_main_banner {
        padding: 15px 15px 0px 15px;
    }
    .block_main_banner .bm_slider .banner_item {
        padding-bottom: 20px;
    }
    .block_main_banner .bm_slider .banner_item:before{
        padding-top: 70%;
    }

    .block_main_banner .bm_slider .slick-dots {
        right: 7px;
        bottom: 8px;
    }
    .block_main_banner .bm_slider .slick-dots li {
        width: 17px;
        height: 20px;
    }
    .btn_default{
        height: 42px;
        font-size: 16px;
        min-width: 210px;
    }
    .form_door .btn_clear{
        display: none;
    }

    .block_fast_link .bl_fl_item_wrap{
        padding: 0px;
    }
    .block_fast_link .bl_fl_item{
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        font-size: 21px;
        margin-bottom: 15px;
        box-shadow: 0px 2px 24px 0px rgb(0, 0, 0,  0.11);
    }
    .block_garant .garant_item_wrap{
        width: 100%;
    }
    .block_garant .garant_item {
        padding-left: 85px;
        width: 100%;
        border-top: 0.5px solid rgb(203, 203, 203);
        border-left: 0.5px solid rgb(203, 203, 203);
        border-bottom: 0.5px solid rgb(203, 203, 203);
        border-right: 0.5px solid rgb(203, 203, 203);
    }
    .block_garant .garant_item .g_icon {
        left: 15px;
    }
    .block_garant .garant_item .g_icon img {
        width: 55px;
    }
    .main_popular .bl_title {
        flex-direction: column;
    }
    .main_popular .bl_title_wrap .popular_items_up>div>div {
        margin: 0px 5px;
        text-align: center;
    }
    .main_popular .bl_title_wrap .popular_items_up {
        font-size: 13px;
        margin-top: 15px;
    }
    .bl_title:before{
        display: none;
    }
    .popular_items_down .item_product_wrap{
        padding: 0px 7px;
    }

    .item_product .ip_image:before{
        padding-top: 150px;
    }
    .item_product {
        font-size: 12px;
        padding: 10px;
    }
    .item_product .ip_price {
        font-size: 14px;
        padding: 5px 0px;
        margin-top: 7px;
    }
    .item_product .anchors {
        width: 70px;
    }
    .item_product .anchors .anchor{
        font-size: 11px;
        white-space: nowrap;
    }
    .main_popular_slider {
        max-height: 330px;
    }
    .slick-dotted.slick-slider.main_popular_slider {
        margin-bottom: 45px;
    }
    .main_popular_slider .slick-dots {
        bottom: -25px;
    }

    .main_cats .main_cats_wrap {
        width: 100%;
    }
    .main_cats_item {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 100px;
        padding-bottom: 15px;
        min-height: 230px;
        border-top: 0.5px solid rgb(203, 203, 203);
        border-left: 0.5px solid rgb(203, 203, 203);
        border-bottom: 0.5px solid rgb(203, 203, 203);
        border-right: 0.5px solid rgb(203, 203, 203);
    }
    .main_cats_item .icon {
        position: absolute;
        width: 100%;
        height: 100px;
        justify-content: normal;
        padding: 0px 15px 0px 15px;
    }
    .main_cats_item .icon img {
        max-height: 80px;
    }
    .main_cats_item .title {
        font-size: 21px;
    }
    .main_cats_item .list {
        font-size: 16px;
        line-height: 1;
    }
    .main_cats_item .btn_more {
        left: 15px;
        right: auto;
    }

    .main_spec .main_spec_item {
        position: relative;
        height: 160px;
        padding-top: 0px;
        margin-bottom: 25px;
    }
    .main_spec .main_spec_item:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.25);
    }
    .main_spec .main_spec_item>div{
        position: relative;
        z-index: 1;
    }

    .main_help{
        padding: 45px 0px 45px 0px;
    }
    .main_help .main_help_in {
        flex-direction: column;
    }
    .main_help .subtitle {
        font-size: 20px;
    }
    .form_door .form_door_inline .input_door{
        width: 50%;
    }
    .form_door .form_door_inline .input_door input {
        font-size: 17px;
        padding: 0px 0px 0px 10px;
    }
    .form_door .form_door_inline .btn_default {
        width: 50%;
        min-width: 140px;
        height: 50px;
        font-size: 16px;
        padding: 0px 10px;
    }
    .form_help{
        margin-top: 25px;
    }

    #spec_item_1 {
        background-size: auto 70%;
        background-position: 100% 100%;
    }
    #spec_item_2 {
        background-size: auto 70%;
        background-position: 100% 100%;
    }
    .main_spec .main_spec_item .msi_info .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main_spec .main_spec_item .msi_info {
        width: 70%;
    }

    #dle-content .full_page.full_page_delivery .page_content table tr{
        display: flex;
        flex-wrap: wrap;
    }
    #dle-content .full_page.full_page_delivery .page_content table tr td{
        width: 100% !important;
        padding-bottom: 15px;
    }
    .full_page .page_content .pc_image img{
        max-width: 100%;
    }

    .main_footer .mf_right {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .main_footer .menu_info_wrap {
        text-align: center;
    }
    .main_footer .foot_soc_wrap .foot_soc {
        justify-content: center;
        padding-top: 5px;
    }
    .main_footer .foot_dop .foot_dop_in{
        flex-direction: column;
        font-size: 12px;
    }
    .politics{
        margin-right: 0px;
    }
    .main_footer .foot_dop .foot_dop_in .f_left{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .foot_contacts{
        width: 100%;
        text-align: center;
    }
    .foot_contacts .phone_up{
        display: inline-block;
    }
    .main_footer .socs_block_links {
        text-align: center;
    }
    .main_footer .foot_menu{
        margin: 25px 0px 30px 0px;
        text-align: center;
    }
    .main_footer .mf_left {
        text-align: center;
    }

    .popup_block > div {
        padding: 30px 15px 15px 15px;
    }
    #popup_basket > div {
        padding: 15px 10px 25px 10px;
    }
    #popup_basket .basket_bottom {
        flex-direction: column;
        align-items: center;

        justify-content: center;
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }
    #popup_basket .basket_bottom>.btn_default{
        margin-bottom: 20px;
    }
    .basket .basket_table{
        margin-bottom: 0px;
    }
    #popup_basket hr{
        margin-top: 0px;
    }
    #popup_basket .basket_bottom .basket_summ{
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    #popup_basket  .basket_bottom .btns_block .btn_default {
        margin-top: 15px;
    }
    #popup_order .popup_title {
        padding: 0px 15px 0px 15px;
    }
    .basket_items {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
    #popup_order .btns_block {
        text-align: center;
    }
}

@media (max-width: 666px) {
    .basket .basket_table {
        font-size: 11px;
    }
    .basket .basket_table tr{
        position: relative;
        display: block;
        padding-bottom: 20px;
    }
    .basket .basket_table td {
        height: auto;
        padding: 20px 10px;
    }
    .basket .basket_table .p-image{
        display: block;
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }
    .basket .basket_title {
        font-size: 12px;
    }
    .basket .basket_table .p-name {
        max-width: 100%;
        line-height: 1.2;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .basket .basket_table .p-name .rate_stars{
        text-align: center;
    }
    .basket .basket_table .p-name .rate_stars .rating{
        margin: 0px auto 0px auto;
    }
    .basket .basket_table .p-quantity {
        padding: 0px;
        min-width: 130px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .basket .basket_table .p-total {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 20px 25px 10px 25px;
        font-size: 16px;
    }
    .basket .basket_table .p-total:nth-child(3):after{
        content: " за шт.";
    }
    #popup_basket .basket_bottom>.btn_default{
        margin-bottom: 20px;
    }
    .basket .basket_table .p-action {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0px;
    }
    .basket_bottom .basket_summ {
        line-height: 1;
        white-space: nowrap;
    }
    .basket_bottom .basket_summ .title{
        font-size: 12px;
        margin-bottom: -1px;
    }

    .basket_bottom .basket_summ .sum {
        font-size: 20px;
    }
}

@media (max-width: 768px) and (orientation: portrait) {

}

@media (min-width: 560px) and (max-width: 768px) and (orientation: landscape) {
    .main_menu.main_menu_up{
        display: flex;
        padding: 0px 15px;
        align-items: center;
        justify-content: space-between;
    }
    .news_item_wrap{
        width: 50%;
        float: left;
    }
    .news_item_wrap .ni_title{
        min-height: 45px;
    }
    .block_help{
        text-align: center;
    }
    .block_help .form_door{
        max-width: 390px;
        margin: 0px auto;
    }
    .main_menu.main_menu_up .geo_up{
        margin-right: 15px;
    }
    .item_product {
        font-size: 14px;
    }
    .main_spec .main_spec_item .msi_info .title {
        font-size: 21px;
    }
    .main_spec .main_spec_item .msi_info {
        width: 55%;
    }
    .main_cats .main_cats_wrap{
        width: 50%;
    }
    .main_footer .mf_right {
        justify-content: space-around;
    }
}

@media (min-width: 667px) and (max-width: 768px) {
    .basket .basket_title {
        font-size: 12px;
    }
    .basket .basket_table .p-total{
        white-space: nowrap;
    }
    .basket .basket_table .p-quantity .count_value input{
        max-width: 70px;
    }
    .basket .basket_table .p-quantity .count_value{
        min-width: 70px;
    }
}

@media (min-width: 768px) {

}

@media (max-width: 320px) {
    .door_item .item_btns_mobile .btn_item {
        width: 28px;
        height: 28px;
    }
    .door_item .item_btns_mobile .btn_item.btn_compare_item{
        background-size: 12px auto;
    }
    .door_item .item_btns_mobile .btn_item.btn_basket_item {
        background-size: 15px auto;
    }
}