

.admin-bar .lang-cont--style_select .select2-dropdown{
    top: 40px !important;
    left: -6px;
}

.header {
    padding: 18px 0;
    border-bottom: 1px solid #D9D9D9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.header .header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header__logo {
    padding: 0;
    width: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .header__logo img {
    height: 100%;
    width: 100%;
}

.header .menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header .header_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin: 0;
}


.header .menu_wrap a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #090909;
    transition: .3s all;
    padding: 15px;
}

.header .menu_wrap li {
    position: relative;
}


.header a:hover {
    color: #01B7FF!important;
}


.header .header__menu .sub-menu {
    list-style: none;
    position: absolute;
    top: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0px 4px 24px 0px #00000026;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}


.header .header__menu .sub-menu li a {
    padding: 0;
}


.header .header__menu .sub-menu li {
    margin: 0;
    line-height: 1.1;
}

.header .header__menu .sub-menu li:not(:last-child) {
    margin-bottom: 15px;
}


.header .header__menu .menu-item-has-children {
    position: relative;
    margin-right: 15px;
}

.header .header__menu .menu-item-has-children a {
    padding-right: 20px;
}


.header .header__menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
}

.header .header__menu .menu-item-has-children:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 0;
    top: 17px;
    transition: .3s all;
}


.header .pll_the_languages {
    list-style: none;
}

.pll_the_languages {
    padding: 0;
    margin: 0;
}

.pll_the_languages {
    position: relative;
    width: 45px;
    padding: 10px;
    margin-left: 5px;
}

/*
.pll_the_languages:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: -7px;
    top: 26px;
    transition: .3s all;
}
 */

.pll_the_languages:after {
    content: '';
    position: absolute;
    left: 11px;
    bottom: 13px;
    width: 30px;
    height: 2px;
    background: #000;
}


.pll_the_languages .lang-item.current-lang a {
    border-bottom: solid 2px #000;
}



.single-post .top-header-cover:after {
    content: '';
    width: 100%;
    height: 142px;
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.7) 32.39%, rgba(10, 10, 10, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}



.pll_the_languages select {
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #090909;
    text-decoration: none;
    cursor: pointer;
}


.pll_the_languages option {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #090909;
    text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}


.pll_the_languages option:checked {
    display: none;
}


.header .search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s all;
}


.header .search:hover svg path {
    stroke: #01B7FF;
}


.header .header_info .button {
    margin-right: 20px;
}


.header .header_info .cabinet {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer {
    padding: 80px 0 80px 0;
}

footer .flex {
    display: flex;
    justify-content: space-between;
}

footer .logo {
    width: 185px;
    flex-shrink: 0;
}

footer .logo img {
    width: 100%;
}


footer .footer_menu {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

footer .footer_menu .sub-menu {
    display: none;
}

footer .footer_menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #090909;
    text-decoration: none;
}

footer .footer_menu li a:hover {
    color: #01B7FF;
    transition: .3s all;
}


footer .footer_menu li {
    margin-bottom: 15px;
    line-height: 1;
}


footer .footer_info b {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    vertical-align: middle;
    color: #838383;
    margin-bottom: 15px;
}


footer .footer_info a {
    font-weight: 500;
    font-size: 18px;
    color: #090909;
    text-decoration: none;
}

footer .footer_info .social {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 35px;
    display: flex;
}

footer .footer_info .social li {
    margin-right: 10px;
    line-height: 1;
}


footer .newsletter_form input[type='email'] {
    border: 1px solid #838383;
    border-radius: 23px;
    padding: 13px 20px;
    width: 100%;
}

footer .newsletter_form input[type='submit'] {
    border-radius: 23px;
    padding: 10px 20px;
    display: block;
    color: #fff;
    background: #01B7FF;
    border: none;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

footer .newsletter_form br {
    display: none;
}

footer .newsletter_form input[type='email']::placeholder {
    color: #838383;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}


footer .footer_form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
    max-width: 100%;
}


footer .footer_form .copyright {
    color: #090909;
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 150px;
}


footer .footer_info {
    flex-direction: column;
    display: flex;
}


.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
    border: none;
    padding: 0;
}

.wpcf7-spinner {
    display: none !important;
}

.footer_mail {
    position: relative;
}

.footer_mail .footer_mail_message {
    font-weight: 300;
    font-size: 12px;
    line-height: 23px;
    color: #040404;
    padding: 4px 10px;
    border: solid 2px #838383;
    display: flex;
    align-items: center;
    width: max-content;
    position: absolute;
    top: 32px;
    right: -45px;
    background: #fff;
    opacity: 0;
}

.footer_mail .footer_mail_message.show {
    opacity: 1;
}


.footer_top_banner {
    padding: 117px 0;
}

.footer_top_banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_top_banner .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 55px;
    color: #fff;
    margin-right: 30px;
    width: 590px;
    max-width: 100%;
}

.footer_top_banner .logo {
    margin-right: 30px;
    margin-top: -110px;
}

header .current-menu-item {
    position: relative;
}

header .current-menu-item:after {
    content: '';
    height: 10px;
    width: 90%;
    position: absolute;
    top: -28px;
    left: 50%;
    background: #01B7FF;
    transform: translateX(-50%);
}


header .sub-menu li:after {
    display: none;
}

.angry-grid {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    height: 100%;
    margin-bottom: 20px;
}

.angry-grid #item-0 {
    grid-row: 1 / span 4;
    grid-column: 1 / span 4;
}

.angry-grid #item-1 {
    grid-row: 1 / span 2;
    grid-column: 5 / span 2;
}

.angry-grid #item-2 {
    grid-row: 3 / span 2;
    grid-column: 5 / span 2;
}

.angry-grid #item-3 {
    grid-row: 5 / span 2;
    grid-column: 1 / span 2;
}

.angry-grid #item-4 {
    grid-row: 5 / span 2;
    grid-column: 3 / span 2;
}

.angry-grid #item-5 {
    grid-row: 5 / span 2;
    grid-column: 5 / span 2;
}

.angry-grid #item-6 {
    grid-row: 7 / span 2;
    grid-column: 1 / span 2;
}

.angry-grid #item-7 {
    grid-row: 7 / span 2;
    grid-column: 3 / span 2;
}

.angry-grid #item-8 {
    grid-row: 7 / span 2;
    grid-column: 5 / span 2;
}


.angry-grid .card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.angry-grid a {
    text-decoration: none;
    height: 100%;
    display: block;
}

.angry-grid .ttl-h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.angry-grid .first_news .ttl-h3 {
    font-weight: 700;
    font-size: 31px;
    line-height: 41px;
    color: #090909;
}

.angry-grid .archive__item {
    background: #F8F8F8;
    border-radius: 5px;
    overflow: hidden;
}

.angry-grid .archive__item:hover {
    outline: solid 3px #01B7FF;
}

.angry-grid .archive__item .card__main {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 10px;
}

.angry-grid .archive__item .card__img-wrapper {
    height: 200px;
}


.angry-grid .first_news .card__img-wrapper {
    height: 450px;
}


.page-template-post-news h1 {
    margin-bottom: 40px;
}


.page-template-post-news .tag {
    border: solid 2px #01B7FF;
    border-radius: 25px;
    color: #090909;
    padding: 11px 19px;
    width: max-content;
    font-size: 13px;
    font-size: 13px;
    line-height: 1;
    margin: 20px;
    margin-bottom: 0;
    margin-top: 13px;
    background: #fff;
}





.page-template-post-news .first_news .tag {
    padding: 11px 15px;
}

.page-template-post-news .first_news .card__figure  figcaption{
    justify-content: center;
    padding-left: 30px;
}


.page-template-post-news .first_news .ttl-h3{
    padding: 15px 0 15px 0;
}


.page-template-post-news .first_news .news_slider_date{
    font-size: 18px;
}

#map {
    height: 100vh;
}

.cluster {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #FFE601;
    color: #090909;
    font-size: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'e-Ukraine', sans-serif;
}

.map_marker {
    width: 45px;
    height: 60px;
    background-image: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/icons/pin.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-map .hide {
    display: none;
}

.map_page {
    position: relative;
    margin-top: 93px;
    overflow: hidden;
}

.map_filter {
    position: absolute;
    left: 20px;
    top: 80px;
    background: #fff;
    height: 80vh;
    width: 430px;
    padding: 60px 15px 130px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px 0px #00000026;
    z-index: 1;
}

.map_filter h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 33px;
    line-height: 41px;
    color: #090909;
}

.map_filter .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #090909;
    margin-bottom: 20px;
}

.map_filter .selected-tags {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.map_filter .selected-tags .tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #171717;
    padding: 0 12px;
    background: #01B7FF66;
    border: solid 2px #01B7FF;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: max-content;
}

.map_filter .selected-tags .tag .cls {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


.map_filter .filter_search {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #090909;
    padding: 11px 20px;
    width: 90%;
    border: solid 1px #585858;
    border-radius: 25px;
}

.map_filter .filter_search::placeholder {
    font-size: 17px;
    line-height: 27px;
    color: #090909;
}

.map_filter .filter_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #090909;
    margin-bottom: 20px;
    cursor: pointer;
}

.map_filter .filter {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: none;
    margin-bottom: 20px;

}

.map_filter .filter .filter_item {
    margin-bottom: 10px;
}

.map_filter .filter .filter_item label {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}


.map_filter .filter .filter_item label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.map_filter .filter .filter_item label:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/icons/checkbox.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
}

.map_filter .filter .filter_item input[type='checkbox'] {
    display: none;
}

.map_filter .filter .filter_item input[type='checkbox']:checked + label:before {
    background: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/icons/checkbox-checked.svg");
}

.map_filter .button {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    background: #01B7FF;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    width: 90%;
    margin-top: 10px;
}

.map_filter .filter_wrap {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-gutter: stable both-edges;
}


.map_filter .filter_wrap::-webkit-scrollbar {
    width: 10px; /* Ширина скролу */
}

.map_filter .filter_wrap::-webkit-scrollbar-track {
    background: #fff; /* Трек (світло-сірий) */
    border-radius: 0px;
}

.map_filter .filter_wrap::-webkit-scrollbar-thumb {
    background: #D9D9D9; /* Повзунок (темніший сірий) */
    border-radius: 0px;
}

.map_filter .filter_wrap::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
}


.map_filter .filter_item_title.active {
    font-weight: 500;
}


.map_filter .filter_item_title svg {
    transition: .3s all;
}

.map_filter .filter_item_title.active svg {
    transform: rotate(-180deg);
}

.map_filter .clear-filters-btn {
    display: none;
}

.map_page .hidden {
    display: none;
}

.map_page .clear-filters-btn.button {
    color: #5B5B5B;
    background: #fff;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    width: 90%;
    margin-bottom: 10px;
    border: solid 1px #5B5B5B;
    line-height: 23px;
}


.map_page .results_list_block {
    position: absolute;
    top: 0;
    right: 0;
    width: 430px;
    padding: 30px 15px 30px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px 0px #00000026;
    height: 100vh;
    transition: .3s all;
}


.map_page .results_list_block.hidden {
    display: block;
    right: -500px;
}

.map_page .results_list_block .results_list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}


.map_page .results_list_block .results_list_top .button {
    margin-right: 25px;
}

.map_page .results_list_block .results_list_top span {
    color: #090909;
    font-weight: 500;
    font-size: 23px;
    line-height: 41px;
}

.map_page .results_list_block .count {
    font-weight: 400;
    font-size: 17px;
    line-height: 41px;
    color: #090909;
    margin-bottom: 20px;
    padding: 0 5px;
}

.results_list .list_item {
    border: 1px solid #090909;
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.results_list .list_item:hover {
    border-color: #01B7FF;
    outline: 2px solid #01B7FF;
}


.results_list .list_item a {
    text-decoration: none;
}


.results_list .list_item .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #090909;
}

.results_list .region_type_wrap span {
    color: #090909;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}

.results_list .communities_population {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #090909;
}

.results_list .head_image {
    margin: 20px 0;
    height: 190px;
}

.results_list .head_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.results_list .head_description {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #090909;
}

.results_list .priorities {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.results_list .priorities .priority {
    background: #01B7FF1A;
    border: 2px solid #01B7FF;
    border-radius: 25px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #171717;
    padding: 11px 19px;
    margin-bottom: 8px;
    margin-right: 8px;
}


.results_list .priorities .priority.active {
    background: #01B7FF66;
}


.results_list {
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    padding-right: 20px;
    height: calc(100vh - 138px);

}

.results_list::-webkit-scrollbar {
    width: 10px; /* Ширина скролу */
}

.results_list::-webkit-scrollbar-track {
    background: #fff; /* Трек (світло-сірий) */
    border-radius: 0px;
}

.results_list::-webkit-scrollbar-thumb {
    background: #D9D9D9; /* Повзунок (темніший сірий) */
    border-radius: 0px;
}

.results_list::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
}

.municipality_page {
    padding: 140px 0 145px 0;
}


.municipality_page.flex {
    display: flex;
    justify-content: space-between;
}


.municipality_page .map_filter {
    position: static;
    margin-right: 30px;
    width: 350px;
    flex-shrink: 0;
}

.municipality_page .filter_wrap {
    padding-left: 0;
}

.municipality_page .results_list {
    height: 100%;
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.municipality_page .map_filter h1 {
    font-size: 27px;
}

.municipality_page .map_button_wrap {
    display: flex;
    justify-content: flex-end;
}

.municipality_page .map_button_wrap .button {
    display: flex;
    align-items: center;
    padding: 8px 24px;
}


.municipality_page .map_button_wrap .button svg {
    margin-right: 10px;
}


.municipality_page .results_list_content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.municipality_page .results_list_content .count {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 41px;
}


.municipality_page .results_list_content .selected-tags .tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #171717;
    padding: 0 12px;
    background: #01B7FF66;
    border: solid 2px #01B7FF;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: max-content;
}

.municipality_page .results_list_content .selected-tags .tag .cls {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.municipality_page .results_list_content .clear-filters-btn {
    width: max-content;
    cursor: pointer;
    padding: 10px 30px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
    display: none;
}

.municipality_page .results_list_content .results_list .list_item {
    margin-bottom: 0;
}


.pagination-wrap {
    margin: 40px 0;
}

#communities-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

#communities-pagination a {
    text-decoration: none;
    margin: 0 20px;
    color: #090909;
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#communities-pagination a.current {
    width: 40px;
    height: 40px;
    background: #01B7FF;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    border-radius: 4px;
    text-align: center;
}

#communities-pagination .page-numbers {
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    color: #090909;
}


#municipality_wrap .selected-tags {
    display: flex;
    flex-wrap: wrap;
}


.page-template-post .news_top_block .tags {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.page-template-post .news_top_block .tag {
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}


.page-template-post .news_top_block .tag.active {
    background: #01B7FF66;
}


.page-template-post .news_top_block .tags_wrap {
    display: flex;
    align-items: center;
}

.page-template-post .news_top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}


.page-template-post .select2-container {
    width: 220px !important;
}

.page-template-post .select2-selection__rendered {
    width: 220px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 25px;
    border: 2px solid #585858;

    font-family: 'e-Ukraine';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #090909 !important;

}

.page-template-post .select2-container--default .select2-selection--single {
    border: none;
    width: 220px;
}


.page-template-post .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.page-template-post .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    background-image: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/icons/arrow_down.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 1px;
    transform: rotate(180deg);
    transition: .3s all;
}

.select2-container--open .select2-selection__arrow:before {
    transform: rotate(0deg) !important;
}

.page-template-post .select2-dropdown .select2-results__option {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #090909;
}


.select2-dropdown {
    top: 10px;
    border: 2px solid #585858 !important;
    border-radius: 10px !important;
}

.select2-dropdown .select2-results__option {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #090909;
}

.select2-container--default .select2-results__option--selected {
    background: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent;
    color: #01B7FF
}

/*
.select2-results__option:first-child {
    display: none;
}
 */

.select2-results__options {
    padding: 20px;
}

.news_top_block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    position: relative;
    top: -5px;
}


.lang-cont--style_select .select2-dropdown {
    top: 8px !important;
    left: -6px;
}


.news_search input[type='text'] {
    border: 1px solid #585858;
    border-radius: 25px;
    padding: 11px 18px;
    width: 280px;
}

.news_search input[type='text']::placeholder {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    color: #090909;
}

.news_search .button {
    background: #01B7FF;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border: none;
    padding: 8px 30px;
    cursor: pointer;
    margin-left: 15px;
}

.page-template-post-news .pagination-wrap {
    margin-top: 50px;
    margin-bottom: 150px;
}

.angry-grid.new_grid {
    grid-template-rows: repeat(1, 1fr);
}

.angry-grid.new_grid #item-0 {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
}

.angry-grid.new_grid #item-1 {
    grid-row: 1 / span 2;
    grid-column: 3 / span 2;
}


.angry-grid.new_grid #item-2 {
    grid-row: 1 / span 2;
    grid-column: 5 / span 2;
}

.angry-grid.new_grid #item-3 {
    grid-row: 3 / span 2;
    grid-column: 1 / span 2;
}

.angry-grid.new_grid #item-4 {
    grid-row: 3 / span 2;
    grid-column: 3 / span 2;
}

.angry-grid.new_grid #item-5 {
    grid-row: 3 / span 2;
    grid-column: 5 / span 2;
}

.angry-grid.new_grid #item-6 {
    grid-row: 5 / span 2;
    grid-column: 1 / span 2;
}

.angry-grid.new_grid #item-7 {
    grid-row: 5 / span 2;
    grid-column: 3 / span 2;
}

.angry-grid.new_grid #item-8 {
    grid-row: 5 / span 2;
    grid-column: 5 / span 2;
}

.page-template-map .mobile_top {
    display: none;
}

.page-template-map .filter_top_mobile {
    display: none;
}

.mobile_municipality_popup {
    display: none;
}

.map_mobile_info {
    display: none;
}


.page-template-communities .map_filter .clear-filters-btn {
    color: #5B5B5B;
    background: #fff;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    width: 90%;
    margin-bottom: 10px;
    border: solid 1px #5B5B5B;
    line-height: 23px;
}


.page-template-communities .open_filer_mobile {
    margin-bottom: 25px;
    width: max-content;
    display: none;
}

.municipality_page .map_filter .filter_top_mobile {
    display: none;
}


.single-communities .community_top_image {
    min-height: 920px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 320px;
    position: relative;
}

.single-communities .community_top_image:before {
    content: '';
    background: linear-gradient(0deg, #010101 0%, rgba(10, 10, 10, 0) 70%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.single-communities .community_top_image h1 {
    font-weight: 700;
    font-size: 95px;
    line-height: 105px;
    margin: 0;
    margin-bottom: 40px;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.single-communities .community_top_image .region {
    font-weight: 700;
    font-size: 33px;
    line-height: 41px;
    color: #FFE601;
    z-index: 1;
    position: relative;
}

.single-communities .community_top_info_wrap {
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

.single-communities .community_top_info_wrap .container {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 50px 95px;
    margin-bottom: 10px;
    max-width: 1110px;
}

.single-communities .community_top_info_wrap .community_top_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.single-communities .community_top_info_wrap .community_top_info .title {
    font-weight: 700;
    font-size: 23px;
    line-height: 38px;
    color: #090909;
    margin-bottom: 15px;
}

.single-communities .community_top_info_wrap .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-communities .community_top_info_wrap .info ul li span {
    font-weight: 200;
    font-size: 18px;
    line-height: 35px;
}


.single-communities .community_top_info_wrap .info ul li strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
}

.single-communities .community_top_info_wrap .priorities ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.single-communities .community_top_info_wrap .priorities ul {
    display: flex;
    flex-wrap: wrap;
    width: 440px;
    max-width: 100%;
}

.single-communities .community_top_info_wrap .priorities ul li {
    padding: 7px 18px;
    color: #171717;
    border: 2px solid #01B7FF;
    background: #01B7FF66;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 25px;
}


.single-communities .community_top_info_wrap .description {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #090909;
}

.single-communities #single_map {
    height: 470px;
    margin-bottom: 100px;
}


.single_marker_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.single_marker_wrap .single_marker_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    color: #090909;
}


.single-communities .municipality_page .results_list {
    display: block;
}

.single-communities .similar_block .similar_block_top {
    margin-bottom: 80px;
}

.single-communities .similar_block .similar_block_top h3 {
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    vertical-align: middle;
    color: #090909;
    margin: 0;
}

.single-communities .similar_block .similar_block_top .button {
    padding: 10px 45px;
}

.single-communities .similar_block .similar_block_top .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-communities .similar_block .swiper-backface-hidden .swiper-slide {
    padding: 3px;
    box-sizing: border-box;
    height: auto;
}

.single-communities .similar_block .results_list .list_item {
    padding: 28px 23px;
    height: 100%;
}


.single-communities .similar_block .swiper-wrapper {
    align-items: stretch;
}


.single-communities .similar_block {
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

.single-communities .similar_block .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 730px;
    max-width: 100%;
    transform: translateX(-50%);
    background: #838383;
    height: 2px;
}

.single-communities .similar_block .swiper-scrollbar-drag {
    background: #01B7FF;
    height: 7px;
    margin-top: -3px;
    border-radius: 0;
    cursor: pointer;
}


.single-communities .similar_block .swiper-button-next svg, .single-communities .similar_block .swiper-button-prev svg {
    display: none;
}


.single-communities .similar_block .swiper_control .swiper-button-next:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url(../images/icons/slider-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.single-communities .similar_block .swiper_control .swiper-button-prev:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url(../images/icons/slider-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.single-communities .similar_block .results_list_content {
    position: relative;
    padding-bottom: 55px;
}

.single-communities .similar_block .swiper_control .swiper-button-next {
    right: -80px;
    width: 65px;
    height: 65px;
}

.single-communities .similar_block .swiper_control .swiper-button-prev {
    left: -80px;
    width: 65px;
    height: 65px;
}

.single-communities .municipality_page {
    padding-top: 0;
}


.style_select .select2-selection--single {
    border: none;
}

.style_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}


.style_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000
}


.style_select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}


#select2-lang_select_1-results {
    padding: 5px;
}


#select2-lang_choice_1-results {
    padding: 10px;
}

.header__burger {
    width: 25px;
    height: 16px;
    display: none;
}

.header__burger span {
    width: 25px;
    height: 2px;
    background: #000;
    display: block;
}

.mobile_menu {
    display: none;
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 4px 0 4px;
}


.single-post .header.header-transparent .select2-container--default .select2-selection--single {
    background: transparent;
}

.single-post .header.header-transparent .style_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.single-post .header.header-transparent .style_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.single-post .header.header-transparent .header__burger span {
    background: #fff;
}


.page-template-about-us-new .top_banner {
    height: 730px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-template-about-us-new .top_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(10, 10, 10, 0) 89.57%);
}

.page-template-about-us-new .top_banner .container {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    z-index: 2;
    position: relative;
    padding-bottom: 60px;
}

.page-template-about-us-new .top_banner h1 {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    max-width: 715px;
}

.page-template-about-us-new .second_block {
    padding: 150px 0 170px 0;
}

.page-template-about-us-new .second_block .text {
    font-weight: 400;
    font-size: 23px;
    line-height: 38px;
    color: #090909;
    padding-bottom: 80px;
    width: 730px;
    max-width: 100%;
    text-align: left;
}

.page-template-about-us-new .second_block figure {
    margin: 0;
    text-align: right;
    margin-right: -70px;
}

.page-template-about-us-new .second_block figure img {
    width: 1000px;
    max-width: 100%;
    height: auto;
}


.page-template-about-us-new .fourth_block h2 {
    margin: 0;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 30px;
}

.page-template-about-us-new .fourth_block .description {
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 70px;
    max-width: 820px;
}

.page-template-about-us-new .fourth_block figure {
    margin-bottom: 90px;
}

.page-template-about-us-new .text {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #090909;
    margin-bottom: 100px;
    text-align: right;
}

.page-template-about-us-new .text .right_text {
    max-width: 730px;
    display: inline-block;
    text-align: left;
}


.page-template-about-us-new .image_grid figure {
    margin-bottom: 0;
    display: inline-block;
}

.page-template-about-us-new .image_grid figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.page-template-about-us-new .image_grid {
    margin-bottom: 150px;
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 20px;
}

.page-template-about-us-new .our_approach_rep .container {
    max-width: 1520px;
}


.page-template-about-us-new .our_approach_rep {
    padding: 150px 0 170px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 130px;
}

.page-template-about-us-new .our_approach_rep h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    color: #FFFFFF;
}

.page-template-about-us-new .our_approach_rep .our_approach_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.page-template-about-us-new .our_approach_rep .our_approach_grid_item {
    padding: 50px 30px;
    border: solid 3px #FFE601;
    border-radius: 10px;
}

.page-template-about-us-new .our_approach_rep .our_approach_grid_item .title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
}

.page-template-about-us-new .our_approach_rep .description {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
}


.error404 .p-404 {
    padding-top: 220px;
    padding-bottom: 210px;
    background: #01B7FF;
}

.error404 .p-404 .p-404__ttl {
    font-weight: 700;
    font-size: 135px;
    line-height: 155px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.error404 .p-404__block {
    text-align: center;
}

.error404 .p-404__txt {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    display: block;
    margin-bottom: 40px;
}


.error404 .p-404_btn {
    margin: 0 auto;
    background: #fff;
    border-color: #fff;
}

.error404 .p-404 {
    text-align: center;
}


.search_block {
    position: absolute;
    background: #fff;
    top: 80px;
    right: 10px;
    border-radius: 15px;
    width: 640px;
    border: solid 1px #D9D9D9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s all;
}


.search_block.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


.search_block form {
    border-bottom: 1px solid #D9D9D9;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}

.search_block form input {
    width: 100%;
    padding: 30px 50px;
    border: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #838383;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}

.search_block form input:focus {
    outline: none;
}

.search_block form input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #838383;
}


.search_block .search_results {
    padding: 20px 0 0 0;
    max-height: 300px;
    overflow-x: auto;
}


.search_block .js-header-search-list strong {
    padding-left: 50px;
}

.search_block .search_results .search_item {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    padding: 0 45px 0 40px;
    text-decoration: none;
    position: relative;
}

.search_block .search_results .search_item figure {
    width: 95px;
    height: auto;
    margin: 0;
    margin-right: 30px;
    flex-shrink: 0;
}

.search_block .search_results .search_item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search_block .search_results .search_item .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #090909;
    margin-right: 20px;
}

.search_block .search_results .search_item:hover .title {
    color: #01B7FF;
    text-decoration: underline;
}


.search_block .search_results .search_item:hover:before {
    content: '';
    width: 10px;
    height: 100%;
    background: #01B7FF;
    position: absolute;
    top: 0;
    left: 0;
}

.search_block .search_results .type {
    color: #838383;
    padding-left: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    flex-shrink: 0;
}


.search_block .search_results .type:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #838383;
    position: absolute;
    left: 0;
    top: 10px;
}


.search_block .search_footer {
    padding: 10px 50px 30px 50px;
}

.search_block .search_footer a {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #090909
}


.page-template-search .content {
    padding-top: 170px;
    padding-bottom: 100px;
}

.page-template-search .content .container {
    width: 660px;
    max-width: 100%;
}

.page-template-search .content .search_results_title {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #090909;
    margin-bottom: 35px;
}


.page-template-search .content .search_results_title span {
    color: #838383;
}


.page-template-search .search_results {
    padding: 20px 0 0 0;
}

.page-template-search .search_results .search_item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    text-decoration: none;
    position: relative;
    border-bottom: solid 1px #D9D9D9;
}

.page-template-search .search_results .search_item:hover .title {
    color: #01B7FF;
    text-decoration: underline;
}

.page-template-search .search_results .search_item figure {
    width: 95px;
    height: auto;
    margin: 0;
    margin-right: 30px;
    flex-shrink: 0;
}

.page-template-search .search_results .search_item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-template-search .search_results .search_item .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #090909;
    margin-right: 20px;
}

.page-template-search .search_results .search_item:hover:before {
    content: '';
    width: 10px;
    height: 100%;
    background: #01B7FF;
    position: absolute;
    top: 0;
    left: -25px;
}

.page-template-search .search_results .type {
    color: #838383;
    padding-left: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    flex-shrink: 0;
}


.page-template-search .search_results .type:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #838383;
    position: absolute;
    left: 5px;
    top: 10px;
}


.angry-grid .news_slider_date {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
    color: rgba(9, 9, 9, 1);
    padding: 5px 20px 18px 20px;
    margin-top: -15px;
}

.angry-grid .card__figure {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.angry-grid .card__figure figcaption{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}




.home_top {
    height: 100dvh;
}

.home_top .homeTopSwiper {
    height: 100%;
}

.home_top .swiper-slide .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home_top .home_top_swiper_pagination {
    position: absolute;
    bottom: 90px;
    left: 50%;
    width: 730px;
    max-width: 100%;
    transform: translateX(-50%);
    z-index: 2;
}


.home_top .home_top_swiper_pagination .swiper-scrollbar-drag {
    background: rgba(1, 183, 255, 1);
    height: 7px;
    position: relative;
    margin-top: -3px;
    cursor: pointer;
}

.home_top .home_top_swiper_pagination .swiper-scrollbar {
    background: rgba(131, 131, 131, 1);
    height: 2px;
}


.home_top .slider_content {
    padding-bottom: 175px;
    z-index: 1;
}

.home_top .slider_content .title {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    max-width: 920px;
}

.home_top .swiper-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_top .slider_content .button {
    background: rgba(1, 183, 255, 1);
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    border: none;
    padding: 25px 45px;
    display: inline-block;
}


.home_top .home_top_swiper_control .swiper-button-next {
    margin-right: 70px;
}

.home_top .home_top_swiper_control .swiper-button-prev {
    margin-left: 70px;
}


.header.header-transparent .pll_the_languages select {
    color: #FFFFFF;
    background: transparent;
}

.header.header-transparent .style_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.header.header-transparent .select2-container--default .select2-selection--single {
    background: transparent;
}

.header.header-transparent .style_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}


.home_text .container {
    max-width: 1630px;
    padding: 150px 35px 150px 35px;
}

.home_text .container .text {
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    color: rgba(9, 9, 9, 1);
    max-width: 980px;
}


.home_top .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #010101 0%, rgba(10, 10, 10, 0) 120.11%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.home_top .swiper-slide:after {
    content: '';
    width: 100%;
    height: 142px;
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.7) 32.39%, rgba(10, 10, 10, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}


.blue_block {
    margin-bottom: 100px;
}

.blue_block .container {
    max-width: 1630px;
}

.blue_block_wrap {
    padding: 100px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    background-image: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/Map.jpg");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.blue_block_wrap:before {
    content: '';
    background: rgba(1, 183, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.blue_block_wrap .blue_block_title {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 600px;
    flex-shrink: 0;
    padding-top: 150px;
}

.blue_block_wrap .blue_block_title h2 {
    font-weight: 700;
    font-size: 75px;
    line-height: 85px;
    margin-top: 0;
    margin-bottom: 50px;
}


.blue_block_wrap .blue_block_tooltip {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    height: max-content;
    background: rgba(255, 255, 255, 1);
    padding: 40px 29px 50px 29px;
    border-radius: 10px;
    width: 390px;
    margin-right: 145px;
}


.blue_block_wrap .blue_block_tooltip .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 30px;
}


.blue_block_wrap .blue_block_tooltip .polygon {
    position: absolute;
    bottom: -50px;
    left: 20px;
}


.home_benefits {
    padding: 0 0 30px 0;
}

.home_benefits .container{
    max-width:1345px
}

.home_benefits h2 {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    color: rgba(9, 9, 9, 1);
    max-width: 800px;
}

.home_benefits .flex {
    display: flex;
}

.home_benefits .swiper-slide{
    transition: all .3s;
}
.home_benefits .swiper-slide.swiper-slide-prev,
.home_benefits .swiper-slide.swiper-slide-next{
    opacity: 0;
}
.home_benefits .swiper-slide.swiper-slide-active{
    opacity: 1;
}

.home_benefits .swiper-slide figure {
    max-width: 750px;
    flex-shrink: 0;
    margin: 0;
    margin-right: 75px;
}

.home_benefits .swiper-slide figure img{
    width: 100%;
    height: 380px;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}


.home_benefits .figcaption {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    color:rgba(9, 9, 9, 1);
}

.home_benefits .text_block{
    margin-top: 90px;
}

.home_benefits .text_block .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 20px;
    color:rgba(9, 9, 9, 1);
}

.home_benefits .text_block .text{
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    vertical-align: middle;
}

.home_benefits .swiper_control {
    position: absolute;
    display: flex;
    width: 150px;
    right: 0;
    bottom: 70px;
    height: 50px;
    align-items: center;
    z-index: 1;
}

.home_benefits .swiper_control .swiper-button-prev {
    transform: rotate(180deg);
}

.home_benefits .swiper_control .swiper-button-next{
    z-index: 18;
}

.home_benefits .home_benefits__alt{
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

#gtx-anchor{
    width: 0!important;
}
.jfk-bubble{
    width: 0!important;
}



.page-template-post .angry-grid .first_news .card__descr {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 20px;
    padding-top: 0;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.tabs a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #090909;
    padding: 8px 20px;
    border: solid 2px #01B7FF;
    border-radius: 12px;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
}


@media (max-width: 1299.98px) {
    .page-template-map .mobile_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 1;
        width: 100%;
        padding: 0 30px;
    }

    .page-template-map .mobile_top .filters_open {
        background: #fff;
        font-weight: 300;
        cursor: pointer;
    }

    .page-template-map .mobile_top .filters_open svg {
        margin-right: 3px;
    }


    .page-template-map .mobile_top .see_the_list {
        background: #01B7FF;
        box-shadow: 0px 4px 4px 0px #00000026;
        border-color: #01B7FF;
        color: #fff;
        font-weight: 300;
    }

    .page-template-post .angry-grid .first_news .card__descr{
        display: none;
    }

    .page-template-map .map_filter {
        position: fixed;
        top: 0;
        left: -9999px;
        width: 100%;
        height: 100dvh;
        z-index: 10;
        transition: .3s all;
    }

    .page-template-map .filter_title {
        display: none;
    }

    .page-template-map .filter_top_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .page-template-map .filter_top_mobile .cls {
        cursor: pointer;
    }


    .page-template-map .mobile_municipality_popup {
        width: 255px;
        height: 70vh;
        border: 1px solid #090909;
        border-radius: 10px;
        padding: 20px;
        padding-right: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background: #fff;
        overflow: hidden;
    }

    .page-template-map .mobile_municipality_popup .mobile_municipality_popup_wrap {
        padding-right: 10px;
        overflow: hidden;
        overflow-y: auto;
        height: 60vh;
    }


    .page-template-map .mobile_municipality_popup .mobile_municipality_popup_wrap::-webkit-scrollbar {
        width: 10px; /* Ширина скролу */
    }

    .page-template-map .mobile_municipality_popup .mobile_municipality_popup_wrap::-webkit-scrollbar-track {
        background: #fff; /* Трек (світло-сірий) */
        border-radius: 0px;
    }

    .page-template-map .mobile_municipality_popup .mobile_municipality_popup_wrap::-webkit-scrollbar-thumb {
        background: #D9D9D9; /* Повзунок (темніший сірий) */
        border-radius: 0px;
    }

    .page-template-map .mobile_municipality_popup .mobile_municipality_popup_wrap::-webkit-scrollbar-thumb:hover {
        background: #D9D9D9;
    }


    .page-template-map .mobile_municipality_popup .head_image img {
        width: 100%;
    }

    .page-template-map .mobile_municipality_popup .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #090909;
        margin-bottom: 5px;
    }


    .page-template-map .mobile_municipality_popup .region_type_wrap {
        font-weight: 300;
        font-size: 11px;
        line-height: 19px;
        color: #090909;
        margin-bottom: 5px;
    }

    .page-template-map .mobile_municipality_popup .communities_population {
        font-weight: 300;
        font-size: 13px;
        line-height: 15px;
        color: #090909;
        margin-bottom: 15px;
    }

    .page-template-map .mobile_municipality_popup .head_description {
        font-weight: 300;
        font-size: 10px;
        line-height: 18px;
        color: #090909;
        margin-bottom: 15px;
    }

    .page-template-map .mobile_municipality_popup .priorities {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
    }

    .page-template-map .mobile_municipality_popup .priorities .priority {
        background: #01B7FF1A;
        border: 2px solid #01B7FF;
        border-radius: 25px;
        font-weight: 500;
        font-size: 8px;
        line-height: 1;
        color: #171717;
        padding: 8px 12px;
        margin-bottom: 8px;
        margin-right: 8px;
    }


    .page-template-map .mobile_municipality_popup .priorities .priority.active {
        background: #01B7FF66;
    }

    .page-template-map .mobile_municipality_popup .close {
        display: flex;
        justify-content: flex-end;
        margin-top: -10px;
    }

    .map_mobile_info {
        display: block;
        position: absolute;
        left: 30px;
        bottom: 60px;
        border: 1px solid #585858;
        border-radius: 15px;
        padding: 20px;
        z-index: 1;
        background: #fff;
        width: 270px;
    }

    .map_mobile_info .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
        color: #090909;
    }

    .map_mobile_info .description {
        font-weight: 300;
        font-size: 11px;
        line-height: 19px;
        vertical-align: middle;
        color: #090909;
    }

    .map_mobile_info .cls {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .map_filter.active {
        left: 0;
    }

    .mobile_municipality_popup.active {
        display: block;
    }


    .page-template-post .news_top_block {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-template-post .news_top_block .tags_wrap {
        margin-bottom: 30px;
    }


    .angry-grid {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(6, 1fr);
    }

    .angry-grid #item-0 {
        grid-row: 1 / span 2;
        grid-column: 1 / span 2;
    }

    .angry-grid #item-1 {
        grid-row: 1 / span 2;
        grid-column: 3 / span 2;
    }


    .angry-grid #item-2 {
        grid-row: 1 / span 2;
        grid-column: 5 / span 2;
    }

    .angry-grid #item-3 {
        grid-row: 3 / span 2;
        grid-column: 1 / span 2;
    }

    .angry-grid #item-4 {
        grid-row: 3 / span 2;
        grid-column: 3 / span 2;
    }

    .angry-grid #item-5 {
        grid-row: 3 / span 2;
        grid-column: 5 / span 2;
    }

    .angry-grid #item-6 {
        grid-row: 5 / span 2;
        grid-column: 1 / span 2;
    }

    .angry-grid #item-7 {
        grid-row: 5 / span 2;
        grid-column: 3 / span 2;
    }

    .angry-grid #item-8 {
        grid-row: 5 / span 2;
        grid-column: 5 / span 2;
    }

    .angry-grid .first_news .card__img-wrapper {
        height: 200px;
    }

    .page-template-post-news .first_news .card__img-wrapper {
        margin-bottom: 0;
    }

    .angry-grid .first_news .ttl-h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }


    .single-communities .community_top_image h1 {
        font-weight: 500;
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .page-template-about-us-new .second_block figure {
        margin-right: 0;
    }

    .page-template-about-us-new .fourth_block figure img {
        width: 100%;
    }

    .page-template-about-us-new .our_approach_rep .our_approach_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }

    .blue_block_wrap{
        padding: 80px 50px;
    }

    .blue_block_wrap .blue_block_title h2{
        font-weight: 700;
        font-size: 60px;
        line-height: 74px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .blue_block_wrap .blue_block_title{
        max-width: 490px;
    }


    .home_benefits h2{
        margin-top: 0;

    }

    .home_benefits .swiper-slide figure {
        max-width: 520px;
    }

    .home_benefits h2 {
        margin-bottom: 50px;
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        color: rgba(9, 9, 9, 1);
        max-width: 800px;
    }

    .page-template-post-news .first_news .card__figure figcaption{
        padding-left: 0px;
    }

    .page-template-post-news .first_news .news_slider_date{
        font-size: 14px;
    }

}

@media (max-width: 990.98px) {

    .home_benefits .swiper-slide figure img{
        height: auto;
    }


    .header .header_flex {
        display: none;
    }

    .header .header_info .button {
        display: none;
    }

    .header .header_info .cabinet {
        display: none;
    }

    .header .pll_the_languages {
        display: none;
    }

    .header__burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }


    .mobile_menu {
        z-index: 10;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100dvh;
        top: 0;
        left: -999px;
        transition: .3s all;
        display: block;
    }

    .menu_opener {
        overflow: hidden;
    }

    .menu_opener .mobile_menu {
        left: 0;
    }

    .mobile_menu .mobile_menu_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px 40px 0px;
    }

    #select2-lang_choice_1-results {
        padding: 5px;
    }

    .mobile_menu form {
        margin: 0 10px 60px 10px;
        position: relative;
    }

    .mobile_menu form input {
        font-weight: 300;
        font-size: 17px;
        line-height: 27px;
        color: #090909;
        padding: 11px 20px;
        width: 100%;
        border: solid 1px #585858;
        border-radius: 25px;
    }

    .mobile_menu form button {
        position: absolute;
        right: 25px;
        top: 9px;
        background: #fff;
        border: none;
    }


    .mobile_menu .header__menu {
        padding: 0 20px 45px 20px;
        margin: 0;
        list-style: none;
        overflow-y: auto;
        height: 45vh;
    }

    .mobile_menu .header__menu li {
        margin-bottom: 40px;
    }

    .mobile_menu .header__menu li a {
        font-weight: 400;
        font-size: 22px;
        line-height: 27px;
        color: #090909;
        text-decoration: none;
    }

    .mobile_menu .header__menu .menu-item-has-children .sub-menu {
        list-style: none;
        padding: 0;
        padding-top: 20px;
        padding-left: 20px;
        display: none;
    }



    .mobile_menu .header__menu .menu-item-has-children .sub-menu li {
        margin-bottom: 20px;
    }

    .mobile_menu .social {
        list-style: none;
        display: flex;
        padding: 45px 20px 45px 20px;
        flex-wrap: wrap;
    }

    .mobile_menu .social li {
        margin-right: 20px;
    }

    .submenu-toggle {
        margin-left: 20px;
        position: relative;
        border: none;
        background: transparent;

    }

    .submenu-toggle:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
        position: absolute;
        left: 0;
        top: -10px;
    }


    .footer_top_banner {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer_top_banner .logo {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }


    .footer_top_banner .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footer_bottom .flex {
        flex-direction: column;
    }

    footer .footer_form .copyright {
        margin-top: 90px;
        text-align: left;
    }

    footer .footer_info {
        margin-bottom: 60px;
    }

    footer .footer_menu {
        margin-bottom: 45px;
    }


    .footer_top_banner .title {
        margin-bottom: 20px;
    }

    footer .logo {
        margin-bottom: 45px;
    }

    footer {
        padding: 60px 0 25px 0;
        overflow: hidden;
    }

    .municipality_page .map_filter {
        position: fixed;
        left: -999px;
        top: 0;
        width: 100%;
        height: 100dvh;
        z-index: 10;
        transition: .3s all;
    }

    .map_page {
        margin-top: 82px;
    }

    .municipality_page .map_filter.active {
        left: 0;
    }

    .municipality_page .map_filter .filter_top_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .municipality_page .map_filter .filter_wrap {
        height: 90%;
    }

    .page-template-communities .open_filer_mobile {
        display: block;
        cursor: pointer;
    }

    .municipality_page .map_button_wrap {
        justify-content: flex-start;
        margin-bottom: 50px;
    }


    .pll_the_languages:after {
        content: '';
        position: absolute;
        left: 18px;
        bottom: 8px;
        width: 32px;
        height: 1px;
        background: #000;
    }

    .mobile_menu_top .cls {
        position: relative;
        right: -14px;
    }


    .mobile_menu_top .pll_the_languages {
        margin-left: 0;
    }

    .pll_the_languages:after {
        content: '';
        position: absolute;
        left: 11px;
        bottom: 10px;
        width: 30px;
        height: 1px;
        background: #000;
    }

    .lang-cont--style_select .select2-results__options {
        padding: 3px;
    }


    .single-communities .community_top_info_wrap .community_top_info {
        flex-direction: column;
    }

    .single-communities .community_top_info_wrap .community_top_info .info {
        margin-bottom: 20px;
    }


    .similar_block .swiper_control {
        display: none;
    }

    .community-section .community-section__text a {
        word-break: break-all;
    }


    .page-template-about-us-new .top_banner h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .page-template-about-us-new .top_banner {
        height: 570px;
    }

    .page-template-about-us-new .second_block {
        padding: 70px 0 75px 0;
    }

    .page-template-about-us-new .second_block .text {
        padding-bottom: 0;
    }

    .page-template-about-us-new .our_approach_rep {
        padding: 50px 0 70px 0;
    }



    .home_top .slider_content .title{
        font-size: 45px;
        line-height: 55px;
    }

    .home_top{
        height: 570px;
    }

    .home_top .swiper-slide{
        background-size: cover;
        background-position: center;
    }

    .home_top .home_top_swiper_control .swiper-button-next{
        margin-right: 30px;
    }

    .home_top .home_top_swiper_control .swiper-button-prev {
        margin-left: 30px;
    }


    .home_top .slider_content .button{
        padding: 20px 35px;
        font-size: 17px;
    }


    .home_text .container{
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .blue_block_wrap{
        flex-direction: column-reverse;
    }

    .blue_block_wrap .blue_block_tooltip{
        margin-right: 0;
    }


    .home_benefits h2{
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .home_benefits .flex{
        flex-direction: column-reverse;
    }

    .home_benefits .text_block{
        margin-top: 0;
        margin-bottom: 75px;
    }

    .home_benefits .swiper_control{
        bottom: auto;
        top:0;
    }

    .home_benefits .swiper-slide figure{
        margin-right: 0;
        max-width: 100%;
    }



.benefitsSwiper{
    padding-top: 150px;
}

    .home_benefits .swiper_control {
        bottom: auto;
        top: 50px;
        height: 45px;
    }



    .home .header.header-transparent .header__burger span {
        background: #fff;
    }



}




@media (max-width: 767.98px) {
    .footer_top_banner .title {
        font-weight: 500;
        font-size: 35px;
        line-height: 42px;
    }

    .footer_top_banner {
        padding: 75px 0;
    }


    .municipality_page .results_list {
        display: block;
    }

    .municipality_page .results_list_content .results_list .list_item {
        margin-bottom: 30px;
    }


    .page-template-post .news_top_block .tags_wrap {
        flex-direction: column;
    }

    .page-template-post .news_top_block .tags {
        margin-bottom: 25px;
    }

    .page-template-post .news_top_block .tags_wrap {
        align-items: flex-start;
    }

    .select2-dropdown {
        top: 10px !important;
    }

    .news_search input[type='text'] {
        width: auto;
    }

    .angry-grid {
        display: block;
    }

    .angry-grid .first_news .card__img-wrapper {
        height: auto;
    }

    .angry-grid .archive__item {
        margin-bottom: 20px;
    }

    #communities-pagination a.current {
        width: 30px;
        height: 30px;
    }

    #communities-pagination a {
        margin: 0 15px;
    }


    .single-communities .community_top_image {
        min-height: 620px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 185px;
        position: relative;
    }


    .single-communities .community_top_image h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
    }

    .single-communities .community_top_image .region {
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
    }


    .single-communities .community_top_info_wrap .container {
        padding: 50px 35px;
    }

    .single-communities .community_top_info_wrap .community_top_info .title {
        word-break: break-all;
    }


    .single-communities .similar_block .swiper-scrollbar {
        display: none;
    }


    .similar_slider_wrap .swiper_control {
        position: relative;
        top: 60px;
        width: 0;
        margin: 0 auto;
    }


    .single-communities .similar_block .similar_block_top h3 {
        font-family: e-Ukraine;
        font-weight: 500;
        font-size: 26px;
        line-height: 37px;
    }

    .single-communities .similar_block .similar_block_top {
        margin-bottom: 30px;
    }


    .similar_block .swiper_control {
        display: block;
    }


    .page-template-about-us-new .top_banner h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
    }

    .page-template-about-us-new .top_banner {
        height: 400px;
    }

    .page-template-about-us-new .top_banner .container {
        padding-bottom: 30px;
    }

    .page-template-about-us-new .second_block {
        padding: 60px 0 60px 0;
    }

    .page-template-about-us-new .second_block .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .page-template-about-us-new .text {
        margin-bottom: 50px;
    }


    .vertical-slider-section h2 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .vertical-slider-section .vertical-slider-section__text {
        font-size: 16px;
        line-height: 28px;
    }

    .page-template-about-us-new .second_block {
        padding-bottom: 40px;
    }

    .page-template-about-us-new .fourth_block h2 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .page-template-about-us-new .fourth_block figure {
        margin-bottom: 40px;
        width: 100%;
    }

    .page-template-about-us-new .text {
        font-size: 16px;
        line-height: 28px;
    }

    .page-template-about-us-new .image_grid {
        display: block;
    }


    .page-template-about-us-new .our_approach_rep h2 {
        margin-top: 0;
        font-size: 40px;
    }

    .page-template-about-us-new .our_approach_rep .our_approach_grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .page-template-search .content {
        padding: 100px 0;
    }


    .page-template-search .search_results .search_item {
        flex-direction: column;
    }

    .page-template-search .search_results .search_item .title {
        margin-right: 0;
    }

    .page-template-search .search_results .search_item figure {
        margin-right: 0;
        margin-bottom: 10px;
    }


    .page-template-search .search_results .type {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .page-template-search .search_results .type:before {
        display: none;
    }

    .home_text .container .text {
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        color: rgba(9, 9, 9, 1);
        max-width: 980px;
    }


    .blue_block_wrap .blue_block_title{
        padding-top: 70px;
    }


    .blue_block_wrap .blue_block_title h2{
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
    }

    .blue_block_wrap .blue_block_tooltip .title{
        font-size: 17px;
        line-height: 25px;
    }

    .blue_block_wrap .blue_block_tooltip{
        width: 230px;
        padding: 30px;
    }

    .blue_block_wrap  .button_yellow{
        font-size: 15px;
        padding: 14px 25px;
    }

    .blue_block_wrap .svg_logo{
        width: 50px;
        height: auto;
    }

    .home_top .slider_content .title{
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        max-width: 90%;
    }
    .home_top .slider_content .button {
        padding: 15px 30px;
        font-size: 13px;
    }

    .home_top_swiper_control{
        display: none;
    }


    .blue_block_wrap{
        padding: 40px 40px 50px 40px;
    }

    .blue_block_wrap .blue_block_title h2{
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        vertical-align: middle;
        margin-bottom: 35px;
    }

    .angry-grid .news_slider_date{
        margin-top: 0;
    }

}


@media (max-width: 377.98px) {
    .news_search .button {
        margin-left: 0;
    }

    .news_search input[type='text'] {
        margin-bottom: 10px;
    }

    .page-template-post .news_top_block .tags {
        flex-wrap: wrap;
    }

    .page-template-post .news_top_block .tag {
        margin-bottom: 10px;
    }
}