
/*19.09.2022 pc menu*/
/*.block_menu_pc {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 100%;

    top: -100vh;
    transition: all .5s linear;
    visibility: hidden;

}
.block_menu_pc.is-active {
    top: 0;
    visibility: visible;
}
*/
.block_menu_pc .block_title_menu {
    padding: 78px 0 41px;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #000000;
}

.block_item_menu_pc {
    padding: 11px 8px;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #28282C;
    margin-bottom:16px;
}
.block_item_menu_pc:hover{
    color: #AFAFB6;
}
.block_item_menu_pc.have_pic {
    border: 1px solid #F8F8F9;
    background: #FFFFFF;

}
.block_item_menu_pc.active{
    background: #F90C1A;
    color:#fff;
}

.block_menu_pc .ico {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_menu_pc .ico  svg path {
    transition:all .3s linear;
}

.block_item_menu_pc.have_pic.active {
    background: url(../img/bg_oil_razliv.png) no-repeat calc(100% + 2px) 100%, #F90C1A;
}

.block_item_menu_pc.have_pic {
    background: url(../img/bg_oil_razliv.png) no-repeat calc(100% + 2px) calc(100% + 8px), #fff;
}

.block_item_menu_pc.have_pic:not(.active):hover {
    color:#AFAFB6;
    background: url(../img/bg_oil_razliv.png) no-repeat calc(100% + 2px) 100%, #fff;
}

.block_item_menu_pc.have_pic:not(.active):hover .ico_avtooil {background:url(../img/sprite.svg#tank_grey) no-repeat center;}

.block_item_menu_pc.active svg path {
    fill: #fff;
}

.block_item_menu_pc:not(.active):hover svg path {
    fill: #AFAFB6;
}

.block_menu_child_item .main_cat:hover .ico svg path {
    fill: #f90c1a;
}

.block_left_menu_pc {
    background: #F8F8F9;
}

.block_left_menu_pc:before {
    content: '';
    background: #F8F8F9;
    display: block;
    width: calc(100% + 24px);
    top: -100vh;
    left:0;
    position: absolute;
    height: 250vh;
    margin: 0 auto;
    z-index:-1;
}
.block_menu_pc:after{
    content: '';
    background: #F8F8F9;
    display: block;
    left: 0;
    top: 0;
    width:33.3%;
    position: absolute;
    height: 100vh;
}
.block_list_item_menu {
	padding-top:11px;
}
/*
.block_menu_pc .container {
    position: relative;
    z-index: 2;
}
*/
.block_menu_child {
    padding: 0 40px;
}

.block_menu_child_item .main_cat {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #28282C;
}

.block_menu_child_item ul {
    margin: 12px 0 0;
    padding: 0 0 0 39px;
    list-style: none;
}

.block_menu_child_item .cat {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}

.main_cat:hover, .block_menu_child_item .cat:hover {
    color: #F90C1A;
}

.block_menu_child_item {
    width: calc((100% / 2) - 12px);
    margin-bottom: 48px;
}

.block_menu_child_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block_menu_child_list:after {
    content: '';
    width: calc((100% / 2) - 12px);
}
.block_menu_child {display:none}
.block_menu_child.active{display:flex;}

.block_menu_pc_body {
    overflow: auto;
    height: 100%;
    max-height: 100vh;
}

.block_menu_pc_body .container {
    overflow: hidden;
    min-height: 100vh;
}
.block_menu_pc .block_title_menu {
    position:relative;
}
.close_menu_pc {
    position:absolute;
    top:76px;
    right:0;
    width:48px;
    height:48px;
    display:block;
    background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='4' /%3E%3Cpath d='M16 32L32 16' stroke='%2328282C' stroke-width='2'/%3E%3Cpath d='M32 32L16 16' stroke='%2328282C' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center, #F8F8F9;
border-radius: 4px;
}

.close_menu_pc:hover{
	background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='4' /%3E%3Cpath d='M16 32L32 16' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M32 32L16 16' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center, #F90C1A
}
.block_menu_catalog_popup_body .row {width:100%;}

.block_menu_left_right {
    display: flex;
}

.block_menu_catalog_popup_body {
    flex-direction: column;
	
    position: relative;
    z-index: 2;
}

.block_menu_pc .block_title_menu {
    padding: 49px 40px 38px;
}

.close_menu_pc {
    top:49px;
    right:40px;
}

.block_left_menu_pc {
    padding: 0 40px 40px;
    min-width: 320px;
}

.block_right_menu_pc {
    width: calc(100% - 320px);
}

.block_left_menu_pc:before {
    width: 320px;
}
.block_list_item_menu {
    width: calc(100% - 320px);
	display: flex;
    flex-wrap: wrap;
}
.block_banner_menu a {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(29, 29, 29, 0.08);
}

.block_menu_catalog_popup {top: 0;position: fixed;height: 100%;max-height: 100%;}

.block_menu_catalog_popup_body {
    position: absolute;
    width: 100%;
    top: 155px;
    overflow: hidden;
}

.top.block_menu_catalog_popup {
    max-height: 100%;
    top: 0;
}

.block_menu_pc:after {
    display: none;
}

.top.block_menu_catalog_popup .block_menu_catalog_popup_body {
    top: 100px;
}
@media(min-width:1200px){
    .block_menu_pc:after {
        width:25%;
    }
}

@media(max-width:1199.5px){
    .block_menu_child_item {
        width: 100%;
        margin-bottom: 48px;
    }
}
@media(max-width:991.5px){
    .block_menu_pc{display:none!important}
}

@media(min-width:992px){

    .block_mob_menu {display:none!important}
}

.block_title_menu--link {
    font-size: 34px !important;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    line-height: 44px !important;
}