.nav_list--fixed_container {
    position: relative;
}

.nav_list--fixed {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav_list--fixed {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.nav_list--fixed > li > a {
    padding: 16px 30px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav_list--fixed > li > a:hover {
    color: var(--prv_btn_color);
}

.nav_list--fixed > li > a:focus,
.nav_list--fixed > li > a:hover {
    text-decoration: none;
}

.link_first_dropdown {
    position: relative;
}

.scroll_visible .nav_list--fixed > li > a {
    padding: 21px 10px;
}

@media (max-width: 1199px) {
    .scroll-header-fixed .nav_list--fixed {
        margin: 0;
    }
}

ul.mini_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 224px;
    margin-top: -1px;
    padding: 0px;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
}

ul.mini_dropdown_menu > li {
    width: 100%;
}

.priority-nav.is-empty {
    display: none;
}

.priority-nav__dropdown ul.mini_dropdown_menu {
    top: 0;
    left: 100%;
}

ul.mini_dropdown_menu .mini_dropdown_item {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    display: block;
    text-align: left;
}

ul.mini_dropdown_menu .mini_dropdown_item:not(:last-child) {
    border-bottom: 1px solid #EFF0F0;
}

ul.mini_dropdown_menu .mini_dropdown_item:last-child {
    border-radius: 0 0 10px 10px;
}

ul.mini_dropdown_menu .mini_dropdown_item:hover,
ul.mini_dropdown_menu .mini_dropdown_item:focus,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    text-decoration: none;
    background-color: #EFF0F0;
}

ul.mini_dropdown_menu .mini_dropdown_item:hover {
    color: var(--prv_btn_color);
}

ul.root-item {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 29px 30px 15px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 5px 0px rgba(117, 117, 117, 0.5);
}

.scroll_visible .nav_list--fixed > li.open ul.root-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.scroll_visible ul.root-item > li {
    width: 50%;
}

@media (min-width: 1200px) {
    .scroll_visible ul.root-item > li {
        width: 33.3333333%;
    }
}

.nav_list--fixed > li.open ul.root-item,
.nav_list--fixed > li.open ul.mini_dropdown_menu,
.priority-nav__dropdown > li.open ul.mini_dropdown_menu {
    display: flex;
    flex-wrap: wrap;
}

ul.root-item > li {
    display: block;
    width: 33.3333%;
    float: left;
    margin-bottom: 25px;
}

ul.root-item a {
    color: #212121;
    display: block;
    margin-bottom: 8px;
}

ul.root-item a:hover,
ul.root-item a.root-item-selected,
ul.root-item a.item-selected,
ul.root-item a:hover,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    color: var(--prv_color);
}

ul.root-item a:hover,
ul.root-item a:focus {
    text-decoration: none;
}

ul.root-item .level_1 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}

ul.root-item .level_2,
.nav_section_img + .nav_section_text > a {
    font-size: 1em;
    font-weight: 600;
}

ul.root-item .level_3 {
    font-size: 0.8517em;
    font-weight: normal;
    line-height: 17px;
}

ul.root-item ul {
    padding-left: 0;
    list-style: none;
}

.nav_section_img {
    display: block;
    width: 68px;
    float: left;
}

.nav_section_text {
    float: right;
    width: calc(100% - 68px);
    padding: 0 18px;
}

.nav_section_text > ul > li > a {
    font-size: 0.8571em;
}

@media (max-width: 1199px) {
    .scroll-header-fixed .nav_list--fixed {
        margin: 0;
    }
}

@media (max-width: 991px) {
    ul.root-item > li {
        width: 50%;
    }
}

.nav__dropdown-wrapper.priority-nav__wrapper {
    padding: 0 10px;
}

.priority-nav__dropdown-toggle,
.priority-nav__dropdown-toggle:focus {
    z-index: 9;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    color: #212121;
    z-index: 9;
}

.priority-nav__dropdown-toggle:hover,
.priority-nav__dropdown-toggle:active,
.priority-nav__dropdown-toggle:active:focus,
.priority-nav__dropdown-toggle:active:hover {
    outline: none;
    border: none;
    color: var(--prv_btn_color);
}

.scroll_visible .priority-nav__dropdown-toggle,
.scroll_visible .priority-nav__dropdown-toggle:focus {
    color: #fff;
}

.scroll_visible .priority-nav__dropdown-toggle:hover,
.scroll_visible .priority-nav__dropdown-toggle:active,
.scroll_visible .priority-nav__dropdown-toggle:active:focus,
.scroll_visible .priority-nav__dropdown-toggle:active:hover {
    outline: 0.8;
    color: #fff;
}

.scroll_visible .row > div {
    position: static;
}

.priority-nav__dropdown-toggle .fas {
    position: relative;
    z-index: -1;
}

.priority-nav__dropdown {
    left: -30px;
    z-index: 901;
    min-width: 160px;
    margin-top: -1px;
    padding: 0px;
    list-style: none;
    border-radius: 0 0 10px 10px;
    background-color: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
}

.priority-nav__dropdown li:not(:last-child) a {
    border-bottom: 1px solid #EFF0F0;
}

.priority-nav__dropdown li:last-child {
    border-radius: 0 0 10px 10px;
}

.priority-nav__dropdown li a {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    display: block;
    text-align: left;
    text-decoration: none;
}

.priority-nav__dropdown li:hover {
    text-decoration: none;
    background-color: #EFF0F0;
    color: var(--prv_color);
}

.priority-nav__dropdown li a:hover {
    color: var(--prv_btn_color);
    text-decoration: none;
}

.nav_list--fixed > li.open ul.root-item {
    max-height: 318px;
    overflow: auto;
}

.nav_list--fixed > li.open ul.root-item::-webkit-scrollbar {
    width: 8px;
}

.nav_list--fixed > li.open ul.root-item::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
}

.nav_list--fixed > li.open ul.root-item::-webkit-scrollbar-track {
    border-radius: 8px;
}

.header_bottom .root-item,
.header_bottom .root-item-selected {
    color: #fff !important;
}

.nav_section_ul {
    display: flex;
    flex-direction: column;
}

.nav_section_ul .nav_section_text {
    float: none;
    width: calc(100% - 68px);
    padding: 0;
    display: flex;
    margin-top: 6px;
    flex-direction: column;
    /* justify-content: center; */

}

.nav_section_img {
    display: block;
    width: 68px;
    float: left;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.nav_list-wrapper ul.menu-dropdown__header {
    background-color: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
}

.nav_list {
    position: relative;
}

.services_menu .custom_menu {
    position: absolute;
    display: none;
}

.services_menu.open .custom_menu {
    display: block;
    max-width: 1132px;
    width: 100%;
    margin-top: -1px;
    left: 16px;
    color: #000000;
    backdrop-filter: blur(40px);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
    border-radius: 0 0 15px 15px;
    padding: 22px 20px;
}

.custom_menu .custom_menu_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_menu_head a {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--prv_btn_color);
    text-decoration: none;
}

.custom_menu_head .menu_head_links {
    display: flex;
    align-items: center;
}

.menu_head_links .menu_head_link {
    margin-right: 15px;
    border: 1px solid var(--prv_btn_color);
    border-radius: 10px;
    padding: 10px 20px 12px 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--prv_btn_color);
    cursor: pointer;
}

.menu_head_links .menu_head_link:hover {
    background: var(--prv_btn_color);
    color: #ffffff;
}

.menu_head_links .cm_open {
    background: var(--prv_btn_color);
    color: #ffffff;
}

.menu_head_search {
    position: relative;
}

.menu_head_search input {
    border-radius: 10px;
    border: none;
    width: 220px;
    height: 40px;
    padding: 5px 40px 5px 10px;
    background: #e1eaff;
    position: relative;
}

.menu_head_search input:focus {
    outline: none;
}

.menu_head_search:after {
    content: url("images/search_icon.svg");
    position: absolute;
    right: 15px;
    top: 10px;
}

.menu_head_search input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

#resultContainer {
    position: absolute;
    margin-top: 1px;
    width: 100%;
}

#resultContainer ul {
    border: 1px solid var(--prv_btn_color);
    border-radius: 5px;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 50px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 50px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 50px -15px rgba(0,0,0,0.75);
}

#resultContainer ul li {
    list-style-type: none;
    padding: 5px;
}
#resultContainer ul li:hover{
    border: 1px solid var(--prv_btn_color);
    border-left: 0;
    border-right: 0;
}
#resultContainer ul li:first-child{
    border-top: 0;
}
#resultContainer ul li:last-child{
    border-bottom: 0;
}

.custom_menu_main {
    margin-top: 40px;
    /*border-bottom: 1px #C5DCFF solid;
    padding-bottom: 35px;*/
}

.menu_main_section {
    column-count: 3;
    column-gap: 20px;
    max-width: 813px;
}

.menu_main_section .service_link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.menu_main_section .service_link a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    transition: .1s;
}

.menu_main_section .service_link a:hover {
    color: var(--prv_btn_color);
}

.menu_main_section .service_link .icon {
    margin-right: 8px;
}

.custom_menu_footer{
    margin-top: 20px;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.custom_menu_footer .btn{
    margin-top: 0;
}

.custom_menu_footer .link{
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--prv_btn_color);
}