/*------------ Menu Styles ---------*/

.sub_menu_list {
    max-height: none;
    overflow: visible;
    background-color: #014530;
}

.sub_link_item .sub_menu_list {
    border-bottom: none;
}

.sub_link {
    padding: 0.7em 0.8em;
}

.sub_link_item .sub_menu {
    display: block;
    position: absolute;
    left: 300px;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.nav__item:hover .sub_link_item .sub_menu {
    opacity: 0;
    pointer-events: none;
}

.sub_link_item:hover>.sub_menu,
.nav__item:hover .sub_link_item:hover>.sub_menu {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 1400px) {
    .sub_link_item .sub_menu {
        left: 250px;
    }
    .sub_menu_list {
        margin-top: 23px;
    }
}

@media screen and (max-width: 1350px) {
    .sub_link_item .sub_menu {
        left: 220px;
    }
}

@media screen and (max-width: 1000px) {
    .header__nav {
        display: none;
    }
    .sub_link_item .sub_menu {
        position: static;
        display: none;
        transition: 0s;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
    .sub_menu_list {
        margin-top: 0;
    }
    .nav__item.under:after {
        right: 10px;
        top: 12px;
        transform: none;
    }
    .header__link::after {
        right: 10px;
    }
    .under_nav .header__link,
    .under_nav .header__links {
        margin-right: 0;
    }
    .nav__item.under .menu_link,
    .header__link a {
        padding-right: 25px;
    }
}

@media screen and (max-width: 520px) {
    .under_nav .sub_link {
        font-size: 13px;
        padding: 0.5em 0.6em;
    }
}

/*------------ Menu Styles END ---------*/

/*------- Teams styles -------*/

.rokha_wrapper .alish_blog.way:nth-child(4n-3) {
    transition-delay: 0.2s;
}

.rokha_wrapper .alish_blog.way:nth-child(4n-2) {
    transition-delay: 0.6s;
}

.rokha_wrapper .alish_blog.way:nth-child(4n-1) {
    transition-delay: 1s;
}

.rokha_wrapper .alish_blog.way:nth-child(4n) {
    transition-delay: 1.4s;
}

.chairmen_wrapper .alish_blog.way:nth-child(5n-4) {
    transition-delay: 0.2s;
}

.chairmen_wrapper .alish_blog.way:nth-child(5n-3) {
    transition-delay: 0.6s;
}

.chairmen_wrapper .alish_blog.way:nth-child(5n-2) {
    transition-delay: 1s;
}

.chairmen_wrapper .alish_blog.way:nth-child(5n-1) {
    transition-delay: 1.4s;
}

.chairmen_wrapper .alish_blog.way:nth-child(5n) {
    transition-delay: 1.8s;
}

@media screen and (max-width: 1400px) {
    .chairmen_wrapper .alish_blog.way:nth-child(4n-3) {
        transition-delay: 0.2s;
    }
    .chairmen_wrapper .alish_blog.way:nth-child(4n-2) {
        transition-delay: 0.6s;
    }
    .chairmen_wrapper .alish_blog.way:nth-child(4n-1) {
        transition-delay: 1s;
    }
    .chairmen_wrapper .alish_blog.way:nth-child(4n) {
        transition-delay: 1.4s;
    }
}

@media screen and (max-width: 1200px) {
    .rokha_wrapper .alish_blog.way:nth-child(3n-2),
    .chairmen_wrapper .alish_blog.way:nth-child(3n-2) {
        transition-delay: 0.2s;
    }
    .rokha_wrapper .alish_blog.way:nth-child(3n-1),
    .chairmen_wrapper .alish_blog.way:nth-child(3n-1) {
        transition-delay: 0.6s;
    }
    .rokha_wrapper .alish_blog.way:nth-child(3n),
    .chairmen_wrapper .alish_blog.way:nth-child(3n) {
        transition-delay: 1s;
    }
}

@media screen and (max-width: 820px) {
    .rokha_wrapper .alish_blog.way:nth-child(odd),
    .chairmen_wrapper .alish_blog.way:nth-child(odd) {
        transition-delay: 0.2s;
    }
    .rokha_wrapper .alish_blog.way:nth-child(even),
    .chairmen_wrapper .alish_blog.way:nth-child(even) {
        transition-delay: 0.6s;
    }
}

@media screen and (max-width: 520px) {
    .rokha_wrapper .alish_blog.way:nth-child(even),
    .chairmen_wrapper .alish_blog.way:nth-child(even) {
        transition-delay: 0.2s;
    }
}

/*------- Teams styles END -------*/