body {
    overflow-x: hidden;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}

.intl-tel-input {
    width: 100%;
    max-width: 20rem;
}

.intl-tel-input.allow-dropdown .selected-flag {
    max-height: 35px;
}


.menu-depth-2 {
    position: relative !important;
}

.menu-depth-2 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
    line-height: 1.1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
}

.menu-depth-1 li a {

    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
    line-height: 1.1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
}

li#menu-item-3878 {
    padding-top: 10px;
}

li#menu-item-3920 {
    padding-top: 10px;
    border-top: 2px solid #f7a71b;
}

li#menu-item-3304 {
    padding-top: 10px;
    border-top: 2px solid #f7a71b;
}

li#menu-item-3923 {
    padding-bottom: 10px;
}

#breadcrumbs {
    color: #1d4e58;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin-top: -15px
}

@media (min-width:768px) {
    #breadcrumbs {
        font-size: 18px;
        margin-top: -35px
    }
}

a.breadcrumbs__item:not(:first-child) {
    color: #1d4e58
}

@media (max-width:1279px) {
    .show-on-laptop {
        display: none
    }
}

.llang-item {
    color: #1d4e58;
    text-transform: uppercase
}

.llang-item.current-lang {
    font-weight: 700
}

.llang-item-ua {
    order: -1;
}

.fix-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#desktop-header-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#desktop-header-nav>ul>li {
    line-height: 1
}

#desktop-header-nav>ul>li+li {
    margin-left: 15px
}

#desktop-header-nav>ul>li>a {
    color: #1d4e58;
    font-size: 18px;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

#desktop-header-nav>ul>li>a:hover {
    color: #f7a71b;
    text-decoration: none
}

#desktop-header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#desktop-header-nav .menu-item-has-children {
    position: relative
}

#desktop-header-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: all
}

#desktop-header-nav .sub-menu {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    will-change: opacity, transform;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    background-color: #1d4e58;
    left: 0;
    top: 100%;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    width: 190px;
    padding: 10px 0;
    z-index: 27;
    /*-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);box-shadow:0 5px 10px 0 rgba(0,0,0,.2)*/
}

#desktop-header-nav .sub-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
    line-height: 1.1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

#desktop-header-nav .sub-menu a:hover {
    color: #f7a71b;
    text-decoration: none
}

@media (min-width:1300px) {
    #desktop-header-nav>ul>li+li {
        margin-left: 20px
    }
}

@media (min-width:1440px) {

    #desktop-header-nav>ul>li>a {
        font-size: 20px
    }

    #desktop-header-nav .sub-menu {
        width: 220px
    }

    #desktop-header-nav .sub-menu a {
        font-size: 18px;
        display: block;
        padding: 10px 20px
    }
}

@media (min-width: 1570px) {
    #desktop-header-nav>ul>li+li {
        margin-left: 25px
    }
}

@media only screen and (max-width: 768px) {
    .primary-top-menu .caret {
        top: 15px;
    }
}

#desktop-header-nav .sub-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 0;
    left: 180px;
    opacity: 0;
}

@media screen and (min-width: 1440px) {
    #desktop-header-nav .sub-menu .menu-item-has-children .sub-menu {
        left: 220px;
    }
}

#desktop-header-nav ul .sub-menu>.menu-item-has-children>a::after {
    content: '';
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    display: inline-block;
    border-right: 0.3em solid transparent;
    margin-left: 10px;
}

#desktop-header-nav .sub-menu>.menu-item-has-children:hover .sub-menu {
    opacity: 1;
}

.dropdown-menu .menu-item-has-children .dropdown-item::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;

    position: relative;
    top: 5px;
}

.dropdown-menu .menu-item-has-children span.caret::after {
    border: none;
}

.opencf {
    padding: 2rem 0;
}

.opencf .intl-tel-input {
    max-width: 100%;
}

@media screen and (max-width: 1540px) {
    .navbar-brand--logo {
        width: 150px;
    }

    .navbar-brand--logo img {
        object-fit: contain;
    }
}

@media screen and (max-width: 1360px) {
    .navbar-brand--logo {
        width: 250px;
    }
}

@media screen and (max-width: 576px) {
    .navbar-brand--logo {
        width: 105px;
    }
}

/* Banner */
.banner {
    position: fixed;
    left: 0;
    right: 0;
    top: 94px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    z-index: 999;
}

.banner img {
    max-width: 1920px;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: top;
}

.banner-spacer img {
    opacity: 0;
    max-width: 1920px;
    width: 100%;
}

.banner-img--mob {
    display: none;
}

@media screen and (max-width: 1280px) {
    .banner {
        top: 88px;
    }
}

@media screen and (max-width: 650px) {
    .banner-img--mob {
        display: block;
    }

    .banner-img--desc {
        display: none;
    }
}

.custom_banner {
    background-color: #486d5e;
    padding: 20px 40px;
    justify-content: space-between;
}

.custom_banner .blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.44;
}

.custom_banner .blackout::before {
    display: none;
}

.custom_banner__logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

#page-sub-header .page-slide-item img.custom_banner__logo {
    width: 280px;
    object-fit: contain;
    height: auto;
}

#page-sub-header .page-slide-item img.custom_banner__image {
    max-width: 670px;
    object-fit: contain;
    height: auto;
}

.custom_banner__r,
.custom_banner__l {
    height: 100%;
    position: relative;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
}

.custom_banner__l {
    align-items: flex-start;
}

.custom_banner__r {
    align-items: center;
    width: 100%;
}

.page-slide-date {
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    z-index: 9;
    margin-top: 60px;
    color: #ed2106;
}

.page-slide-item.custom_banner .page-slide-text {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px !important;
    color: #ed2106;
}

.custom_banner .page-slide-title {
    text-align: center;
    width: 100%;
    color: #ed2106;
}

.page-slide-item.custom_banner .page-slide-title>*{
    font-size: 14vh;
}

.custom_banner__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media screen and (max-width: 992px) {
    #page-sub-header .page-slide-item img.custom_banner__logo {
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .custom_banner {
        flex-direction: column;
    }

    #page-sub-header .page-slide-item img.custom_banner__image {
        max-width: 350px;
    }

    .custom_banner__l {
        flex-direction: row;
    }

    .custom_banner .page-slide-text {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-top: 0;
    }

    .custom_banner__r,
    .custom_banner__l {
        gap: 5px;
    }

    .page-slide-date {
        font-size: 28px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    .custom_banner__l {
        display: none;
    }

    .custom_banner__logo {
        top: 30px;
    }

    .page-slide-item.custom_banner .page-slide-title>* {
        font-size: 3.6rem !important;
    }

}

.lh1{
    line-height: 1;
}