.flow_area.yoko_top_menu {
    color: #646464;
    height: 40px;
    position: absolute;
    right: 0;
    clear: both;
    margin: 0;
    top: 45px;
}

.yoko_top_menu .inner_menu_area {
    text-align: right;
    position: relative;
    right: 40px;
    top: 2px;
}

.yoko_top_menu .separator {
    float: left;
    position: relative;
    top: 10px;
    margin: 0;
    height: 20px;
    width: 2px;
    overflow: hidden;
    background: #FFF;
}

.yoko_top_menu .item {
    display: inline;
    z-index: 16;
    position: relative;
}

.yoko_top_menu .item a:link,
.yoko_top_menu .item a:active,
.yoko_top_menu .item a:visited {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px;
}
.yoko_top_menu .item a:hover {
    text-decoration: none;
    color: #FFF;
}
.yoko_top_menu .item:hover a:link,
.yoko_top_menu .item:hover a:active,
.yoko_top_menu .item:hover a:visited,
.yoko_top_menu .item:hover a:hover,
.yoko_top_menu .item.active a:link,
.yoko_top_menu .item.active a:active,
.yoko_top_menu .item.active a:visited,
.yoko_top_menu .item.active a:hover,
.yoko_top_menu .item a.selected:link,
.yoko_top_menu .item a.selected:active,
.yoko_top_menu .item a.selected:visited,
.yoko_top_menu .item a.selected:hover {
    /*background: #0000a4;*/
    color: #fe0;
}

.yoko_top_menu .item .arw {
    bottom: -15px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    opacity: 0;

    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: opacity .2s ease,visibility 0s linear .2s,-webkit-transform .2s ease;
    transition: opacity .2s ease,visibility 0s linear .2s,-webkit-transform .2s ease;
    transition: opacity .2s ease,transform .2s ease,visibility 0s linear .2s;
    transition: opacity .2s ease,transform .2s ease,visibility 0s linear .2s,-webkit-transform .2s ease;
    visibility: hidden;

    width: 0;
    height: 0;
    border-color: transparent transparent #072d56;
    border-style: solid;
    border-width: 0 .4375rem .5rem;
}
.yoko_top_menu .item:hover .arw,
.yoko_top_menu .item.active .arw
{
    opacity: 0.6;

    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition-delay:0s;
    transition-delay:0s;
    visibility:visible;
}

.yoko_top_menu .item div.text
{
    color: #FFF;
    padding: 10px 15px;
    background: #294e83;
}

.yoko_top_menu .item .subfloder_area
{
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0px;
    background: #646464 url(/images/popupmenu_bg_2.png) 103px top repeat-y;
    border-top: 2px solid #0000a4;
    z-index: 15;
    display: none;
    padding-bottom: 30px;
}
.yoko_top_menu .item:hover .subfloder_area
{
    display: block;
}

.yoko_top_menu .item .subfloder_area .subfolder_inner {
    position: relative;
    width: 1010px;
    margin: 0 auto;
    padding-top: 30px;
}

.yoko_top_menu .item .subfloder_area .subitem
{
    position: relative;
    margin-left: 0;
    margin-right: 610px;
}

.yoko_top_menu .item .subfloder_area .subitem a:link,
.yoko_top_menu .item .subfloder_area .subitem a:active,
.yoko_top_menu .item .subfloder_area .subitem a:visited
{
    font-size: 14px;
    color: #FFF;
    float: none;
    outline: 0;
    background: transparent url(/images/top_sub_menu_left_marker.png) 10px 7px no-repeat;
    padding: 1px 5px 1px 25px;
}
.yoko_top_menu .item .subfloder_area .subitem a:hover
{
    color: #000;
    outline: 0;
    background: #d2d2d2 url(/images/top_sub_menu_left_marker_selected.png) 10px 7px no-repeat;
    padding: 1px 5px 1px 25px;
}


/**mega menu**/
.mega-menu-container{
    display: flex;
    flex-flow: row;
    width: 100%;
    color: #363A3D;
}
/**mega menu cols**/
.mega-menu-container .mega-menu-col{
    width: 22%;
    min-width: 22%;
    flex-basis: 22%;
}
.mega-menu-container .mega-menu-col.mega-menu-col-product{
    width: auto;
    max-width: none;
    flex-basis: 56%;
}
.mega-menu-container .mega-menu-col.mega-menu-col-product .mega-menu-inner{
    display: none;
    box-shadow: 0px 5px 15px 0px #0000001A;
}
.mega-menu-container .mega-menu-col.mega-menu-col-product .mega-menu-inner.active{
    display: block;
}

/**mega menu col tabs**/
.mega-menu-container .mega-menu-col .mega-menu-tabs{
    display: none;
    margin: 0;
    padding: 8px;
    height: 100%;
    background: #F6F6F7;
    box-shadow: 0px 5px 15px 0px #0000001A;
    list-style-type: none;
    font-size: 14px;
    line-height: 16px;
}
.mega-menu-container .mega-menu-col .mega-menu-tabs.active{
    display: block;
}
.mega-menu-container .mega-menu-col.mega-menu-col1 .mega-menu-tabs{
    display: block;
}

.mega-menu-container .mega-menu-col .mega-menu-tabs .tab-item{
    cursor: pointer;
    position: relative;
    padding: 12px 48px 12px 16px;
}
.mega-menu-container .mega-menu-col .mega-menu-tabs .tab-item.active{
    background: #FFFFFF;
    color: #004F9B;
}
.mega-menu-container .mega-menu-col .mega-menu-tabs .tab-item:before{
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/local/templates/bitrix24_public/images/icons/arrow-right_dark.svg") center center no-repeat;
}
.mega-menu-container .mega-menu-col .mega-menu-tabs .tab-item.active:before{
    background: url("/local/templates/bitrix24_public/images/icons/arrow-right_blue.svg") center center no-repeat;
}
/**mega menu inner**/
.mega-menu-container .mega-menu-inner{
    padding: 24px 16px;
    background: #FFF;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__title{
    margin: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile .tile-item{
    font-size: 14px;
    line-height: 16px;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile .tile-item .tile-item__title{
    display: inline-block;
    margin: 0;
    min-height: 32px;
    font-weight: 700;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile .tile-item .tile-item__list{
    margin: 0;
    margin-top: 12px;
    padding: 0;
    list-style-type: none;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile .tile-item .tile-item__list .list-item:nth-child(n+2){
    margin-top: 8px;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile .tile-item .tile-item__link{
    color: #363A3D;
}
.mega-menu-container .mega-menu-inner .mega-menu-inner__tile .tile-item .tile-item__link:hover{
    color: #004F9B;
}