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

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

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

@font-face {
    font-family: 'Stem';
    src: url('Stem-SemiLight.eot');
    src: local('Stem Semi Light'), local('Stem-SemiLight'),
    url('Stem-SemiLight.eot?#iefix') format('embedded-opentype'),
    url('Stem-SemiLight.woff2') format('woff2'),
    url('Stem-SemiLight.woff') format('woff'),
    url('Stem-SemiLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('Stem-ExtraLight.eot');
    src: local('Stem Extra Light'), local('Stem-ExtraLight'),
    url('Stem-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('Stem-ExtraLight.woff2') format('woff2'),
    url('Stem-ExtraLight.woff') format('woff'),
    url('Stem-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('Stem-Thin.eot');
    src: local('Stem Thin'), local('Stem-Thin'),
    url('Stem-Thin.eot?#iefix') format('embedded-opentype'),
    url('Stem-Thin.woff2') format('woff2'),
    url('Stem-Thin.woff') format('woff'),
    url('Stem-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('Stem-Regular.eot');
    src: local('Stem Regular'), local('Stem-Regular'),
    url('Stem-Regular.eot?#iefix') format('embedded-opentype'),
    url('Stem-Regular.woff2') format('woff2'),
    url('Stem-Regular.woff') format('woff'),
    url('Stem-Regular.ttf') format('truetype');
    font-weight: bold;
    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);
}

a {
    color: rgb(53,53,53);
    text-decoration: underline;
}
a:hover, a:focus {
    color: rgb(255, 216, 0);
    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(250,250,250);
}
.animate_hidden{
    opacity:0;
}
.animate_visible{
    opacity:1;
}

.medium {
    font-weight: 500;
}
.bold {
    font-weight: 500;
    font-family: 'Stem';
}
.bolder {
    font-weight: bold;
    font-family: 'Stem';
}
.boldest {
    font-weight: bold;
}
.font_upper{
    text-transform: uppercase;
}
.back_yellow{
    background-color: rgb(255,219,1);
}
.back_grey{
    background-color: rgb(45,44,41);
}
.theme_yellow{
    color: rgb(255,216,0);
}
.line_through{
    text-decoration: line-through;
}
.bl_left {
    text-align: left;
}
.bl_right {
    text-align: right;
}

.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;
}
.logo_main_pk{
    display: flex;
}
.logo_main_mb{
    display:none;
}
.logo_main{
    font-size: 32px;
    line-height: 1;
    color: rgb(41,41,41);
    white-space: nowrap;
}
.main_menu .logo_main{
    width: 175px;
}
.main_footer .logo_main{
    max-width: 175px;
}
.logo_main>img{
    width: 100%;
}
.logo_main .be{
    font-weight: bold;
    font-style: normal;
    font-size: 37px;
}
.logo_main .bi{
    font-weight: 300;
    font-style: normal;
    display: block;
    font-size: 0.54em;
    padding-left: 0px;
}

.main_menu{
    height: 73px;
    background-color: rgb(255,255,255);
}
#main_menu{

}
#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;
}
#main_menu hr {

}
#main_menu .menu_main_wrap{

}
.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,219,1);
}
#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 7px 0px 7px;
    padding: 18px 0px 19px 0px;
    position: static;
}
#main_menu .menu_main_wrap>li a span{
    border-bottom: 2px solid rgba(41,41,41,0);
    transition: 0.2s;
}
#main_menu .menu_main_wrap>li a:hover span{
    border-bottom: 2px solid rgba(41,41,41,0.8);
}
#main_menu .menu_main_wrap>li.current a span{
    position: relative;
}
#main_menu .menu_main_wrap>li.current a span{
    border-bottom: 2px solid rgba(41,41,41,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: 7px;
    color: rgb(35, 37, 38);
}
#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;
}
.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;
    margin-top: 8px;
}
.main_menu .btn_up{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    color: rgb(41,41,41);
    font-weight: 500;
    background-color: rgb(255,219,1);
    transition: 0.2s;
    margin-right: 60px;
}
.main_menu .btn_up:hover{
    background-color: rgba(41, 41, 41, 1);
    color: rgb(255,255,255);
}
#fullsearch{
    display: none;
}
.phone_up{
    font-size: 24px;
    font-weight: bold;
    padding-left: 35px;
    background-image: url(../images/akkum/svg/icon_phone.svg);
    background-size: 28px;
    background-position: 0px 0px;
    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;
}

.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-left: 50px;
    padding-top: 10px;
    padding-right: 90px;
}
.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(255,219,1);
    color: rgb(45,44,41);
    font-size: 21px;
    font-weight: bold;
    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 .case_item{
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0px 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 .case_item svg{
    display: none !important;
}
.main_menu_cat .main_left_menu_level .case_item{
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.2;
}
.main_menu_cat .main_left_menu_level a{
    display: block;
    cursor: pointer;
    border-bottom: 1px solid rgb(206,206,206);
}
.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{
    border-bottom: 1px solid rgb(255,219,1);
    font-weight: 500;
}
.main_search{
    position: relative;
}
.main_search #story{
    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
    height: 52px;
    font-weight: 300;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    padding-left: 48px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 18px calc(50% - 1px);
    background-image: url("../images/akkum/svg/icon_search.svg");
}
.block_main_banner{
    /*height: 400px;*/
    opacity: 0;
}

.block_main_banner>div{
    overflow: hidden;
}
.block_main_banner{
    margin-top: 25px;
    padding: 0px 15px 0px 15px;
}
.block_main_banner .bm_slider{
    box-shadow: 0px 0px 43px 0px rgba(4,5,5,0.14);
}
.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: 36.879432624%;
}
.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 {
    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: rgb(255,219,1);
}
.main_menu_cat .main_left_menu_level{
    font-size: 16px;
}

.menu_basket{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: rgb(41,41,41);
    color: rgb(255,255,255);
    font-size: 22px;
    border-radius: 0px 0px 5px 0px;
    min-width: 160px;
    padding-left: 67px;
    cursor: pointer;
}
.menu_basket:before{
    content: "";
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0px;
    left: 15px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-image: url("../images/akkum/svg/icon_basket.svg");
    filter: invert(1);
}
.menu_basket .count{
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255,219,1);
    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: 40px;
    top: 5px;
}
.menu_basket .text{
    line-height: 52px;
}
.menu_basket span.rub{
    color: rgb(114,114,114);
}

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

.speedbar a:before{
    content: "";
    position: absolute;
    right: 0px;
    width: 15px;
    height: 15px;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-image: url(../images/akkum/svg/icon_arrow_slider.svg);
    transform: rotate(-90deg);
    top: 1px;
}

.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,219,1);
}
.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,219,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{
    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%;
}

.navigation{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 45px;
}
.navigation>span,.navigation>div,.navigation>a{
    display: inline-block;
    vertical-align: middle;
}
.navigation .page_prev_custom{
    margin-right: 5px;
}
.navigation .page_next_custom{
    margin-left: 5px;
}
.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: rgb(255,219,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_akkum [type="checkbox"]:not(:checked),.input_akkum  [type="checkbox"]:checked,.input_akkum  [type="radio"]:not(:checked),.input_akkum  [type="radio"]:checked{
    position: absolute;
    left: -9999px;
}

.input_akkum input[type="checkbox"] + label:before, .input_akkum input[type="radio"] + label:before{
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    background-image: none;

    border-width: 3px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    background-color: rgb(252, 252, 252);

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

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

}
.input_akkum input[type="checkbox"]:checked + label:after, .input_akkum input[type="radio"]:checked + label:after{
    content: "";
    background-color: rgb(123, 123, 123);
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    position: absolute;
}
.input_akkum.input_check{
    margin-top: 10px;
}
.input_akkum.input_check label{
    padding-left: 28px;
    cursor: pointer;
    line-height: 1.2;
    font-size: 16px;
    padding-top: 1px;
}
.input_akkum.input_check .has-error label{
    color: #a94442 !important;
}
.input_akkum.input_check .checkbox{
    margin: 0px;
}

.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: 15px;
    }
    #dle-content{
        padding-left: 15px;
    }
    .main_menu_cat_wrap{
        position: sticky;
        top: 0px;
    }

}
@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,219,1);
}

.g-map-m .gmap {
    height: 400px;
    width: 100%;
}
.delivery_map{
    margin-top: 21px;
}
.popover{
    font-family: 'Stem';
}
.block_sort_wrap{
    padding: 0px 15px;
}
.block_sort{
    height: 57px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0px 15px;
}
.block_sort .sort_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
}
.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 .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_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,219,1);
}

.related_news{
    opacity: 0;
    position: relative;
    padding-right: 30px;
}

#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,219,1);
}
#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,219,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{
    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: 17px;
    font-weight: bold;
    display: inline-flex;
    flex-direction: row;
    line-height: 19px;
    align-items: center;
}
.page_block .count{
    font-weight: bold;
}
.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,219,1);
    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;
}

.block_case_type>.main_left_menu_level .case_item_wrap{
    font-weight: normal;
}
.block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap{
    font-weight: 300;
}
.block_case_type>.main_left_menu_level>.main_left_menu_level .case_item_wrap:hover{
    font-weight: normal;
}
.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.1em;
}

#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(41,41,41);
    background-color: rgb(255,219,1);
    border-color: rgb(255,219,1);
}
#cust_pagination .pagination > li > a, #cust_pagination .pagination > li > span {
    padding: 6px 12px 4px 12px;
    font-size: 17px;
}
#cust_pagination .pagination > li > a, #cust_pagination .pagination > li > span{
    color: rgb(41,41,41);
}

.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%;
    margin-top: -6px;
}
.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{
    margin-top: 10px;
}
.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,219,1);
}
.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;
    margin-bottom: 17px;
}
.filter_price .price_range>span{
    width: 50%;
    max-width: 110px;
    display: inline-flex;

    height: 40px;
    position: relative;

    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}
.filter_price .price_range>span:first-child{
    margin-right: 30px;
}
.filter_price .price_range>span.f_left .pre_text, .filter_price .price_range>span.f_right .pre_text{
    position: absolute;
    left: 10px;
    height: 100%;
    line-height: 38px;
    font-size: 16px;
    color: rgb(115,115,115);
}
.filter_price input[type="number"].filter_price_input{
    background-color: transparent;
    height: 38px;
    font-size: 16px;
    color: rgb(115,115,115);
    border: none;
    width: auto;
    text-align: right;
    max-width: 90px;
    padding-left: 35px;
}
.filter_price .rub{
    line-height: 35px;
    font-size: 16px;
    color: rgb(115,115,115);
    position: absolute;
    right: 15px;
    top: -1px;
}
.filter_price .ach{
    line-height: 35px;
    font-size: 14px;
    color: rgb(115,115,115);
    position: absolute;
    right: 8px;
    top: 2px;
}
.filter_price .abig{
    line-height: 35px;
    font-size: 14px;
    color: rgb(115,115,115);
    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;
}
.main_left_menu{
    margin-top: -5px;
}
.main_left_menu_level .main_left_menu_level{
    margin-left: 15px;
    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: bold;
    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;
}
.full_product_page{
    overflow: hidden;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 30px;
}
.full_product_page .price_block{
    font-size: 27px;
    margin-top: 14px;
    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{
    color: rgb(114,114,114);
}
.full_product_page .price_block .rub.mini{
    font-size: 17px;
}
.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: 25px 25px 40px 25px;
    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    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;
    border: 1px solid rgb(186,186,186);
}
.full_product_page .slider-nav ul.xfieldimagegallery li.slick-slide:hover{
    border: 1px solid rgb(41,41,41);
    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,219,1);
}
.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_wrap{
    padding-right: 87px;
}

.full_product_page .full_specifications{
    font-size: 16px;
    margin-bottom: 75px;
}
.full_product_page .full_specifications .item_spec{
    border-bottom: 1px solid rgb(206, 206, 206);
    min-height: 42px;
    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%;
    font-weight: 500;
}
.full_product_page .full_specifications .item_spec:first-child{
    border-top: 2px solid rgb(206, 206, 206);
}
.full_product_page .full_specifications .item_spec:last-child{
    border-bottom: 1px solid rgba(206, 206, 206,0);
}


.f_pro_title{
    font-size: 21px;
    margin-bottom: 3px;
}
.f_pro_art{
    font-size: 16px;
    opacity: 0.75;
    margin-bottom: 7px;
}
.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{
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}
.block_garant .garant_item{
    padding-left: 110px;
    position: relative;
    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);
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block_garant .garant_item_wrap:last-child{
    border-right: 0.5px solid rgba(203, 203, 203,1);
}
.block_garant .garant_item .g_icon{
    position: absolute;
    left: 25px;
    top: 0px;
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
}
.block_garant .garant_item .g_icon img{
    width: 64px;
}
.block_garant .garant_item .g_info{

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

.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,219,1);
    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(245, 244, 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;
    border-radius: 5px;
    background-color: rgb(255,219,1);
    height: 50px;
    font-size: 20px;
    padding: 0px 20px 0px 20px;
    color: rgb(41,41,41);
    font-weight: 500;
    transition: 0.2s;
    min-width: 170px;
}
.btn_default:hover{
    background-color: rgb(35, 37, 38);
    color: rgb(255,255,255);
}
.btn_default.btn_icon_basket{
    padding-left: 50px;
    position: relative;
}
.btn_default.btn_icon_basket:before{
    content: "";
    position: absolute;
    left: 17px;
    top: 0px;
    height: 100%;
    background-size: 23px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/akkum/svg/icon_basket.svg);
    width: 25px;
    transition: 0.2s;
}
.btn_default.btn_icon_basket:hover:before{
    filter: invert(1);
}

.form_akkum .input_akkum{
    margin-bottom: 20px;
}
.form_akkum .input_akkum input{
    padding: 0px 25px;
    font-size: 16px;
    color: rgb(41,41,41);
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-style: solid;
    height: 46px;
}
.form_akkum .input_akkum input::-webkit-input-placeholder { color: rgb(41,41,41); }
.form_akkum .input_akkum input:-ms-input-placeholder { color: rgb(41,41,41); }
.form_akkum .input_akkum input::-ms-input-placeholder { color: rgb(41,41,41); }
.form_akkum .input_akkum input::placeholder { color: rgb(41,41,41); }
.form_akkum .input_akkum input::-moz-placeholder {
    color: rgb(41,41,41);
}

.main_help{
    background-color: rgb(255,219,1);
    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;
}
.form_akkum .form_akkum_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_akkum .form_akkum_inline .input_akkum{
    width: 60%;
    margin-bottom: 0px;
}
.form_akkum .form_akkum_inline .input_akkum 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_akkum .form_akkum_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_akkum .form_akkum_inline .btn_default:hover{
    background-color: rgba(41, 41, 41, 0.9);
}



.main_footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main_footer .logo_main{
    margin-bottom: 12px;
}
.main_footer .logo_descr{
    margin-bottom: 10px;
}
.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: rgb(255,219,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: rgb(255,219,1);
}
.main_footer .foot_dop{
    font-weight: 300;
    font-size: 16px;
    margin: 10px 0px;
    line-height: 1.45;
}

#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{
    display: none;
}
.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;
    border: 1px solid rgb(174, 174, 174);
}
.basket .basket_table .p-quantity .count_value{
    min-width: 80px;
    display: inline-flex;
    border-radius: 8px;
    background-color: rgb(232, 232, 232);
    height: 33px;
    position: relative;
}
.basket .basket_table .p-quantity .count_value input{
    height: 33px;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgb(174, 174, 174);
    border-right: 1px solid rgb(174, 174, 174);
    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: 16px;
    cursor: pointer;
}
.basket .basket_table .p-quantity .arr.sub{
    width: 33px;
    text-align: center;
    height: 33px;
    line-height: 33px;
}
.basket .basket_table .p-quantity .arr.add{
    width: 33px;
    text-align: center;
    height: 33px;
    line-height: 33px;
}

.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{
    font-size: 20px;
    min-width: 160px;
    padding: 40px 25px;
}
.basket .basket_table .p-total .rub{
    font-weight: bold;
    color: rgb(114,114,114);
}
.basket .basket_table .p-action{

}
.basket .basket_table .p-action a{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: rgb(255,219,1);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 50vh;
}
.basket .basket_table .p-action a:hover{
    background-color: rgb(41,41,41);
}
.basket .basket_table .p-action a:hover img{
    filter: invert(1);
}
.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: space-between;
    width: 50%;
    margin-left: 50%;
}
.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;
    color: rgb(114,114,114);
}


#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);
    border-radius: 0px;
    color: rgb(35, 37, 38);
    max-width: 1140px;
    font-size: 16px;
    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/akkum/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;
}

#order_id{
    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;
    padding: 0px 25px 0px 25px;
}
#popup_order .popup_body {
    padding: 0px 25px 20px 25px;
}
#popup_order .btns_block{
    padding: 30px 25px 30px 25px;
    box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.1);
    text-align: right;
}
#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-family: 'Stem';
    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-family: 'Stem';
    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) {

}

@media (min-width: 1601px) and (max-width: 1900px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }
    #main_menu .menu_main_wrap>li {
        margin: 0px 5px 0px 5px;
    }
    .main_menu .btn_up{
        margin-right: 30px;
    }
}

@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;
    }
    .logo_main {
        font-size: 23px;
    }
    .main_menu .logo_main{
        width: 175px;
        position: relative;
        top: -3px;
    }
    .main_footer .logo_main{
        width: 175px;
    }
    .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: 18px;
        padding: 0px 40px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap .case_item{
        padding-left: 40px;
    }
    .main_menu_cat .main_left_menu_level {
        font-size: 15px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level {
        padding-left: 40px;
        padding-right: 40px;
    }
    .phone_up {
        font-size: 16px;
        padding-left: 25px;
        background-size: 20px;
    }
    .phone_up .dop{
        font-size: 10px;
    }
    .main_menu .btn_up{
        margin-right: 7px;
        font-size: 14px;
    }
    .main_menu .menu_info_wrap {
        margin-top: 16px;
    }
    .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 4px 0px 4px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .main_menu .btn_up {
        margin-right: 55px;
        font-size: 16px;
    }
    .phone_up {
        font-size: 21px;
    }
    .phone_up .dop {
        font-size: 12px;
        line-height: 1;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .filter_price .rub {
        line-height: 35px;
        font-size: 14px;
        right: 3px;
        top: -1px;
    }
    .filter_price .price_range>span.f_left .pre_text, .filter_price .price_range>span.f_right .pre_text {
        left: 7px;
        font-size: 14px;
    }
    .filter_price input[type="number"].filter_price_input {
        height: 38px;
        font-size: 14px;
        max-width: 78px;
        padding-left: 20px;
        padding-right: 15px;
    }
    .filter_price .price_range>span:first-child {
        margin-right: 10px;
    }
    .filter_block_wrap .filter_title {
        font-size: 16px;
    }
    .input_akkum.input_check label {
        padding-left: 25px;
        font-size: 12px;
    }

    .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;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .logo_main {

    }
    #main_menu .navbar-brand {
        top: 1px;
    }
    .main_menu .logo_main{
        width: 130px;
    }
    .main_footer .logo_main{
        width: 130px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap .case_item{
        padding-left: 40px;
    }
    .logo_main .be {
        font-size: 21px;
    }
    .main_menu {
        height: 52px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        height: 52px;
    }
    .main_menu_cat>.block_case_type>a.case_item_wrap {
        height: 52px;
        font-size: 16px;
        padding: 0px 15px;
        line-height: 24px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level {
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 15px;
    }
    .main_menu_cat .main_left_menu_level {
        font-size: 14px;
    }
    #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: 14px;
    }
    .navbar-default .navbar-nav > li > span {
        font-size: 14px;
    }
    #main_menu .btn_up{
        display: none;
    }
    .cat_actions .item_product {
        font-size: 11px;
    }
    .item_product .btn_cart {
        right: 0px;
        bottom: 0px;
    }
    .item_product .btn_cart.btn_little{
        right: 10px;
        bottom: 25px;
    }
    #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_akkum.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_akkum.input_check {
        margin-top: 5px;
    }

    .phone_up {
        font-size: 16px;
        padding-left: 22px;
        background-size: 20px;
    }
    .phone_up .dop {
        font-size: 9px;
    }
    .block_main_banner .bm_slider .banner_item .bms_image img {
        object-position: 80% 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;
    }

    .full_product_page .btn_availability {
        flex-direction: column;
        align-items: flex-start;
    }
    .full_product_page .btn_availability .f_pro_availability{
        margin-top: 20px;
    }

    .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;
    }
    .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) {
    #main_menu .menu_main_wrap>li {
        margin: 2px 1px 0px 1px;
    }
    #main_menu .navbar-brand {
        top: 8px;
    }
    .navbar-nav > li > a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
    }
    .logo_main .be{
        font-size: 28px;
    }
    .logo_main {
        font-size: 24px;
    }
    .main_menu .logo_main{
        width: 205px;
        position: relative;
        top: -3px;
    }
    .main_footer .logo_main{
        width: 205px;
    }
    .phone_up {
        background-size: 24px;
        font-size: 18px;
        margin-top: 5px;
    }
    .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: 60% 50%;
    }

    .searchpage{
        padding-left: 15px;
        padding-right: 15px;
    }

    .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;
    }

    .speedbar {
        padding: 10px 15px 10px 15px;
    }
    .content_products_wrapper {
        padding: 0px 15px;
    }
    .content_products_default {
        padding-right: 0px;
    }

    .main_menu_cat_block_wrapper{
        margin-top: 75px;
    }
    .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;
    }

    #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;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 767px) {
    body{
        font-size: 12px;
    }

    .logo_main_pk{
        display: none;
    }
    .logo_main_mb{
        display: flex;
    }

    #main_menu .navbar-toggle{
        border-color: rgb(255,255,255);
        float: right;
        margin-right: 0px;
        margin-top: 14px;
        margin-bottom: 12px;
        filter: grayscale(1) brightness(0);
        background-color: transparent;
    }
    #main_menu .navbar-toggle .icon-bar{
        background-color: rgb(255,255,255);
    }
    #main_menu .navbar-header-wrapper .navbar-header{
        margin-right: 0px;
    }
    #main_menu .navbar-header-wrapper>div {
        padding-bottom: 10px;
    }
    #main_menu .menu_main_wrap {
        padding-top: 10px;
    }
    #main_menu .navbar-collapse, #main_menu .navbar-form {
        border-color: rgb(41,41,41);
    }
    .navbar-default .navbar-nav > li > a{
        padding-left: 0px;
    }
    #main_menu .menu_main_wrap>li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    #main_menu .navbar-brand {
        top: 5px;
    }
    .main_menu {
        height: auto;
        background-color: rgb(255,255,255);
    }
    .main_menu .logo_main {
        font-size: 25px;
        width: 100%;
        max-width: 250px;
        height: 45px;
        align-items: center;
    }
    /*.main_menu_cat>.block_case_type>a.case_item_wrap{*/
    /*    background-color: rgb(45,44,41);*/
    /*    color: rgb(255,255,255);*/
    /*}*/
    /*.main_menu_cat>.block_case_type>a.case_item_wrap .case_item {*/
    /*    background-image: url(../images/akkum/svg/icon_menu_mob.svg);*/
    /*}*/
    .main_footer .logo_main{
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .main_footer .logo_main>img{
        max-width: 50%;
    }
    .logo_main .be {
        font-size: 29px;
    }
    .phone_up{
        background-position: 0px 50%;
    }
    .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{

    }
    .main_menu_cat>.block_case_type>a.case_item_wrap.not_active{
        pointer-events: auto !important;
    }

    .static_content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .columns_custom .static_content{
        padding: 0px;
    }
    .cat_actions{
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
    }

    .speedbar {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        margin-top: 15px;
        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;
    }
    .block_sort .sort_block{
        font-size: 12px;
    }
    .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;
    }
    .page_block {
        font-size: 14px;
    }
    .page_block .count {
        font-size: 12px;
    }
    .block_sort .sort_block .sort-item:before {
        right: -3px;
        width: 9px;
        background-size: 9px;
    }

    .input_akkum.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 .title_item_spec {
        width: 40%;
    }
    .related_news{
        padding-left: 15px;
        padding-right: 15px;
    }
    .related_list{
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
    }

    .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%;
    }

    .main_menu_cat>.block_case_type>a.case_item_wrap {
        height: 56px;
        font-size: 22px;
        padding: 0px 15px;
    }
    .main_menu_cat>.block_case_type>.main_left_menu_level {
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 15px;
    }

    .main_menu_cat {
        margin-bottom: 15px;
    }
    .main_menu_cat_block_wrapper{
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .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 {

    }
    .block_main_banner .bm_slider .banner_item {
        padding-bottom: 20px;
    }
    .block_main_banner .bm_slider .banner_item:before{

    }

    .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;
    }
    .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_akkum .form_akkum_inline .input_akkum{
        width: 50%;
    }
    .form_akkum .form_akkum_inline .input_akkum input {
        font-size: 17px;
        padding: 0px 0px 0px 10px;
    }
    .form_akkum .form_akkum_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%;
    }
    .main_footer .mf_right {
        flex-wrap: wrap;
    }
    .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 .basket_summ{
        margin-bottom: 10px;
    }
    #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;
    }
    .basket .basket_table .p-action {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .basket_bottom .basket_summ {
        line-height: 1;
        white-space: nowrap;
    }
    .basket_bottom .basket_summ .title{
        font-size: 12px;
        margin-bottom: 5px;
    }

    .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) {
    .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) {

}

@media (min-width: 768px) {

}

@media (max-width: 320px) {

}