body {
    background: #f2f2f2;
    text-align: left;
    font-family: "Phenomena";
    font-weight: normal;
    color: #2f2f2f;
}

/* ************************************************************************** */

section {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    background: #f2f2f2;
}

section.next-other-background {
    padding-top: 120px;
}

section > .inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}

@media (max-width: 1199px) {
    section {
        padding-bottom: 90px;
    }
    section > .inner {
        max-width: 992px;
    }
    section.next-other-background {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    section {
        padding-bottom: 70px;
    }
    section > .inner {
        max-width: 768px;
    }
    section.next-other-background {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    section {
        padding-bottom: 40px;
    }
    section > .inner {
        max-width: none;
    }
    section.next-other-background {
        padding-top: 40px;
    }
}

/******************************************************************************/

section > .inner > .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}

section > .inner > .header .h2 {
    position: relative;
    padding: 0.02em 0.48em 0.105em 0.48em;
    font: bold 96px/1em "Phenomena";
    color: #ffffff;
    text-transform: uppercase;
    background-color: #238937;
    -webkit-border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    border-radius: 0.1em;
}

section > .inner > .header .h2::before,
section > .inner > .header .h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 0.188em;
    height: 0.188em;
    min-width: 10px;
    min-height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/ico-star_white_18x18.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

section > .inner > .header .h2::before {
    left: 0.187em;
}

section > .inner > .header .h2::after {
    right: 0.187em;
}

@media (max-width: 1199px) {
    section > .inner > .header {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    section > .inner > .header {
        margin-bottom: 50px;
    }
    section > .inner > .header .h2 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    section > .inner > .header {
        margin-bottom: 30px;
    }
    section > .inner > .header .h2 {
        padding: 0.04em 0.55em 0.12em 0.55em;
        font-size: 40px;
    }
}

/* ************************************************************************** */

.article {
    font: 300 20px/1.4em "Roboto Condensed";
    color: #2f2f2f;
}

.article h3 {
    margin-bottom: 0.5em;
    font: bold 48px/1.1em "Phenomena";
    color: #2f2f2f;
    text-transform: uppercase;
}

.article h4 {
    margin-bottom: 1em;
    font: bold 36px/1em "Phenomena";
}

.article .meta {
    margin-bottom: 1em;
}

.article .date {
    font: normal 14px/1em "Roboto Condensed";
    color: #828282;
}

.article p {
    margin-bottom: 1.5em;
    font: 300 20px/1.4em "Roboto Condensed";
}

.article p.img-caption {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.article ul,
.article ol {
    margin-bottom: 1.5em;
    font: 300 20px/1.4em "Roboto Condensed";
}

.article ul li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.article ul li:not(:last-child) {
    margin-bottom: 0.5em;
}

.article ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0.6em;
    left: 0;
    background: #2f2f2f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.article ol {
    counter-reset: oList;
}

.article ol li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.article ol li:not(:last-child) {
    margin-bottom: 0.5em;
}

.article ol li::before {
    display: block;
    position: absolute;
    counter-increment: oList;
    content: counter(oList, decimal-leading-zero) ".";
    top: 0em;
    left: 0;
    font-weight: normal;
}

.article b,
.article strong {
    font-weight: bold;
}

.article i,
.article em {
    font-style: italic;
}

.article .intro {
    margin-bottom: 0.8em;
    font: 300 36px/1em "Phenomena";
    text-transform: uppercase;
}

.fancybox-content .article .intro {
    text-transform: none;
}

.article img,
.article .hidden img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.fancybox-content .article img,
.fancybox-content .article .hidden img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.article blockquote {
    position: relative;
    margin-bottom: 1.25em;
    padding-left: 200px;
    font: 300 24px/1.4em "Roboto Condensed";
}

.article blockquote p {
    font: inherit;
}

.article blockquote::before {
    display: block;
    content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    top: 0.25em;
    left: 52px;
    background: url("../img/ico-quote_gray_84x84.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.article a {
    text-decoration: none;
    color: #238937;
    -webkit-transition: color 0.15s ease 0s;
    -ms-transition: color 0.15s ease 0s;
    transition: color 0.15s ease 0s;
}

.body-desktop-device .article a:hover {
    color: #3abb53;
}

.body-desktop-device .article a:active,
.body-mobile-device .article a:active {
    color: #0c621d;
}

.article .hidden {
    display: none;
}

@media (max-width: 991px) {
    .article blockquote {
        padding-left: 150px;
    }
    .article blockquote::before {
        left: 25px;
    }
}

@media (max-width: 767px) {
    .article {
        font-size: 16px;
    }
    .article h3 {
        font-size: 30px;
    }
    .article h4 {
        font-size: 22px;
    }
    .article .date {
        font-size: 12px;
    }
    .article .intro {
        font-size: 22px;
    }
    .article p {
        font-size: 16px;
    }
    .article ul,
    .article ol {
        font-size: 16px;
    }
    .article ul li,
    .article ol li {
        padding-left: 25px;
    }
    .article blockquote {
        padding-left: 50px;
        font-size: 20px;
    }
    .article blockquote::before {
        left: 0;
        width: 34px;
        height: 34px;
    }
}

/* ************************************************************************** */

.news-card {
    display: block;
}

.news-card > .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

/*
.news-card .pic {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 12px;
    padding-bottom: 50%;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
*/

/*
 | СПІВВІДНОШЕННЯ 2:1, А НЕ ФІКСОВАНІ 180px — виправлено 23.08.2026.
 |
 | ЩО БУЛО ЗЛАМАНО. Тут стояло `height: 180px`, і воно правильне РІВНО при
 | десктопній ширині картки. Ширина картки в темі різна за брейкпоінтами, а
 | висота була стала — тобто співвідношення боксу «плавало», хоч обкладинки в
 | нас усі широкі банери (зміряно: 1.78–2.00, бо це графіка з назвою заходу,
 | датою й ціною на всю ширину).
 |
 | Зміряний зріз при object-fit: cover до правки:
 |
 |     телефон  230x180 = 1.28  →  33% ШИРИНИ зрізано
 |     планшет  216x180 = 1.20  →  37%
 |     1200px   277x180 = 1.54  →  19%
 |     десктоп  360x180 = 2.00  →   0%   ← тому й не помічали
 |
 | Зрізало саме з боків, де в банері стоїть текст: замовник побачив на телефоні
 | «рена вакцинація та / лахи інфекційних хвороб» замість «Екстрена вакцинація
 | та спалахи інфекційних хвороб».
 |
 | ЦЕ ПОВЕРНЕННЯ ДО ЗАДУМУ АВТОРА ТЕМИ, а не нова ідея: закоментований варіант
 | вище (span із фоном) робив `padding-bottom: 50%` — той самий 2:1, лише
 | старим способом. Задум загубився при переході на <img>, коли responsive
 | padding-bottom замінили на сталу висоту.
 |
 | Десктоп при цьому НЕ змінюється: 360 / 2 = 180, тобто той самий бокс, що й
 | був. Перевірено в браузері на 1280px — до й після однаково.
 |
 | object-position задає SectionCards.vue інлайном (background-position із
 | правил .pic.top / .pic.bottom нижче на <img> не діє взагалі — див. коментар
 | у тому компоненті).
 */
.news-card .pic {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    margin-bottom: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.news-card .pic.top {
    background-position: center top;
}

.news-card .pic.bottom {
    background-position: center bottom;
}

.news-card .date {
    display: block;
    width: 100%;
    margin-bottom: 0.85em;
    font: normal 14px/1em "Roboto Condensed";
    color: #bdbdbd;
}

.news-card .title {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 1.15em;
    font: bold 26px/1.1em "Phenomena";
    color: #2f2f2f;
    text-transform: uppercase;
}

.news-card .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 56px;
    background: #238937;
    padding: 0 24px;
    font: bold 18px/1em "Phenomena";
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

.body-desktop-device .news-card:hover > .inner {
    opacity: 0.8;
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.body-desktop-device .news-card:active > .inner,
.body-mobile-device .news-card:active > .inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767px) {
    .news-card .title {
        font-size: 20px;
    }
    .news-card .more {
        height: 35px;
        padding: 0 14px;
        font-size: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* ************************************************************************** */

body > .wrapper {
    position: relative;
    height: 100%;
    min-height: 100%;

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

body > .wrapper > .overlay {
    display: block;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    bottom: 100%;
    right: 0;
    background-color: rgba(52, 53, 54, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s, bottom 0s ease 0.6s;
    -moz-transition: opacity 0.3s ease 0.3s, bottom 0s ease 0.6s;
    -ms-transition: opacity 0.3s ease 0.3s, bottom 0s ease 0.6s;
    -o-transition: opacity 0.3s ease 0.3s, bottom 0s ease 0.6s;
    transition: opacity 0.3s ease 0.3s, bottom 0s ease 0.6s;
}

@media (max-width: 991px) {
    .body-mobile-menu-open {
        overflow: hidden;
    }
    .body-mobile-menu-open > .wrapper > .overlay {
        opacity: 1;
        bottom: 0;
        -webkit-transition: opacity 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }
}

/* ************************************************************************** */

.mobile-menu {
    background: #f2f2f2;
    width: 300px;
    position: fixed;
    z-index: 12;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.mobile-menu > .inner {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.mobile-menu .navigation {
    width: 100%;
    padding-bottom: 30px;
}

.mobile-menu .navigation li {
    display: block;
}

.mobile-menu .navigation li a {
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    font: normal 18px/1em "Roboto Condensed";
    color: #2f2f2f;
    text-transform: uppercase;
}

.body-desktop-device .mobile-menu .navigation li a:active,
.body-mobile-device .mobile-menu .navigation li a:active {
    color: #ffffff;
    background-color: #238937;
}

.mobile-menu .social {
    padding-left: 20px;
    display: flex;
    gap: 5px;
}

@media (max-width: 991px) {
    .body-mobile-menu-open .mobile-menu {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 0.2s ease 0.3s;
        -ms-transition: all 0.2s ease 0.3s;
        transition: all 0.2s ease 0.3s;
    }
}

/******************************************************************************/

/*
 * .wrapper > header, А НЕ БУДЬ-ЯКИЙ <header>.
 *
 * Правило приїхало з теми WordPress голим селектором тега й робило
 * position: fixed КОЖНОМУ семантичному <header> на сайті. Картка коментаря на
 * сторінці трансляції має свій <header> з іменем автора й часом — і всі вони
 * злітали в лівий верхній кут поверх логотипа (знайдено очима 17.08.2026 на
 * живому ефірі).
 *
 * Це міна багаторазової дії: наступний <header> у будь-якому компоненті
 * поводився б так само, а причина ховається в чужому CSS за кілометр від
 * місця поломки. Тому звужуємо селектор, а не обходимо його в компоненті.
 *
 * Шапка сайту — прямий нащадок .wrapper (SiteLayout), тож поведінка її не
 * змінюється.
 */
.wrapper > header {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
    -ms-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
}

/* Той самий селектор, що вище: лише шапка сайту, не кожен <header>. */
.body-scrolled .wrapper > header {
    background-color: rgba(242, 242, 242, 0.88);
    -webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.04), 0px 16px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.04), 0px 16px 28px rgba(0, 0, 0, 0.06);
}

header > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

header .toolbar {
    width: 100%;
    height: 94px;
    margin-top: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-scrolled header .toolbar {
    margin-top: 19px;
    height: 53px;
}

header .toolbar .logo {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-scrolled header .toolbar .logo {
    top: -5px;
}

.body-desktop-device header .toolbar .logo:hover {
    opacity: 0.8;
}

.body-desktop-device header .toolbar .logo:active,
.body-mobile-device header .toolbar .logo:active {
    opacity: 1;
}

header .toolbar .logo .logo-img {
    display: block;
    height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    header .toolbar .logo {
        width: 264px;
    }
    .body-scrolled header .toolbar .logo {
        width: 149px;
    }
    header .toolbar .logo .logo-img {
        width: 100%;
        height: 100%;
    }
}

header .toolbar .navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: -22px;
}

header .toolbar .navigation .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .toolbar .navigation .menu:before,
header .toolbar .navigation .menu:after {
    content: "";
    display: block;
}

header .toolbar .navigation .menu li {
}

header .toolbar .navigation .menu li a {
    display: inline-block;
    position: relative;
    font: 300 18px/30px "Roboto Condensed";
    color: #2f2f2f;
    text-transform: uppercase;
}

header .toolbar .navigation .menu li a::after {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: -3px;
    height: 1px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-desktop-device header .toolbar .navigation .menu li a:hover {
    color: #238937;
}
.body-desktop-device header .toolbar .navigation .menu li a:hover::after {
    left: 0;
    right: 0;
    background-color: #238937;
}

.body-desktop-device header .toolbar .navigation .menu li a:active,
.body-mobile-device header .toolbar .navigation .menu li a:active {
    color: #0c621d;
}
.body-desktop-device header .toolbar .navigation .menu li a:active::after,
.body-mobile-device header .toolbar .navigation .menu li a:active::after {
    left: 0;
    right: 0;
    background-color: #0c621d;
}

header .toolbar .social {
    margin-top: -22px;
    display: flex;
    gap: 5px;
}

@media (max-width: 991px) {
    header .toolbar {
        height: 73px;
        margin-top: 22px;
    }
    header .toolbar .navigation,
    header .toolbar .social {
        display: none;
    }
}

@media all and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    header .toolbar .logo {
        width: 205px;
    }
}

@media (max-width: 767px) {
    header .toolbar {
        height: 53px;
        margin-top: 19px;
    }
    header .toolbar .logo {
        top: -5px;
    }
}

/* ************************************************************************** */

main {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

/* ************************************************************************** */

footer {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: #238937;
}

footer > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 95px 20px 45px 20px;
}

footer .row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}

footer .row-1 .col-1 {
    width: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .row-1 .col-1 .logo {
    display: block;
    width: 160px;
    height: 145px;
    margin-right: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer .row-1 .col-1 .logo .logo-img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.body-desktop-device footer .row-1 .col-1 .logo:hover .logo-img {
    opacity: 0.8;
}

.body-desktop-device footer .row-1 .col-1 .logo:active .logo-img,
.body-mobile-device footer .row-1 .col-1 .logo:active .logo-img {
    opacity: 1;
}

footer .row-1 .col-1 .title p {
    min-height: 1em;
    font: bold 45px/1em "Phenomena";
    color: #ffffff;
    text-transform: uppercase;
}

footer .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .row-2 .col-1 {
    width: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .row-2 .col-1 .copyright {
    font: normal 14px/1.3em "Roboto Condensed";
    color: #ffffff;
}

footer .row-2 .col-2 {
    display: flex;
    gap: 5px;
}

@media (max-width: 767px) {
    footer .row-2 .col-2 {
        margin-top: 10px;
    }
}

footer .row-2 .col-3 {
}

footer .row-2 .col-3 .promotion {
    position: relative;
}

footer .row-2 .col-3 .promotion .text {
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    font: normal 14px/1em "Roboto Condensed";
    color: #ffffff;
}

footer .row-2 .col-3 .promotion .logo-voz {
    display: block;
    width: 226px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width: 1199px) {
    footer .row-1 .col-1 .logo {
        width: 126px;
        height: 115px;
    }
    footer .row-2 .col-1 {
        width: 570px;
    }
}

@media (max-width: 991px) {
    footer > .inner {
        padding: 40px 20px 35px 20px;
    }
    footer .row-1 {
        margin-bottom: 55px;
    }
    footer .row-1 .col-1 {
        width: 420px;
    }
    footer .row-1 .col-1 .title p {
        font-size: 35px;
    }
    footer .row-2 .col-1 {
        width: 400px;
    }
    footer .row-2 .col-3 .promotion .logo-voz {
        width: 180px;
    }
}

@media (max-width: 767px) {
    footer .row-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .row-1 .col-1 {
        width: 285px;
        margin-bottom: 30px;
    }
    footer .row-1 .col-1 .logo {
        width: 79px;
        height: 72px;
        margin-right: 20px;
    }
    footer .row-1 .col-1 .title p {
        font-size: 20px;
    }
    footer .row-2 {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .row-2 .col-1 {
        width: auto;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    footer .row-2 .col-1 .copyright {
        margin-bottom: 10px;
    }
    footer .row-2 .col-1 .btn-h28-01:not(:last-child) {
        margin-bottom: 10px;
    }

    footer .row-2 .col-3 {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .row-2 .col-3 .promotion {
        margin-top: 30px;
    }
    footer .row-2 .col-3 .promotion .text {
        position: static;
        margin: 0 0 7px 0;
        font-size: 12px;
    }
}

/* ************************************************************************** */

.section-promo-main {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: url("../img/bgr-001.png") center bottom no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}

.section-promo-main::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: -webkit-calc(50% + 1000px);
    right: -moz-calc(50% + 1000px);
    right: calc(50% + 1000px);
    content: "";
    background: url("../img/bgr-001-line-left.png") 0 0 repeat-x;
}

.section-promo-main::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    left: -webkit-calc(50% + 1000px);
    left: -moz-calc(50% + 1000px);
    left: calc(50% + 1000px);
    content: "";
    background: url("../img/bgr-001-line-right.png") 0 0 repeat-x;
}

.section-promo-main > .inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 678px;
    padding-top: 100px;
}

.section-promo-main .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 480px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-promo-main .content {
        height: 578px;
    }
}

.section-promo-main .content p {
    margin-bottom: 0.25em;
    font: 300 26px/0.95em "Phenomena";
    color: #2f2f2f;
    text-transform: uppercase;
}

.section-promo-main .content .subtitle {
    font: bold 36px/0.95em "Phenomena";
    color: #238937;
}

.section-promo-main .content .subtitle b {
    display: inline-block;
    padding: 0 0.2em 0.08em 0.2em;
    color: #ffffff;
    background-color: #238937;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.section-promo-main .content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.15em 0 0.35em 0.15em;
    font: bold 55px/0.8em "Phenomena";
    color: #ffffff;
}

.section-promo-main .content .title .word {
    display: block;
    position: relative;
    margin-bottom: -0.2em;
    padding: 0.15em 0.12em 0.25em 0.12em;
    background-color: #238937;
}

.section-promo-main .content .title .word::before,
.section-promo-main .content .title .word::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 0.15em;
    background-color: #238937;
}

.section-promo-main .content .title .word::before {
    right: 99.9%;
    -webkit-border-radius: 0.4em 0 0 0.4em;
    -moz-border-radius: 0.4em 0 0 0.4em;
    border-radius: 0.4em 0 0 0.4em;
}

.section-promo-main .content .title .word::after {
    left: 99.9%;
    -webkit-border-radius: 0 0.4em 0.4em 0;
    -moz-border-radius: 0 0.4em 0.4em 0;
    border-radius: 0 0.4em 0.4em 0;
}

@media (max-width: 1199px) {
    .section-promo-main::after,
    .section-promo-main::before {
        display: none;
    }
    .section-promo-main {
        background-position: -webkit-calc(50% + 55px) bottom;
        background-position: -moz-calc(50% + 55px) bottom;
        background-position: calc(50% + 55px) bottom;
    }
    .section-promo-main > .inner {
        min-height: 580px;
    }
    .section-promo-main .content {
        width: 480px;
    }
}

@media all and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-promo-main .content {
        height: 480px;
    }
}

@media (max-width: 991px) {
    .section-promo-main {
        background-position: -webkit-calc(50% - 15px) bottom;
        background-position: -moz-calc(50% - 15px) bottom;
        background-position: calc(50% - 15px) bottom;
    }
    .section-promo-main > .inner {
        min-height: 630px;
        padding-top: 80px;
    }
    .section-promo-main .content {
        width: 335px;
    }
}

@media (max-width: 767px) {
    .section-promo-main {
        background-image: url("../img/bgr-001-02.png");
        background-size: auto 100%;
        background-position: center bottom;
    }
    .section-promo-main > .inner {
        display: block;
        min-height: 570px;
        padding: 95px 0 270px 0;
    }
    .section-promo-main .content {
        width: 300px;
        margin: 0 auto;
    }
    .section-promo-main .content p {
        font-size: 18px;
    }
    .section-promo-main .content .subtitle {
        font-size: 25px;
    }
    .section-promo-main .content .title {
        font-size: 34px;
    }
}

/* ************************************************************************** */

.section-promo-info {
    padding: 0;
    background: rgb(35, 137, 55);
    background: -moz-linear-gradient(left, rgba(35, 137, 55, 1) 0%, rgba(35, 137, 55, 1) 50%, rgba(22, 121, 41, 1) 50%, rgba(22, 121, 41, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(35, 137, 55, 1) 0%, rgba(35, 137, 55, 1) 50%, rgba(22, 121, 41, 1) 50%, rgba(22, 121, 41, 1) 100%);
    background: linear-gradient(to right, rgba(35, 137, 55, 1) 0%, rgba(35, 137, 55, 1) 50%, rgba(22, 121, 41, 1) 50%, rgba(22, 121, 41, 1) 100%);
}

.section-promo-info.next-other-background {
    padding-top: 0;
}

.section-promo-info .content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-promo-info .content::before {
    display: block;
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 192px;
    height: 174px;
    background: url("../img/logo_bikolor_192x174.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.section-promo-info .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 110px 0 80px 0;
    font-family: Phenomena;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.section-promo-info .column:nth-child(1) {
    width: 400px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-promo-info .column:nth-child(1) {
        margin-right: auto;
    }
}

.section-promo-info .column:nth-child(2) {
    width: 350px;
}

.section-promo-info .column-center {
    width: 100%;
}

.section-promo-info .column:nth-child(1) .column-center {
    padding-bottom: 30px;
}

.section-promo-info .column:nth-child(2) .column-center {
    padding-bottom: 40px;
}

.section-promo-info .column-center .text {
    margin-bottom: 0.4em;
    line-height: 1.2em;
}

.section-promo-info .column-center .text b {
    font-weight: bold;
    text-transform: uppercase;
}

.section-promo-info .column-center .title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3em;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 1.384em;
    line-height: 1em;
    text-transform: uppercase;
    color: #238937;
}

.section-promo-info .column-center .title .word {
    display: block;
    position: relative;
    margin-bottom: -0.2em;
    padding: 0.125em 0.12em 0.185em 0.12em;
    background-color: #ffffff;
}

.section-promo-info .column-center .title .word::before,
.section-promo-info .column-center .title .word::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 0.15em;
    background-color: #ffffff;
}

.section-promo-info .column-center .title .word::before {
    right: 99.9%;
    -webkit-border-radius: 0.4em 0 0 0.4em;
    -moz-border-radius: 0.4em 0 0 0.4em;
    border-radius: 0.4em 0 0 0.4em;
}

.section-promo-info .column-center .title .word::after {
    left: 99.9%;
    -webkit-border-radius: 0 0.4em 0.4em 0;
    -moz-border-radius: 0 0.4em 0.4em 0;
    border-radius: 0 0.4em 0.4em 0;
}

.section-promo-info .column-bottom {
    width: 100%;
}

.section-promo-info .column-bottom .text b {
    font-weight: bold;
    font-size: 1.384em;
    text-transform: uppercase;
}

.section-promo-info .column-bottom .text .dig {
    display: inline-block;
    font-size: 2.769em;
    line-height: 0.85em;
    padding: 0 0.12em 0.07em 0.12em;
    margin: 0 0.1em;
    font-weight: bold;
    color: #238937;
    background-color: #ffffff;
    -webkit-border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    border-radius: 0.1em;
}

@media (max-width: 1199px) {
    .section-promo-info .content::before {
        top: 50px;
    }
    .section-promo-info .column {
        padding: 105px 0 45px 0;
    }
    .section-promo-info .column:nth-child(1),
    .section-promo-info .column:nth-child(2) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-promo-info .column-center .text:first-child {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .section-promo-info .content::before {
        width: 148px;
        height: 133px;
        top: 40px;
    }
    .section-promo-info .column {
        padding: 125px 0 60px 0;
        font-size: 24px;
    }
    .section-promo-info .column:nth-child(1) {
        width: 320px;
    }
    .section-promo-info .column:nth-child(2) {
        width: 320px;
    }
    .section-promo-info .column:nth-child(1) .column-center {
        padding-bottom: 20px;
    }
    .section-promo-info .column:nth-child(2) .column-center {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-promo-info {
        background: rgb(35, 137, 55);
    }
    .section-promo-info .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: -20px;
        margin-right: -20px;
    }
    .section-promo-info .content::before {
        width: 90px;
        height: 80px;
        top: 30px;
    }
    .section-promo-info .column {
        width: 100%;
        font-size: 18px;
    }
    .section-promo-info .column:nth-child(1) {
        width: 100%;
        padding: 125px 20px 35px 20px;
    }
    .section-promo-info .column:nth-child(2) {
        width: 100%;
        padding: 30px 20px 45px 20px;
        background-color: #167929;
    }
    .section-promo-info .column:nth-child(1) .column-center,
    .section-promo-info .column:nth-child(2) .column-center {
        max-width: 500px;
        padding-bottom: 20px;
    }
    .section-promo-info .column:nth-child(1) .column-bottom,
    .section-promo-info .column:nth-child(2) .column-bottom {
        max-width: 440px;
    }
}

/* ************************************************************************** */

.section-about {
}

.section-about .content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* ************************************************************************** */

.section-partners {
}

.section-partners > .inner {
    max-width: none !important;
    padding: 0;
}

.section-partners .content {
    width: 100%;
}

.section-partners .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: list1;
}

.section-partners .item {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 4px 8px 4px;
    width: -webkit-calc(20% - 8px);
    width: -moz-calc(20% - 8px);
    width: calc(20% - 8px);
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.section-partners .item > .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 25px 30px 40px 30px;
}

.section-partners .item > .inner::before {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero);
    font: normal 36px/1em "Phenomena";
    color: #e0e0e0;
    -webkit-transition: color 0.15s ease 0s;
    -ms-transition: color 0.15s ease 0s;
    transition: color 0.15s ease 0s;
}

.section-partners .item .title {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 190px;
    margin: 0 auto;
    font: 300 20px/1.4em "Roboto Condensed";
    color: #2f2f2f;
    text-align: center;
}

.section-partners .item .circle {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #238937;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #238937;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.section-partners a.item .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.section-partners .item .circle .ico {
    width: 20px;
    height: 14px;
    fill: currentColor;
}

.body-desktop-device .section-partners a.item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 0 4px rgb(255, 255, 255), 0px 41px 80px rgba(0, 0, 0, 0.19), 0px 26px 50px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0 4px rgb(255, 255, 255), 0px 41px 80px rgba(0, 0, 0, 0.19), 0px 26px 50px rgba(0, 0, 0, 0.24);
}

.body-desktop-device .section-partners a.item:active,
.body-mobile-device .section-partners a.item:active {
    z-index: 2;
    background-color: #e0e0e0;
    -webkit-box-shadow: 0 0 0 4px rgb(224, 224, 224);
    box-shadow: 0 0 0 4px rgb(224, 224, 224);
}

.body-desktop-device .section-partners a.item:active > .inner::before,
.body-mobile-device .section-partners a.item:active > .inner::before {
    color: #f2f2f2;
}

.body-desktop-device .section-partners a.item:hover .circle {
    border-color: #238937;
    background-color: #238937;
    color: #ffffff;
    -webkit-box-shadow: 0px 25px 77px rgba(0, 0, 0, 0.19), 0px 12px 24px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 25px 77px rgba(0, 0, 0, 0.19), 0px 12px 24px rgba(0, 0, 0, 0.24);
}

.body-desktop-device .section-partners a.item:active .circle,
.body-mobile-device .section-partners a.item:active .circle {
    border-color: #0c621d;
    background-color: #0c621d;
    color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-partners .btn-more {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 110px 0 45px 0;
    margin: 0 4px 8px 4px;
    width: -webkit-calc(20% - 8px);
    width: -moz-calc(20% - 8px);
    width: calc(20% - 8px);
    background: #238937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: bold 36px/1em "Phenomena";
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.section-partners .btn-more .ico {
    width: 34px;
    height: 34px;
    margin-top: 30px;
}

.section-partners .btn-more > span > span {
    font-weight: 300;
}

.body-desktop-device .section-partners .btn-more:hover {
    z-index: 2;
    background: #3abb53;
    -webkit-box-shadow: 0 0 0 4px rgb(58, 187, 83), 0px 41px 80px rgba(0, 0, 0, 0.19), 0px 26px 50px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0 4px rgb(58, 187, 83), 0px 41px 80px rgba(0, 0, 0, 0.19), 0px 26px 50px rgba(0, 0, 0, 0.24);
}

.body-desktop-device .section-partners .btn-more:active,
.body-mobile-device .section-partners .btn-more:active {
    z-index: 2;
    background: #0c621d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-partners .item:nth-child(24) ~ .item {
    display: none;
}

@media (max-width: 1199px) {
    .section-partners .item,
    .section-partners .btn-more {
        width: -webkit-calc(25% - 8px);
        width: -moz-calc(25% - 8px);
        width: calc(25% - 8px);
    }
    .section-partners .item:nth-child(23) ~ .item {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-partners .item,
    .section-partners .btn-more {
        width: -webkit-calc(33.3% - 8px);
        width: -moz-calc(33.3% - 8px);
        width: calc(33.3% - 8px);
    }
}

@media (max-width: 767px) {
    .section-partners .content {
        padding-bottom: 15px;
        overflow: auto;
    }
    .section-partners .content + .scroll-element.scroll-x {
        left: 4px;
        width: -webkit-calc(100% - 8px);
        width: -moz-calc(100% - 8px);
        width: calc(100% - 8px);
    }
    .section-partners .list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .section-partners .item {
        width: 230px;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .section-partners .item .title {
        max-width: none;
        font-size: 15px;
    }
    .section-partners .item .circle {
        margin-top: 20px;
    }
    .section-partners .item:nth-child(1) ~ .item {
        display: block;
    }
    .section-partners .btn-more {
        display: none;
    }
}

/* ************************************************************************** */

.section-news-list {
}

.section-news-list .content, .section-projects-list .content {
    margin-left: -20px;
    margin-right: -20px;
}

.section-news-list .list, .section-projects-list .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-news-list .list .item, .section-projects-list .list .item {
    margin: 0 20px 40px 20px;
    width: -webkit-calc(33.3% - 40px);
    width: -moz-calc(33.3% - 40px);
    width: calc(33.3% - 40px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .section-news-list .content, .section-projects-list .content {
        margin-left: -10px;
        margin-right: -10px;
    }
    .section-news-list .list .item, .section-projects-list .list .item {
        margin: 0 10px 30px 10px;
        width: -webkit-calc(33.3% - 20px);
        width: -moz-calc(33.3% - 20px);
        width: calc(33.3% - 20px);
    }
}

@media (max-width: 767px) {
    .section-news-list .content, .section-projects-list .content {
        margin: 0;
        padding-bottom: 25px;
    }
    .section-news-list .scroll-wrapper.content, .section-projects-list .scroll-wrapper.content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-news-list .list, .section-projects-list .list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .section-news-list .list .item, .section-projects-list .list .item {
        margin: 0 8px 0 0;
        width: 230px;
    }
}

/* ************************************************************************** */
/* ************************************************************************** */

.fancybox-slide--html {
    white-space: nowrap;
    padding: 20px;
}

.fancybox-content {
    white-space: normal;
}

.fancy-article-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 1160px;
    max-height: 100%;
    padding: 40px 100px 30px 100px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fancy-article-inner {
    max-height: 100%;
    overflow: hidden;
    opacity: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .fancy-article-inner {
        height: -webkit-calc(100vh - 110px);
        height: -moz-calc(100vh - 110px);
        height: calc(100vh - 110px);
    }
}

.fancybox-content .article {
    padding-right: 20px;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    right: 15px;
    top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #2f2f2f;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.fancybox-slide--html .fancybox-close-small svg {
    fill: currentColor;
}

.body-desktop-device .fancybox-slide--html .fancybox-close-small:hover {
    background: #238937;
    color: #ffffff;
    -webkit-box-shadow: 0px 25px 77px rgba(0, 0, 0, 0.19), 0px 12px 24px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 25px 77px rgba(0, 0, 0, 0.19), 0px 12px 24px rgba(0, 0, 0, 0.24);
}

.body-desktop-device .fancybox-slide--html .fancybox-close-small:active,
.body-mobile-device .fancybox-slide--html .fancybox-close-small:active {
    background: #0c621d;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .fancybox-slide--html {
        padding: 10px;
    }
    .fancy-article-wrapper {
        padding: 50px 15px 20px 20px;
    }
    .fancybox-slide--html .fancybox-close-small {
        top: 5px;
        right: 5px;
    }
    .fancybox-content .article {
        padding-right: 12px;
    }
}

/* ************************************************************************** */

.popup-hidden {
    display: none;
}

/* ************************************************************************** */

#popup_join {
    max-width: 1160px;
    max-height: 100%;
    padding: 40px 100px 30px 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* overflow: hidden; */
    background: #f2f2f2;
}

#popup_join.fancybox-content {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

#popup_join > .wrapper {
    max-height: 100%;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #popup_join > .wrapper {
        height: -webkit-calc(100vh - 110px);
        height: -moz-calc(100vh - 110px);
        height: calc(100vh - 110px);
    }
}

#popup_join .wrapper > .inner {
    padding-right: 30px;
    padding-left: 30px;
}

#popup_join .header {
    margin-bottom: 20px;
}

#popup_join .header h3 {
    margin-bottom: 0.5em;
    font: bold 48px/1.1em "Phenomena";
    color: #2f2f2f;
    text-transform: uppercase;
}

#popup_join .header p {
    font: 300 20px/1.4em "Roboto Condensed";
    color: #2f2f2f;
}

#popup_join .form-wrap {
}

#popup_join .form-wrap .wpcf7-not-valid-tip {
    padding-top: 3px;
    font: normal 16px/1.3em "Roboto Condensed";
    color: #ee3124;
}

#popup_join .field {
    margin-bottom: 25px;
}

#popup_join .field .title {
    margin-bottom: 0.4em;
    font: bold 28px/1.1em "Phenomena";
    color: #2f2f2f;
}

#popup_join .field .title span {
    display: inline-block;
    position: relative;
}

#popup_join .field.required .title span::after {
    position: relative;
    top: 3px;
    margin-left: 5px;
    content: "*";
    color: #ee3124;
}

#popup_join .field p {
    margin-top: -0.1em;
    margin-bottom: 0.5em;
    font: 300 18px/1.3em "Roboto Condensed";
    color: #2f2f2f;
}

#popup_join .input-wrap input {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    font: 300 28px/1em "Roboto Condensed";
    color: #2f2f2f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

#popup_join .input-wrap input.datepicker {
    width: 220px;
    background-image: url("../img/ico-calendar_dark_24x24.svg");
    background-position: -webkit-calc(100% - 20px) center;
    background-position: -moz-calc(100% - 20px) center;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
}

#popup_join .input-wrap input.wpcf7-not-valid {
    background-color: #fbdddd;
}

#popup_join .input-wrap input:hover,
#popup_join .input-wrap input:focus {
    -webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

#popup_join .radio-wrap .wpcf7-form-control-wrap,
#popup_join .radio-wrap .wpcf7-form-control,
#popup_join .radio-wrap .wpcf7-list-item {
    display: block;
    margin: 0;
}

#popup_join .radio-wrap .wpcf7-list-item {
    margin-bottom: 15px;
}

#popup_join .radio-wrap .wpcf7-list-item label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

#popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span {
    display: block;
    position: relative;
    z-index: 2;
    padding: 1px 0 5px 40px;
    font: 300 18px/1em "Roboto Condensed";
    color: #2f2f2f;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.body-desktop-device #popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span:hover {
    color: #238937;
}
.body-desktop-device #popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span:active,
.body-mobile-device #popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span:active {
    color: #0c621d;
}

#popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #4f4f4f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

#popup_join .radio-wrap .wpcf7-list-item label input[type="radio"]:checked + span::before {
    border: 7px solid #238937;
}

.body-desktop-device #popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span:hover::before {
    border-color: #238937;
}
.body-desktop-device #popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span:active::before,
.body-mobile-device #popup_join .radio-wrap .wpcf7-list-item label input[type="radio"] + span:active::before {
    border-color: #0c621d;
}

#popup_join .checkbox-wrap .wpcf7-form-control-wrap,
#popup_join .checkbox-wrap .wpcf7-form-control,
#popup_join .checkbox-wrap .wpcf7-list-item {
    display: block;
    margin: 0;
}

#popup_join .checkbox-wrap .wpcf7-list-item {
    margin-bottom: 15px;
}

#popup_join .checkbox-wrap .wpcf7-list-item label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

#popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span {
    display: block;
    position: relative;
    z-index: 2;
    padding: 1px 0 5px 40px;
    font: 300 18px/1em "Roboto Condensed";
    color: #2f2f2f;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.body-desktop-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span:hover {
    color: #238937;
}
.body-desktop-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span:active,
.body-mobile-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span:active {
    color: #0c621d;
}

#popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #4f4f4f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

#popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span::after {
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 13px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='13px' height='11px' viewBox='0 0 13 11' enable-background='new 0 0 13 11' xml:space='preserve'%3E%3Cpolygon fill='%23FFFFFF' points='5.5,11 0,5.5 1.5,4.1 5.3,7.9 11.3,0 13,1.2 '/%3E%3C/svg%3E");
    -webkit-background-size: 13px 11px;
    -moz-background-size: 13px 11px;
    background-size: 13px 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.body-desktop-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"]:checked + span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"]:checked + span::before {
    border-color: #238937;
    background-color: #238937;
}

.body-desktop-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span:hover::before {
    border-color: #238937;
}
.body-desktop-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span:active::before,
.body-mobile-device #popup_join .checkbox-wrap .wpcf7-list-item label input[type="checkbox"] + span:active::before {
    border-color: #0c621d;
}

#popup_join .field.submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
}

#popup_join .field.submit .btn-wrap {
    position: relative;
    padding-left: 40px;
}

#popup_join .field.submit .btn-wrap .ajax-loader {
    display: block;
    position: absolute;
    left: 0;
    top: 32px;
}

#popup_join .btn-h80-02 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#popup_join .field.response {
    margin-bottom: 25px;
}

#popup_join .wpcf7 form .wpcf7-response-output {
    color: #2f2f2f;
    font-size: 20px;
    padding: 0.5em 1em;
    margin: 0;
}

@media (max-width: 767px) {
    .fancybox-slide--html {
        padding: 10px;
    }
    #popup_join {
        padding: 50px 15px 20px 0;
    }
    #popup_join .wrapper > .inner {
        padding-right: 20px;
        padding-left: 20px;
    }
    #popup_join .header h3 {
        font-size: 24px;
    }
    #popup_join .field .title {
        font-size: 24px;
    }
    #popup_join .field p {
        font-size: 16px;
    }
}

/* ************************************************************************** */

/* add 2021-08-10
 ******************************************************************************/

footer .btn-h80-01 {
    font-size: 36px;
}

footer .row-2 .col-3 .site-info {
    max-width: 280px;
    color: #ffffff;
    font: 400 12px/1.1em "Roboto Condensed";
}

footer .row-2 .col-3 .site-info .logo-voz {
    display: block;
    width: 110px;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    footer .row-2 .col-3 .site-info {
        max-width: 275px;
    }
}

@media (max-width: 991px) {
    footer .btn-h80-01 {
        font-size: 26px;
    }
    footer .row-2 .col-3 .site-info {
        max-width: 235px;
    }
}

@media (max-width: 767px) {
    footer .row-2 .col-3 .site-info {
        padding-top: 20px;
        max-width: none;
    }
}

.wrap-documents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 60px -20px 0;
}

.document-title {
    padding-top: 100px;
    width: 100%;
    font: 43px "AvenirNextCyr-Bold", sans-serif;
    text-align: center;
    padding-bottom: 46px;
    border-bottom: 1px solid #ededed;
}

.document-item {
    position: relative;
    width: calc(33% - 40px);
    min-height: 200px;
    background: #f2f7f7;
    padding: 12px 27px 27px;
    border-radius: 5px;
    margin: 0 20px 40px;
}

@media (max-width: 1023px) {
    .document-item {
        width: calc(50% - 40px);
    }
}

@media (max-width: 767px) {
    .document-item {
        width: 100%;
        margin: 0 0 30px;
    }
}

.document-item:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background: linear-gradient(225deg, #f2f2f2 50%, lightgray 50%);
    top: 0;
    right: 0;
}

.document-item__type {
    font: 13px "AvenirNextCyr-Bold", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 12px 5px;
    border-radius: 3px;
}

.document-item__type_pdf {
    background: #ff3e40;
}

.document-item__title {
    font: 20px "AvenirNextCyr-Bold", sans-serif;
    padding-top: 22px;
    overflow: hidden;
}

.document-item__title {
    color: #000;
    text-decoration: none;
}

a:hover .document-item__title {
    color: #238937;
    transition: .33s ease-out all;
}