@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-cyrillic_latin-regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.woff2') format('woff2'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.woff') format('woff'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.ttf') format('truetype'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-cyrillic_latin-700.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.woff2') format('woff2'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.woff') format('woff'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.ttf') format('truetype'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.svg#OpenSans') format('svg');
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #111;
    letter-spacing: 0;
    background: #fbfbfb;
}

input, textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

a {
    color: #267E54;
    text-decoration: none;
}

.scroll-wrapper {
    overflow-y: scroll;
    height: 100%;
}

.main-wrapper {
    position: relative;
    width: 100%;
    min-width: 250px;
    min-height: 100%;
    margin: 0px auto;
    padding-bottom: 70px;
}

/* Main header */
.main-header {
    position: relative;
    height: 200px;
    background: url('../images/content-slide.jpg');
    background-position: center top;
    background-size: cover;
    border-bottom: 1px solid #ddd;
}

.main-header > .upper {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #ddd;
}

.main-header > .upper > .middle {
    display: block;
    position: relative;
    max-width: 1150px;
    height: 72px;
    margin: 0px auto;
    text-align: right;
}

.main-header > .slide {
    display: flex;
    flex-flow: column nowrap;
    max-width: 1150px;
    height: 137px;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    justify-content: center;
}

.main-header > .slide > .title {
    display: block;
    margin: 0px 0px 5px 0px;
    color: #444;
    font-size: 24px;
    line-height: 26px;
}

.main-header > .slide > .text {
    display: block;
    color: #383936;
    font-size: 15px;
    line-height: 17px;
}

/* Header navigation */
.header-nav > .logo {
    display: block;
    position: absolute;
    left: 0px;
    top: 18px;
    color: #30312e;
    font-size: 32px;
    font-weight: bold;
}

.header-nav > .menu {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    font-size: 0px;
}

.header-nav > .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.header-nav > .menu > li > a {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav > .menu > li:first-child {
    margin-left: 0px;
}

.header-nav > .menu > li:hover > a {
    color: #111;
}

.header-nav > .menu > li.active > a {
    color: #09851d;
}

.header-nav > .languages {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    font-size: 0px;
    border-left: 1px solid #ccc;
}

.header-nav > .languages > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}

.header-nav > .languages > li:first-child {
    margin-left: 0px;
}

.header-nav > .languages > li > a {
    display: block;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav > .languages > li:hover > a {
    color: #111;
}

.header-nav > .languages > li.active > a {
    color: #09851d;
}

.header-nav > .mobile-trigger {
    display: none;
    position: absolute;
    right: 20px;
    top: 24px;
    text-align: left;
}

.header-nav > .mobile-trigger {
    font-size: 0px;
    cursor: pointer;
}

.header-nav > .mobile-trigger > .language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 0px 3px;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav > .mobile-trigger > .icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.header-nav > .mobile-trigger > .icon > img {
    width: 100%;
}

/* Mobile navigation */
.mobile-nav {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 270px;
    height: 100%;
    padding: 25px 25px;
    background: #f5f5f5;
    border-left: 1px solid #ccc;
    box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.15);
    z-index: 999;
    overflow-y: auto;
}

.mobile-nav.opened {
    display: block;
}

.mobile-nav > .close {
    position: absolute;
    right: 21px;
    top: 25px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
}

.mobile-nav > .close > img {
    width: 100%;
}

.mobile-nav > .section {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #00a63f;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile-nav > .menu {
    margin: 0px 0px 35px 0px;
}

.mobile-nav > .menu > li {
    display: block;
}

.mobile-nav > .menu > li > a {
    display: block;
    margin: 2px 0px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-nav > .menu > li:hover > a {
    color: #00a63f;
}

.mobile-nav > .menu > li.active > a {
    color: #00a63f;
}

.mobile-nav > .menu .sub-menu {
    margin-left: 20px;
    margin-bottom: 15px;
}

.mobile-nav > .menu .sub-menu li {
    margin-top: 15px;
}

.mobile-nav > .languages > li {
    display: inline-block;
    vertical-align: middle;
}

.mobile-nav > .languages > li > a {
    display: block;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-nav > .languages > li:first-child > a {
    padding-left: 0px;
}

.mobile-nav > .languages > li.active > a {
    color: #00a63f;
}

/* Breadcrumbs */

.breadcrumbs-nav {
    max-width: 1150px;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumbs-nav > a {
    color: #444;
}

.breadcrumbs-nav > a:hover {
    color: #111;
}

.breadcrumbs-nav > a.active {
    color: #09851d;
}

.breadcrumbs-nav > a:not(.active)::after {
    content: "•";
    padding: 0px 10px;
    color: #444;
}

/* Main content */
.main-content {
    display: block;
    max-width: 1150px;
    margin: 0px auto;
    padding: 30px 0px;
}

.main-content .page-title {
    display: block;
    margin: 0px 0px 25px 0px;
    font-size: 35px;
    line-height: 35px;
    color: #333;
}

.main-content.with-sidebar {
    display: flex;
    flex-flow: row nowrap;
}

.main-content.with-sidebar > .module-content {
    display: block;
    flex: 1 1 auto;
    padding-right: 45px;
}

.main-content.with-sidebar > .module-sidebar {
    display: block;
    flex: 0 0 auto;
    width: 280px;
}

/* Sidebar */
.module-sidebar > .submenu > li {
    display: block;
    margin: 0px 0px 3px 0px;
}

.module-sidebar > .submenu > li:last-child {
    margin-bottom: 0px;
}

.module-sidebar > .submenu > li > a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 17px;
    color: #192853;
    background: #f5f6f6;
    border-left: 4px solid #ddd;
}

.module-sidebar > .submenu > li:hover > a {
    color: #001040;
    border-left-color: #09851d;
}

.module-sidebar > .submenu > li.active > a {
    color: #001040;
    border-left-color: #09851d;
}

/* Mobile submenu */
.mobile-submenu {
    display: none;
    margin: 0px 0px 25px 0px;
}

.mobile-submenu > li {
    display: block;
    margin: 0px 0px 3px 0px;
}

.mobile-submenu > li:last-child {
    margin-bottom: 0px;
}

.mobile-submenu > li > a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 17px;
    color: #192853;
    background: #f5f6f6;
    border-left: 4px solid #ddd;
}

.mobile-submenu > li:hover > a {
    color: #001040;
    border-left-color: #09851d;
}

.mobile-submenu > li.active > a {
    color: #001040;
    border-left-color: #09851d;
}

/* Main footer */
.main-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #222;
    padding: 15px 0px;
}

.main-footer > .bottom {
    display: block;
    max-width: 1150px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

/* cookies */

body > .cookie-popup {
    max-width: 670px;
    padding-inline: clamp(5px, 4vw, 54px);
    padding-block: clamp(5px, 4vw, 40px) clamp(5px, 4vw, 50px);
    border-radius: 8px;
    box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.11);
    background: white;
    position: fixed;
    z-index: 100;
    --margin: clamp(5px, 2.5vw, 30px);
    right: var(--margin);
    bottom: var(--margin);
    margin-inline-start: var(--margin);
    margin-block-start: var(--margin);
}

body > .cookie-popup p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #333;
    margin-block-end: 35px;
}

body > .cookie-popup .actions,
body > .cookie-popup .actions button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

body > .cookie-popup .actions {
    flex-wrap: wrap;
}

body > .cookie-popup .actions button {
    flex-wrap: nowrap;
    height: 42px;
    text-align: center;
    padding-inline: 22px;
    border-radius: 27px;
    border: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-block-start: 20px;
}

body > .cookie-popup .actions button.close {
    background-color: #e5e5e5;
    color: #000;
    margin-inline-end: 10px;
}

body > .cookie-popup .actions button.close:hover {
    background-color: #c5c5c5;
}

body > .cookie-popup .actions button.accept {
    background-color: #00c13d;
    color: white;
}

body > .cookie-popup .actions button.accept:hover {
    background-color: #008349;
}

body > .cookie-popup .actions a {
    margin-block-start: 20px;
    margin-inline-start: auto;
    color: #00c13d;
}

body > .cookie-popup .actions a:hover {
    text-decoration: underline;
    color: #008349;
}

/* media */

@media all and (max-width: 1200px) {
    .main-header > .upper > .middle {
        width: 100%;
        padding: 0px 20px;
    }

    .main-header > .slide {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-nav > .logo {
        left: 20px;
    }

    .main-content {
        width: 100%;
        padding: 20px 20px;
    }

    .main-footer > .bottom {
        width: 100%;
        padding: 0px 20px;
    }
}

@media all and (max-width: 800px) {
    .header-nav > .menu {
        display: none;
    }

    .header-nav > .languages {
        display: none;
    }

    .header-nav > .mobile-trigger {
        display: block;
    }

    .main-content.with-sidebar {
        display: block;
    }

    .main-content.with-sidebar > .module-content {
        padding-right: 0px;
    }

    .main-content.with-sidebar > .module-sidebar {
        display: none;
    }

    .mobile-submenu {
        display: block;
    }
}

@media all and (max-width: 500px) {
    .main-header > .slide > .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .main-header > .slide > .text {
        font-size: 14px;
        line-height: 16px;
    }

    .main-footer > .bottom {
        font-size: 13px;
    }
}

@media all and (max-width: 400px) {
    .mobile-nav {
        width: 75%;
    }

    body > .cookie-popup .actions {
        justify-content: center;
    }

    body > .cookie-popup .actions a {
        margin-inline: 0;
    }
}
