@charset "UTF-8";
.tender-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .tender-menu {
        display: block;
    }
}
.tender-menu__item {
    position: relative;
    display: block;
    padding: 0 15px;
}
@media only screen and (max-width: 991px) {
    .tender-menu__item {
        padding: 0;
        cursor: pointer !important;
    }
}
@media only screen and (max-width: 1200px) {
    .tender-menu__item {
        padding: 0 12px;
    }
    .tender-menu.--ai .tender-menu__item {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 991px) {
    .tender-menu__item {
        padding: 10px 20px 10px 50px;
    }
    .tender-menu.--ai .tender-menu__item {
        padding: 10px 20px 10px 50px;
    }
}
.tender-menu a {
    cursor: pointer !important;
}
@media only screen and (max-width: 991px) {
    .tender-menu a {
        -webkit-transition: color 0.3s ease, opacity 0.3s ease;
        transition: color 0.3s ease, opacity 0.3s ease;
    }
    .tender-menu a:hover {
        opacity: 0.6;
    }
}
.tender-menu__link {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font: bold 18px/100% 'Stem', sans-serif;
    text-transform: uppercase;
    cursor: default;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
}
.tender-menu__link:hover {
    opacity: 0.9;
    color: #f59c01;
}
@media only screen and (max-width: 991px) {
    .tender-menu__link {
        text-transform: uppercase;
        cursor: pointer !important;
        width: 100%;
        font: bold 16px/100% 'Stem', sans-serif;
        color: #6d879d;
    }
}
.tender-menu__link--line {
    color: #ffffff;
}
.tender-menu__link--line:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
    background: #ffffff;
    height: 2px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
@media only screen and (max-width: 991px) {
    .tender-menu__link--line:after {
        display: none;
    }
}
.tender-menu.--el .tender-menu__link--line {
    color: #cdbfff;
}
.tender-menu.--el .tender-menu__link--line:after {
    background: #594a90;
}
.tender-menu.--ai__link {
    font: bold 14px/100% 'Stem', sans-serif;
}
.tender-menu.--ic .tender-menu__link--line {
    color: #db4eb1;
}
.tender-menu.--ic .tender-menu__link--line:after {
    background: #aa3186;
}
.tender-menu__item:hover .tender-menu__link--line {
    opacity: 0.8 !important;
}
.tender-menu__item:hover .tender-menu__link--line:after {
    width: 100%;
    -webkit-transition: width 0.3s 0.2s ease;
    transition: width 0.3s 0.2s ease;
}
@media only screen and (max-width: 767px) {
    .tender-menu__item:hover .tender-menu__link--line:after {
        background-color: transparent;
    }
}
@media only screen and (max-width: 991px) {
    .tender-menu__item:hover {
        background-color: transparent;
    }
}
@media only screen and (max-width: 991px) {
    .tender-menu__item--down .tender-menu__link {
        text-transform: uppercase;
        cursor: pointer !important;
        width: 100%;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
    .tender-menu__item--down .tender-menu__link:before {
        content: '';
        position: absolute;
        left: -20px;
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px);
        width: 10px;
        height: 10px;
        background-image: url('/local/static/build/img/svg/arrow-choose.svg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        display: none;
    }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
    .tender-menu__item--down .tender-menu__link:before {
        display: block;
    }
}
.tender-menu .tender-menu__link__item--down.active {
    color: #007b87;
}
.tender-menu
    .tender-menu__link__item--down.active
    .tender-menu__link__link:before {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
.tender-menu__line {
    position: absolute;
    top: 100%;
    right: 20px;
    height: 3px;
    left: 20px;
    z-index: 2;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.tender-menu__line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    background: #007b87;
    height: 2px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
@media only screen and (max-width: 991px) {
    .tender-menu__line:before {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .tender-menu__line {
        right: 12px;
        left: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .tender-menu__line {
        display: none;
    }
}
.tender-menu__item--down.active .tender-menu__line:before {
    width: auto;
}
.tender-menu__item--down.hover .tender-menu__line {
    z-index: 11;
}

.tender-menu__item.hover .tender-menu__line:before,
.tender-menu__item.active .tender-menu__line:before {
    width: 100%;
}

.tender-menu.--ai .tender-menu__item.active .tender-menu__link,
.header--fix .tender-menu.--ai .tender-menu__item.active .tender-menu__link {
    color: #f59b00 !important;
}
.tender-menu.--ai .tender-menu__item.active .tender-menu__link--line:after,
.header--fix
    .tender-menu.--ai
    .tender-menu__item.active
    .tender-menu__link--line:after {
    background: #00afdd;
}

.tender-menu.--ai.--ey .tender-menu__item.active .tender-menu__link,
.header--fix
    .tender-menu.--ai.--ey
    .tender-menu__item.active
    .tender-menu__link {
    color: #3ee3ff !important;
}
.tender-menu.--ai.--ey .tender-menu__item.active .tender-menu__link--line:after,
.header--fix
    .tender-menu.--ai.--ey
    .tender-menu__item.active
    .tender-menu__link--line:after {
    background: #3ee3ff;
}

.tender-menu.disable-active
    .tender-menu__item.active
    .tender-menu__line:before {
    width: 0;
}

.tender-menu.disable-active
    .tender-menu__item.active:hover
    .tender-menu__line:before {
    width: 100% !important;
}

.header-mobail .hover-slide.vertical a.tender-menu__link:first-child {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    pointer-events: all !important;
    z-index: 999;
    opacity: 1 !important;
}

.header-mobail
    .hover-slide-handler:hover
    .hover-slide.vertical
    a.tender-menu__link:last-child {
    display: none !important;
}

.menu-down {
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 10;
    background: #ffffff;
    display: none;
    padding: 5px 0 0 0;
}
@media only screen and (max-width: 991px) {
    .menu-down {
        position: relative;
        width: 100%;
        background: #000;
    }
}
.menu-down.opened {
    z-index: 10;
    opacity: 1;
    max-height: 300px;
}
@media only screen and (max-width: 991px) {
    .menu-down__bg {
        background: #000 !important;
    }
}
.menu-down:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .menu-down:before {
        -webkit-filter: none !important;
        filter: none !important;
        background-color: transparent !important;
    }
}
.menu-down__wrapper {
    position: relative;
    min-height: 100%;
    padding: 10px 0;
}
.menu-down__wrapper {
    padding: 5px 25px 10px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .menu-down__wrapper {
        background-color: #000;
    }
}

.menu-down__item {
    position: relative;
    display: block;
    opacity: 0;
    background-color: transparent;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
@media only screen and (max-width: 991px) {
    .menu-down__item {
        opacity: 1;
        padding: 7px 0;
        cursor: default !important;
    }
}
.menu-down__item:hover {
    background: #ffffff;
}
.menu-down__item:hover .menu-down__link {
    color: #4bbdcf;
}
.--el .menu-down__item:hover .menu-down__link {
    color: #594a90;
}
@media only screen and (max-width: 991px) {
    .menu-down__item:hover {
        background-color: transparent;
    }
}
.menu-down__link {
    position: relative;
    display: block;
    font: 300 14px/110% 'Stem', sans-serif;
    color: #253746;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding: 7px 16px 7px 30px;
}
.menu-down__link:after {
    content: '–';
    position: absolute;
    display: block;
    left: 16px;
    top: 4px;
    font: 300 14px/110% 'Stem', sans-serif;
    color: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 991px) {
    .menu-down__link:after {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .menu-down__link {
        color: #ffffff !important;
        cursor: pointer !important;
        padding: 0;
        display: inline-block;
    }
}

body .header__ai_new_vv {
    background-color: #fff;
}

.header__ai_new_vv .tender-menu__link,
.header__ai_new_vv .header-lang__link,
.header--tenders .header__ai_new_vv .header-logo {
    color: #000;
}

.header__ai_new_vv .header-search__icon-block:before {
    background-image: url('/local/static/build/img/svg/search-color-ai.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__ai_new_vv .tender-menu__item {
    padding: 0 7px;
}

.header--tenders .header__ai_new_vv.header__wrapper {
    padding: 10px 0 0;
}

.header--tenders.header--fix .header__ai_new_vv.header__wrapper {
    padding: 10px 0 10px;
}
