/*.menu_button {
    width: 45px;
    height: 45px;
    background: linear-gradient(0deg, #D7DAE2, #D7DAE2);
    border-radius: 4px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
    padding-left: 10px;
    position: relative;
}*/
.menu_button{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
    background: none;
    border: none;
    border-radius: 10px;
    background: linear-gradient(0deg, #F0F0F0, #F0F0F0), rgba(0, 0, 0, 0.24);
    cursor: pointer;
    left: 28%;
    top: 34%;
}
/*
header.style4.fixed .menu_button{
    left: 15.5%;
    top: 27%
}*/
@media(max-width: 1600px){
    .menu_button{
        left: 24%;
    }
}
@media(max-width: 1360px){
    .menu_button{
        left: 24%;
    }
}
@media(max-width: 1024px){
    .menu_button{
        display: none;
    }
}
@media(max-width: 991px){
    .menu_button{
        display: block;
        right: 3%;
        left: auto;
    }
}
.menu_button:hover {
    background: linear-gradient(295.12deg, #D5AE3F 18.03%, #F1D36C 97.1%), linear-gradient(0deg, #F0F0F0, #F0F0F0), rgba(0, 0, 0, 0.24);
}

.menu_button .icon-toggle {
    position: absolute;
    top: 14px;
    left: 10px;
    float: right;
    width: 30px;
    height: 44px;
    margin: 0;
    font-size: 19px;
}
.menu_button .icon-toggle span {
    width: 25px;
    height: 4px;
    display: block;
    background: #2A2F3B;
    margin-bottom: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.menu_button span:last-child {
    /*top: 19px;*/
    width: 20px;
}
.menu_2 {
    display: none;
    position: absolute;
    z-index: 999;
    top: 155px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #EFEFEF;
}

header.style4.fixed .menu_2{
    top:85px
}
@media(max-width: 1600px){
    .menu_2{
        top: 136px;
    }
}
/*.menu_2::before {
    content: '';
    display: block;
    width: 26px;
    height: 15px;
    margin-left: 6px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}*/
.menu_2 .table-menu {
    width: 100%;
    position: relative;
    background-color: #FFF;
}
.menu_2 .table-menu table {
    width: 100%;
}
.menu_2 tr {
    padding: 40px 70px;
    padding-bottom: 35px;
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}
.menu_2 tr td {
    display: block;
    width: 25%;
    padding-right: 20px;
    margin-bottom: 20px;
}
.menu_2 tr td:nth-child(1){
    width: 26%;
}
.menu_2 tr td:nth-child(3){
    width: 24%;
}
.menu_2 tr td:nth-child(5){
    width: 38%;
}
.menu_2 tr td:nth-child(7){
    width: 12%;
}
.menu_2 tr td:nth-child(9){
    position: absolute;
    right: 3.1%;
    top: 500px;
     width: 12%;
}

@media(max-width: 1280px){
    .menu_2 tr td:nth-child(9){
        top: 530px;
        right: 3.4%;
    }
}
/*
REGIONS MENU*/
.region-replace .menu_2 tr td {
    display: block;
    width: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
}
.region-replace .menu_2 tr td:nth-child(1){
    width: 12%;
}
.region-replace .menu_2 tr td:nth-child(3){
    width: 24%;
}
.region-replace .menu_2 tr td:nth-child(5){
    width: 20%;
}
.region-replace .menu_2 tr td:nth-child(7){
    width: 24%;
}
.region-replace .menu_2 tr td:nth-child(9){
    position: static;
    width: 20%;
}
@media(max-width: 1600px){
    .region-replace .menu_2 tr td:nth-child(9){
        right: 4%;
    }
}





/*@media(max-width: 1600px){
    .menu_2 tr td:nth-child(9){
        right: 3.1%;
        top: 510px;
    }
}*/
header .mega-menu .menu_2 tr td.dropdown{
    height: auto;
}
.menu_2 tr td a {
    display: block;
    width: 100%;
   font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: left;


    color: #242424;
}
.blue_circle{
    display: block;
    width: 20px;
    height: 20px;
    background: #2C3759 ;
    border-radius: 100%
}
.order-btns .ad-btn-new{
    margin-top: 15px;
    margin-bottom: 15px;
        border-radius: 6px;
}
.menu_2 tr td a.dropdown-toggle i {
    display: none;
}
.nominations .description{
    margin-top: 20px;
}
.menu_2 tr td .dropdown-menu {
    position: static;
    display: block;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 20px;
}
.menu_2 tr td .dropdown-menu .dropdown-menu{
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu_2 tr td li {
    margin-bottom: 0px;
}
header .menu_2 tr td .dropdown-menu li {
    border-left:none;
    border-right:none;
}
header .menu_2 tr td .dropdown-menu li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    border-bottom: none;
    color: #242424;
    border-top:none;
    padding-left: 0px;
    white-space: normal;
    padding-bottom: 0px;
    padding-top: 0px;
}
/*header .menu_2 tr td .dropdown-menu li.active a, header .menu_2 tr td .dropdown-menu li:hover a, .menu_2 tr td a:hover{
    color:#3C508D
}*/
header .menu_2 tr td .dropdown-menu li.active a, header .menu_2 tr td .dropdown-menu li a:hover, .menu_2 tr td a:hover{
       color:#3C508D
}
.grey_bgr{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 994;
    background-color: rgba(0,0,0,0.5);
}
.menu_2 tr td.slash {
    display: none;
}
.menu_button.opened .icon-toggle span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_button.opened .icon-toggle span:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_button.opened .icon-toggle span:nth-child(3) {
    display: none;
}
.menu_button.opened .icon-toggle span {
    position: absolute;
    top: 8px;
    left: 2px
}
body header.color .mega-menu .menu_2 .responsive-menu.nav {
    display: none;
}

@media (max-width: 925px){
    body header.color .mega-menu .menu_2 .responsive-menu.nav {
        display: block;
        text-align: left;
    }
    .menu_2 .table-menu{ display: none;}

    .mega-menu ul.nav li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
    }
    .mega-menu ul.nav li.active>a, .mega-menu ul.nav li:hover>a {
        border-top: 1px solid #e1e4e6;
        border-bottom: 1px solid #e1e4e6;
        margin: 0px 10px;
        padding: 9px 0px 9px 0px;
        background: 0 0;
        color:#3C508D;

    }
    .mega-menu ul.nav {
        width: 100%;
        padding: 0;
        clear: both;
        float: none;
        position: static;
        display: block;
        font-size: 13px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
    }
    .mega-menu ul.nav li>a {
        padding: 9px 13px 9px 0;
        text-shadow: none !important;
        border-top: 1px solid #e1e4e6;
        border-bottom: 1px solid transparent;
        margin: 0 10px;
        line-height: 24px;
        text-decoration: none;
        position: relative;
        border-radius: 0;
        clear: both;
        float: none;
        display: block;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        white-space: normal;
        color: #444;
    }

/*    .mega-menu ul.nav li.active>a i.fa-angle-down, .mega-menu ul.nav li:hover>a i.fa-angle-down {
        right: 15px;
    }*/
    .mega-menu ul.nav li>a i.fa-angle-down {
        position: absolute;
        right: 5px;
        top: 14px;
    }
/*    .mega-menu ul.nav li.active,.mega-menu ul.nav li:hover {
        background-color: #0070D6;
    }*/
    .mega-menu ul.nav li {
        background-color: #FFF;
    }

    .mega-menu ul.nav .dropdown-menu {
        font-size: 13px;
        position: static;
        clear: both;
        float: none;
        display: none;
        box-shadow: none;
        border: none !important;
        border-radius: 0;
        margin: 0;
        padding: 0 0 0 20px;
    }
}

@media (max-width: 1024px){
    body header.color .mega-menu .menu_2 .responsive-menu.nav {
        display: block;
    }
    .menu_2 .table-menu{ display: none;}
}

