.v2-top-header {
    background: #fff;
}

.v2-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v2-header-left a {
    text-decoration: none;
    color: #000;
    text-align: left;
}

.v2-header-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.v2-header-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    /* font-family: 'e-UkraineHead' !important; */
}

.v2-header-address {
    font-size: 16px;
    line-height: 19px;
}

.v2-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.v2-header-search {
    display: flex;
    align-items: center;
}

.v2-header-search .v2-header-search-form {
    visibility: hidden;
}

.v2-header-search.active .v2-header-search-form {
    visibility: visible;
}

.v2-header-search.active .v2-header-search-icon {
    display: none;
}

.v2-header-search-icon {
    cursor: pointer;
}

.v2-header-search-form {
    width: 250px;
    position: relative;
}

.v2-header-search-form .v2-header-search-input {
    width: 250px;
    height: 43px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.v2-header-search-form .v2-header-search-submit {
    border: none;
    background: none;
    position: absolute;
    right: 11px;
    top: 6px;
    border-radius: 100%;
}

.v2-header-personal-account .menu-item-has-children {
    background: #fff;
}

.v2-header-personal-account #presonal_account_menu_ul {
    list-style: none;
    position: relative;
}

.v2-header-personal-account #presonal_account_menu_ul > li {
    padding: 9px 26px;
    border-radius: 10px;
}

.v2-header-personal-account #presonal_account_menu_ul > li > a {
    color: #0063A8;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.v2-header-personal-account #presonal_account_menu_ul .sub-menu li a {
    background: #1A4C7C;
    font-size: 14px;
    line-height: 17px;
    color: #fff !important;
    transition: 0.3s;
    opacity: 0.95;
    font-weight: 300;
}

.v2-header-personal-account #presonal_account_menu_ul .sub-menu li:hover a {
    background: #1C5C8E;
}


.v2-bottom-header #top_menu_ul {
    background-color: #00274D;
    /* padding: 12px 0; */
}

.v2-bottom-header #top_menu_ul > li {
    border: none;
    padding: 12px 0;
    background-color: #00274D;
    /* border-left: 1px solid #fff; */
}

.v2-bottom-header #top_menu_ul > li > a {
    background-color: #00274D;
    font-size: 16px;
    line-height: 19px;
    padding: 3px 12px;
    border-left: 1px solid #fff;
    font-weight: 300;
}

.v2-bottom-header #top_menu_ul > li:first-child a {
    border: none;
}

.v2-bottom-header #top_menu_ul > li:last-child {
    display: none;
}

.v2-bottom-header #top_menu_ul .menu-item-has-children > a::after {
    content: url('/wp-content/themes/VodokanalV2/img/arrow-down.svg');
    margin-left: 12px;
}

.v2-bottom-header #top_menu_ul .menu-item-has-children .sub-menu {
    top: 49px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.v2-bottom-header #top_menu_ul .menu-item-has-children .sub-menu li,
.v2-header-personal-account #presonal_account_menu_ul .sub-menu li {
    border-bottom: 1px solid #2E6093;
}

.v2-bottom-header #top_menu_ul .menu-item-has-children .sub-menu li:last-child {
    border: none;
}

.v2-bottom-header #top_menu_ul .menu-item-has-children .sub-menu li:hover {
    background: #1C5C8E;
}

.v2-bottom-header #top_menu_ul .menu-item-has-children .sub-menu li a {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 8px 12px !important;
    background: #1A4C7C;
    opacity: 0.95;
    font-weight: 300;
}

#v2-mobile-menu {
    display: none;
}

#email.v2-email-trigger {
    display:block;
    position: fixed;
    top: 100%;
    right: 100%;
    margin-right: -122px;
    margin-top: -120px;
    height: 100px;
    width: 100px;
    padding:0px;
    border: 10px solid #259ae0;
    line-height:72px;
    border-radius: 75px;
    background-color: #146ab0;
    /*background-image: url(/wp-content/themes/arsmagica.org/images/vverh.png);*/
    /*text-indent: -9999px;*/
    z-index: 100;
    opacity: 0.8;
    color: #fff;
    font-size: 70px;
    text-align: center;
    text-decoration: none;
}

#vverh.v2-phone-trigger {
    display:block;
    position: fixed;
    top: 100%;
    right: 0;
    margin-right: 20px;
    margin-top: -120px;
    height: 100px;
    width: 100px;
    padding:20px;
    border: 10px solid #259ae0;
    line-height:75px;
    border-radius: 75px;
    background-color: #146ab0;    /*background-image: url(/wp-content/themes/arsmagica.org/images/vverh.png);*/
    z-index: 100;
    opacity: 0.8;
}
  