@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-UltraLight.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-UltraLight.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-Light.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-NAME.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-UkraineHead-LOGO.otf) format('opentype');
}

* {
    outline: none !important;
}

html.menu-show {
    overflow: hidden;
}

body {
    font-family: 'Inter';
    font-weight: 400;
    color: var(--darck);
    /*min-width: 320px;*/
}

body.gray section,
body.gray .header-container>div,
body.gray footer {
    filter: grayscale(1);
    filter: grayscale(100%);
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    padding: 0;
    margin: 0;
}

a {
    transition: .3s ease;
    text-decoration: none !important;
}

a:hover {
    color: var(--blue) !important;
}

button {
    border: none;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

section {
    padding-top: 30px;
    margin-bottom: 30px;
}

section.gray {
    background-color: var(--section)
}

.section-action,
.section-servises,
.section-info {
    margin-bottom: 72px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}

:root {
    --blue: #223F91;
    --light-blue: #1363AE;
    --border: rgba(19, 99, 174, .1);
    --yellow: #F8D129;
    --darck: #161617;
    --darck-blue: #2C3449;
    --gray: #6D758D;
    --gray-light: #6D758D46;
    --link: #1363AE;
    --link-light: #F6F8FA;
    --footer: #2B2C3A;
    --body: #E7EBEE;
    --section: #F6F8FA;
}






.trimtext-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trimtext-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trimtext-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}







header {
    position: relative;
    background-color: var(--blue);
    background-image: url(../img/header-bg.jpg);
/*    background-blend-mode: soft-light;*/
    z-index: 2;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header.fixed .logo img {
    width: 28px;
}

header.fixed .header-btn {
    flex-direction: row-reverse;
}

header.fixed .header-btn button {
    border-bottom: none;
}

header.fixed .header-btn button {}


@media (min-width: 991.98px) {
    header.fixed .header-btn button.glasses {
        background: transparent;
        filter: brightness(0.5) invert(1);
        border-left: 1px solid #ffffff40;
    }
}

header.fixed {}

.header-container {
    flex-wrap: nowrap;
}

.logo {
    color: var(--yellow);
    font-weight: 400;
}

.logo img {
    width: auto;
}

.logo b {
    font-size: 26px;
    line-height: 35px;
}

.logo .logo-text {
    padding-left: 15px;
    font-size: 12px;
    color: var(--yellow) !important;
}

.header-bg-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 1001;
}

.header-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-header {
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #C4C4C460;
}

.top-header a {
    color: #fff !important;
    opacity: .7
}

.top-header a:hover {
    opacity: 1;
}

.top-header-list ul {
    padding: 0 20px 0 0;
    white-space: nowrap;
}

.top-header-list li:not(:last-child) a {
    padding: 0px 10px 0 0;
}

.top-header-list ul:not(.lang-list) li:not(:last-child) a {
    padding: 0 20px 0 0;
}

.top-header-list .lang-list {
    padding: 0 20px;
    border-left: 1px solid #ffffff20
}

.lang-list li.active a {
    opacity: 1 !important
}

.social-list a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.social-list li:not(:last-child) {
    padding-right: 12px;
}






.nav-header {
    /*padding: 15px 0;*/
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-header>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-header li a {
    padding-top: 21px;
    padding-bottom: 21px;
}


.nav-header li a:not(:last-child) {
    padding-right: 20px;
    margin-right: 10px
}

.nav-header>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: var(--yellow);
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}

.nav-header>ul>li:not(:last-child)>a {
    padding-right: 20px;
    margin-right: 10px
}

.nav-header>ul>li>a:hover,
.nav-header li.active a.dropdown-link {
    color: #fff !important;
}

.nav-header li a.dropdown-link::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 3px;
    width: 15px;
    /*padding: 0 10px;*/
    border: none;
    background-image: url(../img/icon/chevron-down-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s ease;
}

.nav-header li a.dropdown-link:hover::after {
    filter: brightness(1) grayscale(1);
}

.nav-header li.active a.dropdown-link:after {
    filter: brightness(1) grayscale(1);
    transform: rotateX(180deg);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 282px;
    margin: 0;
    padding: 0;
    transform: translateX(calc((-282px/3)));
    /*display: flex;*/
    flex-direction: column;
    background-color: var(--footer);
    border-radius: 0;
}

.dropdown-container {
    position: relative;
    padding: 20px 0;
}

.dropdown-menu li a.dropdown-item {
    font-size: 14px;
    color: #fff !important;
    display: block;
    white-space: normal;
    padding: 12px 50px 12px 32px;
    line-height: 18px;
    background-color: transparent;
    position: relative;
}

.dropdown-menu li a.dropdown-item .arrow-right {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 30px;
    width: 15px;
    /*padding: 0 10px;*/
    border: none;
    background-image: url(../img/icon/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s ease;
}

.dropdown-menu>ul>li:hover>a {
    color: var(--yellow) !important;
}

.dropdown-menu>ul>li:hover>a .arrow-right {
    background-image: url(../img/icon/chevron-right-active.svg);
}

.megasubmenu {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 100%;
    /*bottom: 0;*/
    overflow-y: auto;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    /*display: flex;*/
    flex-direction: column;
    background-color: #fff;
    border-radius: 0;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 2px rgba(34, 44, 72, 0.13)
}

.dropdown-menu li:hover .megasubmenu,
.megasubmenu:hover {
    /*opacity: 1;*/
    /*visibility: visible;*/
}

.megasubmenu li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--darck-blue);
    display: block;
    white-space: normal;
    padding: 12px 32px 12px 32px;
    line-height: 18px;
}

.megasubmenu li a:hover {
    color: var(--blue);
}



.header-btn {
    flex-direction: column;
}

.header-btn button {
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow);
}

.header-btn .search {
    border-bottom: 1px solid var(--blue);
    position: relative;
}

.header-btn .search img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header-btn .menu {
    display: flex;
    padding: 21px 16px;
    flex-direction: column;
    justify-content: space-between;
}

.header-btn .menu span {
    width: 100%;
    height: 2px;
    background-color: var(--darck)
}

.search-container {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 12px 0;
}

.mobile-search-container {
    position: fixed;
    top: 60px;
    height: 60px;
    padding-top: 9px;
    z-index: 1000;
}

.search-form {
    position: relative;
}

.search-form input {
    padding: 8px 36px 8px 13px;
    width: 100%;
    border: none;
}

.mobile-search-container .search-form input {
    padding-right: 86px;
}

.search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
}

.search-form .close-search-btn {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    border-right: 1px solid var(--light)
}

/* - - - header - - - */













.section-slider {
    padding-top: 36px;
    /*padding-bottom: 60px;*/
}

.main-slider {
    margin-bottom: 12px;
}

.section-title,
.block-title {
    font-family: 'e-Ukraine';
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}

.block-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-title {
    margin-bottom: 30px;
}

.main-slider-title {
    font-family: 'e-Ukraine';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: #fff !important;
    border-radius: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .3s ease;
}

.owl-theme .owl-nav button.owl-prev {
    background-image: url(../img/icon/big-chevron-left.svg);
}

.owl-theme .owl-nav button.owl-prev:hover {
    background-image: url(../img/icon/big-chevron-left-light.svg);
}

.owl-theme .owl-nav button.owl-next {
    background-image: url(../img/icon/big-chevron-right.svg);
}

.owl-theme .owl-nav button.owl-next:hover {
    background-image: url(../img/icon/big-chevron-right-light.svg);
}


.sidebar-list li {
    margin-bottom: 16px;
}

.sidebar-list li a {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    color: var(--darck);
}

span.date {
    font-family: 'Inter';
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    /*padding-bottom: 2px;*/
    color: var(--gray);
}









.sea-all-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--link);

}

.sea-all-link:hover {
    color: var(--blue);
}

.section-slider .sea-all-link {
    font-weight: 500;
}

.section-title .sea-all-link,
.block-title .sea-all-link {
    width: auto;
}

.block-title>span {
    display: block;
    width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block-title .sea-all-link {
    padding-top: 5px;
}

.section-title .sea-all-link img,
.block-title .sea-all-link img {
    padding-left: 10px;
}

.actual-block,
.media-block {
    margin-bottom: 30px;
}

.actual-item,
.media-item {
    display: block;
    color: var(--darck);
}

.actual-title,
.media-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    padding: 16px 0 8px;
}

.actual-text,
.media-text {
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 20px;
}

.actual-description,
.media-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.actual-description span,
.media-description span {
    /*display: block;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 2px;
    color: var(--gray);
}

.actual-description>span,
.media-description>span {
    white-space: nowrap;
}

.media-item.video-item .media-img {
    position: relative;
}

.media-item.video-item .media-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: vac(--darck);
    opacity: .4;
}

.media-item.video-item .media-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/icon/play.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    display: flex;
}

.review span:not(:first-child) {
    padding-left: 13px;
}

.date+.review {
    padding-left: 13px;
}

.review,
.label {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: var(--gray);
}

.sea-more {
    /*margin: 0 auto;*/
    display: inline-block;
    /*width: 100%;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 20px;
    color: var(--gray);
}

.servises-list,
.info-list {
    overflow: hidden;
    margin: 0 -15px -16px 0;
}

.departaments-container {
    border-bottom: 1px solid #E7EBEE;
}

.departaments-list {
    overflow: hidden;
}

.servises-block,
.info-block {
    margin-bottom: 16px;
    padding-left: 0;
}

.departaments-block {
    margin-bottom: 16px;
}

.departaments-item {
    display: block;
}

.servises-item,
.info-item {
    border: 1px solid #E7EBEE;
}

.servises-item,
.info-item,
.departaments-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 16px 20px 16px 24px;
    color: var(--darck);
}

.servises-item .servises-img {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
}

.departaments-item {
    border-top: 2px solid var(--gray);
    padding: 20px 10px 19px 10px;
}

.info-item,
.departaments-item {
    height: 100%;
}

.servises-title,
.info-title,
.departaments-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.servises-title,
.departaments-title {
    padding-left: 20px;
}

.departaments-link {
    transition: .3s ease;
    opacity: 0;
    margin-left: auto
}

.departaments-item:hover .departaments-link {
    opacity: 1;
}

.action-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.action-item {
    display: block;
    width: 100%;
    color: var(--darck);
}

.actual-img,
.media-img,
.action-img {
    height: 170px;
}

.actual-img img,
.media-img img,
.action-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.action-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65px;
    min-width: 65px;
    height: 65px;
    background-color: var(--yellow);

    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;

}

.action-date b {
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}

.action-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    min-height: 65px;
    border-bottom: 1px solid var(--body);
}

.actual-title>span,
.action-title>span,
.media-title>span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.actual-text>span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.7em;
}









/* - - - footer - - - */
footer {
    margin-top: 92px;
    background-color: #2B2C3A;
    background-image: url(../img/footer-bg.jpg);
/*    background-blend-mode: multiply;*/
}

footer .logo {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

footer .logo .logo-text {
    font-family: 'e-Ukraine-Head';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    color: #fff !important;
    max-width: 234px;

}

.footer-top {
    padding: 30px 0;
}

.footer-contacts li {
    margin: 4px 0px;
}

.footer-contacts a {
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #A7A9BE !important;
}

.footer-contacts a:hover {
    color: #fff !important;
}

.footer-contacts span,
.footer-contacts a span {
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.footer-btn {
    display: flex;
    /*flex-direction: row;*/
    align-items: flex-end;
    justify-content: flex-end;
    text-transform: uppercase;
    padding: 13px 32px;
    box-sizing: border-box;
    border-radius: 1px;
}

.footer-btn .btn {
    width: 224px;
    max-width: 100%;
    white-space: normal;
    background-color: transparent;
}

.footer-map-btn {
    color: #6D758D;
    margin-bottom: 12px;
    border: 1px solid #6D758D;
}

.footer-map-btn:hover {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--blue);
}

.footer-glasses-btn {
    color: var(--yellow);
    border: 1px solid var(--yellow);
}

.footer-glasses-btn:hover {
    color: var(--darck);
    border-color: var(--yellow);
    background-color: var(--yellow);
}

.footer-bottom {
    border-top: 1px solid #00000030;
    /*box-shadow: inset 0px 1px 0px #252632;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px 16px;
}

.footer-bottom span {
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #6D6E7E;
    transition: .3s ease;
}

.footer-bottom .btn-top img {
    transition: .3s ease;
}

.footer-bottom .btn-top:hover img {
    filter: brightness(0.5) invert(1);
}

.footer-bottom a span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    /*text-align: right;*/
    color: #73748C;
}

.footer-bottom a:hover span {
    color: #fff;
}

/* - - - footer - - - */




.modal-title {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    color: var(--darck);
    padding: 10px 15px 0 15px;
    margin-bottom: 0px;
}

.modal-list {
    /*margin: 0 0 -36px 0;*/
}

.modal-list b {
    display: block;
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--darck);
    margin-bottom: 16px;
}

.modal-list ul {
    width: 100%;
    border-bottom: 1px solid rgba(109, 117, 141, 0.3);
    margin-bottom: 36px;
}

.modal-list li {
    padding-bottom: 12px;
}

.modal-list li a {
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--darck);
}






/* - - - breadcrumbs - - - */
.breadcrumbs {
    background: #F6F8FA;
    border: 1px solid #E7EBEE;
    padding: 0;
    margin: 0 !important;
}

.breadcrumbs-container {}

.breadcrumbs-container ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 0;
}

.breadcrumbs-item a {
    position: relative;
    display: inline-block;
    padding-right: 28px;
    color: var(--gray);
}

.breadcrumbs-item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 6px;
    transform: translateY(-50%);
    background-image: url(../img/icon/duble-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s ease;
}

.breadcrumbs-item span {
    pointer-events: none;
    color: var(--darck);
}


.breadcrumbs-item.breadcrumbs-trip a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

.bcAfter {
    position: relative
}

.bcAfter::after {
    display: block;
    content: "...";
    color: inherit;
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 15px;
}

/* - - - breadcrumbs - - - */






.section-top {
    padding: 48px 0 30px;
    margin: 0 !important;
    background: var(--link-light);
}

.section-top-title {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    color: var(--darck-blue);
}

.section-tabs ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*padding-top: 22px;*/
}

.section-tabs a {
    display: inline-block;
    padding: 13px 28px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--darck-blue);
    border: 1px solid rgba(109, 117, 141, 0.3);
    box-sizing: border-box;
    border-radius: 1px;
}

.section-tabs li:not(:last-child) {
    margin: 0px 16px 0 0;
}

.section-tabs a.active {
    pointer-events: none;
}

.section-tabs a.active,
.section-tabs a:hover {
    color: #fff !important;
    background-color: var(--blue);
    border-color: var(--blue);
}








.back-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 8px;
    color: var(--darck);
    transition: .3s ease;
    padding-left: 16px;
}

.back-link:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 12px;
    bottom: 0;
    background-image: url(../img/icon/chevron-left-gray.svg);
    background-repeat: no-repeat;
    transition: .3s ease;
}

.back-link:hover:before {
    background-image: url(../img/icon/chevron-left-active.svg);
}








.category-list {
    margin-bottom: 40px;
}

.category-list>ul {
    margin-bottom: 20px;
}

.category-list li {}

.category-list li a {
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 8px;
    color: var(--darck);
}

.category-list li a.active {
    color: var(--blue);
    font-weight: 600;
}








.sidebar-title {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--darck-blue);
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gray);
}

.popular-news-list {
    margin: 13px 10px 20px 0;
}

.popular-news-list li:not(:first-child) {
    padding-top: 8px;
}

.popular-news-item {
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    color: var(--darck);
    margin-bottom: 12px;
}

.popular-news-name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.popular-news-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}








.section-news,
.section-top~section {
    padding-top: 30px;
    margin-bottom: 92px;
}









.news-list li {
    margin-bottom: 24px;
    border-bottom: 1px solid #E7EBEE;
}

.news-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.news-item-img {
    min-width: 222px;
    width: 222px;
    height: 130px;
}

.news-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item-content {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding-left: 30px;
    color: var(--darck);
    display: flex;
    flex-direction: column;
}

.news-item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
    transition: .3s ease;
}

.news-item:hover .news-item-name {
    color: var(--link);
}

.news-item-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: var(--gray);
    margin-top: auto;
}









/* - - - pagination - - - */
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
}

.pagination-list {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.pagination-prev,
.pagination-next {
    border: 1px solid #E7EBEE;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    transition: .3s ease;
}

.pagination-prev:after,
.pagination-next:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 15px;
    transform: translate(-50%, -50%);
    height: 26px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease;
}

.pagination-prev:hover,
.pagination-next:hover {
    background-color: #E7EBEE;
}

.pagination-prev:after {
    background-image: url(../img/icon/big-chevron-left-light.svg);
}

.pagination-prev:hover:after {
    background-image: url(../img/icon/big-chevron-left.svg);
}

.pagination-next:after {
    background-image: url(../img/icon/big-chevron-right-light.svg);
}

.pagination-next:hover:after {
    background-image: url(../img/icon/big-chevron-right.svg);
}

.pagination-item {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    /*padding: 11px 15.5px;*/
    color: var(--gray);
}

.pagination-list .pagination-item {
    margin: 0 2px;
}

.pagination-list .pagination-item.active {
    pointer-events: none;
}

.pagination-list .pagination-item.active,
.pagination-list .pagination-item:hover {
    color: var(--blue);
    background-color: #E7EBEE;
}

span.pagination-item {
    pointer-events: none;
}

/* - - - pagination - - - */






/* - - - new - - - */
.new-title {
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E7EBEE;
}

.new-title h1 {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
}

.new-description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E7EBEE;

}

.new-description h2,
.new-description h3 {
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 16px;
}

.new-description p {
    font-size: 14px;
    margin-bottom: 12px;
}




.new-slider-container {
    position: relative;
    display: block;
}

.new-slider-container .item .content img {
    width: 100%;
    /*height: 400px;*/
}

.new-slider-container .slider-controls a {
    position: absolute;
    top: 45%;
    z-index: 100;
    color: #333333;
}

.new-slider-container .slider-controls a.slider-left {
    left: -25px;
}

.new-slider-container .slider-controls a.slider-right {
    right: -25px;
}

.new-thumbnail-container {
    /*margin-top: 5px;*/
    /*margin: 0 -5px;*/
    margin-bottom: 30px;
}

.new-thumbnail-slider .content {
    padding: 5px 5px 5px 0;
}

.new-thumbnail-slider .owl-item img {
    width: 91px;
    cursor: pointer;
}

.new-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.new-slider .owl-nav .owl-prev.disabled,
.new-slider .owl-nav .owl-next.disabled {
    opacity: 0.2 !important;
    pointer-events: none;

}

.new-slider .owl-nav .owl-prev,
.new-slider .owl-nav .owl-next {
    pointer-events: auto;
    background-color: #000 !important;
    opacity: 0.4;
}

.new-slider .owl-nav .owl-prev {
    background-image: url(../img/icon/big-chevron-left-gray.svg) !important;
    background-size: 10px !important;
}

.new-slider .owl-nav .owl-next {
    background-image: url(../img/icon/big-chevron-right-gray.svg) !important;
    background-size: 10px !important;
}

.new-slider .owl-nav .owl-prev:hover {
    opacity: 0.6;
}

.new-slider .owl-nav .owl-next:hover {
    opacity: 0.6;
}





.social-container {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 14px;
    background-color: #F6F8FA;
    color: var(--gray);
    margin-bottom: 30px;
}

.social-container .social-list a {
    border-color: var(--gray);
    opacity: 1
}

.social-container .social-list a:hover {
    border-color: var(--blue);
    background-color: var(--blue);
}

.social-container .social-list a img {
    transition: .3s ease;
    filter: brightness(.7) grayscale(1);
}

.social-container .social-list a:hover img {
    filter: none;
}

.print-block {
    cursor: pointer;
    color: var(--gray);
}

.print-block img {
    transition: .3s ease;
}

.print-block:hover img {
    filter: brightness(.7) grayscale(1);
}

.new-btn {
    display: inline-block;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 13px 28px;
    /* identical to box height */

    letter-spacing: 0.002em;
    text-transform: uppercase;
    color: var(--gray);
    border: 1px solid #6D758D;
    box-sizing: border-box;
    border-radius: 1px;
}

.new-btn:hover {
    color: #fff !important;
    background-color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

/* - - - new - - - */







/* - - - person - - - */
.person-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E7EBEE;
}

.person-img {
    text-align: center;
}

.person-img img:not([src]) {
    width: 240px;
    height: 240px;
    display: block;
}

.person-img img:not([src]):before {
    content: "";
    position: absolute;
    background-image: url("/Content/img/default-user-icon.jpg");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.person-title {
    padding-bottom: 8px;
    margin-bottom: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*border-bottom: 1px solid #E7EBEE;*/
}

.person-title h1 {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
}

.person-description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--gray);
    border-top: 1px solid #E7EBEE;
}

.person-tabs {
    font-size: inherit;
    /*font-weight: 600;*/
    /*padding: 25px;*/
    margin-bottom: 16px;
    margin-top: 32px;
    /*background-color: var(--section);*/
}

.person-tabs .nav-tabs {
    display: flex;
    flex-direction: column;
}

.person-tabs .nav-link {
    font-size: inherit;
    font-weight: 600;
    font-size: 15px;
    /*margin-bottom: 16px;*/
    border: none;
    color: var(--darck)
}

.person-tabs .nav-item .nav-link.active {
    background-color: var(--blue);
    color: #fff !important;
}



.person-tabs .tab-content {
    font-size: inherit;
    /*font-weight: 600;*/
    padding: 25px;
    margin-bottom: 16px;
    margin-top: 32px;
    background-color: var(--section);
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--darck-blue)
}

.person-tabs .tab-content h2 {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
}

.person-tabs .tab-content ol {
    padding-left: 15px;
}

.person-tabs .tab-content ol ul {
    margin-top: 12px;
}

.person-tabs .tab-content ul li {
    list-style: circle;
    margin-left: 20px;
}

.person-tabs .tab-content li {
    margin-bottom: 12px;
}

.person-form {
    font-size: inherit;
    font-weight: 600;
    padding: 25px;
    margin-bottom: 16px;
    margin-top: 32px;
    background-color: var(--section);
    font-size: 14px;
    margin-bottom: 12px;
}
/* - - - person - - - */








/* - - - hot_line - - - */
.hot_line {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 15px 15px;
    margin-bottom: 16px;
    margin-top: 32px;
    background-color: var(--section);
    /*color: ;*/
}

.hot_line-title {
    font-size: 24px;
}

.hot_line-phone {
    margin: 16px auto;
}

.hot_line-text {
    font-size: .9rem;
    color: var(--gray);
    line-height: normal;
}
/* - - - hot_line - - - */








/* - - - registers - - - */
.registers-page {}

/* - - - registers - - - */







/* - - - filter - - - */
.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 15px;

    color: var(--darck);
    background-color: #fff;
    border: 1px solid #6D758D;
    box-sizing: border-box;
    border-radius: 1px;
    margin-bottom: 22px;
    transition: .3s ease;
}

.filter-btn span {
    padding-left: 8px;
}

.filter-btn:hover,
.filter-btn.active {
    color: #fff !important;
    background-color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

.filter-btn img {
    transition: .3s ease;
}

.filter-btn:hover img,
.filter-btn.active img {
    filter: brightness(0.5) invert(1);
}

/* - - - filter - - - */







.documents-block>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 8px;
    color: var(--darck);
    transition: .3s ease;
    padding-left: 16px;
}

.documents-block .category-list li {}

.documents-block .category-list ul li a {
    padding: 8px 0 8px;
}

.documents-block .category-list>ul>li>a,
.documents-block .category-list ul li a.dropdown-link {
    position: relative;
    font-weight: 600;
    padding-right: 18px;
}

.documents-block .category-list ul li a.dropdown-link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 10px;
    height: 7px;
    bottom: 0;
    background-image: url(../img/icon/chevron-down-gray.svg);
    background-repeat: no-repeat;
}

.documents-block .category-list ul ul li a {
    padding: 12px 0 6px 12px;
    /*padding-left: 12px;*/
}

.documents-block .category-list ul ul li:last-child a {
    padding-bottom: 12px;
}

.documents-block .category-list ul li a.dropdown-link.active {
    color: var(--blue);
}

.documents-block .category-list ul li a.dropdown-link.active:after {
    background-image: url(../img/icon/chevron-top-blue.svg);
}

.documents-block .dropdown-category-menu {
    border-top: 2px solid var(--blue);
    /*border-bottom: 1px solid #6D758D4d;*/
    display: none;
}

.documents-block .dropdown-category-menu a.dropdown-link {
    border-bottom: 1px solid #6D758D4d;
    padding: 12px 18px 12px 12px;
}

.documents-block .dropdown-category-menu li:last-child a.dropdown-link {
    /*border-bottom: none;*/
}

.documents-block .dropdown-category-submenu {
    border-bottom: 1px solid #6D758D4d;
    display: none;
}

.documents-block .category-list ul li a.dropdown-link.active+.dropdown-category-menu,
.documents-block .category-list ul li a.dropdown-link.active+.dropdown-category-submenu {
    display: block;
}

.documents-block .dropdown-category-menu ul li a {
    padding: 12px 0 8px 12px;
}





.content-search {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.content-search input {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    height: 49px;
    width: 100%;
    padding: 16px 69px 16px 20px;
    background: #F6F8FA;
    border: 1px solid #E7EBEE;
    box-sizing: border-box;
    border-radius: 1px;
    color: var(--darck);
}

.content-search input::-moz-placeholder {
    color: var(--gray);
}

.content-search input:-ms-input-placeholder {
    color: var(--gray);
}

.content-search input::placeholder {
    color: var(--gray);
}

.content-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-empty {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.content-title {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: var(--darck);
    margin-bottom: 24px;
}

.content-list-title span {
    border-bottom: 2px solid #6D758D;
}

.content-table-list {
    border-bottom: 2px solid #E7EBEE;
}

.content-table-list li:not(.content-list-title) span {
    border-top: 1px solid #E7EBEE;
}

.content-table-list .content-list-title+li span {
    border-top: none;
}

.content-table-list li span {
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 17px 14px 16px;
    color: var(--darck);
    width: 100%;
}

.content-registers-item-list li span:first-child {
    /*width: 15%;*/
    /*min-width: 120px;*/
}

.content-table-list li.content-list-title span {
    padding-top: 0;
}

.content-table-list li span:first-child {
    padding-left: 0;
}

.content-table-list li span:last-child {
    padding-right: 0;
}

.content-table-list li span.gray {
    color: var(--gray);
}

.content-table-list li span.bold {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.content-table-list li span.active {
    text-align: center;
    /*width: 110px;*/
    /*min-width: 110px;*/
}

.content-table-list li:not(.content-list-title) span.active {
    color: var(--blue);
}

.content-table-list li span a {
    display: block;
    color: var(--link);
    text-decoration: underline !important;
}

.content-table-list ul {
    display: table;
    width: 100%;
}

.content-table-list ul li {
    display: table-row;
}

.content-table-list ul li span {
    display: table-cell;
    width: auto
}

.content-register-item-list li {
    /*padding-bottom: 24px;*/
}

.content-register-item-list li span {
    padding: 8px 14px 30px;
}

.content-register-item-list li span:first-child {
    /*width: 50%;*/
    /*min-width: 180px;*/
}

.content-download-list {
    padding: 24px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #E7EBEE;
}

.content-download-list li {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    color: var(--darck-blue);
    background-color: var(--light);
}

.content-download-list li:not(:last-child) {
    margin-bottom: 8px;
}

.content-download-list li .download-list-name {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 24px 0 24px 20px;
    /*display: inline-flex;*/
    margin-right: auto;
    color: var(--darck);
    width: 100%;
}

.content-download-list li .download-list-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*padding: 24px 20px 24px 0;*/
}

.content-download-list li .download-list-info span {
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-weight: 500;
    color: var(--gray);
    padding: 12px 23px;
    height: 100%
}

.content-download-list li .download-list-icon {
    position: relative;
    border-left: 1px solid rgba(109, 117, 141, 0.3);
}

.content-download-list li .download-list-icon img {
    min-width: 14px;
    height: 17px;
    transition: .3s ease;
}

.content-download-list li .download-list-icon:hover img {
    filter: brightness(0) invert(0.2);
}

.content-download-list li span a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-documents-list li span:first-child {
    /*width: 15%;*/
    /*min-width: 120px;*/
}











.category-btn {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 13px 15px 13px 15px;
    width: 100%;
    background: #fff;
    color: var(--darck-blue);
    /*text-align: center;*/
    border: 1px solid rgba(109, 117, 141, 0.3);
    border-radius: 1px;
    transition: .3s ease;
}

.sidebar .category-btn {
    margin-bottom: 22px;
}

.category-btn span {
    padding-right: 8px
}

.category-btn img {
    transition: .3s ease;
}

/*.category-btn span:after {
    content: "";
    position: absolute;
    background-image: url(../img/icon/chevron-down-dark-blue.svg);
}*/

.category-btn:hover,
.category-btn.active {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.category-btn.active img,
.category-btn:hover img {
    filter: brightness(1) invert(1);
}

.category-btn.active img {
    transform: rotateX(180deg);
}

/*.category-btn.active span:after {
    background-image: url(../img/icon/chevron-top-white.svg.svg);
}*/








.filter-block {
    display: none;
}

.filter-block>ul {
    margin-bottom: 40px;
}

.filter-block>ul>li {
    border-bottom: 1px solid #6D758D4d;
    /*margin-bottom: 40px;*/
}

.filter-block-title {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--darck-blue);
    padding-top: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gray);
}

.filter-block ul ul {
    margin: 8px 0;
}

.filter-block ul ul li a {
    padding: 6px 0 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--darck);
}

.filter-block ul ul li {
    position: relative;
}

.filter-block ul ul li label {
    /*position: relative;*/
    padding: 6px 0 8px 28px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--darck);
    margin-bottom: 0
}

.filter-block ul ul li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /*visibility: hidden;*/
}

.filter-block ul ul li label:before,
.filter-block ul ul li label:after {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 4px;
    bottom: 0;
    width: 14px;
    height: 14px;
    transition: .3s ease;
}

.filter-block ul ul li label:before {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 2px solid #161617;
    border-radius: 1px;
}

.filter-block ul ul li input:checked+label:before {
    border-color: var(--blue);
    background-color: var(--blue);
}

.filter-block ul ul li input+label:after {
    background-image: url(../img/icon/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.datepicker-input {
    padding: 16px 45px 16px 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    cursor: pointer;
}

.datepicker-input:hover {
    color: var(--blue);
}

.input-group-addon {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    transform: translateY(-50%);
    pointer-events: none;

}

.input-group {
    position: relative;
    margin-bottom: 16px;
}

.datepicker {
    width: auto;
}

.datepicker table {
    margin: 25px;
}

/*.datepicker table tr,*/
.datepicker table tr th,
.datepicker table tr td {
    color: #fff;
    font-weight: 400;
    width: 40px;
    height: 40px;
    /*border: none;*/
    text-align: center;
    cursor: pointer;
}

.datepicker table tr td.day {

}

.datepicker table tr th.dow {
    width: 40px;
    height: 60px;
}

.datepicker table tr td.highlighted,
/*.datepicker table tr td:nth-child(1),*/
/*.datepicker table tr td:nth-child(2),*/
/*.datepicker table tr td:nth-child(3),*/
.datepicker table .old {
    background: transparent;
    border-radius: 0;
    color: #ffffff80;
}

.datepicker table tr td.active {
    outline: 2px solid var(--yellow) !important;
    background: transparent !important;
    color: #fff;
    opacity: 1;

}

.datepicker table tr td.today {
    /*border: 2px solid var(--blue);*/
    color: var(--yellow) !important;
    /*background: transparent;*/
}

.datepicker table tr th,
.datepicker table tr td.day {
    position: relative;
    /*border: 2px solid transparent;*/
}

.datepicker table tr th:not(.dow):hover:before,
.datepicker table tr td.day:hover:before,
.datepicker table tr td.day.active:hover:before,
.datepicker table tr td.day.today:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid var(--yellow) !important;
    color: #fff;
    background: transparent !important;
}

.datepicker table tr td span.century,
.datepicker table tr td span.decade,
.datepicker table tr td span.month,
.datepicker table tr td span.year {
    padding: 2px;
}

.datepicker table tr td span.century:hover,
.datepicker table tr td span.decade:hover,
.datepicker table tr td span.month:hover,
.datepicker table tr td span.year:hover {
    color: var(--yellow);
}







/* - - - tabs - - - */

.content-tabs {}

.content-tabs>ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid var(--gray);
}

.nav-tabs-link {
    display: inline-block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 4px;
    color: var(--blue);
}

.nav-item:not(:last-child) .nav-tabs-link {
    padding-right: 40px;
}

.nav-tabs-link {
    color: var(--darck)
}

.nav-tabs-link.active {
    color: var(--blue)
}

/* - - - tabs - - - */








/* - - - accordion - - - */

.accordion-list {
    margin-top: 24px;

}

.accordion-list>ol {
    counter-reset: list1;
}

.accordion-list>ol li {
    list-style-type: none;
}

.accordion-list>ol li .accordion-title:before {
    counter-increment: list1;
    content: counter(list1);
}

.accordion-list>ol ol {
    counter-reset: list2;
}

.accordion-list>ol ol>li .accordion-name:before {
    counter-increment: list2;
    content: counter(list1) "."counter(list2);
}

.accordion-list ul li:before {
    display: none;
}

.accordion-title {
    /*display: inline;*/
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.accordion-title:before {
    padding-right: 12px;
}

.accordion-item-list {
    padding: 0;
    margin-bottom: 24px;
}

.accordion-item-list>li {
    position: relative;
    border: 1px solid var(--gray);
    border-radius: 1px;
}

.accordion-item-list>li:not(:last-child) {
    margin-bottom: 8px;
}

.accordion-name {
    position: relative;
    /*display: inline;*/
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 24px 62px 24px 20px;
    cursor: pointer;
}

ol .accordion-name {
    padding-left: 62px;
}

.accordion-item-list li.active>.accordion-name {
    color: var(--blue);
}

.accordion-name:before {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.accordion-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    bottom: 0;
    background-image: url(../img/icon/plus-gray.svg);
    background-repeat: no-repeat;
    transition: .3s ease;
}

.accordion-item-list li.active>.accordion-toggle:after {
    background-image: url(../img/icon/minus-gray.svg);
}

.accordion-body {
    display: none;
    padding: 20px;
    border-top}: 1px solid rgba(109, 117, 141, 0.3);
}

.accordion-item-list li.active>.accordion-body {
    display: block;
}

.accordion-body .content-download-list {
    padding: 0;
    margin: 0;
    border: none;
}

/* - - - accordion - - - */




/* - - - enterprises list - - - */

.enterprises-list {}

.enterprises-list li {
    position: relative;
}

.enterprises-list li:not(:last-child) {
    margin-bottom: 8px;
}

.enterprises-list a {
    display: block;
    padding: 27px 65px 27px 20px;
    color: var(--darck);
    background: #F6F8FA;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    border-radius: 1px;
}

.enterprises-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 25px;
    height: 25px;
    font-size: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--link);
    background-image: url(../img/icon/chevron-right-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 10px;
    filter: brightness(1.5) grayscale(1);
    transition: .3s ease;
}

.enterprises-list a:hover:after {
    filter: none;
}

/* - - - enterprises list - - - */





/* - - - directory list - - - */

.directory-accordion-list .accordion-item-list {
    margin-bottom: 0;
}

.directory-accordion-list .accordion-item-list li {
    background-color: #F6F8FA;
    transition: border .5s ease;
}

.directory-accordion-list .accordion-item-list>li:not(.active) {
    border-color: transparent;
    transition: border .2s ease;
}

.directory-accordion-list~.content-download-list {
    padding-top: 8px;
    border-bottom: none;
}

.content-text-list {
    /*padding: 20px;*/
}

.content-text-list li {
    width: 100%;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

.content-text-list li:last-child {
    margin-bottom: 0;
}

.text-list-title {
    display: inline-block;
    color: var(--gray)
}

.text-list-name {
    display: inline-block;
    color: var(--darck);
    font-weight: 600;
    padding-left: 6px;
}

/* - - - directory list - - - */





/* - - - video media - - - */

.video-media-list li {
    margin-bottom: 30px;
}

.video-media-img {
    position: relative;
    margin-bottom: 16px;
}

.video-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-media-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--darck);
    opacity: .4;
    pointer-events: none;
    z-index: 1;
}

.video-media-img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background-color: #ffffff40;
    border-radius: 50%;
    background-image: url(../img/icon/play.svg);
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    z-index: 1;
}

.video-media-list a:hover .video-media-img:after {
    background-image: url(../img/icon/play-active.svg);
}

.video-media-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--darck);
    transition: .3s ease;
}

.video-media-list a:hover .video-media-name {
    color: var(--link);
}

/* - - - video media - - - */







/* - - - search - - - */

.section-search .content-search {
    border-bottom: 1px solid #E7EBEE;
}

.section-search .news-item-content {
    padding-left: 0;
    /*min-height: 130px;*/
}

.section-search .news-item-text {
    padding-bottom: 16px;
}

/* - - - search - - - */





/* - - - sidebar heading - - - */

.sidebar-heading-list {
    margin-top: 15px;
}

.sidebar-heading-list li {
    margin-bottom: 14px;
}

.sidebar-heading-list li a {
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--darck);
}

/* - - - sidebar heading - - - */


.fixed-main-label {
    position: fixed;
    top: 0;
    left: 0;
    padding: 150px 185px 15px 185px;
    z-index: 9999;
    font-size: 20px;
    width: 670px;
    letter-spacing: -.5px;
    text-align: center;
    color: #fff;
    background: rgb(255 0 0 / 80%) !important;
    transform: rotate(-45deg) translate(-130px, -305px);
    pointer-events: none;
    animation: 1s fadeOut 8s forwards;
}

.fixed-main-label a {
    pointer-events: auto;
    color: #ffffff;
    transition: .3s ease;
    text-decoration: underline !important;
}

.fixed-main-label a:hover {
    /*color: var(--blue);*/
    color: #ffffff80;
}

@media (max-width: 575px){
    .fixed-main-label {
        transform: rotate(-45deg) translate(-140px, -300px);
        line-height: 22px;
        padding: 155px 180px 15px 180px;
        animation: 1.5s fadeOut 5s forwards;
    }
}
