#navbarNav {
    display: block;
}
.nav-link {
    font-family: graphik-medium, Arial, sans-serif;
    font-size: 22px;
    line-height: 100%;
    cursor: pointer;
}
.header__menu {
    margin-bottom: 0;
}
a:hover {
    color: #2d2d2d;
    text-decoration: none;
}
.news__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.news__item-title {
    white-space: wrap;
}
.wpcf7 {
	max-width: 895px;
    width: 100%;
}
.wpcf7 input[type=text], .wpcf7 input[type=email] {
	width: 100%;
    height: 100px;
    font-size: 22px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 32px;
    align-items: center;
    border: 1px solid transparent;
}
.wpcf7 textarea {
	width: 100%;
    font-size: 22px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 32px;
    align-items: center;
    border: 1px solid transparent;
    resize: none;
    height: 270px;
}
.wpcf7 input[type=submit] {
    font-family: graphik-medium, Arial, sans-serif;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 100%;
    padding: 30px;
    background: #3148d1;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 110px;
}
.wpcf7-file {
    opacity: 0;
}
.wpcf7 .wpcf7-form label.feedback__label--file {
    padding: 20px 32px;
	width: max-content;
	    margin-top: 50px;
}
.feedback__header {
    max-width: initial;
}
.wpcf7 .feedback__form input:active, .wpcf7 .feedback__form input:focus, .wpcf7 .feedback__form textarea:active, .wpcf7 .feedback__form textarea:focus {
	box-shadow: none;
	border: none;
}
ul.wp-block-list {
    list-style: inside;
    font-size: 22px;
}
ol.wp-block-list {
    list-style-type: decimal;
    padding-left: 25px;
    font-size: 22px;
}
.news-details__content p a, .news-details__content p {
    font-size: 22px;
    line-height: 30px;
    color: #2d2d2d;
}
.news-details__content p {
	margin-bottom: 44px;
}
.nav-link {
    padding: 0;
}
.banner__swiper-slide.swiper-slide-active .banner__slide-stage .banner__slide-subtitle-text, .banner__swiper-slide.swiper-slide-active .banner__slide-stage .banner__slide-title {
    transform: scale(1.1);
    display: block;
    padding-left: 13px;
}
.banner__swiper-slide.swiper-slide-active .banner__slide-stage .banner__slide-subtitle-text {
    padding-left: 5px;
}
.about-project__left {
    flex-basis: 45%;
    max-width: 45%;
}
.about-project__right {
    flex-basis: 50%;
    max-width: 50%;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 20px;
    line-height: 40px;
    background: #ffffff;
    padding: 6px 32px;
    position: absolute;
    bottom: -35px;
    left: 20px;
    z-index: 1;
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.16);
}
.wpcf7 .wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 24px;
    width: 14px;
    height: 16px;
    background: url(/wp-content/themes/understrap/assets/images/arrow-error.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none;
}
.abs {
	position: absolute;    
	width: 230px !important;
    height: 65px !important;
    top: 50px;
}
.banner__link {
	gap: 20px;
}
.main-events::after {
    background-image: url(/wp-content/uploads/2025/07/decor-main-events.svg);
}
.header__logo {
	max-width: 200px;
}
.map__dot-tag img {
	width: 15px;
}
.map__dot:nth-child(1) .map__dot-tags {
	    max-width: 29.563vw;
}
.header__logo_mob {
	display: none;
}
.news-all__image img {
    aspect-ratio: 16 / 10;
}
.news__image img {
    object-fit: cover;
    aspect-ratio: 16 / 10;
}
.map__dot-tag-name, .map__dot-tag-time {
    font-family: inter-semibold, Arial, sans-serif;
    font-size: 0.647vw;
}
.map__dot--active:nth-child(3) {
    height: 13.802vw;
}
.map__dot--active:nth-child(3) .map__dot-content {
    height: 13.802vw;
}

@media (max-width: 1600.98px) {
    .nav-link {
        font-size: 20px;
    }
}
@media (max-width: 1440.98px) {
    .nav-link {
        font-size: 18px;
    }
}
@media (max-width: 1280.98px) {
    .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 992.98px) {
    #navbarNav {
        display: none;
    }
	.nav-link {
        font-size: 20px;
        line-height: 130%;
        color: #ffffff;
    }
	.news-details__content p a, .news-details__content p {
    font-size: 14px;
		line-height: 18px;
	}
	ul.wp-block-list, ol.wp-block-list {
    font-size: 14px;
}
	ol.wp-block-list {
    padding-left: 15px;
}
	    .news-details__date {
        margin-top: 0;
        font-size: 12px;
    }
	    .news-details {
        margin: 30px 0 32px;
    }
.news-details__content p {
	margin-bottom: 30px;
}
	    .about-project__left, .about-project__right {
        flex-basis: 100%;
        max-width: 100%;
    }
        .header {
        margin: 5px 0;
    }
    
	.news__list {
        grid-template-columns: repeat(1, 1fr);
    }
        .map__dot-tag-name, .map__dot-tag-time {
        font-size: 12px;
    }
    .map__dot:nth-child(1) .map__dot-tags {
    max-width: 100%;
}
}
@media (max-width: 576px) {
	
.news-details__content p {
	margin-bottom: 18px;
}
.wpcf7 input[type=submit] {
    margin-top: 40px;
    font-size: 18px;
    border-radius: 10px;
    padding: 19px 20px;
    height: 53px;
}
.wpcf7 .wpcf7-form label.feedback__label--file {
    border-radius: 10px;
    padding: 19px 20px;
    font-size: 18px;
    background: transparent;
    border: 0.5px solid rgb(49, 72, 209);
    color: #3148d1;
    width: 100%;
}
	.feedback__field.feedback__field--file p {
		width: 100%;
	}
	.feedback__privacy {
        margin-top: -20px;
	}
	.wpcf7 input[type=text], .wpcf7 input[type=email] {
    font-size: 18px;
    padding: 11px 20px;
    border-radius: 10px;
    height: 50px;
}
	.wpcf7 textarea {
    font-size: 18px;
    padding: 11px 20px;
    border-radius: 10px;
    height: 170px;
}

.header__logo_mob {
	display: block;
}
    .news__header {
        align-items: baseline;
        margin-bottom: 24px;
    }
	    .faq__title {
        margin-bottom: 24px;
        margin-top: 10px;
    }
	.vvv {
		display: block;
	}
    
}