.news_single .news_date {
    margin-top: 120px !important;
}
.single-post .images .images__block {
    width: 100%;
}
.page-template-post .mt_120 {
    margin-top: 120px !important;
}
.list-logos-full{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0 0;
}
.list-logos-full .text-logo{
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
}
.list-logos-full .list-logos__item{
    height: 90px;
    width: 100% !important;
    padding-right: 0 !important;
    max-width: 260px;
}
.list-logos-full .list-logos__item img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.list-logos-partners{
    gap: 10px !important;
    justify-content: flex-start !important;
}
.list-logos-partners .list-logos__item:nth-child(1){
    width: auto !important;
    margin-right: 30px !important;
    padding-right: 0 !important;
    max-height: 80px !important;
}
.list-logos-partners .list-logos__item:nth-child(2){
    width: auto !important;
    margin-right: 0 !important;
    max-height: 100px !important;
}
.list-logos-partners .list-logos__item:nth-child(3){
    width: auto !important;
    max-height: 80px !important;
}
.footer .logos .list-logos__item:last-child {
    padding-right: 0 !important;
}
.footer .logos .list-logos__item:last-child img{
    max-width: 194px;
}
.footer .cms-editor__content.logos-spec{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer .cms-editor__content.logos-spec h2{
	margin-bottom:0;
}
.footer .cms-editor__content.logos-spec .list-logos{
	margin-left:20px;
}
.footer .cms-editor__content.logos-spec .list-logos .list-logos__item img{
	width: 100%;
	height:100%;
	max-width: 100%;
    max-height: 100%;
}
.angry-grid {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    height: 100%;
    margin-bottom: 20px;
}

[id^="item-"] {
    background-color: #ccc;
}


#item-0 {
    grid-row: 1 / span 4;
    grid-column: 1 / span 4;
}
#item-1 {
    grid-row: 1 / span 2;
    grid-column: 5 / span 2;
}
#item-2 {
    grid-row: 3 / span 2;
    grid-column: 5 / span 2;
}
#item-3 {
    grid-row: 5 / span 2;
    grid-column: 1 / span 2;
}
#item-4 {
    grid-row: 5 / span 2;
    grid-column: 3 / span 2;
}
#item-5 {
    grid-row: 5 / span 2;
    grid-column: 5 / span 2;
}
#item-6 {
    grid-row: 7 / span 2;
    grid-column: 1 / span 2;
}
#item-7 {
    grid-row: 7 / span 2;
    grid-column: 3 / span 2;
}
#item-8 {
    grid-row: 7 / span 2;
    grid-column: 5 / span 2;
}



.page-template-post  .angry-grid .archive__item{
    margin-bottom: 10px;
}

.page-template-post .angry-grid .first_news .card__img{
    height: 410px;
}

.page-template-post .angry-grid .archive__item a{
    height: 100%;
}

.page-template-post .angry-grid .date{
    color:  #0A35E8;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}


.page-template-post .angry-grid .first_news .ttl-h3{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
}

.page-template-post .angry-grid .first_news .card__descr{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
	display: block !important;
}



@media (max-width: 990.98px) {
    .angry-grid{
        display: block;
    }
    .page-template-post .angry-grid .card__img {
        height: auto;
    }
    .page-template-post .angry-grid .archive__item {
        margin-bottom: 25px;
    }
    .page-template-post .angry-grid .first_news .card__img {
        height: auto;
    }
}






.sucess_popup_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #003b58d6;
    z-index: 999;
}

.sucess_popup_wrap .sucess_popup{
    width: 730px;
    max-width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: .5s all;
}

.sucess_popup_wrap .sucess_popup .close {
    width: 22px;
    height: 22px;
    background: url("/wp-content/uploads/2023/08/bytesize_close.svg");
    display: block;
    position: absolute;
    right: 28px;
    top: 35px;
    cursor: pointer;
}

.sucess_popup_wrap .sucess_yellow{
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #FD9E2F;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}


.sucess_popup_wrap .sucess_text{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #003B58;
    display: block;
    margin-bottom: 10px;
}

.sucess_popup_wrap img{
    margin: 0 auto;
    display: block;
}

.sucess_open .sucess_popup_wrap{
    display: block;
}

.sucess_open .sucess_popup{
    visibility: visible;
    opacity: 1;
}

.sucess_popup_wrap .map_category_content_button:hover{
    filter: invert(1);
    transition: .5s;
}


.menu_opener .header_flex{
    flex-direction: column;
    justify-content: center;
    overflow-x: scroll;
    height: auto;
}


/* .fixed-search  */
.fixed-search {
    width: 120px;
    height: 120px;
    background: #2E4D9C;
    border: solid 4px #2E4D9C;
    color: #FFEC00;
    border-radius: 50%;
    position: fixed;
    text-decoration: none;
    /*right: 50%;*/
    /* top: 60%; */
    /*left: 50px;*/
    /*top:80%;*/
    bottom: 50px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 12px;
    text-align: center;
    font-size: 11.652px;
    font-weight: 600;
    line-height: 1.6;
    z-index: 102;
    /*margin-right: -627px;*/
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}



.fixed-search .icon-search{
    width: 40px;
    height: 40px;
}

.fixed-search .icon-search svg{
    width: 100%;
    height: 100%;
}

@keyframes play {
    0% {
    }
    15% {
        box-shadow: 0 0 0 0  rgba(121, 130, 154, 0.4);
    }
    65% {
        box-shadow: 0 0 0 16px  rgba(121, 130, 154, 0.28);
    }

}


.fixed-search:hover {
    background-color: #2E4D9C;
    -webkit-animation: none;
    animation: none;
}
.fixed-search i {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
}




.selectric-type{
    display: none;
}

.page-template-post .ttl-h3{
    text-transform: none;
}
.header__logo img{
    max-width: 200px;
}
.footer .logos{
    flex-direction: column;
}
.footer .logos .list-logos__item {
    width: auto;
    padding-right: 22px;
}
.footer .logos .list-logos__item img {
    /*max-height: 135px;*/
    max-height: 100px;
}

.footer .container{
    max-width: 920px;
}

.header.scrolling .header__menu .lang-item.menu-item a {
    color: #0B35E9;
}

.news_single{
    margin-top: 90px;
    padding: 0;
}

.header__menu .lang-item-first.menu-item a {
    margin-left: 78px!important;
}
.header__menu .lang-item.menu-item a {
    margin-left: 20px;
}
.overflow_hidden{
    overflow-y: hidden;
}
.event-popup {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
}
.event-popup:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #13121285;
}

.event-popup .event-popup-inner {
    max-width: 920px;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 40px 50px 40px;
}
.event-popup-close {
    position: absolute;
    right: -5px;
    top: -30px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 21px;
    letter-spacing: -1px;
    background-image: url(../images/close.svg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.cms-editor__content table td h2 {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #0B35E9;
    margin: 0;
}
.cms-editor__content table td{
padding-bottom: 20px;
}
.cms-editor__content table tr{
    vertical-align: baseline;
}

.event_form .wpcf7-list-item
{
   margin: 0;
}
.event_form .wpcf7-list-item label input[type='checkbox']
{
    appearance: auto!important;
    /*-webkit-appearance: auto!important;*/
}
.event_form .form__acceptance{
    display: flex;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #26335D;
}


#map_page .my-custom-class-for-label{
    visibility: hidden;
}

.gm-style-iw.gm-style-iw-c{
    padding: 0;
}
.gm-style-iw-d{
    padding: 25px 20px 15px 25px;
    width: 350px;
}
.gm-style .gm-style-iw-c{
    border-radius: 0;
    max-width: 350px!important;
    min-width: 350px!important;
}
.selectric-scroll li{
    text-transform: capitalize;
}

.map_popup__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 37px;
    text-transform: uppercase;
    color: #0B35E9;
    margin-bottom: 10px;
}

.population_before_war {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #171717;
    margin-bottom: 15px;
    display: none;
}


.community_head{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #0B35E9;
    margin-bottom: 5px;
    display: none;
}

.map_popup .btn {
    font-size: 18px;
}

.map_popup .pupup_content p{
    margin: 0;
    margin-bottom: 8px;
}


.pupup_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #171717;
}

.pupup_content img{
    float: left;
    width: 105px;
    height: 105px;
    object-fit: cover;
    margin: 0 20px 10px 0;
}

.map_popup .btn{
    margin: 0 auto;
}

.gm-style-iw button{
    top: 28px!important;
    right: 10px!important;
}

.gm-style-iw button span{
    width: 24px!important;
    height: 24px!important;
    margin: 0!important;
}

.map_page{
    margin-top: 90px;
}

.page-template-post .mt_120{
    margin-top: 92px;
}

.selectric-items{
    background: #fff;
    padding: 0 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #171717;
    border: none;
    padding-bottom: 15px;
    box-shadow: 0px 12px 14px rgb(0 0 0 / 25%);
}

.selectric .button:before{
    content:'';
    background: url("/wp-content/uploads/2022/05/vector.svg");
    width: 17px;
    height: 17px;
    position: absolute;
    top: 7px;
    right: 13px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transform-origin: center;
    transition: .3s all;
    background-size: contain;
}

.selectric-wrapper{
    width: auto;
    min-width: 190px;
    margin-bottom: 10px;
}
.selectric{
    margin-right: 10px;
}

.selectric-open .button:before{
    transform: rotate(0deg);
    top: 15px;
}

.selectric .label{
    line-height: 8px;
}

.selectric-items ul li:first-child{
    display: none!important;
}

.clear_filter{
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    vertical-align: super;
    display: none;
}


.selectric-scroll .selected.color_class {
    color: #666;
}
.selectric .label{
	text-transform:capitalize
}

.page-template-map .map_page .container{
    max-width: 945px;
}


#sg-filter{
    margin-bottom: 20px;
}
#sg-filter .btn{
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    bottom: 10px;
    display: none;
}
#sg-filter .button_reset {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #686868;
    padding: 0 30px 0 10px;
    text-decoration: none;
}
.wpcf7 input {
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none !important;
}
.wpcf7-submit.btn{
    border: none;
}
.cooperation-block{
    border: 5px solid #FFEC00;
}
.cooperation-block .cms-editor__content{
    padding-top: 80px;
    padding-bottom: 80px;
    align-items: center;
    text-align: center;
}
.cooperation{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.cooperation .cooperation__item{
    text-align: center;
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.cooperation .cooperation__item span, .cooperation .cooperation__item a{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}
.cooperation .cooperation__item span{
    padding-bottom: 20px;
}
.cooperation .cooperation__item a{
    padding-top: 36px;
}
.cooperation .cooperation__item a:hover{
    text-decoration: underline;
}

.cooperation .cooperation__item img{
    width: 100%;
    max-width: 280px;
}

.cities .cms-editor__content {
    padding: 0 65px;
    position: relative;
}
.cities .cms-editor__content:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFEC00;
}
.cities__block {
    padding: 0 65px;
}
.cities__block img{
    width: 100%;
    max-width: 428px;
}



.page-template-home .header__logo img{
    content:url("/wp-content/uploads/2022/12/u4u_logo_yellowwhite_u4uc4c-logo-yw.svg");
    width: 180px;
    max-width: 100%;
}

.page-template-home .scrolling img{
    content:inherit;
    width: 180px;
    max-width: 100%;
}

.single-communities .header__logo img{
    content:url("/wp-content/uploads/2022/12/u4u_logo_yellowwhite_u4uc4c-logo-yw.svg");
    width: 180px;
    max-width: 100%;
}

.single-communities .scrolling img{
    content:inherit;
    width: 180px;
    max-width: 100%;
}


.leaflet-tile-pane{
   opacity: 0;
}

.map_category_style{
    background: #2E4D9C;
    overflow: hidden;
    position: relative;
}

.leaflet-control-container{
    display: none;
}

.map_category .container{
    width: 1110px;
    max-width: 100%;
}

.map_category_style path.active{
    fill: #FCEA10;
}

.map_category_style path.active + .map_label{
    fill: #2E4D9C;
}

.map_category_style path.active + .map_label p{
    color: #2E4D9C;
}

.map_label{
    background: transparent;
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    pointer-events: none;
    font-family: 'Montserrat';
    z-index: -1;
}

.leaflet-marker-icon{
    background: transparent;
    border: none;
}

.leaflet-interactive:hover{
    fill: #FCEA10;
}

.leaflet-interactive:hover + .map_label{
    fill: #2E4D9C;
}
.leaflet-interactive:hover + .map_label p{
    color: #2E4D9C;
}



#svg-pan-zoom-controls{
    display: none;
}

.map_category_wrap{
    position: relative;
}

.map_category_info{
    position: absolute;
    top:80px;
    right: 21px;
    z-index: 9;
}

.map_cat_title{
    font-style: normal;
    font-weight: 700;
    font-size: 14.7493px;
    line-height: 26px;
    color: #FFEC00;
    padding-left: 120px;
    position: relative;
    top: -25px;
}

.map_category_decor{
    position: absolute;
    background-image: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/Group 4212.svg");
    width: 452px;
    height: 123px;
    max-width: 100%;
    right: 21px;
    top: 65px;
    background-repeat: no-repeat;
    background-size: cover;
}

.map_category_info {
    background: #233972;
    border-radius: 4px;
    padding: 9px 10px 9px 19px;
    width: 315px;
}

.map_category_info_title{
    display: flex;
    justify-content: space-between;
}

.map_category_info_title span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FFEC00;
    padding-right: 30px;
}

.map_category_info ul{
    padding-left: 0;
    list-style: none;
    max-height: 240px;
    overflow-x: auto;
    padding-right: 10px;
    transition: .3s all;
    margin-bottom: 10px;
    margin-top: 10px;
}

.map_category_info ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
}


.map_category_contact{
    background: #233972;
    border-radius: 4px;
    padding: 14px;
    width: 190px;
    position: absolute;
    bottom: 35px;
    left: 30px;
    display: flex;
    flex-direction: column;
}
.map_category_contact b{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFEC00;
    margin-bottom: 5px;
    line-height: 1.4;
}

.map_category_contact a{
color:#fff;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.map_category_logo{
    position: absolute;
    right: 30px;
    bottom: 46px;
}


    /* width */
.map_category_info ul::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.map_category_info ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.map_category_info ul::-webkit-scrollbar-thumb {
    background: #FFEC00;
}

/* Handle on hover */
.map_category_info ul::-webkit-scrollbar-thumb:hover {
    background: #decd00;
}

.map_category_info ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.map_category_info ul a{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.map_category_info ul li span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: #FFFFFF;
    width: 30%;
}


.map_category_active path{
    fill: #FCEA10;
    stroke: #2E4D9C;
}
.map_category_active path + .map_label{
    fill: #2E4D9C;
}
.map_category_active path + .map_label p{
    color: #2E4D9C;
}

.map_category_active .leaflet-interactive:hover{
	fill: #5f88f1;
}

.map_category_active .leaflet-interactive:hover + .map_label p{
	color:#fff;
} 

.map_category_active .leaflet-interactive.active{
	fill: #5f88f1;
} 



.map_category_active .leaflet-interactive.active + .map_label p{
	color:#fff;
} 


.map_category_wrap .map_label.icon-car:before{
    content: '';
    position: absolute;
    background-image: url(../images/car-blue.svg);
}


.map_label img{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top:-20px
}

.map_label .car_blue {
    filter: grayscale(1);
    transition: .3s all;
}

path:hover + .map_label .car_blue {
    filter: grayscale(0);
}

.map_label.term-turn-first{
    overflow: unset;
}

.map_label.term-turn-second{
    overflow: unset;
}

.map_label.term-turn-first .car_blue{
    display: block;
}

.map_label  p{
	 display: none;
} 

.map_label.term-turn-first p{
    display: block;
}



.map_category:not(.all) path:not(.term-turn-first){
    cursor: default;
    pointer-events: none;
}


.map_category{
    padding-top: 50px;
}

path.active + .map_label img{
    filter: grayscale(0);
}

.map_category_content{
    z-index: 20;
    position: relative;
}
.cat_select{
    cursor: pointer;
}

.map_category:not(.all) path:not(.term-turn-first){
    cursor: default;
    pointer-events: none;
}

.map_category:not(.all) svg:not(.map_category_active) .term-turn-first .car_blue{
  display: none;
}

.map_category:not(.all) svg:not(.map_category_active) .term-turn-first .car_yellow{
    display: block;
}

.map_category:not(.all) svg:not(.map_category_active)  path.active + .map_label .car_yellow{
    display: none;
}

.map_category:not(.all) svg:not(.map_category_active)  path.active + .map_label .car_blue{
    display: block;
}

.map_category:not(.all) svg:not(.map_category_active)  path:hover + .map_label .car_blue{
    display: block;
}

.map_category:not(.all) svg:not(.map_category_active) .term-turn-second .car_yellow{
    display: block;
}
.map_category:not(.all) svg:not(.map_category_active) path.term-turn-second{
    cursor: pointer;
    pointer-events: all;
}

.close_category{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.map_category_title {
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 40px;
    display: flex;
}

.map_category_title .cls_arrow {
    padding-right: 35px;
}

.map_category_title .cls_arrow svg{
    cursor: pointer;
    position: relative;
    top:10px;
    transition: .3s all;
}


.map_category_title.active svg path{
    fill: #2E4D9C;
}
.map_category_title.active svg{
   transform: rotate(180deg);
}


.home .map_category_content{
    display: none;
}


.map_category_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
    color: #000000;
    padding: 30px 70px 40px 70px;
}


.map_category_content_button{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #2E4D9C;
    text-decoration: none;
    padding: 15px 50px;
    border: 1px solid #2E4D9C;
    border-radius: 4px;
    display: table;
    margin:  0 auto;
}


.map_category_content{
    margin-bottom: 50px;
}


.cat_select{
    background: #FFEC00;
    width: 65px;
    height: 32px;
    border-radius: 20px;
    position: relative;
    margin-right: 17px;
}

.cat_select:before{
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
    top:3px;
    transition: .3s all;
}


.cat_select.active{
    background: #0A35E8;
    transition: .3s all;
}

.cat_select.active:before{
    content: '';
    left: auto;
    right: 3px;
    top:3px;
    transition: .3s all;
}

.select_close_projekt{
    display: none;
}

.cat_select.active + .select_open_projekt {
    display: none;
}

.cat_select.active + .select_open_projekt + .select_close_projekt {
    display: block;
}


.header__menu .sub-menu{
    opacity: 0;
    pointer-events: none;
}



.social{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.social li{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

.pll_the_languages{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 40px;
    padding-right: 11px;
    top:-2px;
}

.pll_the_languages:before{
    content: '';
    background-image: url("/wp-content/uploads/2023/02/bottom_lang.svg");
    width: 11px;
    height: 5px;
    position: absolute;
    right: -5px;
    top: 20px;
}


.pll_the_languages li{
    border-bottom: 1px solid #FFEC00;
    height: 35px;
    opacity: 0;
    transition: .3s;
}

.pll_the_languages .current-lang{
    opacity: 1;
    order: -1;
}

.pll_the_languages a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FFEC00;
    text-decoration: none;
}

.pll_the_languages:hover li{
    opacity: 1;
    background-color: #2e4d9d;
}

.pll_the_languages li{
   padding: 0 5px;
}

.header__menu .menu-item-has-children > a{
    position: relative;
    padding-right: 20px;
}
.header__menu .menu-item-has-children{
    position: relative;
}

.header__menu .menu-item-has-children > a:before{
    content: '';
    background-image: url("/wp-content/uploads/2023/02/bottom_lang.svg");
    width: 11px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 8px;
}

.header__menu .menu-item-has-children .sub-menu{
    position: absolute;
    background: #FFFFFF;
    padding: 10px 14px;
    left: -13px;
    top:75px;
    width: 470px;
}

.header__menu .menu-item-has-children .sub-menu a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #5B5B5B;
    transition: .3s all;
}


.header__menu .menu-item-has-children .sub-menu a:hover{
    color:#2e4d9d
}

.sub-menu{
    padding: 0;
    list-style: none;
}

.header__menu .sub-menu{
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}

.header__menu .menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    pointer-events: all;
    transition: .3s all;
}
.header__menu .menu-item-has-children .sub-menu a:hover:after{
    display: none;
}

.social .facebook{
    background-image: url("/wp-content/uploads/2023/03/facebook.svg");
}

.social .instagram{
    background-image: url("/wp-content/uploads/2024/06/icon-instnew.svg");
}
.social .linkedin{
    background-image: url("/wp-content/uploads/2023/03/in.svg");
}
.social .twitter{
    background-image: url("/wp-content/uploads/2023/03/twitter.svg");
}
.social .youtube{
    background-image: url("/wp-content/uploads/2023/03/you_tube.svg");
}

.social a{
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_flex .social{
    padding: 0 40px;
}

.header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.header.scrolling .social a{
    filter: invert(1);
}


.header.scrolling .header__menu .menu-item a:before{
    filter: invert(1);
}


.header.scrolling .pll_the_languages:before {
    filter: invert(1);
}

.header.scrolling .pll_the_languages a{
    color: #010101;
}
.header.scrolling .pll_the_languages li{
    border-bottom: 1px solid #2E4D9C;
    padding: 0 10px;
}

.steps-wrap{
    border-left: 2px solid #2E4D9C;
    position: relative;
    padding: 1px 0;
    margin-left: 65px;
}

.steps-wrap:before{
    content:'';
    width: 8px;
    height: 2px;
    background: #2E4D9C;
    position: absolute;
    left: -10px;
    top:0
}
.steps-wrap:after{
    content:'';
    width: 8px;
    height: 2px;
    background: #2E4D9C;
    position: absolute;
    left: 0px;
    bottom:0
}

.steps-list__block .step-cell{
    margin: 17px 0;
}


.steps-list__block {
    padding-left: 58px;
    position: relative;
}
.steps-list__block:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    height: 2px;
    width: 58px;
    background: #2E4D9C;
    margin-top: -1px;
}
.steps-list__block:after{
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    height: 9px;
    width: 9px;
    background: #2E4D9C;
    border-radius: 50%;
    margin-top: -4px;
}

.author-news__social a{
    text-decoration: none;
}

.footer_bottom{
    background: #2E4D9C;
    padding: 39px 0;
}
.footer_bottom .flex{
    display: flex;
    justify-content: space-between;
}

.footer_bottom .logo{
    width: 190px;
    height: 54px;
}

.footer_bottom .logo img{
    width: 100%;
    max-width: 190px;
    content: url(/wp-content/uploads/2025/07/175_cities-4-cities_main-black.svg);
}

.footer_bottom .footer_menu {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.footer_bottom .footer_menu li:not(:last-child){
    margin-bottom: 10px;
}
.footer_bottom .footer_menu li{
    line-height: 1;
    padding: 0 0 0 15px;
}

.footer_bottom .footer_menu li a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_bottom .footer_info{
    padding: 0 15px 0 0px;
}

.footer_bottom .footer_info b{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: block;
}
.footer_bottom .footer_info a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.footer_bottom .social{
    margin-top: 24px;
}

.footer_bottom .footer_form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width:340px
}
.footer_bottom .footer_form{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.footer_bottom{
    margin-top: 50px;
}


.footer_bottom .form .flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_bottom .form input[type='email']{
    height: 33px;
    padding: 0 8px;
    background: #FFFFFF;
    border-radius: 4px!important;
    border-color:transparent;
    margin-bottom: 20px;
    width: 100%;
}

.footer_bottom .form input[type='email']::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #585858;
}

.footer_bottom .form{
	margin-bottom:10px
}

.footer_bottom input[type='submit']{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px!important;
    background: transparent;
    line-height: 40px;
    cursor: pointer;
}
.footer_bottom form{
    padding-top: 0!important;
}

.footer_bottom .wpcf7-not-valid-tip{
    display: none!important;
}


.footer_bottom .wpcf7-not-valid {
    border-color: red!important;
}

.newsletter_form .wpcf7-not-valid-tip{
    display: none!important;
}



.newsletter_form .wpcf7-not-valid {
    border-color: red!important;
}

.header{
background-color: #2e4d9d;
}

.header .header__logo img {
    content: url(/wp-content/uploads/2025/07/175_cities-4-cities_main-black.svg);
    width: 180px;
    max-width: 100%;
}


.header .container{
    max-width: 1080px;
}

.footer_bottom .container{
    max-width: 1080px;
}
/*
.slider:nth-child(2n){
    background: #E8E8E8;
}

 */

.slider .swiper-slide{
    box-shadow: 0px 4.4902px 12.2157px rgb(0 0 0 / 25%);
    align-self: stretch;
    height: auto;
    background: #fff;
}

.slider .swiper-slide figure{
    margin: 0;
    height: 200px;
}

.slider .swiper-slide figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .swiper-slide data{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #828282;
}

.slider .swiper-slide a{
    text-decoration: none;
}

.slider .swiper-slide .news_slider_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.slider .news_info {
    padding: 0 12px 20px 12px;
}

.slider h2{
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 25px;
}

.slider .swiper{
    padding: 20px;
    padding-bottom: 100px;
}

.slider .container{
    max-width: 1152px;
}
.slider h2{
    padding: 0 20px;
}

.slider .slider_button{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #2E4D9C;
    text-decoration: none;
    padding: 15px 50px;
    border: 1px solid #2E4D9C;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
}

.slider .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: relative;
    bottom: -58px;
    left: 0;
    width: 100%;
}

.slider .swiper-scrollbar{
    height: 2px;
    background: #2E4D9C;
}

.slider  .swiper-scrollbar-drag {
    background: #FFEC00;
}
.slider{
    position: relative;
    padding-top: 1px;
    padding-bottom: 60px;
   /* background: #F9F9F9; */
}



.slider .swiper-control{
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1260px;
}

.slider .swiper-button-next:after{
    content: '';
    width: 56px;
    height: 56px;
    background-image: url("/wp-content/uploads/2023/02/vector-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .swiper-button-prev:after{
    content: '';
    width: 56px;
    height: 56px;
    background-image: url("/wp-content/uploads/2023/02/vector.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .swiper-button-next,.slider .swiper-button-prev{
    width: 56px;
    height: 56px;
}
.map_category{
    box-shadow: 0 -13px 17px rgb(0 0 0 / 6%);

}
.map_category.active{
    box-shadow: none;
}


.footer .cms-editor__content h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19.0181px;
    line-height: 27px;
    color: #2E4D9C;
    margin-bottom: 20px;
}

.subscribe_to_newsletter{
    background: #E8E8E8;
    padding-top: 97px;
    padding-bottom: 85px;
}
.subscribe_to_newsletter .flex{
    display: flex;
    justify-content: space-between;

}

.subscribe_to_newsletter .newsletter_text{
    padding-left: 90px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
    color: #000000;
    position: relative;
    margin-right: 30px;
}
.subscribe_to_newsletter .newsletter_text:before{
    content: '';
    background-image: url("/wp-content/uploads/2023/02/vector-2.svg");
    width: 52px;
    height: 55px;
    position: absolute;
left: 0;
    top:0;
}
.subscribe_to_newsletter .newsletter_text{
    width: 605px;
    max-width: 100%;
}

.subscribe_to_newsletter .newsletter_text p{
    margin-bottom: 0;
}

.subscribe_to_newsletter .newsletter_form{
    width: 350px;
    max-width: 100%;
}

.subscribe_to_newsletter .newsletter_form .flex{
    flex-direction: column;
}

.subscribe_to_newsletter .newsletter_form input[type='email']{
    background: #FFFFFF;
    border-radius: 4px;
    height: 33px;
    padding: 0 8px;
    background: #FFFFFF;
    border-radius: 4px!important;
    border-color: transparent;
    margin-bottom: 20px;
    width: 100%;
}

.subscribe_to_newsletter .newsletter_form input[type='submit']{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px!important;
    background: transparent;
    line-height: 40px;
    cursor: pointer;
    background: #2E4D9C;
}


.subscribe_to_newsletter form{
    padding-top: 0!important;
}

.subscribe_to_newsletter .container{
    width: 920px;
}

.info_block{
    padding: 80px 0;
}
.info_block .container{
    width: 920px;
}
.info_block .flex{
display: flex;
    justify-content: space-between;
    padding: 60px 65px;
    align-items: center;
}

.info_block .info_block_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 37px;
    color: #171717;
    width: 585px;
    max-width: 100%;
}

.info_block .info_block_button{
    background: #FFEC00;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #2E4D9C;
    text-decoration: none;
    padding: 0 15px;
    min-width: 155px;
}

.info_block .info_block_text{
    padding-right: 52px;
}

.info_block.blue .flex{
    background: #2E4D9C;
}

.info_block.blue .info_block_text{
    color: #FFFFFF;
}
.info_block.blue .info_block_text p:last-child{
    margin-bottom: 0;
}

.info_block.border{
    background: #E8E8E8;
}

.info_block.border .flex{
    position: relative;
    border-top: 2px solid #2E4D9C;
    border-bottom: 2px solid #2E4D9C;
}

.info_block.border .flex:before{
    content: '';
    width: 2px;
    height: 13px;
    background:#2E4D9C;
    position: absolute;
    right: 0;
    top:0
}

.info_block.border .flex:after{
    content: '';
    width: 2px;
    height: 13px;
    background:#2E4D9C;
    position: absolute;
    left: 0;
    bottom:0
}


.info_block.gray .flex{
    background: #E8E8E8;
}

.info_block.gray .flex .info_block_button {
    background: #2E4D9C;
    color:#fff;
}

.page-template-projekts h1{
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #000000;
}

.page-template-projekts .map_category {
    box-shadow: none;
}

.page-template-projekts .map_category .map_category_title{
    display: none;
}

.steps-wrap .step-cell {
    padding: 10px;
    justify-content: flex-start;
}
.steps-wrap .step_number{
    margin-left: 0;
    margin-right: 20px;
}


.step_btn__block{
    margin-top: 85px;
}

.page-template-projekts .images .flex{
    display: flex;
    justify-content: space-between;
}


.page-template-projekts .images.images_number_2 .images__block{
    width: 49%;
    flex-basis: 49%;
}

.page-template-projekts .container{
    width: 1080px;
    max-width: 100%;
}

.page-template-projekts .image .col-md-12 {
width: 100%;
    margin-left: 0;
    flex: 100%;
    max-width: 100%;
}


.projekts_buttons{

    padding: 70px 0 20px 0;
}

.projekts_buttons .projekts_button_wrap .projekts_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15.3631px;
    line-height: 27px;
    color: #2E4D9C;
    text-align: center;
}

.projekts_buttons a{
    text-decoration: none;
    padding: 20px;
}

.projekts_buttons .projekts_button_wrap{
    width: 255px;
    height: 325px;
    background: #F8F8F8;
    border-radius: 2.92631px;
    transition: .1s all;
    margin: 10px;
}
.projekts_buttons img{
    margin: 0 auto;
    display: block;
}
.projekts_buttons figure{
    height: 105px;
}

.projekts_buttons .projekts_button_wrap a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.projekts_buttons figure{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.projekts_buttons .projekts_button_wrap:hover{
    outline: 3px solid #FFEC00;
}

.page-template-post .ttl-h2{
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 20px;
}

.page-template-map .ttl-h2{
    margin-top: 110px;
    color: #000000;
}

.page-template-post .ttl-h3{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.page-template-post .first_news .ttl-h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}

.page-template-post .date{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #0A35E8;
    margin-bottom: 10px;
}
.page-template-post .archive__item{
    margin-bottom: 35px;
}
.page-template-post .archive__item a {
    background: #F8F8F8;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    height: 355px;
}


.page-template-post figcaption {
    padding: 0 14px 24px 14px;
}

.page-template-post .first_news figcaption {
    padding: 0 24px 24px 24px;
}

.page-template-post .first_news .card__img{
    height: 200px;
}
.page-template-post  .card__img{
    height: 195px;
}

.page-template-post #loadmore {
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}


.page-template-form .form_row{
    display: flex;
    justify-content: space-between;
}

.page-template-form .form_row b{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19.7297px;
    line-height: 1;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}
.page-template-form .form_row span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16.4414px;
    line-height: 16px;
    color: #000000;
    display: block;
}

.page-template-form .form_row br{
    display: none;
}

.page-template-form .form_row .wpcf7-form-control-wrap{
    margin-top: 20px;
}


.page-template-form .form_row{
    margin-bottom: 40px;
    width: 100%;
}

.page-template-form .form_row input{
    background: #F9F9F9;
    border-radius: 4.38438px!important;
    padding: 12px 9px;
    border-color: transparent;
    border-bottom: 2.19219px solid #FFEC00;
}
.page-template-form .form_row input::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #BFBFBF;
}

.page-template-form .form_row > div{
    width: 100%;
}

.page-template-form .form_row > div:not(.form_col) input{
    width: 100%;
}

.page-template-form .form_row .form_col input{
    width: 338px;
    max-width: 100%;
}
.page-template-form .selectric{
    box-shadow: none;
    margin-right: 0;
}

.page-template-form .selectric .label{
    background: #F9F9F9;
    border-radius: 4.38438px!important;
    padding: 12px 9px;
    border-color: transparent;
    border-bottom: 2.19219px solid #FFEC00;
    margin: 0;
    height: 43.19px;
}


.page-template-form .selectric .button:before{
    display: none;
}

.page-template-form .selectric-wrapper{
    height: 43px;
    min-width: auto;
    max-width: 100%;
    width: 338px;
}

.page-template-form .selectric .button{
  background: #F9F9F9;
    font-size: 30px;
   color: #FFEC00;
    line-height: 43px;
}




/* width */
.page-template-form .selectric-items .selectric-scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.page-template-form .selectric-items .selectric-scroll::-webkit-scrollbar-track {
    background: #2e4d9d;;
}

/* Handle */
.page-template-form .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
    background: #FFEC00;
}

/* Handle on hover */
.page-template-form .selectric-items .selectric-scroll::-webkit-scrollbar-thumb:hover {
    background: #decd00;
}


.page-template-form .form_container{
    width: 755px;
}

.page-template-form .form_col{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-template-form .selectric-wrapper{
    margin-bottom: 0;
}


.form_row.form_row_margin{
    margin-bottom: 0;
}

.form_row .wpcf7-list-item , .form_row .wpcf7-radio{
    margin-left: 0;
}

.form_row .wpcf7-checkbox, .form_row .wpcf7-radio{
    border-color: transparent;
    background: #F9F9F9;
    border-bottom: 2.19219px solid #FFEC00;
    padding: 13px 15px;
}

.page-template-form .form_row .wpcf7-checkbox input, .page-template-form .form_row .wpcf7-radio input{
    border-bottom: none;
}

.page-template-form .form_row .wpcf7-checkbox .wpcf7-list-item-label, .page-template-form .form_row .wpcf7-radio .wpcf7-list-item-label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 19.7297px;
    color: #5B5B5B;
    padding-left: 30px;
    display: inline-block;
}

.page-template-form .form_row .wpcf7-checkbox .wpcf7-list-item-label, .page-template-form .form_row .wpcf7-radio .wpcf7-list-item-label{
    margin: 10px 0;
}

.page-template-form .form_row .wpcf7-list-item-label, .page-template-form .form_row .wpcf7-list-item-label{
    position: relative;
    cursor: pointer;
}
.page-template-form .form_row .wpcf7-list-item-label:before{
    content: '';
    border: 2px solid #5B5B5B;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}

.page-template-form .form_row .wpcf7-radio .wpcf7-list-item-label:before{
    content: '';
    border: 2px solid #5B5B5B;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}

.page-template-form .form_row .wpcf7-list-item-label:after{
    content: '';
    background-image: url("/wp-content/uploads/2023/02/icon.svg");
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 60%;
    background-position: center;
    opacity: 0;
    border-radius: 2px;
}


.all_map.active .map_category_content{
display: block;
}

.all_map .map_category_title{
    padding-bottom: 40px;
}

.all_map{
    margin-top: 0;
}

.map_category_text a{
    color:#2E4D9C
}


/*
.home #map_category_1 .map_category_wrap {
    visibility: hidden;
    position: absolute;
}
.home #map_category_1 .close_category {
    visibility: hidden;
    position: absolute;
}


.home #map_category_2 .map_category_wrap {
    visibility: hidden;
    position: absolute;
}
.home #map_category_2 .close_category {
    visibility: hidden;
    position: absolute;
}


.home #map_category_3 .map_category_wrap {
    visibility: hidden;
    position: absolute;
}
.home #map_category_3 .close_category {
    visibility: hidden;
    position: absolute;
}

.home #map_category_4 .map_category_wrap {
    visibility: hidden;
    position: absolute;
}
.home #map_category_4 .close_category {
    visibility: hidden;
    position: absolute;
}

.home #map_category_5 .map_category_wrap {
    visibility: hidden;
    position: absolute;
}
.home #map_category_5 .close_category {
    visibility: hidden;
    position: absolute;
}


.page-id-9.home #map_category_1 .map_category_wrap {
    visibility: visible;
    position: static;
}
.home #map_category_1 .close_category {
    visibility: visible;
    position: static;
}
*/




.page-template-form .form_row .wpcf7-radio .wpcf7-list-item-label:after{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 60%;
    background-image: none;
    background-position: center;
    opacity: 0;
    border-radius: 50%;
    background-color: #2E4D9C;
}


.page-template-form .form_row input[type='checkbox'], .page-template-form .form_row input[type='radio']{
    position: absolute;
}
.page-template-form .form_row input[type='checkbox']:checked + span:after{
    opacity: 1;
    background-color: #2E4D9C;
}

.page-template-form .form_row input[type='radio']:checked + span:after{
    opacity: 1;
    border-color: #2E4D9C;
}

.page-template-form .form_row .wpcf7-list-item input{
    background: transparent;
}

.page-template-form .wpcf7-not-valid-tip{
    display: none!important;
}

.page-template-form .wpcf7-not-valid{
    border-bottom: 2.19219px solid red!important;
}

.page-template-form .form_container input[type='submit']{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px!important;
    background: transparent;
    line-height: 40px;
    cursor: pointer;
    background: #2E4D9C;
    margin: 0 auto;
    display: block;
}

.header.scrolling .header__logo img{
    content:url("/wp-content/uploads/2025/07/175_cities-4-cities_main-white.svg");
}

.header__menu .menu-item:first-child a{
    margin-left: 20px;

}

.header__menu .sub-menu li{
   padding: 5px 0;
    line-height: 1;
}

.header__menu .menu-item-has-children .sub-menu a{
    margin-left: 0;
}

.recommendation_single{
    margin-top: 100px;
}

.section_about_us{
    padding: 50px 0 100px 0;
}

.section_about_us .container{
    padding: 0 60px;
    padding-bottom: 50px;
    /*border-bottom: 2px solid #2E4D9C;*/
    width: 1080px;
    max-width: 100%;
position: relative;
}

.section_about_us .container:after{
    content: '';
    width: 2px;
    height: 13px;
    /*background: #2E4D9C;*/
    position: absolute;
    left: 0;
    bottom: 0;
}

.section_about_us figure{
    margin-top: 10px;
    height: 520px;
    position: relative;
}
.section_about_us figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_about_us h2{
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #000000;
}
.page-id-9 .section_about_us h2{
    color: white;
    position: absolute;
    top: -400px;
}

.section_about_us .about_us_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 21px;
    line-height: 37px;
    color: #000000;
}
.section_about_us .about_us_bottom {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 21px;
    line-height: 37px;
    color: #000000;
 }

.section_about_us a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #2E4D9C;
    text-decoration: none;
    padding: 15px 50px;
    border: 1px solid #2E4D9C;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
}

.archive .not_found{
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
}

.about_us_video figure:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #FFEC00;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 9;
}

.about_us_video figure img{
    filter: brightness(0.8);
}
.about_us_video figure iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.site-path{
    background: #E8E8E8;
    padding: 15px;
    display: none;
}

.site-path a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 23px;
    color: #838383;
    text-decoration: none;
}

.site-path a:before{
    content:'';
    background-image: url("/wp-content/uploads/2023/02/vector-49.svg");
    width: 5px;
    height: 10px;
    position: absolute;
    top: 7px;
    right: 9px;
    background-size: cover;
}
.site-path a{
    padding-right: 20px;
    position: relative;
}
.site-path a:first-child{
    padding-right: 25px;
}


.site-path span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 23px;
    color: #838383;
    text-decoration: none;
}


.site-path .breadcrumbs{
    display: none;
    flex-wrap: wrap;
}


.header.scrolling .pll_the_languages li{
    background: #fff;
}


.svg_map_controls{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 9px;
    right: 12px;
    display: none;
}

.svg_map_controls button{
    border: none;
    background: #FFEC00;
    width: 40px;
    height: 40px;
    color:#2E4D9C;
    font-size: 30px;
    margin-bottom: 5px;
}
.map_category_mobile{
    display: none;
}
.map_category_mobile .map_cat_title{
top:8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14.7493px;
    line-height: 26px;
    text-align: center;
    color: #171717;
    padding-left: 0;
}

.slider .swiper-control{
    z-index: 1;
}

.page-template-projekts h1{
    margin-top: 100px;
}


.news_single .news_date{
    margin-top: 50px;
}

.sliderSwiperVideo{
    height: 400px;
}
.sliderSwiperVideo figure{
    height: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.sliderSwiperVideo figure:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #FFEC00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 0;
}


.single-communities .top-cover {
    width: 100%;
    height: 100vh!important;
    display: flex;
    align-items: flex-end;
    padding: 200px 0;
    position: relative;
    background-size: cover!important;
}

.single-communities .top-cover:before {
    content: '';
    width: 100%;
    height: calc(50% - 5px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #010101 -1.02%, rgba(10, 10, 10, 0) 100%);
    opacity: 0.7;
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 0;
}





.page-template-recommendations .archive.mt_120{
    margin-top: 90px;
}

.wpcf7 form.sent .wpcf7-response-output{
    background: #fff;
    z-index: 9;
    position: fixed!important;

}


.footer_form .wpcf7 form.sent .wpcf7-response-output{
    position: absolute!important;
    color: #000;
    font-size: 19px;
    line-height: 25px;
}

.footer_form .wpcf7 form.sent .wpcf7-response-output:before{
    display: none;
}


.newsletter_form .wpcf7 form.sent .wpcf7-response-output{
    position: absolute!important;
    color: #000;
    font-size: 19px;
    line-height: 25px;
}

.newsletter_form .wpcf7 form.sent .wpcf7-response-output:before{
    display: none;
}

.wpcf7 form .wpcf7-response-output{
    display: none;
}





.container_logo__wrapper{
    display: flex;
}
.map__mgb100{
    margin-bottom: 100px;
}

.wpcf7-checkbox .wpcf7-list-item{
	margin-left:0
}

.wpcf7-checkbox input {
    -webkit-border-radius: 0 !important;
     -webkit-appearance: auto !important; 
	width:15px;
	height:15px;
	cursor:pointer
}


.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 13px;
    line-height: 1.5;
    display: inline-block;
	cursor:pointer
}



.wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label{
	color:red;
}

.wpcf7-not-valid-tip{
	display:none!important
}

.page-template-projekts .map_category_content{
	margin:0;
	padding:0
}
.page-template-projekts .map_category {
	margin:0;
	padding:0
}


.wpcf7-form.submitting{
    pointer-events: none;
   filter: blur(1px);
}


.map_category.close_cat .term-turn-first{
pointer-events: none;
}



.map_category.close_cat .map_label.term-turn-first{
display: none;
}

.map_category.close_cat .map_label.term-turn-first.term-turn-second{
    display: block;
}

.map_category.close_cat .map_category_info li{
    display: none;
}





.map_category.close_cat .map_category_info li.close_cat{
    display: flex;
}




@media (max-width: 1200.98px) {
    .top-cover{
        height: 300px!important;
    }

    .section_about_us .container{
        border-bottom: none;
    }
    .section_about_us .container:after{
        display: none;
    }

    .subscribe_to_newsletter .newsletter_text {
        width: 50%;
        max-width: 50%;
    }
}


@media (max-width: 1050.98px) {


    .page-template-form .mb_50{
        margin-top: 120px;
    }


    .page-template-form .form_row{
        display: block;
    }

    .page-template-form .form_row .form_col input{
        width: 100%;
    }

    .page-template-form .selectric-wrapper{
        width: 100%;
    }

    .page-template-form .form_col{
        margin-bottom: 20px;
    }

    .page-template-form .form_container{
        width: 100%;
    }


   .menu_opener .header_flex .header__menu{
margin-right: 0;
       width: 600px;
       max-width: 100%;
    }

    .menu_opener .header__menu .menu-item-has-children .sub-menu{
        position: static;
        opacity: 1;
        width: 100%;
    }

    .menu_opener .header__menu .menu-item:first-child a{
        margin-left: 0!important;
    }

    .menu_opener .header__menu .menu-item-has-children > a:before{
        filter: brightness(0%);
    }

    .menu_opener .header__menu .menu-item-has-children > a{
        padding-right: 30px;
    }

    .menu_opener  .header__menu .menu-item-has-children .sub-menu{
        display: none;
        background: #E8E8E8;
        transition: none;
    }


    .menu_opener  .pll_the_languages {
        display: none;
    }

    .section_about_us{
        padding-top: 80px;
    }

    .header .container{
        padding-bottom: 15px!important;
    }


    .page-template-form {
        padding-top: 70px;
    }


    .page-template-about{
        padding-top: 75px;
    }

   .header_flex .header__menu{
        margin-right: 50px;
    }

    /*.header_flex .social{*/
    /*    display: none;*/
    /*}*/

    .top-cover{
        height: auto!important;
        background: none;
    }


    .map_category_mobile{
        display: block;
    }

    /*
    .map_category.all .leaflet-interactive:hover{
        fill: #2E4D9C;
    }

    .map_category.all  .leaflet-interactive:hover + .map_label p{
        color: #fff;
    }

     */

    .map_category_style svg{
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .svg_map_controls{
        display: flex;
    }

    #svg-pan-zoom-controls{
        display: block;
    }

    .map_category_info{
       position: static;
        width: 100%;
        margin-top: 20px;
    }
    .map_category_decor{
        display: none;
    }
    .map_category_logo{
        display: none;
    }
    .map_category_contact{
        position: static;
        margin-top: 20px;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }
    .leaflet-zoom-animated{
        transform: translate3d(0, 0, 0)!important;
    }
    .svg-pan-zoom_viewport{
        width: 100%;
        height: 100%;

    }

}

@media (max-width: 991.98px) {

    .pll_the_languages {
        margin-right: 50px;
        line-height: 30px;
        top:0
    }

    .pll_the_languages:before {
        right: -7px;
        top: 13px;
    }

    #sg-filter .btn{
        display: block;
        bottom: 0;
    }
    .menu_opener .header__menu .lang-item:first-child {
        position: absolute;
        top: 6px!important;
        right: 0;
    }
    .menu_opener .header__menu .lang-item:last-child {
        position: absolute;
        top: 35px;
        right: 0;
    }
    .footer_bottom .logo{
        padding-right: 20px;
    }
    .footer .footer_info{
        padding-right: 20px;
    }

    .section_about_us{
        padding-bottom: 50px;
    }
    .projekts_buttons .projekts_button_wrap {
        width: 100%;
        height: 325px;
        margin: 10px 0;
    }
    .page-template-post .mt_120{
        margin-top: 90px!important;
    }

    a.header__logo{
        display: flex;
    }

    .menu_opener .menu-item.current-menu-item a:before{
        display: none!important;
    }


}
@media (max-width: 767.98px) {
	.footer .cms-editor__content.logos-spec h2 {
    margin-bottom: 20px;
}
.footer .cms-editor__content.logos-spec {
    display: flex;
    flex-direction: column;
    align-items: start;
}
	.footer .cms-editor__content.logos-spec .list-logos__item{
		width: 100%;
	}
    .sucess_popup_wrap .sucess_popup{
        padding: 30px;
    }

    .sucess_popup_wrap .sucess_popup .close{
        right: 15px;
        top: 15px;
    }


    .fixed-search span{
        display: none;
    }

    .fixed-search {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
        padding: 14px 10px 10px 12px;
    }

    .fixed-search svg{
        width: 25px;
        height: 25px;
        position: relative;
        bottom: 10px;
    }

    .page-template-communities .archive.mt_120{
        margin-top: 120px;
    }


    .menu_opener .header_flex .header__menu{
        width: 100%;
    }

    .menu_opener .header .container{
        align-items: baseline;
    }

    .menu_opener .header__menu .sub-menu .menu-item:not(:last-child){
        margin-bottom: 15px;
    }

    .menu_opener .header_flex {
        width: 100%;
    }

    .menu_opener .header__menu .menu-item{
        text-align: left;
    }

    .menu_opener .header__menu .sub-menu a{
font-size: 16px;
    }


    .page-template-about .cms-editor .col-lg-12{
        padding: 0;
    }

    .info_block.blue{
        padding: 15px 0;
    }

    .info_block.gray{
        padding: 15px 0;
    }

    .subscribe_to_newsletter {
        background: #E8E8E8;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .logos{
        margin-bottom: 0;
    }

    .footer .logos .list-logos__item img {
        max-height: initial;
    }
    .list-logos__item img {
        max-width: 50%;
    }

    .footer .logos .list-logos__item{
        margin-bottom: 10px;
    }

    .subscribe_to_newsletter .newsletter_form input[type='submit'] {
        line-height: 50px;
        width: 100%;
    }

    .subscribe_to_newsletter form.wpcf7-form.init{
        padding-right: 0;
    }

    .slider .swiper-control{
        display: none;
    }

.map_category_style{
    height: 500px!important;
}

    .footer .logos .list-logos__item {
        width: 50%;
    }
    .cooperation .cooperation__item:not(:first-child) {
        padding-top: 20px;
    }
    .event-popup .event-popup-inner {
        top: 100%;
    }
    .cms-editor__content table td h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .section_about_us h2{
        font-size: 40px;
    }
    .map_category_title{
        font-size: 40px;
    }
    .slider h2{
        font-size: 40px;
    }
    .subscribe_to_newsletter .flex{
        display: block;
    }
    .subscribe_to_newsletter .newsletter_text{
        width: 100%;
        margin-bottom: 30px;
    }
    .subscribe_to_newsletter .newsletter_form{
        width: 100%;
    }
    .info_block.blue .flex{
        display: block;
    }
    .info_block.blue .info_block_text{
        width: 100%;
    }
    .footer_bottom .flex{
        display: block;
    }
    .footer_bottom .footer_menu{
        margin: 20px 0;
    }
    .footer_bottom .footer_form .form{
        margin: 20px 0;
        width: 300px;
    }

    .footer_bottom form.wpcf7-form.init{
        padding: 0;
    }
    .subscribe_to_newsletter .newsletter_text{
        padding-left: 65px;
    }
    .subscribe_to_newsletter form.wpcf7-form.init{
        padding-left: 0;
    }
    .info_block .info_block_button{
        padding: 8px 15px;
        margin-top: 20px;
        display: block;
    }
    .info_block .container{
        max-width: 100%;
    }
    .subscribe_to_newsletter .container{
        max-width: 100%;
    }

    .steps_list {
        max-width: 94%!important;
    }

    .page-template-projekts{
        margin-top: 75px!important;
    }

    .page-template-projekts h1{
        font-size: 30px;
    }
    .page-template-post .mt_120{
        margin-top: 75px!important;
    }
    .page-template-post .archive__item a{
        height: auto;
    }

    .menu_opener .header .container{
        padding: 15px 0;
    }

    .menu_opener .header__menu .menu-item:first-child a{
        margin-left: 22px!important;
    }
    .menu_opener .header__menu .menu-item a{
        margin-left: 22px;
        font-size: 20px;
    }

    .header__menu .menu-item-has-children > a:before{
        top:12px
    }

    .menu_opener .header__menu .menu-item-has-children .sub-menu a{
        margin: 5px!important;
        margin-left: 10px!important;
    }
    .section_about_us{
        padding-top: 40px;
    }

    .page-template-form form.wpcf7-form.init{
        padding: 0;
    }
    .page-template-form .cms-editor{
        margin-top: 0;
    }

    .page-template-about .top-cover{
        margin-top: 0;
    }

    .subscribe_to_newsletter .newsletter_text {
        width: 100%;
        max-width: 100%;
    }

}
@media (max-width: 575.98px){

    .list-logos-full {
        gap: 20px;
        margin: 20px 0 0;
        flex-direction: column;
    }
    .list-logos-partners {
        gap: 0 !important;
    }
    .list-logos-full .list-logos__item{
        width: 100% !important;
        max-width: 100%;
    }
    .list-logos-partners .list-logos-full .list-logos__item:nth-child(1) {
        width: 100% !important;
    }
    .list-logos-partners .list-logos__item {
        width: 50% !important;
        max-height: min-content !important;
        margin-right: 0 !important;
    }
    .list-logos-partners .list-logos__item:nth-child(1) {
        width: 50% !important;
        margin-right: 0 !important;
    }
    .list-logos-partners .list-logos__item:nth-child(2) {
        width: 50% !important;
        margin-right: 0 !important;
    }
    .list-logos-partners .list-logos__item:nth-child(3) {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .map_page .col-lg-12{
        padding: 0;
    }

    .selectric-wrapper {
        width: auto;
        min-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }


    .page-template-post .first_news .ttl-h3{
        font-size: 16px;
    }

    .info_block .info_block_text{
        padding-right: 0;
    }

    .images.images_number_2{
        margin-bottom: 0!important;
    }

    .page-template-projekts .images.images_number_2 .images__block{
        width: 100%;
    }

    .page-template-projekts .images .flex{
        display: block;
    }

    .info_block .flex{
        padding: 35px;
    }


    .slider .swiper-control{
        width: 85%;
        z-index: 1;
    }

    .menu_opener .header__menu .lang-item:last-child {
        position: absolute;
        top: 35px;
        right: 20px;
    }
    .news_single{
margin-top: 80px;
    }

    .map_category_title{
        font-size: 25px!important;
        line-height: 30px;
    }
    .slider h2{
        font-size: 25px!important;
        line-height: 30px;
    }
    .section_about_us .container{
        padding: 0 20px 40px 20px;
    }
    .map_category_text{
        padding: 30px 0px 40px 0px;
    }

    .map_category_style{
        height: 250px!important;
    }

    .page-template-home .header__logo img {
        width: 125px!important;
    }
   .home .map_page{
margin-top: 40px;
    }
    .news_single {
        margin-top: 75px;
    }
}



.header_flex .social {
    padding: 0 5px;
}
.social li{
    width: 20px;
    height: 20px;
}
.pll_the_languages {
    margin-right: 25px;
}
.header .container {
    padding: 10px 5px;
}


@media (max-width: 350px) {

    .section_about_us figure{
        height: 300px;
    }

    .map_category_style{
        height: 200px!important;
    }

    .gm-style .gm-style-iw-c {
        max-width: 318px!important;
        min-width: 318px!important;
    }
    .gm-style-iw-d {
        width: 318px;
    }
}