/*.seo_menu a.drop:hover > .submenu{display: block}*/
.seo_navigation {
    position: absolute;
    left: 0;
    top: 118px;
    background: #f0f4f9;
    border-bottom: solid 1px #000;
    width: 100%;
    z-index: 110;
    transition: all .3s linear
}

.seo_menu {
    border: 0;
    width: 1024px;
    margin: auto;
    border-collapse: inherit;

    /* height: 250px; */
    /* overflow: scroll; */
}

.seo_submenu__container {
    cursor: default;
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    /*border-top: 1px solid #000;*/
    transition: all .5s ease;
    /* top: 37px; */
}

.seo_submenu {
    max-width: 1024px;
    margin: auto;
    overflow-y: scroll;
    overscroll-behavior: contain;
}

.seo_submenu::-webkit-scrollbar {
    display: none;
}

.seo_submenu ul {
    text-align: left;
    overflow: auto;
    max-height: 970px;
    /* display: block;
    float: left;*/
}

.seo_submenu ul li {
    float: left;
}

.seo_submenu ul {
    padding: 15px 0 15px 0;
}

.seo_menu .seo_submenu__container, .seo_menu .white_stripe {
    max-height: 0;
    overflow: hidden;
}

.seo_menu td:hover .seo_submenu__container {
    max-height: 1000px;
}

.seo_menu td:hover .white_stripe {
    max-height: 100%;
}

.white_stripe {
    /*display: none;*/
    height: 3px;
    position: relative;
    width: 100%;
    /*background: #fff;*/
    top: 2px;
    transition: all .1s ease;
}

.first-level_link {
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
    font-weight: bold;
    transition: all .3s linear;
}

.links-container {
    border-left: 1px solid #f0f4f9;
    border-right: 1px solid #f0f4f9;
    border-top: 1px solid #f0f4f9;
    transition: all .3s linear
}

.links-container:hover {
    /*border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;*/
    background: #fff;
}

.seo_navigation:hover {
    background: #dde2e8;
}

.seo_navigation:hover .links-container {
    border-left: 1px solid #dde2e8;
    border-right: 1px solid #dde2e8;
    border-top: 1px solid #dde2e8;
}

.first-level_link:hover {
    color: #000;
}

.second-level_link:hover {
    color: #ff9600;
}

.white_stripe:hover .first-level_link,
.current.links-container:hover .first-level_link {
    color: #000;
    background: #fff;
}

.current.links-container {
    background: #ff9600;
    border-top: 1px solid #ff9600;
    border-left: 1px solid #ff9600;
    border-right: 1px solid #ff9600;
}

.current.links-container .first-level_link {
    background: #ff9600;
    color: #fff;
}

.current.links-container:hover {
    background: #fff;
    border-top: 1px solid #dde2e8;
    border-left: 1px solid #dde2e8;
    border-right: 1px solid #dde2e8;
}

.current.links-container .first-level_link:hover {
    color: #000;
    background: #fff;
}

.white-bg {
    background: #fff !important;
    ;
}

.black-border {

    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.black-font {
    color: #000 !important;
}

.second-level_link {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font: normal 16px/18px 'PT Sans', sans-serif !important;
    margin: 0 0 0 3px;
}

.second-level_link:hover {
    color: #ff9600;
}

.second-level_link.current {
    background: #ff9600;
    color: #fff;
}

.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 170;
}

.links-container-dropdown {
    display: flex;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
}

.seo_submenu__container-button {
    display: none;

}

.button-search-top {
    display: none;
}

.toggle-search {
    display: none;
}

.logo-main-img-close {
    display: none;
}

.seo_submenu_all {
    text-align: start;
    display: none;
}

@media(max-width:768px) {
    .seo_submenu_all {
        display: block;
        padding: 10px;
        display: block;
        text-decoration: none;
        color: #ff9600;
        cursor: pointer;
        font: normal 18px / 18px 'PT Sans', sans-serif !important;
        margin: 0 0 0 3px;
    }

    .first-level_link {
        display: none;
    }

    .seo_submenu__container-button {
        border: none;
        background-color: transparent;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 15px;
    }

    .seo_submenu__container-button::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .seo_menu {
        overflow-y: auto;
        max-height: 90vh;
    }

    .seo_submenu {

        max-height: 60vh;

    }

    .seo_submenu__container.hide {
        display: block;
        box-sizing: border-box;
    }

    .seo_submenu__container {
        position: relative;
    }

    .links-container[data-active="Y"] .seo_submenu__container {
        max-height: inherit;

    }

    .footer-content {
        z-index: 100 !important;
    }

}

/*
.first-level_link {
    text-align: center;
    border-top: 1px solid #f0f4f9;

}
.first-level_link{
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
    font: bold 16px/20px 'PT Sans', sans-serif;

}
.second-level_link{
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font: normal 16px/18px 'PT Sans', sans-serif!important;
    margin: 0 0 0 3px;
}
.links-container
{
    border-left: 1px solid #f0f4f9;
    border-right: 1px solid #f0f4f9;
    border-top: 1px solid #f0f4f9;
}
.links-container.current{
    border-top: 1px solid #ff9600;
}
.links-container:hover{
    background: #fff!important;

}
.current .first-level_link{
    background: #ff9600;
    color:#fff;
    border-left: 1px solid #000;
    border: 1px solid #ff9600;

}
.links-container.current:hover, .links-container:hover{
    border-top: 1px solid #000!important;
    border-left: 1px solid #000!important;
    border-right: 1px solid #000!important;
}
.links-container.current:hover .first-level_link{
    color:#000!important;
    cursor: pointer;
    background: #fff!important;
    border: 1px solid #fff!important;
}

.first-level_link:hover{
    color:#000!important;
    cursor: pointer;
}
.black{
    color:#000!important;
}
.links-container.current .first-level_link{
    color:#fff;
}
*/

.bold {
    font-weight: bold !important;
}