

/* Start:/local/components/evolutica/banner/templates/.default/style.css?17502761124476*/
img {
    max-width: 100%;
}

section.banner {
    height: clamp(30vw, 48vw, 769px);
    background-repeat: no-repeat;
    background-position: center -14px;
    background-size: cover;
    max-width: 1600px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-bottom: 62px;
}

section.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    opacity: 1;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.548966) 22.39%, rgba(0, 0, 0, 0) 60.34%);

}

.banner__image {
    position: absolute;
    bottom: 1px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    height: 496px;
}

.banner__image img {
    width: 100%;
    object-fit: cover;
}

.banner__title {
    font-family: "Great Vibes", sans-serif;
    font-weight: 400;
    font-size: 264px;
    background: linear-gradient(180deg, #fff 63.99%, #e9e9e9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 230px;
    position: absolute;
}

.banner__content {
    z-index: 3;
    position: absolute;
    width: 100%;
    bottom: 56px;
}

.banner__content .btn {
    padding: 16px 106px;
}

.banner_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner_promo {
    max-width: 468px;
}

@media screen {
    .banner_promo {}
}

.swiper {
    padding-bottom: 24px !important;
}

.swiper-pagination {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.promo-slide__image {
    display: flex;
    /* flex: 1 0; */
}

.promo-slide__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 0;
}

.promo-slide__title {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3a5044;
}

.promo-slide__desc {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #282824;
}

.promo-slide__more {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3a5044;
    text-decoration: none;
}

.promo-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: fit-content;
    max-width: 468px;
    max-height: 194px;
    border-radius: 20px;
    padding: 12px;
    background: #fff;
}

.promo-slide__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%233A5044"/><path d="M8.6665 15.3334L15.3332 8.66669M15.3332 8.66669H8.6665M15.3332 8.66669V15.3334" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
}

.promo-slide img {
    border-radius: 12px;
    width: 188px;
    height: 170px;
}

.banner_text {
    max-width: 341px;
    flex: 1 0 auto;
}

.banner_text ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.banner_text ul li {
    display: flex;
    gap: 12px;
    height: 72px;
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 16px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #fff;
}

.banner_text ul li span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End */


/* Start:/local/components/evolutica/genplan/templates/.default/style.css?175737276413210*/
/* Стили для компонента Генеральный план */

.genplan-component {
    padding: 62px 0;
    overflow: hidden;
}

.genplan-component h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: var(--green);
    margin-bottom: 40px;
}

.genplan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.genplan-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #333;
    margin: 0;
}

.genplan-map {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.genplan-map img {
    width: 100%;
    height: auto;
    display: block;
}

/* Индикатор загрузки для genplan */
.genplan-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.genplan-loading__spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #3a5044;
    border-radius: 50%;
    animation: genplan-spin 1s linear infinite;
    margin-bottom: 15px;
}

.genplan-loading p {
    color: #3a5044;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
}

@keyframes genplan-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Скрываем индикатор загрузки после загрузки изображения */
.genplan-image.loaded + .genplan-loading {
    display: none;
}

.plot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.plot-overlay .plot {
    pointer-events: all;
}

.genplan-map-placeholder {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
}

.genplan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.genplan-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.genplan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.genplan-item-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.genplan-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.genplan-item:hover .genplan-item-image img {
    transform: scale(1.05);
}

.genplan-item-content {
    padding: 20px;
}

.genplan-item-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.genplan-item-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.genplan-item-properties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.genplan-property {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.property-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.property-value {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.genplan-item-details {
    text-align: center;
}

.genplan-item-more {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.genplan-item-more:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.genplan-pagination {
    text-align: center;
    padding: 20px 0;
}

.genplan-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 18px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .genplan-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .genplan-title {
        font-size: 2rem;
    }

    .genplan-filter {
        flex-direction: column;
        width: 100%;
    }

    .genplan-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .genplan-item-properties {
        grid-template-columns: 1fr;
    }
}

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.genplan-item {
    animation: fadeInUp 0.6s ease forwards;
}

.genplan-item:nth-child(1) {
    animation-delay: 0.1s;
}

.genplan-item:nth-child(2) {
    animation-delay: 0.2s;
}

.genplan-item:nth-child(3) {
    animation-delay: 0.3s;
}

.genplan-item:nth-child(4) {
    animation-delay: 0.4s;
}

.genplan-item:nth-child(5) {
    animation-delay: 0.5s;
}

.genplan-item:nth-child(6) {
    animation-delay: 0.6s;
}

/* Стили для фильтрации */
.genplan-item.hidden {
    display: none;
}

/* Стили для статусов */
.genplan-item[data-status="Свободен"] .property-value {
    color: #28a745;
}

.genplan-item[data-status="Забронирован"] .property-value {
    color: #217dd4;
}

.genplan-item[data-status="Продан"] .property-value {
    color: #dc3545;
}

/* Стили для всплывающих окон */
.genplan-tooltip,
.area-tooltip {
    position: fixed;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-width: 250px;
    font-size: 14px;
    display: none;
    font-family: 'Roboto', Arial, sans-serif;
    /* pointer-events: none; */
}

.genplan-tooltip-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    line-height: 1;
    font-size: 16px;
    text-align: left;
}

.genplan-tooltip-property {
    margin-bottom: 0;
    text-align: left;
    line-height: 1;
}

.genplan-tooltip-value {
    color: #666;
    font-weight: 500;
    font-size: 13px;
}

.genplan-tooltip .new-price {
    color: #ff9933;
    font-weight: 700;
    font-size: 14px;
}

.genplan-tooltip .old-price {
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
    font-size: 13px;
}

/* Стили для статусов */
.genplan-tooltip .status-свободен {
    color: #28a745;
    font-weight: 700;
    font-size: 14px;
}

.genplan-tooltip .status-забронирован {
    color: #217dd4;
    font-weight: 700;
    font-size: 14px;
}

.genplan-tooltip .status-продан {
    color: #dc3545;
    font-weight: 700;
    font-size: 14px;
}

.genplan-tooltip .status-акция {
    color: #ff9933;
    font-weight: 700;
    font-size: 14px;
}

/* Стили для участков на карте */
.plot {
    fill: rgba(76, 175, 80, 0.3);
    stroke: #4CAF50;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.plot:hover {
    fill: rgba(76, 175, 80, 0.6);
    stroke: #2E7D32;
    stroke-width: 3;
}

.plot[data-status="Забронирован"]:hover {
    fill: rgb(33, 125, 212, 0.1);
    stroke: #217dd4;
}

.plot[data-status="Продан"]:hover {
    fill: rgb(200, 0, 0, 0.1);
    stroke: #c80000;
}

.plot[data-status="Акция"]:hover {
    fill: rgb(255, 153, 51, 0.2);
    stroke: #ff9933;
}

#plotOverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.plot {
    cursor: pointer;
    fill: transparent;
    stroke: transparent;
    stroke-width: 3;
}

.plot.status-free:hover {
    fill: rgba(42, 146, 90, 0.1);
    stroke: #2a925a;
}

.plot.status-booked:hover {
    fill: rgba(33, 125, 212, 0.1);
    stroke: #217dd4;
}

.plot.status-sold:hover {
    fill: rgba(200, 0, 0, 0.1);
    stroke: #c80000;
}

.plot.status-promo:hover {
    fill: rgba(255, 193, 7, 0.2);
    stroke: #ffc107;
}

/* Стили для круглых меток с номерами участков */
.plot-number-bg {
    fill: white;
    stroke: #333;
    stroke-width: 2;
    opacity: 0.9;
    pointer-events: none;
}

.plot-number {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-anchor: middle;
    dominant-baseline: middle;
    fill: #333;
    pointer-events: none;
    user-select: none;
}

/* Стили для разных статусов участков */
.plot[data-status="Свободен"]~.plot-number-bg {
    fill: #2a925a;
    stroke: #2a925a;
}

.plot[data-status="Свободен"]~.plot-number {
    fill: white;
}

.plot[data-status="Забронирован"]~.plot-number-bg {
    fill: #217dd4;
    stroke: #217dd4;
}

.plot[data-status="Забронирован"]~.plot-number {
    fill: white;
}

.plot[data-status="Продан"]~.plot-number-bg {
    fill: #c80000;
    stroke: #c80000;
}

.plot[data-status="Продан"]~.plot-number {
    fill: white;
}

.plot[data-status="Акция"]~.plot-number-bg {
    fill: #ff9933;
    stroke: #ff9933;
}

polygon[data-status="Акция"]+circle {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 0.75s ease-in-out 0s infinite alternate highlight_anim;
}

@keyframes highlight_anim {
    from {
        -webkit-filter: drop-shadow(0 0 0px transparent);
        filter: drop-shadow(0 0 0px transparent);
    }

    to {
        -webkit-filter: drop-shadow(0 0 6px #ff9933);
        filter: drop-shadow(0 0 6px #ff9933);
    }
}

.plot[data-status="Акция"]~.plot-number {
    fill: white;
}

/* Анимация при наведении на участок */
.plot:hover+.plot-number-bg {
    fill: #007bff;
    stroke: #0056b3;
}

.plot:hover~.plot-number {
    fill: white;
}

.area-number-bg {
    fill: transparent;
    stroke: #fff;
    cursor: pointer;
    pointer-events: all;
}

/* ===== СТИЛИ ДЛЯ ЗУМА ИЗОБРАЖЕНИЯ ===== */

.genplan-zoom-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.genplan-zoom-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.genplan-zoom-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.genplan-zoom-btn:active {
    transform: scale(0.95);
}

.genplan-zoom-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Стили для изображения с зумом */
.genplan-image {
    transform-origin: center center;
    transition: transform 0.3s ease;
    user-select: none;
}

/* Курсоры для перетаскивания */
.genplan-map {
    cursor: grab;
}

.genplan-map:active {
    cursor: grabbing;
}

/* Блокировка зума страницы */
body {
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Разрешаем выделение текста только в контентных областях */
.genplan-item-content,
.genplan-tooltip,
.area-tooltip {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* Предотвращение двойного тапа для зума */
.genplan-map {
    touch-action: manipulation;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .genplan-zoom-controls {
        top: 5px;
        right: 5px;
        gap: 3px;
    }
    
    .genplan-zoom-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
/* End */


/* Start:/local/components/evolutica/why.choose.us/templates/.default/style.css?17503577672413*/
.why-choose-us__items_wrapper {
    position: relative;
    width: 100%;
}

.why-choose-us__items {
    display: flex;
    padding: 20px 0;
    will-change: transform;
    transition: transform 0.1s ease-out;
}

.why-choose-us__item {
    flex: 0 0 auto;
    /* или другая фиксированная ширина */
    padding: 23.5px;
    margin: 0 0.5px;
    border: 1px solid #ebecf0;
    border-left: unset;
    background: #fff;
    position: relative;
}

.why-choose-us__item::after {
    --thickness: 4%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 1px;
    z-index: -1;
    background-color: #ebecf0;
    clip-path: polygon(48% 0%, 52% 0%, 52% 48%, 100% 48%, 100% 52%, 52% 52%, 52% 100%, 48% 100%, 48% 52%, 0% 52%, 0% 48%, 48% 48%);
    will-change: clip-path;
}

.why-choose-us__item::before {
    content: "";
    position: absolute;
    top: -4.5px;
    left: -4.5px;
    width: 9px;
    height: 9px;
    background-color: var(--green);
    border-radius: 50%;
    opacity: 0;
    box-shadow: 480px 0 0 0 var(--green), 0 365px 0 0 var(--green), 480px 365px 0 0 var(--green);
}

.why-choose-us__item.anim_start::after {
    animation: smoothExpand 1s forwards ease-in-out;
}

.why-choose-us__item.anim_start::before {
    animation: opacity 1s forwards ease-in-out 1s;
}

@keyframes opacity {
    to {
        opacity: 100%;
    }
}

@keyframes smoothExpand {
    0% {
        clip-path: polygon(48% 0%, 52% 0%, 52% 48%, 100% 48%, 100% 52%, 52% 52%, 52% 100%, 48% 100%, 48% 52%, 0% 52%, 0% 48%, 48% 48%);
    }

    25% {
        clip-path: polygon(42% 0%, 58% 0%, 58% 42%, 100% 42%, 100% 58%, 58% 58%, 58% 100%, 42% 100%, 42% 58%, 0% 58%, 0% 42%, 42% 42%);
    }

    50% {
        clip-path: polygon(32% 0%, 68% 0%, 68% 32%, 100% 32%, 100% 68%, 68% 68%, 68% 100%, 32% 100%, 32% 68%, 0% 68%, 0% 32%, 32% 32%);
    }

    75% {
        clip-path: polygon(8% 0%, 92% 0%, 92% 8%, 100% 8%, 100% 92%, 92% 92%, 92% 100%, 8% 100%, 8% 92%, 0% 92%, 0% 8%, 8% 8%);
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 0%, 0% 0%);
    }
}

.why-choose-us__item:first {
    /* border-left: 1px solid #ebecf0; */
}
/* End */


/* Start:/local/components/evolutica/promo/templates/.default/style.css?17502925001623*/
.promo__slider {
    position: relative;
    overflow: hidden;
}

.promo__slide {
    height: 566px;
    position: relative;
    background-position: center 90%;
    background-size: cover;
}

.promo__slide::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 64%);
}

.promo__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 80px 48px;
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 54.33%, rgba(0, 0, 0, 0) 100%);
    color: var(--white);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.promo__content h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: var(--white);
    margin-bottom: 8px;
}

.promo__content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: var(--white);
    margin-bottom: 24px;
}

.promo__content a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    height: auto;
    letter-spacing: 0.01em;
    color: var(--green);
}

.promo__slider .swiper-pagination {
    right: 80px !important;
    bottom: 48px !important;
    left: unset !important;
    text-align: right;
    justify-content: flex-end;
}
/* End */


/* Start:/local/components/evolutica/projects/templates/.default/style.css?17503022642852*/
.project-sidebar {
    width: 33.681%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project__header h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: var(--green);
}

.project__header p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0.01em;
    color: #5a5a56;
}

.project-item-content {
    margin-top: 12px;
    padding: 24px;
    border-radius: 24px;
    background: #f1f2f6;
}

.project-item-content .btn {
    width: 100%;
    text-align: center;
}

.project-item__header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.project-item__header span {
    border-radius: 60px;
    padding: 12px 24px;
    background: var(--white);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: var(--green);
    margin-right: 16px;
    white-space: nowrap;
}

.project-item__header p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: var(--green);
    white-space: nowrap;
}

.project-item__header p::before {
    content: '';
    border-left: 1px solid #0000001f;
    margin-right: 16px;
}

.project-item__tags {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    border-top: 1px solid #0000001f;
}

.project-item__tags span {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10.5px 0;
    border-bottom: 1px solid #0000001f;
}

.project-slider {
    width: 57.08%;
    clip-path: inset(-100vw -100vw -100vw 0);
    position: relative;
}

.project__item img {
    max-height: 564px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.project-slider .swiper-slide .project__item {
    display: flex;
    position: relative;
}

.project-slider .swiper-slide:not(.swiper-slide-active) .project__item::after {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.56);
    height: 100%;
    width: 100%;
    border-radius: 24px;
}

.next-slide-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 205px;
    height: 205px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: var(--green);
    background-color: #fff;
    border-radius: 100%;
}

.project__content {
    display: none;
}
/* End */


/* Start:/local/components/evolutica/contact/templates/.default/style.css?17506015201561*/
.contact__wrapper {
    position: relative;
}

.contact__info {
    position: absolute;
    top: 40px;
    left: 40px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.02), 0 28px 28px 0 rgba(0, 0, 0, 0.02), 0 62px 37px 0 rgba(0, 0, 0, 0.01), 0 110px 44px 0 rgba(0, 0, 0, 0), 0 172px 48px 0 rgba(0, 0, 0, 0);
    background: var(--white);
    border: 1px solid #ebecf0;
    border-radius: 20px;
    padding: 30px;
    max-width: 417px;
}

.contact__info h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: var(--green);
    white-space: nowrap;
    margin-bottom: 8px;
}

.contact__info span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0.01em;
    padding: 15px 0;
    border-bottom: 1px solid #0000001f;
    color: #5a5a56;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact__info span:last-of-type {
    border-bottom: unset;
}

.contact__info span a {
    color: inherit;
    text-decoration: none;
}

.contact__info p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: var(--green);
    margin-top: 8px;
}

.contact__details {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.contact__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact__social a {
    display: flex;
}
/* End */
/* /local/components/evolutica/banner/templates/.default/style.css?17502761124476 */
/* /local/components/evolutica/genplan/templates/.default/style.css?175737276413210 */
/* /local/components/evolutica/why.choose.us/templates/.default/style.css?17503577672413 */
/* /local/components/evolutica/promo/templates/.default/style.css?17502925001623 */
/* /local/components/evolutica/projects/templates/.default/style.css?17503022642852 */
/* /local/components/evolutica/contact/templates/.default/style.css?17506015201561 */
