:root {
    --swiper-navigation-size: 22px;
    --swiper-navigation-color: rgba(255, 255, 255, 1);
    --swiper-pagination-color: rgba(0, 147, 213, 1);
}

body > h1 {
    display: none;
}

/**
Home Header Slide Show
 */
#choose-region-wrapper {
    position: relative;
    background: cornsilk;
    color: #000;
}
#home-header-slideshow {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

#home-header-slideshow .bgb {
    width: 100vw;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

#home-header-slideshow ul,
#home-header-slideshow ul:after {
    top: 0;
    left: 0;
    list-style: none;
    z-index: 0;
}

#home-header-slideshow ul:after {
    content: '';
}

#home-header-slideshow ul li span {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
}

#home-header-slideshow ul li:nth-child(1) span {
    opacity: 1;
}

#home-header-slideshow:not(.withoutAnimation) ul li span {
    animation: hhsImageAnimation 36s linear infinite 0s;
}

#home-header-slideshow ul li:nth-child(2) span {
    animation-delay: 6s;
}

#home-header-slideshow ul li:nth-child(3) span {
    animation-delay: 12s;
}

#home-header-slideshow ul li:nth-child(4) span {
    animation-delay: 18s;
}

#home-header-slideshow ul li:nth-child(5) span {
    animation-delay: 24s;
}

#home-header-slideshow ul li:nth-child(6) span {
    animation-delay: 30s;
}

/**
Inner Header Slide Show
 */
#inner-header-slideshow {
    width: 100vw;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#inner-header-slideshow .bgb {
    width: 100vw;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

#inner-header-slideshow ul,
#inner-header-slideshow ul:after {
    top: 0;
    left: 0;
    list-style: none;
    z-index: 0;
}

#inner-header-slideshow ul:after {
    content: '';
}

#inner-header-slideshow ul li span {
    width: 100vw;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
}

#inner-header-slideshow ul li:nth-child(1) span {
    opacity: 1;
}

#inner-header-slideshow ul li span {
    animation: hhsImageAnimation 36s linear infinite 0s;
}

#inner-header-slideshow ul li:nth-child(2) span {
    animation-delay: 6s;
}

#inner-header-slideshow ul li:nth-child(3) span {
    animation-delay: 12s;
}

#inner-header-slideshow ul li:nth-child(4) span {
    animation-delay: 18s;
}

#inner-header-slideshow ul li:nth-child(5) span {
    animation-delay: 24s;
}

#inner-header-slideshow ul li:nth-child(6) span {
    animation-delay: 30s;
}

@keyframes hhsImageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
    }
}

#header-wrapper {
    width: 100vw;
    height: auto; /*calc(100vh - 50px)*/
    position: relative;
    background: linear-gradient(180deg, rgba(0, 147, 213, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 100;
}
#header-wrapper.inner {
    height: auto;
    padding-bottom: 1rem;
}

.mm-ocd--open {
    z-index: 9999999999 !important;
}
.mm-ocd--open .mm-ocd__content {
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/**
Header Menu
 */
#header-menu {
    position: relative;
    margin: 0;
    padding: 10px 0;
}

#header-menu .english-version-link {
    float: right;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
}

#header-menu .english-version-link:hover {
    opacity: 1;
}

#header-menu .english-version-link a {
    text-transform: none;
}

#header-menu .mburger-wrapper {
    display: inline-block;
    float: left;
    padding: 5px 40px 0 0;
    color: #fff;
}

#header-menu .first-container {
}

#header-menu .first-unit {
    display: inline-block;
}

#header-menu .first-link {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    color: #fff;
}

#header-menu .first-unit:hover .first-link,
#header-menu .first-unit.active .first-link {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 147, 213, 1);
}

#header-menu .first-unit.accent .first-link {
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(0, 146, 214, 1);
    color: rgba(255, 255, 255, 1);
}

#header-menu .first-unit.accent:hover .first-link {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 147, 213, 1);
}

#header-menu .second-container {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.1s, opacity 0.1s linear;
}

#header-menu .first-unit:hover .second-container {
    visibility: visible;
    opacity: 1;
    transition-delay: .5s;
}

#header-menu .second-container {
    z-index: 1000;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

#header-menu .second-container table {
    border-collapse: collapse;
}

#header-menu .second-container table td {
    border-right: 1px solid #d8dee0;
    max-width: 275px;
}

#header-menu .second-container table td:last-child {
    border-right: 0;
}

#header-menu .second-unit {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#header-menu .second-link {
    display: block;
    padding: 14px 20px;
    min-width: 245px;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #3f555b;
    cursor: pointer;
}

#header-menu .second-unit.active {
    background-color: #f7f8f9;
    border-top: 1px solid #d8dee0;
    border-bottom: 1px solid #d8dee0;
}

#header-menu .second-unit:hover .second-link, #header-menu .second-unit.active .second-link {
    color: rgba(0, 147, 213, 1);
}

#header-menu .second-unit.has-subpages {
    padding-bottom: 6px;
    background: url('../img/other/hma2.png') no-repeat right 5px;
}

#header-menu .second-unit.active.has-subpages {
    padding-bottom: 6px;
    background: #f7f8f9 url('../img/other/hma2.png') no-repeat right -160px;
}

#header-menu .second-unit.active.has-subpages .second-link {
    padding: 14px 20px 4px 20px;
}

#header-menu .third-container {
    display: none;
}

#header-menu .third-unit {
    display: block;
}

#header-menu .third-link {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #3f555b;
}

#header-menu .third-unit.active {
}

#header-menu .third-unit:hover .third-link, #header-menu .third-unit.active .third-link {
    color: rgba(0, 147, 213, 1);
}

/**
Header Items
 */
#site-settings {
    display: none;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #fff;
}

#header-logo {
    margin-right: 1.5rem;
}

#header-logo img {
    height: 120px;
}

#header-title-before,
#header-title,
#header-title-after {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

#header-title-before {
    font-size: 1rem;
}

#header-title {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
}

#header-title-after {
    padding: 0.5rem 0;
    font-size: 1.5rem;
}

#site-settings-toggler,
#header-icons,
#header-search {
    padding-bottom: 1rem;
    text-align: right;
    color: #fff;
    transition: opacity 0.5s ease-in-out;
}

#header-icons .delimeter {
    margin-left: 1rem;
    margin-right: 1rem;
}

#header-icons a {
    text-decoration: none;
    opacity: 0.8;
}

#header-icons a:hover {
    text-decoration: none;
    opacity: 1;
}

#header-icons a.lang-switcher {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #fff;
    line-height: 25px;
}

.btn-header-link {
    display: flex;
    margin: 0;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-in-out;
    background: white;
    color: #000;
}

.btn-header-link.btn-yellow {
    background: #f3bf1e;
    color: #fff;
}

@media (min-width: 576px) {
    .btn-manager-office {
        position: absolute;
        right: 15px;
        top: -10px;
    }
}
@media (min-width: 992px) {
    .btn-manager-office {
        position: relative;
        right: auto;
        top: auto;
    }
}

#header-intranet {
    display: flex;
    justify-content: space-around;
    margin: 0 1rem;
    padding: 0.3rem 0.5rem;
    bottom: -2rem;
    border-radius: 4px;
    background: white;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-in-out;
}

#header-intranet .divider {
    display: inline-block;
    border-left: 1px solid #ddd;
    width: 1px;
}

@media (min-width: 576px) {
    #header-intranet {
        position: absolute;
        bottom: 58px;
        left: 112px;
        right: 100px;
    }
    #header-intranet a {
        font-size: 85%;
    }
    #header-intranet .divider {
        display: none;
    }
}

@media (min-width: 992px) {
    #header-intranet {
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
    }
    #header-intranet a {
        font-size: 110%;
    }
    #header-intranet .divider {
        display: inline-block;
    }
}

#site-settings-toggler {
    opacity: 1;
    padding-bottom: 0;
}

#site-settings-toggler a,
#site-settings-toggler a:hover {
    text-decoration: none;
    color: #fff;
}

#site-settings-toggler img {
    margin-right: 0.3rem;
    width: 20px;
    vertical-align: bottom;
    filter: invert(1);
}

#header-icons img {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    height: 20px;
    filter: invert(1);
}

#site-mtu-toggler .icon-mtu {
    position: relative;
}

#site-mtu-toggler .icon-mtu .button {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
}

#site-mtu-toggler .icon-mtu .button:hover {
    opacity: 1;
}

#site-mtu-toggler .icon-mtu .button img {
    height: 40px;
    filter: none;
}

#site-mtu-toggler .icon-mtu .list {
    display: none;
    position: absolute;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 10px;
    padding: 1rem;
    left: -50%;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-align: left;
    z-index: 999999999;
}

#site-mtu-toggler .icon-mtu .list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    top: -20px;
    left: calc(50% - 16px);
}

#header-search input {
    border: 0;
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    /*border: 1px solid rgba(0, 147, 213, 1);*/
    border-radius: 4px;
    color: #000;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
}

#header-search input:focus {
    outline: none;
    opacity: 1;
}

/**
Content
 */
#content-sandway {
    position: relative;
    margin: 0 auto 1rem auto;
    padding: 0;
    color: #9ca7a9;
}

#content-sandway a {
    color: #9ca7a9;
}

#content-sandway a.active {
    color: #000;
}

#content-page-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    padding-bottom: 1.5rem;
}
#content-page {
    border-radius: 4px;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    min-height: 30vh;
}

#content-text {
    padding-top: 1.5rem;
}


/**
Sidebar
 */
#sidebar-wrapper {
    padding-top: 1.5rem;
}

#sidebar-menu {
}

#sidebar-menu div.unit {
    border-bottom: 1px solid #eceeed;
    border-radius: 4px;
    position: relative;
}

#sidebar-menu div.unit.active {
    background: #d8dee0;
}

#sidebar-menu div.unit a.unit {
    display: block;
    padding: 5px 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #3f555b;
    cursor: pointer;
}

#sidebar-menu div.unit.active a.unit {
    color: #0093d5;
}

#sidebar-menu div.unit a.unit:hover {
    background-color: #eceeed;
    color: #0092d6;
}

#sidebar-menu div.childsMarker {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: #b7b7b7;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    width: 16px;
    text-align: center;
    font-size: 100%;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
}

#sidebar-menu div.childsMarker.active {
    background: #0093d5;
}

#sidebar-menu div.unit2-container {
    display: none;
    background: #f7f8f9;
}

#sidebar-menu div.unit2 a.unit2 {
    display: block;
    padding: 5px 20px 5px 40px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #3f555b;
    cursor: pointer;
}

#sidebar-menu div.unit2 a.unit2:hover {
    background-color: #eceeed;
    color: #0092d6;
}

#sidebar-menu div.unit2.active a.unit2 {
    color: #0093d5;
}

#sidebar-menu div.unit3 a.unit3 {
    display: block;
    padding: 5px 20px 5px 60px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 92%;
    color: #3f555b;
    cursor: pointer;
}

#sidebar-menu div.unit3 a.unit3:hover {
    background-color: #eceeed;
    color: #0092d6;
}

#sidebar-menu div.unit3.active a.unit3 {
    color: #0093d5;
}


/**
Footer
 */
#footer-wrapper {
    width: 100vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 2rem 0;
    color: rgba(255, 255, 255, 0.6);
}

#footer-wrapper a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

#footer-wrapper a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

#sputnik-informer {
    filter: grayscale(1);
    opacity: 0.5;
}

#sputnik-informer:hover {
    opacity: 1;
}

#footer-sitemap {
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    padding: 2rem 0 1rem 0;
}

#footer-sitemap h3 {
    color: #898989;
}

#footer-sitemap a {
    display: block;
    margin: 0.3rem 0;
    font-size: 0.8rem;
    color: #a3a3a3;
}

#btn-up {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 5px;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 1001;
}

#btn-up:hover {
    opacity: 1;
}

#btn-up a {
    display: block;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
}

@media (max-width: 767px) {
    #gosmonitor_widget_wrapper_main {
        display: none;
    }
}