.site-header {
    background-color: #006152;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 46px 0;
}

.header-navigation-wrapper {
    width: 82%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header-navigation-wrapper-inner {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    align-items: center;
}

.header-titles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.header-titles .site-description {
    margin-left: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Open_Sans_regular";
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
}

.header-titles .site-description strong {
    font-family: "Open_Sans_bold";
    font-weight: normal;
}

.primary-menu-wrapper {
    width: auto;
}

.header-links-wrapper-link {
    display: flex;
    margin-left: 30px;
}

.header-links-wrapper-link a {
    color: #000;
    font-family: "Open_Sans_bold";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    transition: all linear .3s;
    padding: 15px 20px;
    background-color: #fff;
    text-align: center;
}

.header-links-wrapper-link a:focus,
.header-links-wrapper-link a:hover {
    background-color: #B4083A;
    color: #fff;
}

.header-setting-wrapper {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
    margin-left: 15px;
}

.header-setting-wrapper-toggle {
    background-color: #003C33;
    width: 57px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all linear .3s;
    cursor: pointer;
}

.header-setting-wrapper-toggle:focus,
.header-setting-wrapper-toggle:hover {
    background-color: #B4083A;
}

.header-setting-wrapper-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #003C33;
    padding: 20px 0;
    min-width: 260px;
    transition: all linear .4s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.header-setting-wrapper .header-setting-wrapper-dropdown:focus-within,
.header-setting-wrapper:focus .header-setting-wrapper-dropdown,
.header-setting-wrapper.active .header-setting-wrapper-dropdown {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.header-setting-wrapper-dropdown-language,
.header-setting-wrapper-dropdown-access,
.header-setting-wrapper-dropdown-link {
    padding: 0 15px;
    min-height: 44px;
}

.header-setting-wrapper-dropdown-language,
.header-setting-wrapper-dropdown-access {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-setting-wrapper-dropdown-language label,
.header-setting-wrapper-dropdown-access label {
    color: #FFF;
    font-family: "Open_Sans_regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    margin: 0;
    padding: 0;
    width: 60%;
}

.header-setting-wrapper-dropdown-access button:focus {
    outline: 1px solid !important;
}

.header-setting-wrapper-dropdown-language .wpml-ls-legacy-list-horizontal {
    padding: 0;
    min-width: 88px;
    position: relative;
    border: 0;
}

.header-setting-wrapper-dropdown-language .wpml-ls-legacy-list-horizontal::after {
    content: "";
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}

.wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    flex-wrap: wrap;
}

.wpml-ls-legacy-list-horizontal>ul li {
    width: 50%;
    position: relative;
}

.wpml-ls-legacy-list-horizontal>ul li::after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.wpml-ls-legacy-list-horizontal>ul li:last-child::after {
    display: none;
}

.wpml-ls-legacy-list-horizontal>ul li a {
    color: #FFF;
    font-family: "Open_Sans_regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    padding: 4px;
    text-align: center;
    min-height: 44px;
    transition: all linear .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpml-ls-legacy-list-horizontal>ul li a:focus,
.wpml-ls-legacy-list-horizontal>ul li a:hover,
.wpml-ls-legacy-list-horizontal>ul li.wpml-ls-current-language a {
    background: #FFF;
    color: #000;
}

.header-setting-wrapper-dropdown-access button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-setting-wrapper-dropdown-access button svg path {
    transition: all linear .4s;
}

.header-setting-wrapper-dropdown-access button:focus svg path,
.header-setting-wrapper-dropdown-access button:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.header-setting-wrapper-dropdown-link a {
    color: #FFF;
    font-family: "Open_Sans_regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    transition: all linear .4s;
    text-decoration: none;
}

.header-setting-wrapper-dropdown-link a:focus,
.header-setting-wrapper-dropdown-link a:hover {
    opacity: 0.8;
}

.primary-menu li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.primary-menu li .submenu-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
}

ul.primary-menu {
    margin: 0;
    letter-spacing: normal;
}

.primary-menu li .icon {
    display: none;
}

body .primary-menu>li {
    margin: 0 15px 0 0;
    position: relative;
    transition: all linear .4s;
}

body .primary-menu>li>a {
    color: #FFF !important;
    font-family: "Open_Sans_semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none !important;
    letter-spacing: normal;
    transition: all linear .4s;
    padding: 10px 15px;
}

body .primary-menu>li.menu-item-has-children>a {
    padding: 10px 38px 10px 15px;
    margin: 0;
}

body .primary-menu>li>a:focus,
body .primary-menu>li:focus>a,
body .primary-menu>li:hover>a {
    background: #003C33;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
}

body .primary-menu>li.menu-item-has-children>.submenu-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all linear .4s;
}

body .primary-menu>li.menu-item-has-children:focus>.submenu-toggle,
body .primary-menu>li.menu-item-has-children:hover>.submenu-toggle {
    transform: translateY(-50%) rotate(180deg);
}

.primary-menu ul::after,
.primary-menu ul::before {
    display: none;
}

.primary-menu ul {
    background: #003C33;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 15px 0;
    right: auto;
    top: 100%;
    transform: unset;
    width: 320px;
    left: 0;
    transition: all 0.5s ease;
}

body .primary-menu li.menu-item-has-children>ul ul {
    left: 100%;
    top: 0;
    background: #00241F;
    padding: 15px 0;
}

body .primary-menu li.menu-item-has-children>ul {
    background: #003C33;
    padding: 15px 0;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: opacity 0.5s ease !important;
}

.primary-menu li.menu-item-has-children>ul:focus-within,
.primary-menu li.menu-item-has-children>a:focus+ul,
.primary-menu li.menu-item-has-children:hover>ul,
/* .primary-menu li.menu-item-has-children.active>ul, */
.primary-menu li.menu-item-has-children:focus>ul,
.primary-menu li.menu-item-has-children.focus>ul {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}

body .primary-menu li.menu-item-has-children ul li {
    position: initial;
}

body .primary-menu li.menu-item-has-children ul li>.submenu-toggle {
    display: none;
}

body .primary-menu li.menu-item-has-children ul li.menu-item-has-children>a {
    background-image: url(../images/sub-menu-arrow.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
}

body .primary-menu li.menu-item-has-children ul li a {
    color: #FFF;
    font-family: "Open_Sans_regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none !important;
    letter-spacing: normal;
    transition: all linear .4s;
    padding: 7px 15px;
    width: 100%;
    margin: 0;
}

body .primary-menu li.menu-item-has-children ul li>a:focus,
body .primary-menu li.menu-item-has-children ul li>a:hover {
    background-color: #00241F;
}

body .primary-menu li.menu-item-has-children>ul ul li>a:focus,
body .primary-menu li.menu-item-has-children>ul ul li>a:hover {
    background-color: #B4083A;
}

body .primary-menu li.menu-item-has-children ul li.menu-item-has-children a {
    padding: 7px 38px 7px 15px;
}

#recite-header button {
    background-color: transparent !important;
    border: 0 !important;
}

body .recite-button:focus,
body .recite-button:hover {
    border-bottom: 0 !important;
}

body.admin-bar #recite-wrapper {
    margin-top: 32px;
}

div#recite-header {
    /* z-index: 1 !important; */
}

body.toggle_menu_active div#recite-header {
    z-index: -1 !important;
}

div#recite-header.recite-controls-simplified div.recite-controls {
    max-width: calc(100% - 200px);
}

@media (min-width:1200px) {

    .navbar-toggler-open,
    .navbar-toggler-close {
        display: none;
    }

    .header-navigation-wrapper .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width:1600px) {

    body .primary-menu>li {
        margin: 0;
    }

    .header-links-wrapper-link {
        margin-left: 20px;
    }

    .header-links-wrapper-link a {
        padding: 15px;
    }

    body .primary-menu>li.menu-item-has-children>a {
        padding: 10px 38px 10px 10px;
    }

    body .primary-menu>li>a {
        padding: 10px;
    }

    .header-setting-wrapper {
        margin-left: 5px;
    }
}

@media (max-width:1440px) {
    body .primary-menu>li>a {
        font-size: 16px;
    }
}

@media (max-width:1400px) {
    body .primary-menu>li>a {
        font-size: 13px;
    }

    body .primary-menu li.menu-item-has-children ul li a {
        font-size: 14px;
        line-height: 28px;
    }

    .header-links-wrapper-link a {
        font-size: 14px;
    }

    .header-setting-wrapper-dropdown-language label,
    .header-setting-wrapper-dropdown-access label,
    .wpml-ls-legacy-list-horizontal>ul li a,
    .header-setting-wrapper-dropdown-link a {
        font-size: 14px;
    }

    .header-links-wrapper-link {
        margin-left: 10px;
    }

    .header-titles .site-description {
        font-size: 26px;
    }

    .site-logo img {
        width: 53.571px;
        height: 40px;
    }

    .header-setting-wrapper-toggle {
        width: 49px;
        height: 49px;
    }

    .header-setting-wrapper {
        margin-left: 10px;
    }

    body .primary-menu li.menu-item-has-children>ul {
        padding: 15px 0;
    }
}

@media (max-width:1199px) {
    .site-header-inner {
        padding: 10px 0;
    }

    body .site-header .header-titles-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }


    button.navbar-toggler-open {
        background: transparent;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        text-decoration: none !important;
    }

    button.navbar-toggler-open span {
        color: #FFF;
        font-family: "Open_Sans_semibold";
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        margin: 5px 0 0;
    }

    button.navbar-toggler-close {
        background: transparent;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 23px;
        margin-left: auto;
        margin-bottom: 36px;
    }

    .site-header .header-navigation-wrapper {
        position: fixed;
        top: 0 !important;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #006152;
        display: block;
        transition: all .4s linear;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px 0 150px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
    }

    .site-header .header-navigation-wrapper::-webkit-scrollbar {
        width: 0;
        position: absolute;
    }

    .site-header .header-navigation-wrapper::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.15);
    }

    .site-header .header-navigation-wrapper::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .site-header.menu_active .header-navigation-wrapper {
        opacity: 1;
        z-index: 99;
        visibility: visible;
    }

    .header-navigation-wrapper-inner {
        justify-content: flex-start;
        padding: 0 0 163px;
        position: relative;
    }

    ul.primary-menu {
        flex-direction: column;
    }

    .primary-menu-wrapper {
        display: block;
        width: 100%;
        border-top: 1px solid #8996A0;
        position: relative;
        margin: 0 0 45px;
    }

    .primary-menu-wrapper::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #8996A0;
        position: absolute;
        left: -100%;
        top: -1px;
        display: block;
    }

    .primary-menu-wrapper::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #8996A0;
        position: absolute;
        right: -100%;
        top: -1px;
        display: block;
    }

    body .primary-menu>li>a {
        font-size: 18px;
        line-height: 115%;
        padding: 20px 0;
        width: 100%;
    }

    body .primary-menu>li:focus>a,
    body .primary-menu>li:hover>a {
        box-shadow: none;
    }

    body .primary-menu>li.menu-item-has-children>a {
        padding: 20px 38px 20px 0;
    }

    body .primary-menu>li.menu-item-has-children>.submenu-toggle {
        right: 0;
        z-index: 1;
        top: 26px;
        transform: unset;
    }

    body .primary-menu>li.menu-item-has-children:focus>.submenu-toggle,
    body .primary-menu>li.menu-item-has-children:hover>.submenu-toggle {
        transform: rotate(0);
    }

    body .primary-menu>li.menu-item-has-children.open>.submenu-toggle {
        transform: rotate(180deg);
    }

    body .primary-menu>li.menu-item-has-children>.submenu-toggle svg {
        width: 17px;
        height: 11px;
    }

    body .primary-menu>li {
        border-bottom: 1px solid #8996A0;
    }

    body .primary-menu>li::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #8996A0;
        position: absolute;
        left: -100%;
        bottom: -1px;
        display: block;
    }

    body .primary-menu>li::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #8996A0;
        position: absolute;
        right: -100%;
        bottom: -1px;
        display: block;
    }

    .primary-menu ul {
        opacity: 1;
        visibility: inherit;
        z-index: 1;
        padding: 10px 0 15px;
        right: auto !important;
        top: auto;
        transform: unset;
        width: 100%;
        left: auto !important;
        position: relative;
        /* transition: none !important; */
        display: none;
    }

    body .primary-menu li.menu-item-has-children>ul {
        padding: 10px 0 15px;
    }

    body .primary-menu>li:focus>a,
    body .primary-menu>li:hover>a {
        background: transparent;
    }

    body .primary-menu>li>a {
        /* position: relative; */
    }

    body .primary-menu>li.open>a {
        background: transparent;
    }

    body .primary-menu>li.open {
        background: #003C33;
    }

    body .primary-menu li.menu-item-has-children>ul {
        background: transparent;
    }

    body .primary-menu>li>a::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #003C33;
        position: absolute;
        left: -100%;
        bottom: 0;
        display: block;
        opacity: 0;
        transition: all ease-in-out .4s;
        z-index: -1;
    }

    body .primary-menu>li>a::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #003C33;
        position: absolute;
        right: -100%;
        bottom: 0;
        display: block;
        opacity: 0;
        transition: all ease-in-out .4s;
        z-index: -1;
    }


    body .primary-menu>li.open>a::before,
    body .primary-menu>li.open>a::after {
        opacity: 1;
    }

    /* body .primary-menu li.menu-item-has-children>ul::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #003C33;
        position: absolute;
        left: -100%;
        bottom: 0;
        display: block;
    }

    body .primary-menu li.menu-item-has-children>ul::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #003C33;
        position: absolute;
        right: -100%;
        bottom: 0;
        display: block;
        border: 0;
    } */

    body .primary-menu li.menu-item-has-children ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
        font-family: "Open_Sans_semibold";
    }

    body .primary-menu li.menu-item-has-children ul li.menu-item-has-children a {
        padding: 15px 38px 15px 0;
        background-image: none;
    }

    body .primary-menu li.menu-item-has-children ul li>.submenu-toggle {
        display: block;
        right: 0;
        z-index: 1;
        top: 26px;
        position: absolute;
        right: 0;
        transition: all linear .4s;
        width: 11.263px;
        height: 6.631px;
    }


    body .primary-menu li.menu-item-has-children ul li.open>.submenu-toggle {
        transform: rotate(180deg);
    }

    body .primary-menu li.menu-item-has-children ul li {
        position: relative;
        transition: all ease-in-out .4s;
    }

    body .primary-menu li.menu-item-has-children ul li>a:focus,
    body .primary-menu li.menu-item-has-children ul li>a:hover {
        background-color: transparent;
    }

    body .primary-menu li.menu-item-has-children ul ul li>a {
        padding: 10px 0 !important;
    }

    body .primary-menu li.menu-item-has-children>ul ul {
        padding: 5px 0 15px;
    }

    body .primary-menu li.menu-item-has-children ul li.open>a {
        background: transparent;
    }

    body .primary-menu li.menu-item-has-children ul li.open {
        background: #00241F;
    }

    body .primary-menu li.menu-item-has-children>ul ul {
        background: transparent;
    }


    body .primary-menu li.menu-item-has-children ul li>a::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00241F;
        position: absolute;
        left: -100%;
        bottom: 0;
        display: block;
        opacity: 0;
        transition: all ease-in-out .4s;
        z-index: -1;
    }

    body .primary-menu li.menu-item-has-children ul li>a::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00241F;
        position: absolute;
        right: -100%;
        bottom: 0;
        display: block;
        opacity: 0;
        transition: all ease-in-out .4s;
        z-index: -1;
    }


    body .primary-menu li.menu-item-has-children ul li.open>a::before,
    body .primary-menu li.menu-item-has-children ul li.open>a::after {
        opacity: 1;
    }

    .header-setting-wrapper {
        margin-left: 0;
        position: initial;
    }

    .header-setting-wrapper-toggle {
        width: 55px;
        height: 55px;
        border: 1px solid #FFF;
        background: transparent;
        position: relative;
    }

    .header-setting-wrapper-toggle::after {
        content: "";
        background-color: #003C33;
        height: 15px;
        width: calc(100% + 2px);
        position: absolute;
        left: -1px;
        bottom: -16px;
        display: block;
        opacity: 0;
        transition: all linear .4s;
    }

    .header-setting-wrapper.active .header-setting-wrapper-toggle::after {
        opacity: 1;
    }

    .header-links-wrapper-link {
        margin: 0;
        padding-left: 15px;
        width: 100%;
    }

    .header-links-wrapper-link a {
        font-size: 18px;
        width: 100%;
    }

    .header-links-wrapper {
        width: calc(100% - 55px);
    }

    .header-setting-wrapper-toggle:focus,
    .header-setting-wrapper-toggle:hover {
        background-color: transparent;
    }

    .header-setting-wrapper-dropdown {
        right: auto;
        top: auto;
        row-gap: 20px;
        width: 100%;
        height: 148px;
        min-width: 100%;
        left: 0;
        bottom: 0;
    }

    .header-setting-wrapper:focus .header-setting-wrapper-toggle,
    .header-setting-wrapper.active .header-setting-wrapper-toggle {
        background-color: #003C33;
        border-color: #003C33;
    }

    .header-setting-wrapper-dropdown-link {
        display: none;
    }

    .header-setting-wrapper-dropdown-language label,
    .header-setting-wrapper-dropdown-access label,
    .wpml-ls-legacy-list-horizontal>ul li a,
    .header-setting-wrapper-dropdown-link a {
        font-size: 18px;
    }

    body .primary-menu li.menu-item-has-children>ul ul li>a:focus,
    body .primary-menu li.menu-item-has-children>ul ul li>a:hover {
        background-color: transparent;
    }

    body.toggle_menu_active {
        position: fixed;
        left: 0;
        width: 100%;
        overflow-y: scroll;
        top: 0 !important;
    }

    body.toggle_menu_active .recite-tooltip {
        opacity: 0 !important;
    }

    body.admin-bar .site-header .header-navigation-wrapper {
        top: 32px !important;
        height: calc(100vh - 32px);
    }

    body.admin-bar.toggle_menu_active {
        top: 32px !important;
    }

    body.admin-bar.toggle_menu_active #recite-wrapper #wpadminbar {
        top: 0 !important;
    }
}

@media (max-width:782px) {
    body.admin-bar .site-header .header-navigation-wrapper {
        top: 46px !important;
        height: calc(100vh - 46px);
    }

    body.admin-bar.toggle_menu_active {
        top: 46px !important;
    }

    body.admin-bar #recite-wrapper {
        margin-top: 46px;
    }
}

@media (max-width:600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media (max-width:575px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}