/*!
Theme Name: sksr-mobile
Theme URI: https://mfxart.ru
Author: Roman M
Author URI: https://mfxart.ru
Description: СКСР Строительство (Mobile)
Version: 1.0.0
Tested up to: 8.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sksr-mobile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

СКСР Строительство — Коммерческое строительство
*/

/* TT Interfaces Font */
@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Regular.woff2') format('woff2'),
    url('fonts/TTInterfaces-Regular.woff') format('woff'),
    url('fonts/TTInterfaces-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Medium.woff2') format('woff2'),
    url('fonts/TTInterfaces-Medium.woff') format('woff'),
    url('fonts/TTInterfaces-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-SemiBold.woff2') format('woff2'),
    url('fonts/TTInterfaces-SemiBold.woff') format('woff'),
    url('fonts/TTInterfaces-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Bold.woff2') format('woff2'),
    url('fonts/TTInterfaces-Bold.woff') format('woff'),
    url('fonts/TTInterfaces-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-ExtraBold.woff2') format('woff2'),
    url('fonts/TTInterfaces-ExtraBold.woff') format('woff'),
    url('fonts/TTInterfaces-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Black.woff2') format('woff2'),
    url('fonts/TTInterfaces-Black.woff') format('woff'),
    url('fonts/TTInterfaces-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'TT Interfaces', sans-serif;
    line-height: 1.4;
    color: #030303;
}

/* Page container */
.page-container_home_pr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 100vh;
}

/* Main content */
.main-content_home_pr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.main-container_home_pr {
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.top-menu_home_pr {
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    color: var(--030303, #030303);
    justify-content: center;
    padding: 20px 80px;
}

@media (max-width: 991px) {
    .top-menu_home_pr {
        max-width: 100%;
        padding: 0 20px;
    }
}

.navigation-level-1_home_pr {
    padding-bottom: 20px;
    align-items: stretch;
    border-bottom: 1px solid var(--FA7110, #d46211);
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .navigation-level-1_home_pr {
        max-width: 100%;
    }
}

.company-block_home_pr {
    align-self: end;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 40px;
    font-size: 24px;
    font-weight: 600;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .company-block_home_pr {
        max-width: 100%;
    }
}

.company-name_home_pr {
    color: var(--030303, #030303);
    align-self: stretch;
    margin: auto 0;
    font-size: 24px;
    font-weight: 600;
}

.contact-block_home_pr {
    display: flex;
    padding-top: 5px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    justify-content: end;
    height: 100%;
}

.phone-item_home_pr {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin: auto 0;
}

.phone-number_home_pr {
    color: var(--030303, #030303);
    align-self: stretch;
    margin: auto 0;
}

.navigation-level-2_home_pr {
    display: flex;
    margin-top: 20px;
    width: 100%;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    font-weight: 500;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .navigation-level-2_home_pr {
        max-width: 100%;
    }
}

.menu-items-block_home_pr {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .menu-items-block_home_pr {
        max-width: 100%;
    }
}

.menu-item_home_pr {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin: auto 0;
}

.menu-link_home_pr {
    color: var(--030303, #030303);
    align-self: stretch;
    margin: auto 0;
    text-decoration: none;
}

.menu-link_home_pr:hover {
    color: var(--FA7110, #d46211);
}

.menu-link_home_pr:focus {
    outline: none;
    outline-offset: none;
    color: var(--FA7110, #d46211);
}

@media (max-width: 991px) {
    .menu-item_home_pr {
        white-space: initial;
    }
}

.contact-menu-block_home_pr {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    justify-content: center;
    margin: auto 0;
}

@media (max-width: 991px) {
    .contact-menu-block_home_pr {
        white-space: initial;
    }
}

.contact-menu-item_home_pr {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .contact-menu-item_home_pr {
        white-space: initial;
    }
}

.content_home_pr {
    width: 100%;
}

@media (max-width: 991px) {
    .content_home_pr {
        max-width: 100%;
    }
}

/* ###HERO### */

.hero-section_home_pr {
    justify-content: end;
    align-items: start;
    position: relative;
    display: flex;
    min-height: 910px;
    width: 100%;
    flex-direction: column;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: transparent; /* Прозрачный фон */
    padding: 210px 80px 80px;
    /* padding: 210px 160px 80px; */
    overflow: hidden;
}

/* Фон поверх видео */
.hero-section_home_pr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 242, 237, 0.85); /* Полупрозрачный фон */
    z-index: 1; /* Фон поверх видео */
}

.hero-background-video_home_pr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; /* Видео под фоном, но над основным фоном секции */
}

.hero-text_home_pr,
.hero-bottom-block_home_pr {
    z-index: 2; /* Контент поверх фона и видео */
}

@media (max-width: 991px) {
    .hero-section_home_pr {
        max-width: 100%;
        padding: 100px 20px 0;
    }
}


.hero-text_home_pr {
    z-index: 1;
    display: flex;
    width: 1700px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-size: 96px;
    color: var(--030303, #030303);
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
    justify-content: center;
    flex: 1;
}

@media (max-width: 991px) {
    .hero-text_home_pr {
        font-size: 40px;
        white-space: initial;
    }
}


.slogan-svg_home_pr {
    display: flex;
    width: 100%;
    max-width: 1700px;
    flex-direction: column;
    overflow: hidden;
    align-items: start;
    padding: 1px 13px 1px 0;
}

@media (max-width: 991px) {
    .slogan-svg_home_pr {
        max-width: 100%;
        font-size: 40px;
        white-space: initial;
    }
}

.slogan-image-1_home_pr {
    aspect-ratio: 10.31;
    object-fit: contain;
    object-position: center;
    width: 724px;
    align-self: stretch;
}

@media (max-width: 991px) {
    .slogan-image-1_home_pr {
        max-width: 100%;
    }
}

.slogan-image-2_home_pr {
    aspect-ratio: 5.99;
    object-fit: contain;
    object-position: center;
    width: 413px;
    fill: var(--FA7110, #d46211);
    margin-top: 28px;
    max-width: 100%;
}

.slogan-text_home_pr {
    display: flex;
    margin-top: 0px;
    align-items: center;
    gap: 10px;
    justify-content: start;
}

@media (max-width: 1400px) {
    .slogan-text_home_pr {
        font-size: 40px;
        white-space: initial;
    }
}

.develop-text_home_pr {
    color: var(--030303, #030303);
    leading-trim: both;
    text-edge: cap;
    align-self: stretch;
    margin: auto 0;
    font-size: 96px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1400px) {
    .develop-text_home_pr {
        max-width: 100%;
        font-size: 40px;
    }
}

.hero-bottom-block_home_pr {
    align-self: stretch;
    z-index: 1;
    display: flex;
    margin-top: 10px;
    width: 100%;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    font-weight: 400;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hero-bottom-block_home_pr {
        max-width: 100%;
    }
}

.hero-description_home_pr {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 10px;
    color: var(--838383, #838383);
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .hero-description_home_pr {
        max-width: 100%;
    }
}

.hero-tagline_home_pr {
    color: var(--838383, #838383);
    align-self: stretch;
    width: 251px;
    margin: auto 0;
}

.hero-buttons_home_pr {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: -1px;
    justify-content: center;
    margin: auto 0;
}

@media (max-width: 991px) {
    .hero-buttons_home_pr {
        max-width: 100%;
    }
}

.download-button_home_pr {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--FA7110, #d46211);
    align-self: stretch;
    display: flex;
    gap: 10px;
    color: var(--FA7110, #d46211);
    width: 240px;
    margin: auto 0;
    padding: 19px 39px 19px 40px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.download-button_home_pr:hover {
    background-color: var(--FA7110, #d46211);
    color: white;
}

.download-button_home_pr:focus {
    outline: none;
    outline-offset: 0px;
}

@media (max-width: 991px) {
    .download-button_home_pr {
        padding: 0 20px;
    }
}

.discuss-button_home_pr {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--FA7110, #d46211);
    align-self: stretch;
    display: flex;
    gap: 10px;
    color: var(--FFFFFF, #fff);
    width: 240px;
    background-color: var(--FA7110, #d46211);
    margin: auto 0;
    padding: 19px 40px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discuss-button_home_pr:hover {
    background-color: #b8520e;
}

.discuss-button_home_pr:focus {
    outline: none;
    outline-offset: 0px;
}

@media (max-width: 991px) {
    .discuss-button_home_pr {
        padding: 0 20px;
    }
}

.discuss-text_home_pr {
    color: var(--FFFFFF, #fff);
    align-self: stretch;
    margin: auto 0;
}

.button-icon_home_pr {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}


/* ##BUTN HERO## */
a.download-button-style2_home_pr {
    justify-content: center;
    align-items: center;
    border: 0px solid var(--FA7110, #d46211);
    align-self: stretch;
    display: flex;
    gap: 10px;
    color: var(--FFFFFF, #fff);
    width: 240px;
    background-color: var(--FA7110, #d46211);
    margin: auto 0;
    padding: 20px 40px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

a.download-button-style2_home_pr:hover {
    border: 0px solid var(--FA7110, #d46211);
    background: transparent;
}

.discuss-button-style2_home_pr {
    justify-content: center;
    align-items: center;
    border: 2px solid var(--FA7110, #d46211);
    align-self: stretch;
    display: flex;
    gap: 10px;
    color: var(--FA7110, #d46211);
    width: 240px;
    margin: auto 0;
    padding: 19px 39px 19px 40px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.discuss-button-style2_home_pr:hover {
    background-color: var(--FA7110, #d46211);
    text-decoration: none;
}

/* ###HERO### */

.about-section_home_pr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 40px 80px;
}

@media (max-width: 991px) {
    .about-section_home_pr {
        max-width: 100%;
        padding: 0 20px;
    }
}

.about-container_home_pr {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 40px 80px;
    justify-content: start;
    flex-wrap: wrap;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .about-container_home_pr {
        max-width: 100%;
    }
}

.about-content_home_pr {
    align-self: start;
    min-width: 240px;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .about-content_home_pr {
        max-width: 100%;
    }
}

.about-header_home_pr {
    display: flex;
    width: 100%;
    padding-left: 80px;
    align-items: stretch;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .about-header_home_pr {
        max-width: 100%;
        padding-left: 20px;
    }
}

.about-years_home_pr {
    color: #030303;
    font-size: 16px;
    width: 300px;
    margin: auto 0;
}

.highlight-text_home_pr {
    color: rgba(212, 98, 17, 1);
}

.section-title-block_home_pr {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 10px;
    font-size: 36px;
    color: var(--FA7110, #d46211);
    white-space: nowrap;
    text-transform: lowercase;
    justify-content: end;
    height: 100%;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .section-title-block_home_pr {
        max-width: 100%;
        white-space: initial;
    }
}

.section-title_home_pr {
    color: var(--FA7110, #d46211);
    align-self: stretch;
    margin: auto 0;
    font-size: 36px;
    font-weight: 400;
}

.about-details_home_pr {
    display: flex;
    margin-top: 80px;
    width: 100%;
    align-items: stretch;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .about-details_home_pr {
        max-width: 100%;
        margin-top: 40px;
    }
}

.about-left_home_pr {
    align-self: start;
    min-width: 240px;
    padding-left: 80px;
    width: 422px;
}

@media (max-width: 991px) {
    .about-left_home_pr {
        max-width: 100%;
    }
}

.company-description_home_pr {
    color: var(--030303, #030303);
    font-size: 24px;
}

.company-philosophy_home_pr {
    color: var(--838383, #838383);
    font-size: 16px;
    margin-top: 40px;
}

.about-divider_home_pr {
    display: flex;
    width: 1px;
    flex-shrink: 0;
    height: 380px;
    background-color: var(--CCCCCC, #ccc);
}

.about-right_home_pr {
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 80px;
}

@media (max-width: 991px) {
    .about-right_home_pr {
        max-width: 100%;
    }
}

.about-right-top_home_pr {
    width: 100%;
    font-size: 16px;
}

@media (max-width: 991px) {
    .about-right-top_home_pr {
        max-width: 100%;
    }
}

.company-locations_home_pr {
    color: var(--363636, #363636);
}

@media (max-width: 991px) {
    .company-locations_home_pr {
        max-width: 100%;
    }
}

.company-stats_home_pr {
    color: #363636;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .company-stats_home_pr {
        max-width: 100%;
    }
}

.stats-highlight_home_pr {
    font-weight: 500;
    color: rgba(212, 98, 17, 1);
}

.stats-divider_home_pr {
    display: flex;
    min-height: 1px;
    margin-top: 40px;
    width: 100%;
    background-color: var(--CCCCCC, #ccc);
}

@media (max-width: 991px) {
    .stats-divider_home_pr {
        max-width: 100%;
    }
}

.company-goal_home_pr {
    color: var(--030303, #030303);
    font-size: 24px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .company-goal_home_pr {
        max-width: 100%;
    }
}

.about-image_home_pr {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    width: 365px;
}

.about-photo_home_pr {
    aspect-ratio: 0.91;
    object-fit: contain;
    object-position: center;
    width: 365px;
    max-width: 100%;
}

.services-section_home_pr {
    width: 100%;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--FAF2ED, #faf2ed);
    padding: 40px 80px 80px 160px;
}

@media (max-width: 991px) {
    .services-section_home_pr {
        max-width: 100%;
        padding: 0 20px;
    }
}

.services-header_home_pr {
    display: flex;
    width: 100%;
    padding-right: 160px;
    align-items: center;
    gap: 10px;
    font-size: 36px;
    color: var(--FA7110, #d46211);
    font-weight: 400;
    white-space: nowrap;
    text-transform: lowercase;
    justify-content: start;
}

@media (max-width: 991px) {
    .services-header_home_pr {
        max-width: 100%;
        padding-right: 20px;
        white-space: initial;
    }
}

.services-title_home_pr {
    color: var(--FA7110, #d46211);
    align-self: stretch;
    margin: auto 0;
    font-size: 36px;
    font-weight: 400;
}

.services-grid_home_pr {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: start;
    gap: 40px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .services-grid_home_pr {
        max-width: 100%;
    }
}

.service-item_home_pr {
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
    width: 529px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .service-item_home_pr {
        max-width: 100%;
    }
}

.service-number_home_pr {
    display: flex;
    min-height: 40px;
    align-items: start;
    gap: 5px;
    font-size: 36px;
    color: var(--FA7110, #d46211);
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    width: 40px;
    padding: 4px 1px 0 2px;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .service-number_home_pr {
        white-space: initial;
    }
}

.number-text_home_pr {
    color: var(--FA7110, #d46211);
    leading-trim: both;
    text-edge: cap;
}

.service-content_home_pr {
    min-width: 240px;
    color: var(--363636, #363636);
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .service-content_home_pr {
        max-width: 100%;
    }
}

.service-title_home_pr {
    color: var(--363636, #363636);
    font-size: 24px;
    font-weight: 500;
}

.service-description_home_pr {
    color: var(--363636, #363636);
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .service-description_home_pr {
        max-width: 100%;
    }
}

.experience-section_home_pr {
    border-radius: 30px 30px 0px 0px;
    width: 100%;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    padding: 0 80px;
}

@media (max-width: 991px) {
    .experience-section_home_pr {
        max-width: 100%;
        padding: 0 20px;
    }
}

.experience-container_home_pr {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 40px 80px;
    justify-content: start;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .experience-container_home_pr {
        max-width: 100%;
    }
}

.experience-content_home_pr {
    min-width: 240px;
    width: 100%;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .experience-content_home_pr {
        max-width: 100%;
    }
}

.experience-header_home_pr {
    display: flex;
    width: 100%;
    padding-left: 80px;
    align-items: stretch;
    gap: 10px;
    font-size: 36px;
    color: var(--FA7110, #d46211);
    font-weight: 400;
    white-space: nowrap;
    text-transform: lowercase;
    justify-content: start;
}

@media (max-width: 991px) {
    .experience-header_home_pr {
        max-width: 100%;
        padding-left: 20px;
        white-space: initial;
    }
}

.experience-title_home_pr {
    color: var(--FA7110, #d46211);
    align-self: stretch;
    margin: auto 0;
    font-size: 36px;
    font-weight: 400;
}

.projects-grid_home_pr {
    display: flex;
    margin-top: 80px;
    width: 100%;
    padding-left: 80px;
    align-items: start;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .projects-grid_home_pr {
        max-width: 100%;
        padding-left: 20px;
        margin-top: 40px;
    }
}

.project-card_home_pr {
    border-radius: 15px;
    border: 1px solid var(--CCCCCC, #ccc);
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background-color: var(--FFFFFF, #fff);
    padding: 40px;
}

@media (max-width: 991px) {
    .project-card_home_pr {
        max-width: 100%;
        padding: 0 20px;
    }
}

.project-header_home_pr {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 40px;
    justify-content: start;
}

@media (max-width: 991px) {
    .project-header_home_pr {
        max-width: 100%;
    }
}

.project-title_home_pr {
    color: var(--030303, #030303);
    font-size: 24px;
    font-weight: 700;
    align-self: end;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.project-year_home_pr {
    display: flex;
    padding-top: 6px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--838383, #838383);
    font-weight: 400;
    white-space: nowrap;
    justify-content: center;
    height: 100%;
}

@media (max-width: 991px) {
    .project-year_home_pr {
        white-space: initial;
    }
}

.year-text_home_pr {
    color: var(--838383, #838383);
    align-self: stretch;
    margin: auto 0;
}

.project-image_home_pr {
    aspect-ratio: 1.51;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 5px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .project-image_home_pr {
        max-width: 100%;
    }
}

.project-description_home_pr {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: var(--838383, #838383);
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    overflow: hidden;
    display: -webkit-box;
}

@media (max-width: 991px) {
    .project-description_home_pr {
        max-width: 100%;
    }
}

.project-footer_home_pr {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: flex-start;
    gap: 40px;
    font-size: 14px;
    color: var(--030303, #030303);
    font-weight: 400;
    justify-content: start;
    height: 90px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .project-footer_home_pr {
        max-width: 100%;
    }
}

.project-tags_home_pr {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.project-tag_home_pr__link {
    color: var(--030303, #030303);
    text-decoration: none;
}

.project-tag_home_pr__link:hover {
    text-decoration: underline;
    text-decoration-color: var(--030303, #030303);
}

.project-tag_home_pr {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    background-color: var(--FAF2ED, #faf2ed);
    padding: 10px 20px;
    color: var(--030303, #030303);
}

.project-tag_home_pr.project-tag_home_pr__selected {
    font-size: 14px;
    margin-left: 10px;
    text-transform: none;
    align-self: center;
}

@media (max-width: 991px) {
    .project-tag_home_pr {
        white-space: initial;
    }
}

/* Focus styles for accessibility */
button:focus,
a:focus {
    outline: 2px solid var(--FA7110, #d46211);
    outline-offset: 2px;
}

/* Skip link for accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--030303, #030303);
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
}

.skip-link:focus {
    top: 6px;
}


/* ############## bl */

.main-content_home_cr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    font-family: "TT Interfaces", sans-serif;
}

/* CTA Section */
.cta-section_home_cr {
    display: flex;
    padding: 0 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
    background-color: #d46211;
}

@media (max-width: 991px) {
    .cta-section_home_cr {
        padding: 0 40px;
    }
}

@media (max-width: 640px) {
    .cta-section_home_cr {
        padding: 0 20px;
    }
}

.cta-container_home_cr {
    display: flex;
    padding: 40px 0 40px 80px;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
}

@media (max-width: 991px) {
    .cta-container_home_cr {
        padding: 40px 0 40px 40px;
        gap: 40px;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .cta-container_home_cr {
        padding: 20px 0;
        gap: 20px;
    }
}

.cta-content-wrapper_home_cr {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    flex: 1 0 0;
}

.cta-title_home_cr {
    color: #fff;
    font: 800 48px "TT Interfaces", sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .cta-title_home_cr {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .cta-title_home_cr {
        font-size: 28px;
    }
}

.cta-description_home_cr {
    color: #fff;
    font: 400 24px "TT Interfaces", sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .cta-description_home_cr {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .cta-description_home_cr {
        font-size: 18px;
    }
}

.cta-bottom-block_home_cr {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .cta-bottom-block_home_cr {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.cta-text-block_home_cr {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.5;
}

.cta-subtitle_home_cr {
    width: 350px;
    color: #fff;
    font: 400 16px "TT Interfaces", sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .cta-subtitle_home_cr {
        width: 100%;
    }
}

.cta-buttons_home_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -1px;
}

.cta-button_home_cr {
    display: flex;
    width: 240px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: #fff;
}

@media (max-width: 640px) {
    .cta-button_home_cr {
        width: 100%;
    }
}

.button-text_home_cr {
    color: #d46211;
    font: 400 16px "TT Interfaces", sans-serif;
}

.button-arrow_home_cr {
    width: 24px;
    height: 20px;
    flex-shrink: 0;
}

.cta-image_home_cr {
    width: 628px;
    height: 392px;
    aspect-ratio: 157/98;
}

@media (max-width: 991px) {
    .cta-image_home_cr {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
}

/* Team Section */
.team-section_home_cr {
    display: flex;
    padding: 0 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
    background-color: #fff;
}

@media (max-width: 991px) {
    .team-section_home_cr {
        padding: 0 40px;
    }
}

@media (max-width: 640px) {
    .team-section_home_cr {
        padding: 0 20px;
    }
}

.team-container_home_cr {
    display: flex;
    padding: 40px 0;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
}

.team-content_home_cr {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    flex: 1 0 0;
}

.team-header_home_cr {
    display: flex;
    padding-left: 80px;
    align-items: center;
    gap: 10px;
    width: 100%;
}

@media (max-width: 991px) {
    .team-header_home_cr {
        padding-left: 40px;
    }
}

@media (max-width: 640px) {
    .team-header_home_cr {
        padding-left: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.section-title-wrapper_home_cr {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.section-title_home_cr {
    color: #030303;
    text-transform: lowercase;
    font: 400 36px "TT Interfaces", sans-serif;
    margin: 0;
}

@media (max-width: 640px) {
    .section-title_home_cr {
        font-size: 28px;
    }
}

.team-description_home_cr {
    width: 396px;
    color: #030303;
    font: 400 16px "TT Interfaces", sans-serif;
    margin: 0;
}

@media (max-width: 640px) {
    .team-description_home_cr {
        width: 100%;
    }
}

.highlight-text_home_cr {
    color: #d46211;
}

/* ##27_09## */

.team-members_home_cr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 80px;
    gap: 40px 20px;
    width: 100%;
}

@media (max-width: 1200px) {
    .team-members_home_cr {
        padding-left: 40px;
        gap: 30px 40px;
    }
}

@media (max-width: 991px) {
    .team-members_home_cr {
        padding-left: 40px;
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 640px) {
    .team-members_home_cr {
        padding-left: 20px;
        gap: 20px;
    }
}

.team-member_home_cr {
    display: flex;
    max-width: 780px;
    min-width: 300px;
    justify-content: center;
    align-items: stretch; /* Изменено для растяжки info на высоту фото */
    gap: 40px;
}

@media (max-width: 991px) {
    .team-member_home_cr {
        flex-direction: column;
    }
}

/* Удаляем или комментируем это правило, если оно вызывает проблемы на зуме/разных DPI, т.к. зум может влиять на effective resolution */
/*
@media (max-width: 1600px) and (min-resolution: 1.25dppx) {
  .team-member_home_cr {
    width: 100%;
    flex-direction: column;
  }
}
*/


/* ##27_09## */

.member-photo-wrapper_home_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 400px; /* Позволяем сжиматься при нехватке места */
    height: auto;
    aspect-ratio: 1/1;
}

@media (max-width: 991px) {
    .member-photo-wrapper_home_cr {
        width: 100%;
        max-width: 300px;
        height: auto; /* Позволяем высоте адаптироваться, чтобы избежать искажений */
        flex: none; /* В колонке не нужно сжиматься */
    }
}

.member-photo_home_cr {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    min-width: auto;
    object-fit: cover; /* Добавляем, чтобы фото не искажалось при зуме/ресайзе */
}

@media (max-width: 991px) {
    .member-photo_home_cr {
        width: 100%;
        height: auto;
        min-width: auto; /* Убираем фиксированный min-width для лучшей адаптации */
    }
}

.member-info_home_cr {
    display: flex;
    padding: 0 40px 40px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    height: auto; /* Убираем фиксированную высоту, полагаемся на stretch */
}

@media (max-width: 991px) {
    .member-info_home_cr {
        padding: 20px 0;
        height: auto;
    }
}

.member-name-position_home_cr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    width: 100%;
}

.member-name_home_cr {
    color: #030303;
    font: 700 24px "TT Interfaces", sans-serif;
    margin: 0;
}

.member-position_home_cr {
    color: #838383;
    font: 400 16px "TT Interfaces", sans-serif;
    margin: 0;
}

.member-contacts_home_cr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.member-phone_home_cr {
    color: #030303;
    font: 400 16px "TT Interfaces", sans-serif;
    margin: 0;
}

.member-email_home_cr {
    color: #d46211;
    text-decoration: underline;
    font: 400 16px "TT Interfaces", sans-serif;
}

/* Blog Section */
.blog-section_home_cr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-radius: 30px 30px 0 0;
    background-color: rgba(212, 98, 17, 0.15);
}

.blog-container_home_cr {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.blog-header_home_cr {
    display: flex;
    padding: 0 80px 60px 160px;
    align-items: center;
    gap: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .blog-header_home_cr {
        padding: 0 40px 40px 80px;
    }
}

@media (max-width: 640px) {
    .blog-header_home_cr {
        padding: 0 20px 20px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.blog-title-wrapper_home_cr {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.blog-title_home_cr {
    color: #363636;
    text-transform: lowercase;
    font: 400 36px "TT Interfaces", sans-serif;
    margin: 0;
}

@media (max-width: 640px) {
    .blog-title_home_cr {
        font-size: 28px;
    }
}

.telegram-link_home_cr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

.telegram-text_home_cr {
    color: #363636;
    font: 400 16px "TT Interfaces", sans-serif;
}

.telegram-icon_home_cr {
    width: 19px;
    height: 16px;
    aspect-ratio: 19/16;
}

.news-grid_home_cr {
    display: flex;
    padding: 0 80px 0 160px;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 991px) {
    .news-grid_home_cr {
        padding: 0 40px 0 80px;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .news-grid_home_cr {
        padding: 0 20px 0 40px;
    }
}

.news-card_home_cr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

@media (max-width: 991px) {
    .news-card_home_cr {
        width: 100%;
    }
}

.news-date_home_cr {
    display: flex;
    padding: 30px 0;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .news-date_home_cr {
        border-right: none;
    }
}

.news-card_home_cr:nth-child(2) .news-date_home_cr {
    padding: 30px 0 30px 40px;
}

@media (max-width: 991px) {
    .news-card_home_cr:nth-child(2) .news-date_home_cr {
        padding: 30px 0;
    }
}

.news-card_home_cr:nth-child(3) .news-date_home_cr {
    padding: 30px 0 30px 40px;
    border-right: none;
}

@media (max-width: 991px) {
    .news-card_home_cr:nth-child(3) .news-date_home_cr {
        padding: 30px 0;
    }
}

.date-text_home_cr {
    color: #363636;
    font: 400 14px "TT Interfaces", sans-serif;
}

.news-content_home_cr {
    display: flex;
    height: 450px;
    padding: 40px 40px 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    border-right: 1px solid rgba(54, 54, 54, 0.5);
    border-bottom: 1px solid rgba(54, 54, 54, 0.5);
}

@media (max-width: 991px) {
    .news-content_home_cr {
        padding: 40px 0;
        border-right: none;
    }
}

@media (max-width: 640px) {
    .news-content_home_cr {
        height: auto;
        min-height: 300px;
    }
}

.news-card_home_cr:nth-child(2) .news-content_home_cr {
    padding: 40px;
}

@media (max-width: 991px) {
    .news-card_home_cr:nth-child(2) .news-content_home_cr {
        padding: 40px 0;
    }
}

.news-card_home_cr:nth-child(3) .news-content_home_cr {
    padding: 40px;
    border-right: none;
}

@media (max-width: 991px) {
    .news-card_home_cr:nth-child(3) .news-content_home_cr {
        padding: 40px 0;
    }
}

.news-title-wrapper_home_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.news-title_home_cr {
    flex: 1 0 0;
    color: #363636;
    font: 400 24px "TT Interfaces", sans-serif;
    margin: 0;
}

.news-preview_home_cr {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex: 1 0 0;
    width: 100%;
}

.news-text_home_cr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    flex: 1 0 0;
    overflow: hidden;
    color: #363636;
    text-overflow: ellipsis;
    font: 400 16px/150% "TT Interfaces", sans-serif;
    margin: 0;
}

.news-arrow-button_home_cr {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.news-arrow_home_cr {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}


/* #######Footer */
.footer_home_pr {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
    background-color: #030303;
}

.footer-container_home_pr {
    display: flex;
    width: 100%;
    padding: 0px 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-container_home_pr {
        padding: 0px 60px;
    }
}

@media (max-width: 640px) {
    .footer-container_home_pr {
        padding: 0px 20px;
    }
}

.footer-contacts_home_pr {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .footer-contacts_home_pr {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}

.footer-address_home_pr {
    display: flex;
    width: 500px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
    font-style: normal;
}

@media (max-width: 991px) {
    .footer-address_home_pr {
        width: 100%;
        align-items: center;
    }
}

.address-text_home_pr {
    width: 410px;
    flex-shrink: 0;
    color: #FFF;
    position: relative;
    font: 400 16px/120% 'TT Interfaces', sans-serif;
}

.footer-logo_home_pr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

.footer-logo-image_home_pr {
    width: 111px;
    height: 75px;
    aspect-ratio: 37/25;
    position: relative;
}

.footer-phone_home_pr {
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: flex-end; /* выравнивание дочерних элементов по правому краю */
    gap: 10px;
    align-self: stretch;
    position: relative;
}

.phone-number_home_pr {
    color: #FFF;
    text-decoration: none;
    position: relative;
    font: 700 24px/120% 'TT Interfaces', sans-serif;
    text-align: right; /* выравнивание текста по правому краю */
    margin-left: auto; /* прижимает к правому краю */
}

.work-hours_home_pr {
    color: #FFF;
    position: relative;
    font: 400 14px/120% 'TT Interfaces', sans-serif;
    text-align: right; /* выравнивание текста по правому краю */
    margin-left: auto; /* прижимает к правому краю */
}

.footer-email_home_pr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

.email-home_pr {
    color: #FFF;
    text-decoration: none;
    position: relative;
    font: 700 24px / 120% 'TT Interfaces', sans-serif;
}

@media (max-width: 991px) {
    .footer-phone_home_pr {
        width: 100%;
        align-items: center;
    }

    .phone-number_home_pr,
    .work-hours_home_pr {
        text-align: center; /* для мобильной версии */
        margin-left: 0; /* сбрасываем для мобильной */
        align-self: center;
    }
}

.footer-menu_home_pr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .footer-menu_home_pr {
        flex-direction: column;
        gap: 30px;
    }
}

.footer-copyright_home_pr {
    display: flex;
    width: 360px;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-copyright_home_pr {
        width: 100%;
        justify-content: center;
    }
}

.copyright-text_home_pr {
    color: #838383;
    position: relative;
    font: 400 14px 'TT Interfaces', sans-serif;
}

.footer-nav-main_home_pr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    position: relative;
}

@media (max-width: 991px) {
    .footer-nav-main_home_pr {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .footer-nav-main_home_pr {
        flex-direction: column;
        gap: 15px;
    }
}

.nav-list_home_pr {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}

@media (max-width: 991px) {
    .nav-list_home_pr {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .nav-list_home_pr {
        flex-direction: column;
        gap: 15px;
    }
}

.nav-item_home_pr {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

@media (max-width: 640px) {
    .nav-item_home_pr {
        justify-content: center;
    }
}

.nav-link_home_pr {
    color: #FFF;
    text-decoration: none;
    position: relative;
    font: 400 16px 'TT Interfaces', sans-serif;
}

.nav-link_home_pr:hover {
    text-decoration: none;
    color: #D46211;
}

.footer-nav-secondary_home_pr {
    display: flex;
    width: 360px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-nav-secondary_home_pr {
        width: 100%;
        justify-content: center;
    }
}

.back-to-top_home_pr {
    color: #838383;
    text-decoration: none;
    position: relative;
    font: 400 14px 'TT Interfaces', sans-serif;
}

.back-to-top_home_pr:hover {
    text-decoration: underline;
}

.footer-legal_home_pr {
    display: flex;
    padding-top: 40px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .footer-legal_home_pr {
        flex-direction: column;
        gap: 20px;
    }
}

.legal-text_home_pr {
    flex: 1 0 0;
    color: #838383;
    position: relative;
    font: 400 12px 'TT Interfaces', sans-serif;
}

.legal-links_home_pr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.legal-link_home_pr {
    color: #838383;
    text-decoration: underline;
    position: relative;
    font: 400 12px 'TT Interfaces', sans-serif;
}

.legal-link_home_pr:hover {
    color: #FFF;
}

/* Focus styles for accessibility */
button:focus,
a:focus {
    outline: none;
    color: var(--FA7110, #d46211);
}

/* Button hover effects */
.primary-button_home_pr:hover {
    background-color: #B8540F;
    border-color: #B8540F;
}

.secondary-button_home_pr:hover {
    background-color: #D46211;
    color: #FFF;
}

.secondary-button_home_pr:hover .arrow-icon_home_pr path {
    stroke: #FFF;
}


/* #####BLOG */
* {
    box-sizing: border-box;
}

.project-content_blog {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .project-content_blog {
        max-width: 100%;
        padding: 100px 20px 0;
    }
}

.project-header_blog {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    color: var(--FA7110, #d46211);
    justify-content: start;
    font: 400 36px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .project-header_blog {
        max-width: 100%;
    }
}

.project-title_blog {
    color: var(--FA7110, #d46211);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    font-size: inherit;
    font-weight: inherit;
    padding-left: 160px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .project-title_blog {
        max-width: 100%;
    }
}

.project-main_blog {
    display: flex;
    margin-top: 30px;
    max-width: 100%;
    align-items: stretch;
    gap: 40px 80px;
    overflow: hidden;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0px 80px 40px 160px;
}

@media (max-width: 991px) {
    .project-main_blog {
        max-width: 100%;
    }
}

.photo-gallery_blog {
    align-self: start;
    min-width: 240px;
    max-width: 787px;
    width: 100%;
}

@media (max-width: 991px) {
    .photo-gallery_blog {
        max-width: 100%;
    }
}

.main-image_wrapper {
    position: relative;
}

.main-image_wrapper button {
    background: transparent;
    position: absolute;
    border: 0;
}

.main-image_wrapper button:hover {
    cursor: pointer;
}

.main-image_wrapper button:focus {
    border: none !important;
    outline: none !important;
}

button.main-image_open {
    top: -20px;
    right: -20px;
}

button.main-image_next {
    right: -20px;
    top: 50%;
    margin-top: -37px;
}

button.main-image_prev {
    left: -20px;
    top: 50%;
    margin-top: -37px;
}

.main-image_blog {
    aspect-ratio: 1.78;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 2px;
    min-height: 442px;
}

@media (max-width: 991px) {
    .main-image_blog {
        max-width: 100%;
    }
}

.thumbnails_blog {
    overflow-x: auto;
    display: flex;
    margin-top: 10px;
    max-width: 787px;
    width: 100%;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    justify-content: start;
}

@media (max-width: 991px) {
    .thumbnails_blog {
        max-width: 100%;
    }
}

.thumbnail_blog {
    aspect-ratio: 1.78;
    object-fit: contain;
    object-position: center;
    width: 89px;
    border-radius: 2px;
    align-self: stretch;
    min-height: 50px;
    flex-shrink: 0;
    gap: 20px;
    margin: auto 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.thumbnail_blog:hover,
.thumbnail_blog:focus {
    opacity: 0.8;
    outline: 2px solid var(--FA7110, #d46211);
    outline-offset: 2px;
}

.project-details_blog {
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .project-details_blog {
        max-width: 100%;
    }
}

.characteristics_blog {
    max-width: 100%;
}

@media (max-width: 991px) {
    .characteristics_blog {
        max-width: 100%;
    }
}

.characteristic-item_blog {
    display: flex;
    max-width: 100%;
    align-items: stretch;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
}

.characteristic-item_blog:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .characteristic-item_blog {
        max-width: 100%;
    }
}

.characteristic-icon_blog {
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: start;
    height: 100%;
    width: 26px;
}

.icon_blog {
    aspect-ratio: 0.87;
    object-fit: contain;
    object-position: center;
    width: 26px;
}

.characteristic-text_blog {
    color: var(--363636, #363636);
    align-self: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font: 400 24px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .characteristic-text_blog {
        max-width: 100%;
    }
}

.tags_blog {
    display: flex;
    margin-top: 40px;
    max-width: 100%;
    align-items: start;
    gap: 20px;
    overflow: hidden;
    color: var(--363636, #363636);
    white-space: nowrap;
    justify-content: start;
    flex-wrap: wrap;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .tags_blog {
        max-width: 100%;
        white-space: initial;
    }
}

.tag_blog__link {
    color: var(--363636, #363636);
    text-decoration: none;
}

.tag_blog__link:hover {
    text-decoration: underline;
}

.tag_blog {
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    display: flex;
    gap: 10px;
    background-color: var(--EEEEEE, #eee);
    padding: 4px 8px 7px;
}

@media (max-width: 991px) {
    .tag_blog {
        white-space: initial;
    }
}

.project-description_blog {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    color: var(--363636, #363636);
    text-overflow: ellipsis;
    margin-top: 40px;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

.project-description_blog p {
    margin: 0;
}

@media (max-width: 991px) {
    .project-description_blog {
        max-width: 100%;
    }
}

.cta-button_blog {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--FA7110, #d46211);
    display: flex;
    margin-top: 40px;
    width: 240px;
    max-width: 100%;
    gap: 10px;
    color: var(--FFFFFF, #fff);
    background-color: var(--FA7110, #d46211);
    padding: 20px 40px;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cta-button_blog:hover,
.cta-button_blog:focus {
    background-color: #c55a0f;
    outline: 2px solid var(--FA7110, #d46211);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .cta-button_blog {
        padding: 0 20px;
    }
}

.cta-button_blog2 {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--FA7110, #d46211);
    display: flex;
    margin-top: 40px;
    width: 260px;
    max-width: 100%;
    gap: 10px;
    color: var(--FFFFFF, #fff);
    background-color: var(--FA7110, #d46211);
    padding: 20px 40px;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cta-button_blog2:hover,
.cta-button_blog2:focus {
    background-color: #c55a0f;
    outline: 2px solid var(--FA7110, #d46211);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .cta-button_blog2 {
        padding: 0 20px;
    }
}

.button-icon_blog {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.project-description-section_blog {
    max-width: 100%;
    padding: 40px 80px 80px 160px;
}

@media (max-width: 991px) {
    .project-description-section_blog {
        max-width: 100%;
        padding: 0 20px;
    }
}

.section-header_blog {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    color: var(--FA7110, #d46211);
    white-space: nowrap;
    text-transform: lowercase;
    justify-content: start;
    font: 400 36px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .section-header_blog {
        max-width: 100%;
        white-space: initial;
    }
}

.section-title_blog {
    color: var(--FA7110, #d46211);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    font-size: inherit;
    font-weight: inherit;
}

@media (max-width: 991px) {
    .section-title_blog {
        max-width: 100%;
    }
}

.description-content_blog {
    margin-top: 40px;
    max-width: 100%;
    padding-right: 80px;
}

@media (max-width: 991px) {
    .description-content_blog {
        max-width: 100%;
        padding-right: 20px;
    }
}

.description-phase_blog {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

@media (max-width: 991px) {
    .description-phase_blog {
        max-width: 100%;
    }
}

.phase-title_blog {
    color: var(--030303, #030303);
    font: 400 24px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .phase-title_blog {
        max-width: 100%;
    }
}

.phase-list_blog {
    margin: 10px 0 0 0;
    padding: 0;
    max-width: 100%;
    list-style: none;
}

@media (max-width: 991px) {
    .phase-list_blog {
        max-width: 100%;
    }
}

.phase-item_blog {
    display: flex;
    max-width: 100%;
    align-items: stretch;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.phase-item_blog:not(:first-child) {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .phase-item_blog {
        max-width: 100%;
    }
}

.list-marker_blog {
    display: flex;
    padding-top: 2px;
    align-items: start;
    gap: 10px;
    justify-content: start;
    height: 100%;
    width: 16px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

.item-text_blog {
    color: var(--030303, #030303);
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .item-text_blog {
        max-width: 100%;
    }
}

.phase-separator_blog {
    display: flex;
    min-height: 1px;
    margin: 40px 0;
    max-width: 100%;
    background-color: var(--CCCCCC, #ccc);
    border: none;
}

hr {
    display: flex;
    min-height: 1px;
    margin: 20px 0;
    max-width: 100%;
    background-color: var(--CCCCCC, #ccc);
    border: none;
}

@media (max-width: 991px) {
    .phase-separator_blog {
        max-width: 100%;
    }
}

.phase-content_blog {
    margin-top: 10px;
    max-width: 100%;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    color: var(--030303, #030303);
}

@media (max-width: 991px) {
    .phase-content_blog {
        max-width: 100%;
    }
}

.phase-paragraph_blog {
    color: var(--030303, #030303);
    margin: 0;
}

.phase-paragraph_blog:not(:first-child) {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .phase-paragraph_blog {
        max-width: 100%;
    }
}

.work-progress_blog {
    max-width: 100%;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    padding: 40px 80px 80px 160px;
}

@media (max-width: 991px) {
    .work-progress_blog {
        max-width: 100%;
        padding: 0 20px;
    }
}

.progress-posts_blog {
    overflow-x: auto;
    display: flex;
    margin-top: 40px;
    max-width: 100%;
    align-items: start;
    gap: 20px;
    justify-content: start;
}

@media (max-width: 991px) {
    .progress-posts_blog {
        max-width: 100%;
    }
}

.progress-post_blog {
    min-width: 240px;
    max-width: 333px;
    width: 100%;
}

.progress-post-with-video_blog {
    position: relative;
}

.post-media-container_blog {
    position: relative;
}

.post-image_blog {
    aspect-ratio: 1.33;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 2px;
}

.play-button_blog {
    aspect-ratio: 1.4;
    object-fit: contain;
    object-position: center;
    width: 56px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.play-button_blog:hover,
.play-button_blog:focus {
    transform: translate(-50%, -50%) scale(1.1);
    outline: 2px solid var(--FA7110, #d46211);
    outline-offset: 2px;
}

.play-icon_blog {
    width: 100%;
    height: 100%;
}

.post-date_blog {
    display: flex;
    margin-top: 10px;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--CCCCCC, #ccc);
    white-space: nowrap;
    justify-content: start;
}

@media (max-width: 991px) {
    .post-date_blog {
        white-space: initial;
    }
}

.date-text_blog {
    color: var(--CCCCCC, #ccc);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

.post-description_blog {
    color: var(--363636, #363636);
    font-size: 16px;
    margin: 10px 0 0 0;
}


/* ###BLOK### */

.cta-section_blog {
    background-color: rgba(212, 98, 17, 1);
    max-width: 100%;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0 80px;
}

@media (max-width: 991px) {
    .cta-section_blog {
        max-width: 100%;
        padding: 0 20px;
    }
}

.cta-container_blog {
    display: flex;
    max-width: 100%;
    align-items: start;
    gap: 40px 80px;
    justify-content: start;
    flex-wrap: wrap;
    padding: 40px 0 40px 80px;
}

@media (max-width: 991px) {
    .cta-container_blog {
        max-width: 100%;
        padding-left: 20px;
    }
}

.cta-content_blog {
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .cta-content_blog {
        max-width: 100%;
    }
}

.cta-title_blog {
    color: var(--FFFFFF, #fff);
    font-size: 48px;
    font-weight: 800;
    margin: 0;
}

@media (max-width: 991px) {
    .cta-title_blog {
        max-width: 100%;
        font-size: 40px;
    }
}

.cta-subtitle_blog {
    color: var(--FFFFFF, #fff);
    font-size: 24px;
    margin: 80px 0 0 0;
}

@media (max-width: 991px) {
    .cta-subtitle_blog {
        max-width: 100%;
        margin-top: 40px;
    }
}

.cta-bottom_blog {
    display: flex;
    margin-top: 80px;
    max-width: 100%;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .cta-bottom_blog {
        max-width: 100%;
        margin-top: 40px;
    }
}


.cta-text_blog {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 10px;
    color: var(--FFFFFF, #fff);
    justify-content: start;
    max-width: 350px;
    margin: auto 0;
}

/* ###27_09### */

.cta-description_blog {
    color: #EAB188;
    align-self: stretch;
    max-width: 350px;
    margin: auto 0;
}


.cta-buttons_blog {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: -1px;
    color: var(--FA7110, #d46211);
    justify-content: center;
    width: 240px;
    margin: auto 0;
}

.cta-main-button_blog {
    justify-content: center;
    align-items: center;
    border: none;
    align-self: stretch;
    display: flex;
    width: 240px;
    gap: 10px;
    background-color: var(--FFFFFF, #fff);
    margin: auto 0;
    padding: 20px 40px;
    color: var(--FA7110, #d46211);
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
    /*  */
    white-space: nowrap; /* Запрещает перенос текста */
    overflow: hidden; /* Скрывает текст, если он выходит за границы */
    text-overflow: ellipsis; /* Добавляет многоточие если текст не помещается */
}

.cta-main-button_blog:hover,
.cta-main-button_blog:focus {
    background-color: transparent;
    outline: 1px solid var(--FFFFFF, #fff);
    color: #fff;
}

/* Добавляем стили для иконки (фон вместо img) */
.button-icon_blog {
    display: inline-block;
    width: 20px; /* Замените на реальную ширину вашей иконки */
    height: 20px; /* Замените на реальную высоту вашей иконки */
    background-image: url('/wp-content/themes/sksr/images/button-icon_blog.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; /* Для выравнивания с текстом, если нужно */
    margin-left: 10px; /* Опционально, для отступа от текста, как в gap */
}

/* Меняем иконку при hover и focus на кнопке */
.cta-main-button_blog:hover .button-icon_blog,
.cta-main-button_blog:focus .button-icon_blog {
    background-image: url('/wp-content/themes/sksr/images/button-icon_home_pr.svg');
}

@media (max-width: 991px) {
    .cta-main-button_blog {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .cta-image_blog {
        max-width: 100%;
    }
}

/* Focus management and accessibility improvements */
*:focus {
    outline: none;
    outline-offset: 0px;
}

button:focus,
.thumbnail_blog:focus {
    outline: 2px solid var(--FA7110, #d46211);
    outline-offset: 2px;
}

/* Ensure proper contrast and readability */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .thumbnail_blog:hover,
    .thumbnail_blog:focus {
        outline: 3px solid;
    }

    .cta-button_blog:hover,
    .cta-button_blog:focus,
    .cta-main-button_blog:hover,
    .cta-main-button_blog:focus,
    .play-button_blog:hover,
    .play-button_blog:focus {
        outline: 3px solid;
    }
}


/* #####ALL */

/* Blog Section Styles */
.blog_content_all {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    font-family: "TT Interfaces", sans-serif;
}

.blog_section_all {
    display: flex;
    padding: 40px 80px 80px 155px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.blog_header_all {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.blog_title_all {
    flex: 1 0 0;
    color: #d46211;
    font: 400 36px "TT Interfaces", sans-serif;
    margin: 0;
}

.blog_posts_grid_all {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 80px 40px;
    width: 100%;
    flex-wrap: wrap;
}

.blog_post_all {
    display: flex;
    width: 387px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.post_image_all {
    height: 290px;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    display: block;
}

.post_meta_all {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.post_date_all {
    flex: 1 0 0;
    color: #ccc;
    font: 400 14px "TT Interfaces", sans-serif;
}

.post_description_all {
    width: 100%;
    color: #363636;
    font: 400 16px "TT Interfaces", sans-serif;
    margin: 0;
    line-height: 1.4;
}

/* Video Play Button Styles */
.video_play_button_all {
    position: absolute;
    left: 164px;
    top: 125px;
    width: 56.391px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: block;
    transition: transform 0.2s ease;
}

.video_play_button_all:hover {
    transform: scale(1.1);
}

.video_play_button_all:focus {
    outline: 2px solid #d46211;
    outline-offset: 2px;
}

.youtube_icon_all {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .blog_section_all {
        padding: 30px 40px 60px 80px;
        gap: 30px;
    }

    .blog_title_all {
        font-size: 32px;
    }

    .blog_posts_grid_all {
        gap: 60px 30px;
    }

    .blog_post_all {
        width: calc(50% - 15px);
    }
}

@media (max-width: 640px) {
    .blog_section_all {
        padding: 20px 20px 40px 20px;
        gap: 20px;
    }

    .blog_title_all {
        font-size: 28px;
    }

    .blog_posts_grid_all {
        gap: 40px 20px;
    }

    .blog_post_all {
        width: 100%;
    }

    .post_image_all {
        height: 250px;
    }

    .video_play_button_all {
        left: calc(50% - 28px);
        top: 105px;
    }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
    .video_play_button_all {
        transition: none;
    }

    .video_play_button_all:hover {
        transform: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .blog_title_all {
        color: #000;
    }

    .post_date_all {
        color: #666;
    }

    .post_description_all {
        color: #000;
    }
}

/* Focus management for keyboard navigation */
.blog_post_all:focus-within {
    outline: 2px solid #d46211;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Ensure images are accessible */
.post_image_all {
    border: 1px solid transparent;
}

.post_image_all:focus {
    border-color: #d46211;
    outline: none;
}

/* ####FIX 15_09##### */

.phone-link {
    color: var(--030303, #030303);
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.phone-link:hover {
    color: #d46211;
}

.company_a {
    color: var(--030303, #030303);
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

/* ####HEADER_HERO##### */

.slogan-text_home_pr {
    position: relative;
    height: 180px; /* Высота под самое длинное слово */
    display: flex;
    align-items: center;
}

.develop-text_home_pr {
    margin: 0;
    font-weight: 800;
    color: #333;
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-in-out;
    text-align: center;
    width: 100%;
}

.develop-text_home_pr.active {
    opacity: 1;
    transform: translateY(0);
}

.develop-text_home_pr.exiting {
    opacity: 0;
    transform: translateY(-30px);
}

/* Адаптивность */
@media (max-width: 768px) {
    .slogan-text_home_pr {
        height: 60px;
    }

    .develop-text_home_pr {
        font-size: 2rem;
    }
}


/* ####team##### */

/* Чёрно-белый фильтр для фото */
.member-photo-bw {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

/* При наведении на фото - цветное фото */
.member-photo-bw:hover {
    filter: grayscale(0%);
}


/* ###MEDIA_BLOG### */
/* Базовые стили для .cta-image_blog */
/* Базовые стили */
/* Базовые стили для .cta-image_blog */
.cta-image_blog {
    aspect-ratio: 1.6;
    object-fit: contain;
    object-position: center;
    max-width: 628px; /* Как в Figma для 19-дюймовых экранов */
    min-width: 240px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem; /* Масштабируется с настройками текста */
}

/* Экраны до 1920px (включая 1920x1024, ноутбуки 13–17 дюймов) */
@media (max-width: 1919px) {

    .cta-image_blog {
        max-width: 480px; /* Как указано для меньших экранов */
        min-width: 200px;
        font-size: 0.9rem; /* Компенсация возможного масштабирования текста */
    }

    .cta-subtitle_blog {
        color: var(--FFFFFF, #fff);
        font-size: 20px;
        margin: 80px 0 0 0;
    }

    .cta-title_blog {
        color: var(--FFFFFF, #fff);
        font-size: 46px;
        font-weight: 800;
        margin: 0;
    }

    .team-member_home_cr {
        /* max-width: 600px; /* Ограничение максимальной ширины */
        */

    }


    .project-footer_home_pr {
        gap: 5px;
    }

    .project-tags_home_pr {
        min-width: 300px;
    }

    .service-item_home_pr {
        width: 399px;
    }

}

/* Планшеты и мобильные устройства (до 768px) */
@media (max-width: 768px) {
    .cta-image_blog {
        max-width: 100%;
        min-width: 180px;
        font-size: 0.85rem;
    }
}

/* Экраны больше 1920px (для больших мониторов, если нужно) */
@media (min-width: 1921px) {
    .cta-image_blog {
        max-width: 628px; /* Как в Figma */
        font-size: 1rem;
    }
}

/* ###MEDIA_BLOG### */


/* ###POPUP_1### */

/* Основные стили попапа */
.popup-overlay_popup_n {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding: 30px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay_popup_n.active {
    opacity: 1;
    visibility: visible;
}

.popup-container_popup_n {
    border-radius: 4px;
    overflow: hidden;
    max-width: 1400px;
    width: 100%;
    max-height: 95vh;
    overflow-y: auto;
    background-color: white;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transform: translateY(50px) scale(0.95);
    transition: transform 0.4s ease;
}

.popup-overlay_popup_n.active .popup-container_popup_n {
    transform: translateY(0) scale(1);
}

/* Шапка попапа */
.popup-header_popup_n {
    align-items: center;
    display: flex;
    min-height: 100px;
    width: 100%;
    gap: 25px;
    justify-content: start;
    background-color: #d46211;
    padding: 20px 50px;
    position: relative;
}

.header-icon_popup_n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.icon-image_popup_n {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-title_popup_n {
    flex: 1;
    min-width: 200px;
}

.title-text_popup_n {
    color: white;
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    font-family: 'TT Interfaces', -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 1.2;
}

/* Кнопка закрытия */
.close-button_popup_n {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.close-button_popup_n:hover {

}

.close-button_popup_n:hover .close-icon_popup_n {

}

.close-icon_popup_n {
    color: white;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    transition: color 0.3s ease;
}

/* Контент попапа */
.popup-content_popup_n {
    background-color: white;
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 40px;
    padding: 50px;
    min-height: 500px;
}

.content-left_popup_n {
    flex: 0 0 450px;
}

.content-right_popup_n {
    flex: 1;
}

/* Текстовые блоки */
.main-description_popup_n {
    color: #363636;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 30px 0;
    font-family: 'TT Interfaces', -apple-system, Roboto, Helvetica, sans-serif;
}

.secondary-description_popup_n {
    color: #363636;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

/* Кнопка обсуждения */
.discuss-button_popup_n {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    background-color: #d46211;
    color: white;
    border: 2px solid #d46211;
    padding: 20px 30px;
    font-size: 16px;
    font-family: 'TT Interfaces', -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    text-decoration: none;
}

.discuss-button_popup_n:hover {
    background-color: #b8520e;
}

/* Кнопка обсуждения_2 */
.discuss-button-secondary_popup_n {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    background-color: #d46211;
    color: white;
    border: 2px solid #d46211;
    padding: 20px 30px;
    font-size: 16px;
    font-family: 'TT Interfaces', -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    text-decoration: none;

}

.discuss-button-secondary_popup_n:hover {
    background-color: #b8520e;
}

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


.discuss-button-outline_popup_n {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--FA7110, #d46211);
    align-self: stretch;
    display: flex;
    gap: 10px;
    color: var(--FA7110, #fff);
    width: 100%;
    margin: auto 0;
    padding: 19px 39px 19px 40px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #d46211;
}

.discuss-button-outline_popup_n:hover {
    background-color: var(--FA7110, #d46211);
    color: #fff;

}

.discuss-button-outline_popup_n:focus {
    outline: none;
    outline-offset: 0px;
}


.button-text_popup_n {
    font-weight: 500;
}

.button-icon_popup_n {
    font-size: 20px;
    font-weight: 300;
}

/* Изображение */
.content-image_popup_n {
    margin: 0;
}

.main-image_popup_n {
    width: 100%;
    height: auto;
    max-width: 300px;
}

/* Разделитель */
.content-divider_popup_n {
    width: 1px;
    background-color: #ccc;
    margin: 0;
}

/* Правая колонка */
.services-header_popup_n {
    margin-bottom: 30px;
}

.services-intro_popup_n {
    color: #363636;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.wysiwyg-content_popup_n {
    color: #030303;
    font-size: 16px;
    line-height: 1.6;
}

.wysiwyg-content_popup_n h3 {
    font-size: 24px;
    margin: 30px 0 15px 0;
    color: #030303;
}

.wysiwyg-content_popup_n ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.wysiwyg-content_popup_n li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
}

.wysiwyg-content_popup_n li:before {
    content: "•";
    color: #d46211;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .popup-container_popup_n {
        max-width: 95%;
    }

    .popup-content_popup_n {
        gap: 30px;
        padding: 40px;
    }

    .content-left_popup_n {
        flex: 0 0 400px;
    }
}

@media (max-width: 991px) {
    .popup-overlay_popup_n {
        padding: 20px;
    }

    .popup-header_popup_n {
        padding: 15px 30px;
        min-height: 80px;
        gap: 20px;
    }

    .header-icon_popup_n {
        width: 50px;
        height: 50px;
    }

    .title-text_popup_n {
        font-size: 28px;
    }

    .close-button_popup_n {
        width: 45px;
        height: 45px;
    }

    .popup-content_popup_n {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    .content-left_popup_n {
        flex: none;
        width: 100%;
    }

    .content-divider_popup_n {
        width: 100%;
        height: 1px;
    }

    .main-description_popup_n {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .popup-overlay_popup_n {
        padding: 10px;
    }

    .popup-header_popup_n {
        padding: 15px 20px;
        gap: 15px;
    }

    .title-text_popup_n {
        font-size: 24px;
    }

    .popup-content_popup_n {
        padding: 20px;
    }

    .main-description_popup_n {
        font-size: 18px;
    }
}

/* Анимации */
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-container_popup_n {
    animation: popupFadeIn 0.4s ease-out;
}

/* Улучшения для доступности */
.popup-overlay_popup_n *:focus {
    outline: 2px solid #d46211;
    outline-offset: 2px;
}

/* Поддержка reduced motion */
@media (prefers-reduced-motion: reduce) {
    .popup-overlay_popup_n,
    .popup-container_popup_n,
    .close-button_popup_n,
    .discuss-button_popup_n {
        transition: none;
    }

    .popup-container_popup_n {
        animation: none;
    }
}

/* ###POPUP_1### */

/* ###POST### */
/* Стили для article - эффект карточки */
._ps {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease;
    max-width: 800px; /* Ограничение ширины для центрирования */
    margin-left: auto;
    margin-right: auto;
}

._ps:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Заголовок - по центру */
._ps .entry-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

._ps .entry-title {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
    margin: 0;
    transition: color 0.3s ease;
}

._ps .entry-title a {
    color: inherit;
    text-decoration: none;
}

._ps .entry-title a:hover {
    color: #0073aa;
}

/* Миниатюра поста - без изменений, как сейчас */
._ps .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

._ps .post-thumbnail img:hover {
    transform: scale(1.05);
    opacity: 0.95;
}

/* Контент - центрирование текста */
._ps .entry-content {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    text-align: justify; /* Центрирование контента */
}

._ps .entry-content p {
    margin-bottom: 1.5rem;
}

._ps .entry-content a {
    color: #0073aa;
    text-decoration: none;
    border-bottom: 1px solid #0073aa;
    transition: color 0.3s ease;
}

._ps .entry-content a:hover {
    color: #005177;
    border-bottom-color: #005177;
}

/* Адаптивность */
@media (max-width: 768px) {
    ._ps .entry-title {
        font-size: 2rem;
    }

    ._ps {
        padding: 1.5rem;
    }
}

/* ###POST### */


/* ###404### */
.custom-404 {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
    font-family: system-ui, sans-serif;
}

.custom-404__container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.custom-404__container:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.custom-404__title {
    font-size: 120px;
    color: #dc3545; /* Красный для акцента */
    margin-bottom: 20px;
}

.custom-404__message {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}


.custom-404__button {
    display: inline-block;
    padding: 12px 24px;
    background: #D46211;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.custom-404__button:hover {
    background: #dc3545;
}

.custom-404__image {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .custom-404__title {
        font-size: 80px;
    }

    .custom-404__container {
        padding: 15px;
    }
}

/* ###404### */


/* ###POPUP_2### */

/* Popup overlay */
.popup_overlay_popup_contr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 5vh 5vw;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup_overlay_popup_contr.active {
    display: flex;
    opacity: 1;
}

/* Main popup container */
.popup_container_popup_contr {
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    position: relative;
    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s ease;
}

.popup_overlay_popup_contr.active .popup_container_popup_contr {
    transform: translateY(0) scale(1);
}

/* Header section */
.popup_header_popup_contr {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.popup-meta {
    flex: 1;
}

.popup-date {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'TT Interfaces', -apple-system, Roboto, Helvetica, sans-serif;
}

.popup_title_popup_contr {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.popup_close_button_popup_contr {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.popup_close_button_popup_contr:hover {
    background-color: rgba(136, 136, 136, 0.1);
}

.popup_close_button_popup_contr:focus {
    outline: 2px solid #007acc;
    outline-offset: 2px;
}

.close_icon_popup_contr {
    width: 15px;
    height: 15px;
    fill: #888;
}

/* Content section */
.popup_content_popup_contr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.article_summary_popup_contr {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.article_image_popup_contr {
    width: 100%;
    height: 450px;
    border-radius: 1px;
    object-fit: cover;
    display: block;
}

.article_body_popup_contr {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.article_body_popup_contr p {
    margin-bottom: 15px;
}

.article_body_popup_contr h2,
.article_body_popup_contr h3,
.article_body_popup_contr h4 {
    margin: 25px 0 15px 0;
    color: #333;
}

.article_body_popup_contr ul,
.article_body_popup_contr ol {
    margin: 15px 0;
    padding-left: 20px;
}

.article_body_popup_contr li {
    margin-bottom: 8px;
}

/* Стили для карточек блога */
.news-text_home_cr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Стили для кнопки-стрелки как в оригинале */
.project-arrow_home_pr {
    transition: 0.5s;
    aspect-ratio: 1;
    width: 40px;
    flex-shrink: 0;
    align-self: flex-end;
    display: inline-block;
    background-image: url('/wp-content/themes/sksr/images/project-arrow_home_pr.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Смена изображения при наведении на стрелку */
.project-arrow_home_pr:hover {
    rotate: 45deg;
    /*width: 45px;*/
    /*background-image: url('/wp-content/themes/sksr/images/arr_d.svg');*/
}

/* Убираем все hover эффекты с карточек */
.news-card_home_cr {
    /* Убрал transform и другие hover эффекты */
}

/* Responsive design */
@media (max-width: 991px) {
    .popup_overlay_popup_contr {
        padding: 5vh 5vw;
    }

    .popup_container_popup_contr {
        padding: 30px;
        max-height: 90vh;
    }

    .popup_header_popup_contr {
        gap: 15px;
    }

    .popup_title_popup_contr {
        font-size: 22px;
    }

    .article_summary_popup_contr {
        font-size: 16px;
    }

    .article_image_popup_contr {
        height: 300px;
    }

    .article_body_popup_contr {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .popup_overlay_popup_contr {
        padding: 2.5vh 2.5vw;
    }

    .popup_container_popup_contr {
        padding: 20px;
        gap: 15px;
    }

    .popup_header_popup_contr {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .popup_title_popup_contr {
        font-size: 20px;
    }

    .article_summary_popup_contr {
        font-size: 15px;
    }

    .article_image_popup_contr {
        height: 200px;
    }

    .article_body_popup_contr {
        font-size: 14px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .popup_overlay_popup_contr,
    .popup_container_popup_contr {
        transition: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .popup_container_popup_contr {
        border: 2px solid #000;
    }

    .popup_close_button_popup_contr:focus {
        outline: 3px solid #000;
    }
}

/* Ensure proper contrast ratios */
.popup_title_popup_contr,
.article_summary_popup_contr,
.article_body_popup_contr {
    color: #333;
}

/* Smooth scrolling for content */
.popup_container_popup_contr {
    scroll-behavior: smooth;
}

/* Print styles */
@media print {
    .popup_overlay_popup_contr {
        position: static;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .popup_container_popup_contr {
        box-shadow: none;
        max-height: none;
        overflow: visible;
    }

    .popup_close_button_popup_contr {
        display: none;
    }
}


/* VIDEO */
/* Дополнительные стили для медиа элементов в попапе */
.article_body_popup_contr video,
.article_body_popup_contr audio {
    width: 100%;
    max-width: 100%;
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}

.article_body_popup_contr .wp-video {
    width: 100% !important;
    height: auto !important;
}

.article_body_popup_contr .mejs-container {
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
}

.article_body_popup_contr .mejs-video {
    width: 100% !important;
    height: auto !important;
}

.article_body_popup_contr iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
    visibility: visible !important;
}

/* Гарантируем что медиа элементы не скрыты */
.popup_overlay_popup_contr.active .article_body_popup_contr video,
.popup_overlay_popup_contr.active .article_body_popup_contr audio,
.popup_overlay_popup_contr.active .article_body_popup_contr iframe {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .article_body_popup_contr video {
        height: 250px;
        object-fit: contain;
    }

    .article_body_popup_contr iframe {
        height: 250px;
    }

    .article_body_popup_contr .mejs-video {
        height: 250px !important;
    }
}

@media (max-width: 480px) {
    .article_body_popup_contr video {
        height: 200px;
    }

    .article_body_popup_contr iframe {
        height: 200px;
    }
}

/* Отключаем стили MediaElement.js для попапов */
.popup_overlay_popup_contr .mejs-container {
    display: none !important;
}

.popup_overlay_popup_contr .wp-video-shortcode {
    display: none !important;
}

.popup_overlay_popup_contr video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/* Показываем только нативные видео */
.popup_overlay_popup_contr .wp-video-native {
    display: block !important;
}

/* ###POPUP_2### */


/* Делаем карточки кликабельными */
.blog_post_all {
    cursor: pointer;
    transition: transform 0.2s ease;
}


/* Адаптивность */
@media (max-width: 768px) {
    .video_play_button_all {
        width: 50px;
        height: 50px;
    }

    .youtube_icon_all {
        width: 30px;
        height: 20px;
    }
}


/* ###view_all### */
.view-all-wrapper_obj2 {
    display: flex;
    padding-left: 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .view-all-wrapper_obj2 {
        padding-left: 40px;
    }
}

.view-all-button_obj2 {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #838383;
    cursor: pointer;
    background: none;
}

@media (max-width: 640px) {
    .view-all-button_obj2 {
        padding: 15px 30px;
    }
}

.view-all-button_obj2:hover {
    background-color: #D46211;
}

.view-all-button_obj2:hover .view-all-text_obj2 {
    color: #FFF;
}


.view-all-text_obj2 {
    color: #838383;
    font: 400 16px 'TT Interfaces', sans-serif;
    transition: color 0.3s ease;
}

@media (max-width: 640px) {
    .view-all-text_obj2 {
        font-size: 15px;
    }
}


/* ###OBJECT### */
/* Стили для полноэкранной галереи */
.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
}

.gallery-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
}

.gallery-popup-prev,
.gallery-popup-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10001;
}

.gallery-popup-prev {
    left: 20px;
}

.gallery-popup-next {
    right: 20px;
}

.gallery-popup-media {
    max-width: 90%;
    max-height: 90%;
}

.gallery-popup-media img,
.gallery-popup-media video {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.gallery-popup-media iframe {
    width: 80vw;
    height: 80vh;
    border: none;
}

.gallery-popup-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    padding: 10px;
}

/* Стили для миниатюр видео */
.video-thumbnail,
.iframe-thumbnail {
    position: relative;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-play-icon {
    width: 40px;
    height: 40px;
    background: rgba(212, 98, 17, 0.8);
    border-radius: 50%;
    position: relative;
}

.video-play-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}


/* Стили для постов хода работ */

.progress-post_blog {
    overflow: hidden;
    cursor: pointer;
}

/* Адаптивность */
@media (max-width: 768px) {
    .progress-posts_blog {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .play-button_blog {
        width: 50px;
        height: 50px;
    }

    .play-icon_blog {
        width: 20px;
        height: 20px;
    }
}


/* Assuming you need to add this to ensure 3 in a row */
.projects-grid_home_pr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adjust as needed */
}

/* Make the link cover the whole card */
.project-card_home_pr {
    position: relative;
}

.project-link_home_pr {
    display: block;
    text-decoration: none;
    color: inherit;
    /* Add any hover effects if needed */
}

.project-link_home_pr.project-link_home_pr__arrow {
    align-self: flex-end;
}

.project-link_home_pr:hover {
    /* Add styles for hover, e.g., box-shadow or something */
}

/* ###OBJECT### */


/* ###POPUP_Feedback### */
.popup-overlay_popup_cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}

.popup-container_popup_cont {
    border-radius: 15px;
    max-width: 500px;
    width: 60%;
    background-color: #FAF2ED;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.popup-header_popup_cont {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .popup-header_popup_cont {
        max-width: 100%;
    }
}

.popup-title_popup_cont {
    color: #030303;
    flex: 1;
    margin: 0;
    font: 700 24px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

.close-button_popup_cont {
    border-radius: 5px;
    display: flex;
    min-height: 24px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease;
}

.close-button_popup_cont:hover,
.close-button_popup_cont:focus {
    opacity: 0.7;
    outline: 2px solid #030303;
    outline-offset: 2px;
}

.close-icon_popup_cont {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 10px;
    fill: var(--838383);
}

.popup-form_popup_cont {
    width: 100%;
}

.form-fields_popup_cont {
    width: 100%;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .form-fields_popup_cont {
        max-width: 100%;
    }
}

.form-field_popup_cont {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    margin-bottom: 5px;
}

.form-field_popup_cont:first-child {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .form-field_popup_cont {
        max-width: 100%;
    }
}

.field-label_popup_cont {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #030303;
    font-weight: 500;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: -9px; /* Смещаем вверх, как вы хотите */
    position: relative; /* Для контекста позиционирования */
    z-index: 1; /* Поднимаем метку над инпутами */
}

.label-text_popup_cont {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    background-color: #FAF2ED;
    padding: 0 5px;
    color: #030303;
    position: relative; /* Убираем абсолютное позиционирование, если оно не нужно */
    z-index: 1; /* Убеждаемся, что текст остается поверх */
}

.input-wrapper_popup_cont,
.checkbox-wrapper_popup_cont {
    position: relative;
    width: 100%;
}

.form-input_popup_cont {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: flex;
    width: 100%;
    font-size: 18px;
    color: #030303;
    font-weight: 400;
    padding: 15px 20px;
    background-color: #FAF2ED;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

.checkbox-wrapper_popup_cont .field-label_popup_cont {
    justify-content: flex-start;
    margin-bottom: -5px;
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
}

.checkbox-wrapper_popup_cont .field-label_popup_cont a {
    color: #FA7110;
}

.checkbox-wrapper_popup_cont .field-label_popup_cont a:hover {
    color: #FA7110;
}

.checkbox-wrapper_popup_cont .field-label_popup_cont a:visited {
    color: #FA7110;
}

.checkbox-wrapper_popup_cont .field-label_popup_cont input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.checkbox-wrapper_popup_cont.checkbox-wrapper_popup_cont__required .field-label_popup_cont input[type='checkbox'] {
    margin-right: 0;
}

.checkbox-wrapper_popup_cont span.field-text_popup_cont {
    width: 100%;
}

.form-input_popup_cont:focus {

    outline-offset: 2px;
    border-color: #FA7110;
}

.form-input_popup_cont::placeholder {
    color: #CCCCCC;
}

@media (max-width: 991px) {
    .form-input_popup_cont {
        max-width: 100%;
    }
}

.popupSuccess-title_popup_cont {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.popupSuccess-text_popup_cont {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.input-icon_popup_cont {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
    pointer-events: none;
}

.textarea-wrapper_popup_cont {
    width: 100%;
}

.form-textarea_popup_cont {
    align-items: start;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: flex;
    width: 100%;
    font-size: 18px;
    color: #030303;
    font-weight: 400;
    padding: 15px 20px;
    background-color: #FAF2ED;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    resize: vertical;
    min-height: 80px;
}

.form-textarea_popup_cont:focus {
    /* outline: 2px solid #FA7110; */
    /* outline-offset: 2px; */
    border-color: #FA7110;
}

.form-textarea_popup_cont::placeholder {
    color: #CCCCCC;
}

@media (max-width: 991px) {
    .form-textarea_popup_cont {
        max-width: 100%;
    }
}

.file-input-wrapper_popup_cont {
    position: relative;
    width: 100%;
}

.file-input_popup_cont {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-input-label_popup_cont {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: flex;
    width: 100%;
    font-size: 18px;
    color: #CCCCCC;
    font-weight: 400;
    justify-content: start;
    padding: 15px 20px;
    background-color: #FAF2ED;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.file-input-label_popup_cont:hover {
    border-color: #FA7110;
}

.file-input_popup_cont:focus + .file-input-label_popup_cont {
    /* outline: 2px solid #FA7110; */
    /* outline-offset: 2px; */
    border-color: #FA7110;
}

@media (max-width: 991px) {
    .file-input-label_popup_cont {
        max-width: 100%;
    }
}

.file-input-text_popup_cont {
    color: #CCCCCC;
    text-decoration: underline;
    flex: 1;
}

#file-input {
    background-color: #FAF2ED;
}

.error-message_popup_cont {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 5px;
    min-height: 20px;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

.submit-button_popup_cont {
    justify-content: center;
    align-items: center;
    border: 1px solid #FA7110;
    display: flex;
    margin-top: 20px;
    width: 100%;
    gap: 10px;
    color: #FFFFFF;
    background-color: #FA7110;
    padding: 20px 40px;
    font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.submit-button_popup_cont:hover {
    background-color: #c55a0f;
    border-color: #c55a0f;
}

.submit-button_popup_cont:focus {
    /* outline: 2px solid #030303; */
    /* outline-offset: 2px; */
}

.submit-button_popup_cont:active {
    transform: translateY(1px);
}

@media (max-width: 991px) {
    .submit-button_popup_cont {
        max-width: 100%;
        padding: 20px;
    }
}

.submit-text_popup_cont {
    color: #FFFFFF;
}

.submit-icon_popup_cont {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 24px;
    flex-shrink: 0;
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .close-button_popup_cont,
    .submit-button_popup_cont,
    .file-input-label_popup_cont {
        transition: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .popup-container_popup_cont {
        border: 2px solid #030303;
    }

    .form-input_popup_cont,
    .form-textarea_popup_cont,
    .file-input-label_popup_cont {
        border-width: 2px;
    }
}

/* Focus visible for better keyboard navigation */
.close-button_popup_cont:focus-visible,
.form-input_popup_cont:focus-visible,
.form-textarea_popup_cont:focus-visible,
.file-input_popup_cont:focus-visible + .file-input-label_popup_cont,
.submit-button_popup_cont:focus-visible {
    /* outline: 2px solid #FA7110; */
    /* outline-offset: 2px; */
}

/* Screen reader only content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.file-delete_popup_cont {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #030303;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    top: 0px;
    position: absolute;
    left: auto;
    right: 5px;
}

.file-delete_popup_cont:hover,
.file-delete_popup_cont:focus {
    color: #d32f2f;
    outline: 2px solid #030303;
    outline-offset: 2px;
}

.file-span {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #030303;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    bottom: -20px;
    position: absolute;
    left: 20px;
}


@media (prefers-reduced-motion: reduce) {
    .file-delete_popup_cont {
        transition: none;
    }
}


/* ###POPUP_Feedback### */


/* ###ОТСТУП### */

/* Для вложенных списков: добавляем отступы */
ul ul, ul ol, ol ul, ol ol {
    padding-left: 40px !important; /* Или padding-left: 40px; для отступа внутри */
    list-style-type: circle; /* Маркеры для подсписков, если нужно изменить */
}


/* ###FIX Home видео### */
.top-menu-home-page_home_pr {
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
    color: var(--030303, #030303);
    justify-content: center;
    padding: 20px 80px;
    position: absolute;
}


/* Hamburger button — hidden on desktop */
.hamburger-toggle {
    display: none;
}

/* Mobile phone in dropdown — hidden on desktop */
.mobile-phone-block {
    display: none;
}

/* ==========================================================================
   MOBILE OPTIMIZATION — 768px
   ========================================================================== */

@media (max-width: 768px) {

    /* --- Global --- */
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    * {
        max-width: 100%;
        box-sizing: border-box;
    }

    img, video, iframe {
        max-width: 100%;
        height: auto;
    }

    /* --- Header / Navigation --- */
    .top-menu_home_pr,
    .top-menu-home-page_home_pr {
        padding: 10px 15px;
    }

    .navigation-level-1_home_pr {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 10px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .company-name_home_pr {
        font-size: 16px;
        white-space: nowrap;
    }

    .company-block_home_pr {
        flex: 1;
        min-width: 0;
    }

    /* Hide phone in header row — it will be accessible in the dropdown menu */
    .contact-block_home_pr {
        display: none;
    }

    /* Hamburger button — visible only on mobile */
    .hamburger-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        padding: 6px;
        background: none;
        border: 1px solid var(--FA7110, #d46211);
        border-radius: 4px;
        cursor: pointer;
        flex-shrink: 0;
        z-index: 100;
    }

    .hamburger-line {
        display: block;
        width: 20px;
        height: 2px;
        background-color: var(--FA7110, #d46211);
        border-radius: 1px;
        transition: transform 0.3s, opacity 0.3s;
    }

    /* Hamburger animation when open */
    .menu-open .hamburger-toggle .hamburger-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-open .hamburger-toggle .hamburger-line:nth-child(2) {
        opacity: 0;
    }

    .menu-open .hamburger-toggle .hamburger-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* Hide nav-level-2 by default on mobile */
    .navigation-level-2_home_pr {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.97);
        padding: 10px 0;
        margin-top: 5px;
        border-top: 1px solid var(--CCCCCC, #ccc);
    }

    /* Show nav-level-2 when menu is open */
    .menu-open .navigation-level-2_home_pr {
        display: flex;
    }

    /* Home page header (absolute/transparent) — dropdown needs background */
    .top-menu-home-page_home_pr .navigation-level-2_home_pr {
        background-color: rgba(250, 242, 237, 0.97);
    }

    /* Phone number inside mobile dropdown */
    .mobile-phone-block {
        display: block;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    }

    .mobile-phone-link {
        color: var(--FA7110, #d46211);
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        font-family: 'TT Interfaces', sans-serif;
    }

    .menu-items-block_home_pr {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-width: unset;
        width: 100%;
    }

    .menu-item_home_pr {
        border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    }

    .menu-link_home_pr {
        display: block;
        padding: 12px 15px;
        font-size: 16px;
    }

    .contact-menu-block_home_pr {
        width: 100%;
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        padding-top: 5px;
    }

    .contact-menu-item_home_pr .menu-link_home_pr {
        padding: 12px 15px;
    }

    /* --- Hero Section --- */
    .hero-section_home_pr {
        min-height: auto;
        padding: 70px 15px 30px;
    }

    .hero-text_home_pr {
        width: 100%;
    }

    .slogan-svg_home_pr {
        max-width: 100%;
        padding: 0;
    }

    .slogan-image-1_home_pr {
        width: 70%;
    }

    .slogan-image-2_home_pr {
        width: 55%;
        margin-top: 10px;
    }

    /* Dynamic text slider container */
    .slogan-text_home_pr {
        height: 80px;
        margin-top: 10px;
    }

    .develop-text_home_pr {
        font-size: 1.75rem;
        text-align: left;
    }

    .hero-tagline_home_pr {
        width: 100%;
    }

    .hero-description_home_pr {
        min-width: unset;
    }

    .hero-bottom-block_home_pr {
        flex-direction: column;
        gap: 15px;
    }

    .hero-buttons_home_pr {
        flex-direction: row;
        width: 100%;
        gap: 0;
        min-width: unset;
    }

    .download-button_home_pr {
        width: auto;
        flex: 1;
        padding: 12px 10px;
        text-align: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 0;
    }

    .discuss-button_home_pr {
        width: auto;
        flex: 1;
        padding: 12px 10px;
        font-size: 14px;
        border-radius: 0;
    }

    /* --- About Section --- */
    .about-header_home_pr {
        padding-left: 15px;
    }

    .about-details_home_pr {
        flex-direction: column;
        gap: 20px;
    }

    .about-divider_home_pr {
        display: none;
    }

    .about-left_home_pr {
        padding-left: 15px;
        width: 100%;
    }

    .about-image_home_pr {
        width: 100%;
    }

    .about-photo_home_pr {
        width: 100%;
    }

    /* --- Services Section --- */
    .services-section_home_pr {
        padding: 20px 15px 40px;
    }

    .services-header_home_pr {
        padding-right: 15px;
    }

    .services-grid_home_pr {
        flex-direction: column;
        gap: 20px;
    }

    .service-item_home_pr {
        width: 100%;
    }

    /* --- Projects Grid (Home) --- */
    .projects-grid_home_pr {
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-card_home_pr {
        padding: 20px 15px;
    }

    .project-footer_home_pr {
        height: auto;
        overflow: visible;
    }

    /* --- CTA Section --- */
    .cta-section_home_cr {
        padding: 0 15px;
        gap: 30px;
    }

    .cta-container_home_cr {
        padding: 20px 0;
        flex-direction: column;
        gap: 20px;
    }

    .cta-button_home_cr {
        width: 100%;
        padding: 16px 40px;
    }

    .cta-title_home_cr {
        font-size: 24px;
    }

    /* --- Footer --- */
    .footer-container_home_pr {
        padding: 0 15px;
    }

    .address-text_home_pr {
        width: 100%;
    }

    /* --- Single Object Page --- */
    .project-title_blog {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-main_blog {
        flex-direction: column;
        padding: 0 15px 20px;
        overflow: hidden;
    }

    .photo-gallery_blog {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .main-image_blog {
        min-height: unset;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
        cursor: pointer;
    }

    .main-image_wrapper {
        overflow: hidden;
        max-width: 100%;
    }

    button.main-image_open {
        display: none;
    }

    button.main-image_next {
        right: 5px;
    }

    button.main-image_prev {
        left: 5px;
    }

    .thumbnails_blog {
        max-width: 100%;
    }

    .project-details_blog {
        min-width: 0;
        width: 100%;
    }

    .characteristic-text_blog {
        font-size: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* --- "Обсудить проект" button full width --- */
    .cta-button_blog2 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    /* --- Project page overflow fixes --- */
    .project-content_blog {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .project-description-section_blog {
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .description-content_blog {
        padding-right: 0;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .work-progress_blog {
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .progress-posts_blog {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .progress-post_blog {
        min-width: 200px;
        max-width: 280px;
    }

    /* --- "Смотреть всё" button alignment --- */
    .view-all-wrapper_obj2 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }

    /* --- CTA section (оранжевый блок) --- */
    .cta-section_blog {
        padding: 0 15px;
    }

    .cta-container_blog {
        padding: 30px 0;
        gap: 20px;
    }

    .cta-bottom_blog {
        flex-direction: column;
    }

    .cta-buttons_blog {
        width: 100%;
        align-self: stretch;
    }

    .cta-buttons_blog a {
        display: block;
        width: 100%;
    }

    .cta-main-button_blog {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    /* --- Team section center --- */
    .team-members_home_cr {
        padding-left: 15px;
        padding-right: 15px;
    }

    .team-member_home_cr {
        align-items: center;
        text-align: center;
    }

    .member-photo-wrapper_home_cr {
        max-width: 300px;
        margin: 0 auto;
    }

    .member-info_home_cr {
        align-items: center;
        text-align: center;
    }

    .member-contacts_home_cr {
        align-items: center;
    }

    /* --- Gallery Popup --- */
    .gallery-popup-prev {
        left: 5px;
    }

    .gallery-popup-next {
        right: 5px;
    }

    .gallery-popup-media {
        max-width: 95%;
    }

    .gallery-popup-media iframe {
        width: 95vw;
        height: 60vh;
    }

    /* --- Contact Popup --- */
    .popup-container_popup_cont {
        width: 95%;
        max-width: 95%;
    }

    /* --- Team Section --- */
    .team-section_home_cr {
        padding: 0 15px;
        gap: 40px;
    }

    .team-container_home_cr {
        gap: 40px;
    }

    .team-content_home_cr {
        gap: 40px;
    }

    .team-header_home_cr {
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .team-description_home_cr {
        width: 100%;
    }

    .team-members_home_cr {
        grid-template-columns: 1fr;
        padding-left: 0;
        gap: 30px;
    }

    .team-member_home_cr {
        min-width: unset;
        max-width: 100%;
    }

    .member-photo-wrapper_home_cr {
        flex: 0 1 auto;
    }

    /* --- Blog Section (Home) --- */
    .blog-header_home_cr {
        padding: 0 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .news-grid_home_cr {
        padding: 0 15px;
        flex-direction: column;
    }

    .news-content_home_cr {
        height: auto;
        min-height: unset;
        padding: 20px 0;
        border-right: none;
    }

    .news-card_home_cr:nth-child(2) .news-content_home_cr,
    .news-card_home_cr:nth-child(3) .news-content_home_cr {
        padding: 20px 0;
    }

    .news-date_home_cr {
        border-right: none;
    }

    .news-card_home_cr:nth-child(2) .news-date_home_cr,
    .news-card_home_cr:nth-child(3) .news-date_home_cr {
        padding: 20px 0;
    }

    .blog-container_home_cr {
        padding: 40px 0;
    }

}


/* ==========================================================================
   MOBILE OPTIMIZATION — 480px (small phones)
   ========================================================================== */

@media (max-width: 480px) {

    /* --- Header --- */
    .company-name_home_pr {
        font-size: 14px;
    }

    .top-menu_home_pr,
    .top-menu-home-page_home_pr {
        padding: 8px 10px;
    }

    .hamburger-toggle {
        width: 32px;
        height: 32px;
        padding: 5px;
    }

    .hamburger-line {
        width: 18px;
    }

    /* --- Hero Section --- */
    .hero-section_home_pr {
        padding: 55px 10px 20px;
    }

    .slogan-image-1_home_pr {
        width: 65%;
    }

    .slogan-image-2_home_pr {
        width: 50%;
        margin-top: 8px;
    }

    .slogan-text_home_pr {
        height: 65px;
        margin-top: 8px;
    }

    .develop-text_home_pr {
        font-size: 1.5rem;
    }

    .download-button_home_pr,
    .discuss-button_home_pr {
        padding: 10px 6px;
        font-size: 13px;
    }

    /* --- Sections --- */
    .services-section_home_pr {
        padding: 15px 10px 30px;
    }

    .about-header_home_pr {
        padding-left: 10px;
    }

    .about-left_home_pr {
        padding-left: 10px;
    }

    .projects-grid_home_pr {
        padding-left: 10px;
        padding-right: 10px;
    }

    .project-card_home_pr {
        padding: 15px 10px;
    }

    /* --- CTA --- */
    .cta-section_home_cr {
        padding: 0 10px;
    }

    .cta-title_home_cr {
        font-size: 20px;
    }

    /* --- Footer --- */
    .footer-container_home_pr {
        padding: 0 10px;
    }

    /* --- Single Object --- */
    .project-title_blog {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
    }

    .project-main_blog {
        padding: 0 10px 15px;
    }

    /* --- Team --- */
    .team-section_home_cr {
        padding: 0 10px;
        gap: 30px;
    }

    .team-content_home_cr {
        gap: 30px;
        padding: 20px 0;
    }

    .section-title_home_cr {
        font-size: 24px;
    }

    /* --- Blog --- */
    .blog-header_home_cr {
        padding: 0 10px 15px;
    }

    .blog-title_home_cr {
        font-size: 24px;
    }

    .news-grid_home_cr {
        padding: 0 10px;
    }

    .blog-container_home_cr {
        padding: 30px 0;
    }

}
