@font-face{
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Thin.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Light.otf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

html {
    font-size: 16px;
}

body {
    font-family: 'e-Ukraine';
    font-weight: 300;
    font-size: 1rem;
    color: #101010;
}

.site-header {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
    padding-top: 30px;
}

a {
    color: #298360;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

* {
    transition: all .3s ease;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}

.logo_container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site_logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125rem !important;
    line-height: 1.5;
    max-width: 490px;
}

.logo {
    min-width: 65px;
}

.socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.header_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 14px;
}

.menu-item:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .3s ease;
}

.menu-item:hover:before {
    z-index: 1;
    visibility: visible;
}

.menu-item a {
    color: #fff;
    font-weight: 400;
    font-size: 1.125rem;
    text-decoration: none;
}

.menu-item.menu-item-has-children:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L6 10L11 5' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    min-width: 12px;
    transition: all .3s ease;
}

.menu-item.menu-item-has-children.hovered:after {
    transform: rotate(180deg);
}

.menu-item.menu-item-has-children .sub-menu {
    border-radius: 10px;
    padding: 15px 0px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    position: absolute;
    top: 100%;
    left: -30px;
    width: max-content;
    z-index: -1;
    visibility: hidden;
    transition: all 0s;
}

.site-header .menu-item.menu-item-has-children .sub-menu .menu-item {
    display: none;
}

.site-header .menu-item.menu-item-has-children:hover .sub-menu .menu-item {
    display: flex;
}

.menu-item.menu-item-has-children:hover .sub-menu {
    z-index: 1;
    visibility: visible;
    transition: all .3s ease;
    transition: all 0s;
}

.menu-item.menu-item-has-children .sub-menu .menu-item {
    padding: 15px 30px;
}

.menu-item.menu-item-has-children .sub-menu .menu-item:hover:before {
    display: none;
}

.menu-item.menu-item-has-children .sub-menu .menu-item a {
    font-weight: 400;
    font-size: 1rem;
    color: #101010;
}

.menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
    text-decoration: underline;
    color: #298360;
}

.site-header .nav {
    gap: 30px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 44px;
}

.accessibility_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 0.875rem;
    color: #fff;
    width: max-content;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 10px 15px 10px 10px;
    cursor: pointer;
}

.accessibility_btn:hover {
    background: linear-gradient(90deg, #41b787 0%, #9dd7e9 100%);
    color: #101010;
}

.pojo-a11y-toolbar-toggle {
    z-index: -1;
    visibility: hidden;
}

.search_btn {
    min-width: 24px;
    cursor: pointer;
}

.search_desk {
    background: #fff;
    padding: 40px 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.close_btn {
    width: 18px;
}

.search-field {
    border: 1px solid #878787;
    padding: 17px 20px;
    background: #fff;
    width: 100%;
    outline: none !important;
}

.search-field:focus {
    border: 1px solid #101010;
}

.form_search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.close_btn:hover svg * {
    stroke: #298360;
}

.lang_menu .menu-item {
    padding-bottom: 14px;
}

.lang_menu .menu-item:hover:before {
    display: none;
}

.site-footer {
    background: #101010;
    padding: 80px 0;
    font-size: 1rem;
    color: #fff;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #298360;
    text-decoration: underline;
}

.site-footer .socials a:hover svg * {
    fill: #298360;
}

.copy {
    color: #878787;
    font-weight: 300;
    font-size: 0.875rem;
    margin-top: 20px;
}

.year {
    color: #298360;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.hp_hero_slide {
    display: flex;
    align-items: center;
    /*min-height: 830px;*/
    min-height: 43.3vw;
    padding: 100px 0;
    background: no-repeat center center / cover;
    color: #fff;
    position: relative;
}

.hp_hero h1, .hp_hero h2 {
    font-weight: 400;
    font-size: 2.875rem;
    line-height: 1.3;
    margin-bottom: 60px;
}

.hp_hero_slide_content {
    max-width: 770px;
}

.btn:focus, .btn:active {
    box-shadow: none;
}

.btn {
    border: 1px solid #101010;
    border-radius: 40px;
    padding: 20px 50px;
    background-color: transparent;
    font-weight: 400;
    font-size: 1rem;
    color: #101010;
}

.white_btn {
    color: #fff;
    border-color: #fff
}

.btn:hover {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
    color: #fff;
    border-color: transparent;
}

.hp_hero_slide .btn {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    padding: 16px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
    border: none;
}

.section_lg .swiper-button-next svg *, .section_lg .swiper-button-prev svg *,
.green_arrows .swiper-button-next svg *, .green_arrows .swiper-button-prev svg * {
    stroke: #298360;
}

.section_lg .swiper-button-next:hover svg *, .section_lg .swiper-button-prev:hover svg *,
.green_arrows .swiper-button-next:hover svg *, .green_arrows .swiper-button-prev:hover svg *{
    stroke: #fff;
}

.section_lg .swiper-button-next, .section_lg .swiper-button-prev,
.green_arrows .swiper-button-next, .green_arrows .swiper-button-prev {
    border: 1px solid #298360;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    position: relative;
}

.swiper-pagination-bullets-dynamic {
    height: 14px;
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet:after {
    content: "";
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.swiper-pagination-bullet-active:after {
    width: 14px;
    height: 14px;
}

.section_lg {
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
}

section {
    padding: 80px 0;
    overflow: hidden;
}

.note_section {
    font-size: 1.125rem;
    font-weight: 400;
}

.note_section p:last-child {
    margin-bottom: 0;
}

.note_section h2 {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.note_section a {
    color: #298360;
    text-decoration: none;
}

.note_section a:hover {
    text-decoration: underline;
}

h2 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 60px;
}

.desc {
    font-size: 1.375rem;
    color: #727272;
}

.mb60 {
    margin-bottom: 60px;
}

.goals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.goal {
    border-radius: 30px;
    background: no-repeat center center / cover;
    min-height: 288px;
    color: #fff;
    text-align: right;
    padding-top: 90px;
    padding-bottom: 25px;
}

.goal h3 {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 40px 0 0 40px;
    padding: 8px 25px;
    background: rgba(16, 16, 16, 0.5);
    margin-bottom: 33px;
    min-height: 90px;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 330px;
    margin-left: auto;
}

.goal p {
    padding: 0 25px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
}

.goal_content {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
}

.goal_left {
    text-align: left;
}

.goal_left .goal_content {
    margin-left: 0;
    margin-right: auto;
}

.goal_left h3 {
    border-radius: 0 40px 40px 0;
    padding: 8px 25px;
    margin-left: 0;
    margin-right: auto;
}

.project {
    color: #878787;
}

.project_thumb {
    overflow: hidden;
    height: 338px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: block;
}

.project_thumb img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.project h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.3;
}

.project h3 a {
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding-right: 5px;
    gap: 20px;
}

.project h3 a:hover {
    color: #298360;
    text-decoration: underline;
}

.project h3 a:hover svg {
    transform: rotate(45deg);
}

.swiper_container {
    position: relative;
    max-width: 1782px;
    margin: 0 auto;
    padding: 0 95px;
}

.video_container, .wp-embed-aspect-16-9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
}

.video_container iframe, .video_container video, .wp-embed-aspect-16-9  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mute_video {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #298360;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    cursor: pointer;
}

.mute_img {
    background: url(../img/Muted.svg) no-repeat center center / contain;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.loud_img {
    background: url(../img/Volume.svg) no-repeat center center / contain;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.mute_video .mute_img {
    display: block;
}

.mute_video .loud_img {
    display: none;
}

.mute_video.unmuted .loud_img {
    display: block;
}

.mute_video.unmuted .mute_img {
    display: none;
}

.section_g {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
    color: #fff;
}

.k_link {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #55be9c;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.k_link:hover {
    background: linear-gradient(90deg, #41b787 0%, #9dd7e9 100%);
    color: #101010;
}

.k_link_logo {
    min-width: 70px;
    width: 70px;
}

.k_link_logo img {
    border-radius: 10px;
}

.pum-container {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.wpcf7-response-output {
    display: none !important;
}

.k_links .swiper-wrapper {
    align-items: stretch;
}

.k_links .swiper-slide {
    height: auto;
}

.k_link {
    height: 100%;
}

.burger {
    min-width: 32px;
    cursor: pointer;
}

.btn-close {
    background: none;
}

.mob_menu {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
}

.mob_menu .logo {
    min-width: 32px;
    width: 32px;
}
.mob_menu .logo_container {
    gap: 9px;
}
.mob_menu .site_logo {
    gap: 6px;
    font-weight: 700;
    font-size: 0.5625rem !important;
    line-height: 1.5;
    width: 240px;
    min-width: 240px;
}

.mob_menu .menu-item {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-right: 20px;
}

.mob_menu .menu-item:hover:before {
    display: none;
}

.mob_menu .menu-item.menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 6px;
}

.mob_menu .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    left: auto;
    top: 0;
    visibility: visible;
    z-index: 1;
    margin-top: 20px;
    width: 100%;
    display: none;
}

.mob_menu .menu-item.menu-item-has-children.active .sub-menu {
    display: block;
}

.mob_menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    padding: 15px 30px;
    margin-bottom: 0;
}

.mob_menu_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.mob_menu .form_search {
    flex-direction: column;
}

.mob_menu .lang_menu .menu-item {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1rem;
}

.mob_menu .lang_menu .menu-item a {
    font-size: 1rem;
    font-weight: 300;
}

.mob_menu .lang_menu .menu-item.current-lang a {
    text-decoration: underline;
}

#mob_search {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    padding: 20px 0;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
}

.breadcrumbs, .breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #298360;
    overflow: auto;
    white-space: nowrap;
}

.breadcrumbs {
    padding: 30px 0 0;
}

.breadcrumbs ul {

}

.breadcrumbs_block {
    margin-bottom: 0px;
}

.breadcrumbs ul {
    list-style: none;
    margin-bottom: 0;
}

.breadcrumbs ul li {
    padding: 0;
    margin-bottom: 0;
}

.breadcrumbs ul li:before {
    display: none;
}

.breadcrumbs ul li:not(:last-child):after {
    content: '/';
    padding-left: 20px;
    color: #101010;
}

.breadcrumbs a {
    color: #101010;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #298360;
}

.breadcrumbs .cur_page {
    color: #298360;
}

.post_ttl {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.post_date {
    color: #878787;
    font-weight: 400;
    margin-bottom: 20px;
}

.post_trumb img, .gall_img img, .rounded_img img {
    border-radius: 30px;
    margin-bottom: 40px;
}

.post_content {
    max-width: 1320px;
    margin: 0 auto;
}

.post_content h3 {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.post_content ul {
    padding-left: 15px;
}

.post_content ul li::marker {
    color: #298360;
}

.post_content ul li {
    margin-bottom: 10px;
}

.post_content blockquote {
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.15) 0%, rgba(157, 215, 233, 0.15) 100%);
    border-radius: 20px;
    padding: 30px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
}

.post_content blockquote p:last-child {
    margin-bottom: 0;
}

.post_nav {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    color: #101010;
    text-decoration: none;
}

.post_nav:hover {
    color: #298360;
}

.circle, .page_pagination .next, .page_pagination .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #298360;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: transparent;
}

.post_nav:hover .circle, .page_pagination .next:hover, .page_pagination .prev:hover {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
}

.post_nav:hover .circle svg *, .page_pagination .next:hover svg *, .page_pagination .prev:hover svg * {
    stroke: #fff;
}

h1 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 60px;
}

.post_item {
    display: flex;
    gap: 40px;
    text-decoration: none;
    color: #101010;
    margin-bottom: 20px;
}

.post_item_trumb {
    min-width: 408px;
    width: 408px;
}

.post_item h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.post_item:hover h3 {
    color: #298360;
}

.post_item_info {
    width: 100%;
}

.post_item_excerpt {
    color: #282b33;
    margin-bottom: 40px;
}

.page_navigate_link {
    margin-top: 60px;
}

.page_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 120%;
}

.page_pagination a {
    color: #101010;
    text-decoration: none;
}

.page_pagination a:hover {
    color: #298360;
}

.page_pagination .pagination_cur_page, .page-numbers.current {
    color: #298360;
}

.content_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 60px;
}

.content_img {
    min-width: 680px;
}

.content_text {
    width: 100%;
    max-width: 776px;
    text-align: justify;
}

.content_note_block {
    text-align: justify;
}

.content_text p {
    margin-bottom: 20px;
}

.content_text p:last-child {
    margin-bottom: 0;
}

.content_text h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.content_note {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 1.125rem;
    color: #298360;
}

.content_note_logo {
    min-width: 64px;
}

.content_note_block {
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.15) 0%, rgba(157, 215, 233, 0.15) 100%);
}

.norm_doc_content {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.norm_doc {
    display: block;
    position: relative;
    text-decoration: none;
    color: #101010;
    font-size: 1.375rem;
    line-height: 1.3;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}

.norm_doc:hover {
    text-decoration: underline;
    color: #298360;
}

.norm_doc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 1) 0%, rgba(157, 215, 233, 1) 100%);
    opacity: .2;
    transition: all .3s ease;
}

.norm_doc:hover:before {
    background: linear-gradient(90deg, rgba(65, 183, 135, 1) 0%, rgba(157, 215, 233, 1) 100%);
    opacity: .4;
}

.norm_doc_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #298360;
}

.card {
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
    border: none;
}

.card-header {
    border: none;
    position: relative;
    padding: 0;
    padding-right: 64px;
    background: none;
    cursor: pointer;
}

.card-header:before {
    content: "";
    width: 27px;
    height: 2px;
    background: #101010;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card-header:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #101010;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    transition: all .3s ease;
}

.card-header[aria-expanded="true"]:after {
    transform: rotate(0deg) translateY(-50%);
}

.card-header h2 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.card-body {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.card-body h3 {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.card-body h2 {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.faqs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.faq {
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.15) 0%, rgba(157, 215, 233, 0.15) 100%);
    border-radius: 20px;
    padding: 30px;
}

.faq_header {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.faq_header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.15) 0%, rgba(157, 215, 233, 0.15) 100%);
    height: 1px;
    width: 100%;
}

.faq h3, .faq_body h2 {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 0;
}
.faq_body h2 {
    margin-bottom: 20px;
}

.faq_body h3 {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.faq_body p:last-child {
    margin-bottom: 0;
}

.team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.team_member {

}

.team_member_photo {
    border-radius: 30px;
    background: no-repeat center center / cover;
    height: 504px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.team_member_photo:before {
    content: "";
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgba(32, 32, 32, 0.31) 44.61%, rgba(16, 16, 16, 0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 103px;
}

.team_member_photo .socials {
    position: relative;
}

.team_member_photo .socials a {
    filter: brightness(500);
}

.team_member_photo .socials a:hover {
    filter: brightness(0);
}

.team_member h3 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.team_member_post {
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.team_member_desc {
    padding-left: 34px;
    background: url(../img/Chat.svg) no-repeat left top;
    color: #878787;
}

.leaders {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.leader {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.leader .team_member_photo {
    min-width: 504px;
}

.leader_warning {
    background: url(../img/Danger.svg) left center no-repeat;
    padding-left: 34px;
    margin-top: 20px;
    font-size: 0.875rem;
    color: #c0003d
}

.leader_gr {
    margin-top: 20px;
    background: url(../img/Clock.svg) left top no-repeat;
    font-size: 0.875rem;
    padding-left: 34px;
}

.leader_gr h4 {
    font-weight: 400;
    font-size: 1.125rem;
}

.leader_gr p:last-child {
    margin-bottom: 0;
}

.contact_container {
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
}

.contact_container a {
    color: #fff;
    text-decoration: none;
}

.contact_row {
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 60px;
}

.contact_map {
    border-radius: 30px;
    background: no-repeat center center / cover;
    min-width: 504px;
    position: relative;
}

.contact_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cont_adr {
    background: url(../img/Map.svg) no-repeat left center;
    padding-left: 54px;
    margin-bottom: 40px;
}

.cont_tel {
    background: url(../img/Phone.svg) no-repeat left center;
    padding-left: 54px;
    margin-bottom: 40px;
}

.cont_em {
    background: url(../img/Letter.svg) no-repeat left center;
    padding-left: 54px;
    margin-bottom: 40px;
}

.cont_gr {
    background: url(../img/Clock_w.svg) no-repeat left center;
    padding-left: 54px;
    margin-bottom: 40px;
}

.contact_container .socials {
    margin-left: 54px;
}

.ker_conts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.ker_cont {
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.ker_cont_post {
    font-weight: 400;
    font-size: 1.125rem;
}

.ker_cont_tel {
    color: #101010;
    text-decoration: none;
    background: url(../img/Phone_g.svg) no-repeat left center;
    padding-left: 34px;
    margin-top: 20px;
}

.ker_cont_tel a {
    color: #101010;
    text-decoration: none;
}

.contact_form_conteiner {
    border-radius: 20px;
    padding: 40px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.15) 0%, rgba(157, 215, 233, 0.15) 100%);
}

.contact_form_conteiner h2 {
    font-weight: 400;
    font-size: 1.75rem
}

input:not([type="checkbox"], .btn), textarea {
    border: 1px solid #878787;
    border-radius: 20px;
    padding: 17px 20px;
    width: 100%;
    font-family: 'e-Ukraine';
    font-weight: 300;
    font-size: 1rem;
    color: #101010;
    /*margin-bottom: 20px;*/
}

.wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 20px;
}

textarea {
    resize: none;
    height: 292px;
    /*margin-bottom: 60px;*/
}

.wpcf7-form p  {
    margin-bottom: 0;
}

.wpcf7-form br {
    display: none;
}

.docs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.docs .norm_doc {
    margin-bottom: 0;
    font-weight: 400;
}

.zap_conts {
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.zap_cont_row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: left top no-repeat;
    flex-wrap: wrap;
    padding-left: 54px;
}

.zap_cont_ttl {
    font-weight: 400;
    font-size: 1.125rem;
    margin-right: 20px;
}

.zap_cont_txt a {
    color: #101010;
    text-decoration: none;
}

.zaks h2 {
    font-size: 1.375rem;
}

.zak_doc_link {
    display: block;
    border-bottom: 1px solid #298360;
    padding: 0 0 20px;
    padding-right: 40px;
    position: relative;
    margin-bottom: 35px;
    color: #101010;
    text-decoration: none;
}

.zak_doc_link:hover {
    color: #298360;
    text-decoration: underline;
}

.zak_doc_link:after {
    content: "";
    background: url(../img/Arrow.svg) no-repeat center center / contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 10px));
}

.on_page_k_link {
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
    color: #101010;
}

.ach_goals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.ach_goal_trumb {
    border-radius: 30px;
    margin-bottom: 20px;
    background: no-repeat center center / cover;
    height: 338px;
}

.ach_goal h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.partner_info {
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
}

.partner_info h1 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 40px;
    text-align: left;
}

.partner_info p:last-child {
    margin-bottom: 0;
}

.partner_info .socials {
    margin-top: 40px;
}

.partner_info .btn {
    margin-top: 40px;
}

.partner {
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
}

.partner_trumb {
    margin: 0 auto 20px;
    width: 312px;
    display: block;
}

.partner_trumb img {
    margin-bottom: 0;
}

.partner h3 {
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.partner h3 a {
    text-decoration: none;
    color: #101010;
}

.partner .socials {
    margin-top: 20px;
}

.project_info {
    max-width: 778px;
}

.project_info h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.375rem;
}

.app_block {
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(90deg, #1a5338 0%, #4ca07b 50.72%, #1a5338 100%);
}

.peres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.pere {
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 365px;
    background: no-repeat center center / cover;
}

.pere_txt {
    width: 100%;
    border-radius: 80px;
    padding: 20px 50px;
    min-height: 168px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    background: rgba(16, 16, 16, 0.5);
    max-width: 474px;
}

.pr_note {
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
    border-radius: 20px;
    padding: 30px;
}

.pr_note p:last-child {
    margin-bottom: 0;
}

.pr_note h2 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 40px;
}

.pr_note h3 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.gall_item {
    cursor: pointer;
}

.gall_item .team_member_photo {
    height: 338px;
}

.gall_item h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.error-404 {
    background: linear-gradient(90deg, rgba(26, 83, 56, 0.9) 0%, rgba(76, 160, 123, 0.9) 50.72%, rgba(26, 83, 56, 0.9) 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 0;
    color: #fff;
}

.error-404 h1 {
    font-weight: 400;
    font-size: 3.75rem;
    line-height: 1.3;
}

.site-header.scrolled {
    padding-top: 10px;
}

.site-header.scrolled .header_top {
    margin-bottom: 8px;
}

.site-header.scrolled .menu-item {
    padding-bottom: 27px;
}

.site-header.scrolled .logo {
    min-width: 39px;
    width: 39px;
}

.site-header.scrolled .site_logo {
    font-size: 0.75rem !important;
    max-width: 371px;
}

.site-header.scrolled .lang_menu .menu-item {
    padding-bottom: 14px;
}

.search_stats {
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(65, 183, 135, 0.2) 0%, rgba(157, 215, 233, 0.2) 100%);
    font-size: 1.125rem;
    font-weight: 400;
}

.green_txt {
    color: #298360;
}

.search_stats h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 40px;
}

.search_info_str {
    color: #878787;
    font-size: 1.125rem;
    margin-bottom: 40px;
}

.search_info_str span {
    font-weight: 400;
    color: #101010;
}

.post_type_ttl {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 40px;
}

.search_item {
    font-weight: 400;
    font-size: 1.125rem;
    color: #101010;
    margin-bottom: 20px;
    text-decoration: none;
}

.search_item:hover {
    color: #298360;
    text-decoration: underline;
}

.hp_news_item {
    position: relative;
    padding-right: 40px;
}

.hp_news_item h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hp_news_item a {
    color: #101010;
    text-decoration: none;
}

.hp_news_item a:hover {
    color: #298360;
    text-decoration: underline;
}

.news_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.hp_news_item:first-child:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #9dd7e9;
}

.fancybox__slide.has-image>.fancybox__content, .is-modern .f-thumbs__slide, .fancybox__slide.has-image{
    transition: none;
}
.fancybox__footer .fancybox__caption{
    transition:all .25s ease
}
.is-modern.is-resting .f-thumbs__slide{
    transition:transform .33s ease
}
.is-modern.is-resting .f-thumbs__slide__button{
    transition:clip-path .33s ease
}
.fancybox__thumbs{
    transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}
.is-closing .fancybox__thumbs{
    transition:none !important
}

/*.onetap-toggle, .onetap-desc {
    display: none !important;
}*/

.reset_btn {
    border-radius: 10px;
    border: none;
    background: #1b573b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    font-size: 14px !important;
}

#acc_tab .offcanvas-header {
    padding: 20px 70px;
    background: #edf0f5;
    justify-content: center;
}

.acc_tab_close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.1019607843);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    border: none;
    transition: all .3s ease-in-out;
    color: #fff;
    padding: 8px;
}

.acc_tab_close svg {
    fill: #fff;
}

.acc_tab_close:hover {
    background: rgba(0,0,0,.18);
}

#acc_tab .offcanvas-body {
    background: #1b573b;
}

.acc_tab_toggles {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 30px 0;
}

.acc_tab_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #dddddd;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 12px;
}

.acc_tab_toggle:hover, .acc_tab_toggle.active {
    border-color: #1b573b;
    color: #1b573b;
}

.acc_tab_toggle_icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
}

.invert1 {
    filter: invert(70%) !important;
}

.invert2 {
    filter: invert(85%) !important;
}

.invert3 {
    filter: invert(100%) !important;
}

.acc_indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.acc_indicator span {
    height: 4px;
    background: #d4dae3;
    width: 20px;
}

.level1 .acc_indicator span:nth-child(1) {
    background: #1b573b;
}

.level2 .acc_indicator span:nth-child(1), .level2 .acc_indicator span:nth-child(2) {
    background: #1b573b;
}

.level3 .acc_indicator span:nth-child(1), .level3 .acc_indicator span:nth-child(2), .level3 .acc_indicator span:nth-child(3) {
    background: #1b573b;
}

.big_text1 {
    font-size: 17px;
}

.big_text2 {
    font-size: 18px;
}

.big_text3 {
    font-size: 19px;
}

.brignest1 {
    filter: brightness(50%) !important;
}

.brignest2 {
    filter: brightness(80%) !important;
}

.brignest3 {
    filter: brightness(110%) !important;
}

.white_black1 {
    filter: grayscale(33%) !important;
}

.white_black2 {
    filter: grayscale(66%) !important;
}

.white_black3 {
    filter: grayscale(100%) !important;
}

@media screen and (max-width: 1639.8px) {
    .menu-item a {
        font-size: 1rem;
    }
    .hp_hero .btn {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1399.8px) {
    .header_top, .site-header.scrolled .header_top {
        margin-bottom: 0;
    }
    .site-header, .site-header.scrolled {
        padding: 15px 0;
    }
    .site-header .logo, .site-header.scrolled .logo {
        min-width: 32px;
        width: 32px;
    }
    .site-header .logo_container {
        gap: 9px;
    }
    .site-header .site_logo, .site-header.scrolled .site_logo {
        gap: 6px;
        font-weight: 700;
        font-size: 0.5625rem !important;
        line-height: 1.5;
        width: 240px;
        min-width: 240px;
    }
    .content_img, .leader .team_member_photo {
        min-width: 450px;
    }
}

@media screen and (max-width: 1199.8px) {
    .goals, .partners, .ker_conts {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .team_member_photo {
        height: 350px;
    }
    .team, .leader {
        gap: 20px;
    }
    .peres {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .contact_row, .post_item {
        gap: 20px;
    }
    .contact_map {
        min-width: 48%;
    }
}

@media screen and (max-width: 991.8px) {
    .leader .team_member_photo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer_container, .leader, .post_item  {
        flex-wrap: wrap;
    }
    .post_item_trumb img {
        margin-bottom: 0;
    }
    .post_item_trumb {
        width: 100%;
        min-width: 0;
    }
    .faqs, .team, .docs {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .ach_goals {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .content_row {
        flex-wrap: wrap;
    }
    .content_img img {
        margin-bottom: 0;
    }
    .team_member_photo {
        height: 450px;
    }
    .contact_row {
        flex-wrap: wrap;
    }
    .contact_map {
        height: 400px;
        width: 100%;
    }
    .hp_hero h1, .hp_hero h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767.8px) {
    .hp_hero_slide {
        min-height: 390px;
        padding: 80px 0 50px;
    }
    .hp_hero h1, .hp_hero h2 {
        font-size: 2.375rem;
        margin-bottom: 30px;
    }
    .hp_hero .btn {
        margin-left: 0;
    }
    section {
        padding: 40px 0;
    }
    .note_section h2 {
        font-size: 1.625rem;
    }
    h2, h1, .partner_info h1 {
        font-size: 2.125rem;
    }
    .desc, .hp_news_item h3, .card-header h2, .faq h3, .faq_body h2, .content_text h3, .ach_goal h3, .pere_txt {
        font-size: 1.1875rem;
    }
    .pere_txt {
        padding: 15px 30px;
    }
    .project h3, .team_member h3 {
        font-size: 1.5rem;
    }
    .mb60, h2, .news_block, h1, .contact_row, .ker_conts, .partner_info h1 {
        margin-bottom: 30px;
    }
    .norm_doc_content {
        gap: 20px;
    }
    .note_section, .norm_doc, .content_note, .zap_cont_ttl {
        font-size: 1.0625rem;
    }
    .contact_container {
        font-size: 1rem;
    }
    .cont_adr, .cont_em, .cont_gr, .cont_tel, .zap_cont_row {
        margin-bottom: 20px;
        padding-left: 34px;
    }
    .contact_container .socials {
        margin-left: 34px;
    }
    .content_note {
        gap: 10px;
    }
    .norm_doc {
        padding: 10px;
    }
    .card, .faq, .content_note_block, .contact_form_conteiner, .contact_container, .post_content blockquote, .zap_conts {
        padding: 20px;
    }
    .card-header {
        padding-right: 34px;
    }
    .project_thumb {
        height: 235px;
    }
    .goals {
        display: none;
    }
    .post_item_excerpt  {
        margin-bottom: 20px;
    }
    .hp_news_item h3, .hp_news_item .post_item_excerpt, .post_item {
        margin-bottom: 10px;
    }
    .news_block, .ker_conts, .ach_goals {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .hp_news_item {
        padding-right: 0;
    }
    .hp_news_item:first-child {
        padding-bottom: 20px;
    }
    .hp_news_item:first-child:after {
        height: 1px;
        width: 100%;
        top: 100%;
        left: 0;
    }
    .error-404 h1 {
        margin-bottom: 40px;
        font-size: 1.77rem;
    }
    .error-404 {
        padding: 70px 0;
    }
    .hp_hero .swiper-button-next, .hp_hero .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 575.8px) {
    .swiper_container {
        padding: 0 0 70px;
    }
    .swiper_container .swiper-button-next {
        top: auto;
        bottom: 0;
        right: calc(50% - 60px);
    }
    .swiper_container .swiper-button-prev {
        top: auto;
        bottom: 0;
        left: calc(50% - 60px);
    }
    .site-footer .logo {
        min-width: 32px;
        width: 32px;
    }
    .site-footer .logo_container {
        gap: 9px;
    }
    .site-footer .site_logo {
        gap: 6px;
        font-weight: 700;
        font-size: 0.5625rem;
        line-height: 1.5;
        width: 240px;
        min-width: 240px;
    }
    .content_img, .leader .team_member_photo {
        min-width: 0;
        width: 100%;
    }
    .partner_trumb {
        width: 100%;
        max-width: 312px;
    }
    .hp_hero_slide {
        align-items: flex-start;
    }
    .partner_info {
        padding: 30px 15px;
    }
    .partner_info h1 {
        font-size: 1.5rem;
    }
    .hp_hero h1, .hp_hero h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 359.8px) {
    .site-header .site_logo, .site-header.scrolled .site_logo {
        gap: 6px;
        font-weight: 700;
        font-size: 0.5rem !important;
        line-height: 1.5;
        width: 200px;
        min-width: 200px;
    }
}

