.menu-type-top {
    position: relative;
    height: 37px;
    display: table;
    width: 100%;
}
.main-menu-top {
    white-space: nowrap;
    display: table-row;
}
.menu-type-top__item {
    display: table-cell;
    transition: 0.15s ease;
    text-align: center;
    font: 600 12px/37px "Arial", "sans-serif";
    white-space: nowrap;

    background: #ffcb04;
    background: -moz-linear-gradient(top,  #ffcb04 0%, #ffe192 50%, #ffcb04 100%);
    background: -webkit-linear-gradient(top,  #ffcb04 0%,#ffe192 50%,#ffcb04 100%);
    background: linear-gradient(to bottom,  #ffcb04 0%,#ffe192 50%,#ffcb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb04', endColorstr='#ffcb04',GradientType=0 );
}
.main-menu-top > li
{
    color: #4d4d4d;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu-top > li > a {
    display: block;
    padding: 0 3px;
    position: relative;
    box-sizing: border-box;
}
.menu-type-top__item > a:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAlCAIAAAAMShT+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBQ0RBRDI0MDRDNDExRTc5MkU2RURFNTlCRjc1Rjc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBQ0RBRDI1MDRDNDExRTc5MkU2RURFNTlCRjc1Rjc2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkFDREFEMjIwNEM0MTFFNzkyRTZFREU1OUJGNzVGNzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkFDREFEMjMwNEM0MTFFNzkyRTZFREU1OUJGNzVGNzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6uyQoJAAAAWklEQVR42mzLSQ5AQABE0VKGmN3AAdzBvd1BHMaQJhLdSizawuLlrz7dGBHAK2mJqieyjgibj5pgpZZqIbmkRBD79487CXvILkY24hK7qo/FmwfCTHquW4ABAJbLHhmXjE7xAAAAAElFTkSuQmCC) no-repeat;
    transition: none;
}
.menu-type-top__item:first-child > a:before,
.menu-type-top__item:hover > a:before,
.menu-type-top__item:hover + li > a:before,
.menu-type-top__item_active > a:before,
.menu-type-top__item_current > a:before,
.menu-type-top__item_active + li > a:before,
.menu-type-top__item_current + li > a:before
{
    content: none;
}
.menu-type-top__item:first-child > a {
    padding-left: 6px;
}
.menu-type-top__item:last-child > a {
    padding-right: 6px;
}
.menu-type-top__item > a:hover,
.menu-type-top__item_active a,
.menu-type-top__item_current a
{
    color: #0074b8;

    background: #e8e8e8;
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 50%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 50%,#e8e8e8 100%);
    background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 50%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=0 );
}

.selected {}

ul.inner-list {
    display: none;
}



@media screen and (max-width: 1215px) {
}
@media screen and (max-width: 1190px) {
}

.sect-rasprodazha .menu-type-top__link {
    color: #ed1c24;
}
.menu-type-top__link {
    display: block;
    width: 100%;
    text-align: center;
    color: #4d4d4d;
    font: 600 12px/37px "Arial", "sans-serif";
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.15s ease;
}
@media screen and (max-width: 1025px) {
    .menu-type-top__link {
        font-size: 10px;
        padding: 0 2px !important;
    }
}
.menu-type-top-box {
    position: relative;
    white-space: nowrap;
}

.menu-type-top-drop {
    position: absolute;
    z-index: 21;
    width: 100%;
}
.menu-type-top-drop__box {
    position: absolute;
    border-radius: 1px;
    padding: 0 25px 15px 25px;
    background: white;
    box-shadow: 2.1px 3.4px 8.7px 0.3px rgba(17, 17, 17, 0.21);
    font-size: 0;
    left: 0;
    top: 0;
    height: auto;
    min-height: 398px;
    width: 100%;

    min-height: 413px;
    /*max-height: 413px;*/
    max-height: 435px;
    box-sizing: border-box;

}

.menu-type-top-drop_hidden {
    display: none;
    opacity: 0;
}
.menu-type-top__column {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    /* width: 245px; */
    min-width: 245px;
  	max-width: 300px;
}
.menu-type-top__column-wrapp {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.menu-type-top__column_min {
    padding-top: 15px;
    padding-left: 40px;
}
@media screen and (max-width: 1100px){
    .menu-type-top-drop__box{
        padding: 0 15px 15px 15px;
        width: 100%;
    }
    .menu-type-top__column{
        width: 230px;
        min-width: inherit;
  		max-width: inherit;
    }
    .menu-type-top__column_min{
        padding-left: 10px;
    }
}
.menu-type-top .product_list {
    margin-bottom: 0 !important;
}
.menu-type-top a {
    text-decoration: none;
}
.menu-type-top-list {
    list-style: none;
    padding: 0;
    margin-top: 9px;
}

.menu-type-top-list__item {
   height: 27px;
   line-height: 27px;
}
.menu-type-top-list__link {
    color: #5a5b5d;
    font: 11pt/27px Arial, 'sans-serif';
    display: block;
    padding: 0 4px;
    transition: 0.2s ease;
    text-decoration: none;
}
.menu-type-top-list__link:hover, .menu-type-top-list__link_active{
    background: #ffe192;
}
.menu-type-top-list_active .menu-type-top-list__link {
    background: #ffe192;
    text-decoration: none;
}

.menu-type-top-sublist {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.menu-type-top-sublist__link {
    color: #a4a5a6;
    font: 10pt/19px Arial, 'sans-serif';
    display: block;
    padding: 2px 8px;
    transition: 0.2s ease;
    text-decoration: none;
    margin-left: 5px;
}
.menu-type-top-sublist__link:hover, .menu-type-top-sublist__link_active {
    color: #004a8f;
}
