/* ===================================
   АДАПТИВНАЯ ВЕРСТКА (МЕДИА-ЗАПРОСЫ)
   От большего разрешения к меньшему
   =================================== */

/* ===================================
   1920px → 1600px
   =================================== */
   @media (max-width: 1700px) {
    .geography__map {
        display: none;
        width: unset;
    }

    .geography__info {
        flex-direction: row;
    }

    .about__stat-number {
        font-size: 82px;
    }

    .header__left {
        gap: 40px;
    }
}

@media (max-width: 1600px) {
    /* Header */
    .header {
        padding: 18px 40px;
    }
    .footer__nav {
        flex-wrap: wrap;
        gap: 20px;
    }

    .header--inner {
        margin: 0 auto;

    }

    .header__container {
        gap: 30px;
    }

    .header__left {
        gap: 30px;
    }

    .header__right {
        gap: 20px;
    }

    .header__logo img {
        height: 42px;
        min-width: 160px;
    }

    .header__nav-item {
        font-size: 15px;
        letter-spacing: 0.28px;
    }

    .header__phone {
        font-size: 17px;
    }

    .header__btn {
        padding: 10px 18px;
        font-size: 17px;
        letter-spacing: 0.34px;
    }

    .header__catalog-btn {
        padding: 9px 20px;
        font-size: 15px;
    }

    /* Hero Section */
    .hero__content {
        padding: 200px 100px 15px;

    }

    .hero__title {
        font-size: 56px;
    }

    .hero__description {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .hero__features {
        gap: 20px;
    }

    .hero__feature {
        padding: 20px;
    }

    .hero__feature-icon {
        width: 45px;
        height: 45px;
    }

    .hero__feature-text {
        font-size: 16px;
    }

    /* Section */
    .section {
        padding: 50px 100px;
    }

    .section__title, .projects__label, .projects__title, .directions__label, .directions__title {
        font-size: 50px;
    }
    .projects__item-title {
        font-size: 20px;
    }
    .projects__item-text {
        font-size: 16px;
    }
    .directions__item-title {
        font-size: 20px;
    }
    .directions__item-text {
        font-size: 16px;
    }
    .directions__description {
        font-size: 16px;
    }
    .geography__item {
        font-size: 20px;
    }
    .geography__detail-title {
        font-size: 20px;
    }
    .geography__detail-text {
        font-size: 16px;
    }
    .directions__item-icon {
        width: 70px;
        height: 70px;
    }

    .section__link {
        font-size: 20px;
    }

    /* About Section */
    .about__content {
        gap: 60px;
        margin-bottom: 40px;
        align-items: end;
    }

    .about__text {
        font-size: 20px;
        width: 200%;
    }

    .about__stats {
        gap: 25px;
        min-height: 423px;
        justify-content: space-between;
    }

    .about__stat {
        padding: 10px;
    }

    .about__stat {
        padding: 0 10px;

    }



    .about__stat-number {
        font-size: 50px;
    }

    .about__stat-text {
        font-size: 20px;
    }

    /* Catalog Section */
    .catalog__grid {
        gap: 30px;
    }

    .catalog__item {
        height: 480px;
    }

    .catalog__item-title {
        font-size: 22px;
        padding: 10px 20px;
    }

    .catalog__item-content {
        bottom: 20px;
        left: 20px;
    }

    .catalog__item-arrow {
        width: 35px;
        height: 35px;
        top: 20px;
        right: 20px;
    }

    /* Projects Section */
    .projects {
        padding: 80px 120px;
        gap: 50px;
    }

    .projects__header {
        min-width: 550px;
    }



    .projects__description {
        font-size: 16px;
    }

    .projects__card {
        padding: 35px;
    }

    /* Partners Section */
    .partners {
        padding: 80px 120px;
    }

    .partners__grid {
        gap: 30px;
    }

    .partners__item {
        height: 130px;
    }

    /* Geography Section */
    .geography {
        padding: 80px 120px;
    }

    .geography__btn {
        font-size: 20px;
        padding: 12px 30px;
    }

    .geography__info {
        padding: 35px 100px;
    }

    .geography__info-title {
        font-size: 20px;
    }

    .geography__info-text {
        font-size: 16px;
    }

    /* Directions Section */

    .directions__card {
        padding: 35px;
    }

    .directions__card-title {
        font-size: 20px;
    }

    .directions__card-text {
        font-size: 16px;
    }

    /* News Section */


    .news__item-title {
        font-size: 20px;
    }

    .news__card {
        padding: 20px;
    }

    /* Footer */


    .footer__logo img {
        height: 48px;
    }

    .footer__nav-link {
        font-size: 15px;
    }

    .footer__catalog-title {
        font-size: 15px;
    }

    .footer__catalog-link {
        font-size: 15px;
    }

    .footer__btn {
        padding: 12px 20px;
        font-size: 18px;
    }

    /* About-hero (для страницы О компании) */
    .about-hero {
        margin: 0 0 50px;
    }
    
    .about-hero__top {
        padding: 55px 100px 40px;
    }
    
    .about-hero__top-container {
        gap: 70px;
    }
    
    .about-hero__title {
        font-size: 56px;
    }
    
    .about-hero__description {
        font-size: 18px;
    }
    
    .about-hero__bottom {
        margin: 0 100px;
    }
    
    .about-hero__image {
        height: 500px;
    }

    .about-hero__cards {
        bottom: 38px;
        left: 38px;
        right: 38px;
        gap: 18px;
    }

    .about-hero__card {
        padding: 28px 20px;
    }

    .about-hero__card-title {
        font-size: 20px;
    }

    .about-hero__card-text {
        font-size: 15px;
    }
    
    /* About Goal Section */
    .about-goal {
        padding: 50px 100px 50px;
    }
    
    .about-goal__title {
        font-size: 52px;
    }
    
    .about-goal__text {
        font-size: 17px;
    }
    
    .about-goal__highlight {
        font-size: 17px;
    }
    
    .about-goal__video {

    }
    
    /* About Timeline Section */
    .about-timeline {
        padding: 50px 100px;
    }
    
    .about-timeline__title {
        font-size: 52px;
        margin-bottom: 55px;
    }
    
    .timeline-slide__year {
        font-size: 42px;
    }
    
    .timeline-slide__text {
        font-size: 17px;
    }
    
    /* About Advantages Section */
    .about-advantages {
        padding: 50px 100px;
    }
    
    .about-advantages__title {
        font-size: 52px;
        margin-bottom: 55px;
    }
    
    .about-advantages__grid {
        gap: 22px;
    }
    
    .about-advantages__item {
        padding: 22px;
        min-height: 90px;
    }

    .about-advantages__item {
        padding: 22px;
        min-height: 90px;
    }

    .about-advantages__item-text {
        font-size: 17px;
    }
    
    /* About Geography Section */
    .about-geography {
        margin: 50px 18px;
        min-height: 800px;
    }
    
    .about-geography__container {
        padding: 70px 100px;
    }
    
    .about-geography__title {
        font-size: 52px;
    }
    
    .about-geography__info {
        padding: 20px;
        min-width: 360px;
        max-width: 360px;
        right: 0px;
        top: 0px;
        
    }
    
    .about-geography__info-title {
        font-size: 20px;
    }
    
    .about-geography__info-text {
        font-size: 17px;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 50px 100px;
    }
    
    .about-hr__title {
        font-size: 52px;
        margin-bottom: 55px;
    }
    
    .about-hr__content {
        grid-template-columns: 50fr 31fr 40fr;
        gap: 35px;
    }
    
    .about-hr__icon {
        width: 46px;
        height: 46px;
    }
    
    .about-hr__text {
        font-size: 17px;
    }
    
    .about-hr__button-text {
        font-size: 19px;
    }
    
    .about-hr__photo {
        height: 220px;
    }
    
    .about-hr__photo-large {
        height: 465px;
    }

    /* Timeline Section */
    .timeline {
        padding: 80px 100px;
    }

    .timeline__title {
        font-size: 20px;
    }

    .timeline__text {
        font-size: 16px;
    }

    .news__grid {
        gap: 10px;
    }


    .news__slider-wrapper {
        padding: 0px 100px;
    }

    .about-geography__city {
        padding: 12px 16px;

    }

}

/* ===================================
   1600px → 1440px
   =================================== */
@media (max-width: 1440px) {

    .about-hero__title {
        font-size: 48px;
    }
    /* Header */
    .header {
        padding: 16px 30px;
    }

    .header--inner {
        margin: 0 auto;
    }

    .header__container {
        gap: 25px;
    }

    .header__left {
        gap: 25px;
    }

    .header__right {
        gap: 18px;
    }

    .header__logo img {
        height: 42px;
        min-width: 150px;
    }

    .header__nav-item {
        font-size: 14px;
        letter-spacing: 0.28px;
    }

    .header__phone {
        font-size: 16px;
    }

    .header__btn {
        padding: 10px 16px;
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .header__catalog-btn {
        padding: 8px 18px;
        font-size: 14px;
        gap: 8px;
    }

    .catalog-icon {
        width: 16px;
        height: 16px;
    }

    /* Catalog Dropdown */
    .catalog-dropdown {
        padding: 30px;
        min-width: 240px;
    }

    .catalog-dropdown__item {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .projects__grid--desktop {
        display: flex;
        flex-direction: column;
    }

    .about-geography__info {
        max-width: 33%;
        min-width: 33%;
    }

    .about-geography__city-icon {
        width: 24px;
        height: 24px;
    }

    .about-geography__city {
        padding: 10px 14px;

    }

    .about-geography__city-name {
        font-size: 14px;
    }

}

/* ===================================
   1440px → 1280px
   =================================== */
@media (max-width: 1280px) {
    /* Header */
    .header {
        padding: 14px 25px;
    }
    .directions__top {
        grid-template-columns: 1fr;
    }
    .directions__bottom {
        grid-template-columns: 1fr;
    }
    .directions__desktop {
        padding: 50px 50px;
    }

    .header--inner {
        margin: 0 auto;
    }

    .header__container {
        gap: 20px;
    }

    .header__left {
        gap: 20px;
    }

    .header__right {
        gap: 15px;
    }


    .header__nav-item {
        font-size: 13px;
        letter-spacing: 0.26px;
    }

    .header__phone {
        font-size: 15px;
    }

    .header__btn {
        padding: 9px 15px;
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    .header__catalog-btn {
        padding: 8px 16px;
        font-size: 13px;
        gap: 7px;
    }

    .catalog-icon {
        width: 15px;
        height: 15px;
    }

    /* Catalog Dropdown */
    .catalog-dropdown {
        padding: 25px;
        min-width: 220px;
    }

    .catalog-dropdown__item {
        font-size: 14px;
        margin-bottom: 14px;
    }

    /* Hero Section */
    .hero__content {
        padding: 180px 80px 15px;
    }

    .hero__title {
        font-size: 48px;
    }

    .hero__description {
        font-size: 18px;
    }

    .hero__features {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .hero__feature {
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .hero__feature-icon {
        width: 40px;
        height: 40px;
        margin-bottom: unset;
    }
    .hero {
        min-height: 720px;
    }

    .hero__feature-text {
        font-size: 15px;
    }

    /* Section */
    .section {
        padding: 50px 80px;
    }


    .section__title, .projects__label, .projects__title, .directions__label, .directions__title {
        font-size: 44px;
    }

    .section__link {
        font-size: 18px;
    }

    /* About Section */
    .about__content {
        grid-template-columns: 1fr 1fr;
        gap: 20px;

    }

    .about__stat-text {

    }

    .about__stat {


    }

    .about__text {
        width: 200%;
    }

    .about__text {
        font-size: 18px;
    }

    .about__stats {
        gap: 20px;


    }



    .about__stat-number {
        font-size: 44px;
        white-space: nowrap;
    }

    .about__stat-text {
        font-size: 18px;
    }

    /* Catalog Section */
    .catalog__grid {
        gap: 25px;
    }

    .catalog__item {
        height: 420px;
    }

    .catalog__item-title {
        font-size: 20px;
        padding: 10px 18px;
    }

    .catalog__item-content {
        bottom: 18px;
        left: 18px;
    }

    .catalog__item-arrow {
        width: 32px;
        height: 32px;
        top: 18px;
        right: 18px;
    }

    /* Projects Section */
    .projects {
        padding: 50px 80px;
        gap: 40px;
        flex-direction: column;
    }

    .projects__header {
        min-width: auto;
    }



    .projects__description {
        font-size: 15px;
    }

    .projects__card {
        padding: 30px;
    }

    /* Partners Section */
    .partners {
        padding: 60px 80px;
    }

    .partners__grid {
        gap: 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .partners__item {
        height: 120px;
    }

    /* Geography Section */
    .geography {
        padding: 60px 80px;
    }

    .geography__btn {
        font-size: 18px;
        padding: 10px 25px;
    }

    .geography__info {
        padding: 30px 80px;
    }

    .geography__info-title {
        font-size: 18px;
    }

    .geography__info-text {
        font-size: 15px;
    }

    /* Directions Section */
    .directions {
        padding: 0px 60px 0;
    }

    .directions__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .directions__card {
        padding: 30px;
    }

    .directions__card-title {
        font-size: 18px;
    }

    .directions__card-text {
        font-size: 15px;
    }

    /* News Section */
    .news {
        padding: 50px 80px;
    }

    .news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .news__item-title {
        font-size: 18px;
    }

    .news__card {
        padding: 18px;
    }

    /* Footer */
    .footer {
        padding: 50px 80px 30px;
    }

    .footer__nav-link {
        font-size: 14px;
    }

    .footer__catalog-title {
        font-size: 14px;
    }

    .footer__catalog-link {
        font-size: 14px;
    }

    .footer__btn {
        padding: 10px 18px;
        font-size: 16px;
    }

    /* About-hero (для страницы О компании) */
    .about-hero {
        margin: 0 0 60px;
    }

    .about-hero__top {
        padding: 50px 80px 35px;
    }
    
    .about-hero__top-container {
        gap: 60px;
        grid-template-columns: 1fr 1fr;
    }
    

    
    .about-hero__description {
        font-size: 18px;
    }
    
    .about-hero__bottom {
        margin: 0 80px;
    }
    
    .about-hero__image {
        height: 480px;
    }

    .about-hero__cards {
        bottom: 35px;
        left: 35px;
        right: 35px;
        gap: 18px;
    }

    .about-hero__card {
        padding: 25px 18px;
    }

    .about-hero__card-title {
        font-size: 18px;
    }

    .about-hero__card-text {
        font-size: 14px;
    }
    
    /* About Goal Section */
    .about-goal {
        padding: 50px 80px 50px;
    }
    
    .about-goal__grid {
        gap: 35px;

    }
    
    .about-goal__title {
        font-size: 48px;
    }
    
    .about-goal__text {
        font-size: 16px;
    }
    
    .about-goal__highlight {
        font-size: 16px;
    }
    
    .about-goal__video {

    }
    
    /* About Timeline Section */
    .about-timeline {
        padding: 50px 80px;
    }
    
    .about-timeline__title {
        font-size: 48px;
        margin-bottom: 50px;
    }
    
    .timeline-slide__year {
        font-size: 40px;
    }
    
    .timeline-slide__text {
        font-size: 16px;
    }
    
    /* About Advantages Section */
    .about-advantages {
        padding: 50px 80px;
    }
    
    .about-advantages__title {
        font-size: 48px;
        margin-bottom: 50px;
    }
    
    .about-advantages__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .about-advantages__item {
        padding: 20px;
        min-height: 85px;
    }
    
    .about-advantages__item-text {
        font-size: 16px;
    }
    
    /* About Geography Section */
    .about-geography {
        margin: 50px 15px;
        min-height: 558px;
    }
    
    .about-geography__container {
        padding: 60px 80px 60px 40px;
    }
    
    .about-geography__title {
        font-size: 48px;
    }
    
    .about-geography__info-title {
        font-size: 18px;
    }

    .about-geography__info {
        max-width: 300px;
        min-width: 300px;
    }

    .about-geography__info-text {
        font-size: 16px;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 50px 80px;
    }
    
    .about-hr__title {
        font-size: 48px;
        margin-bottom: 50px;
    }
    
    .about-hr__content {
        grid-template-columns: 1fr 280px 300px;
        gap: 30px;
    }
    
    .about-hr__icon {
        width: 44px;
        height: 44px;
    }
    
    .about-hr__text {
        font-size: 16px;
    }
    
    .about-hr__button-text {
        font-size: 18px;
    }
    
    .about-hr__photo {
        height: 200px;
    }
    
    .about-hr__photo-large {
        height: 425px;
    }

    /* Timeline Section */
    .timeline {
        padding: 60px 80px;
    }

    .timeline__title {
        font-size: 18px;
    }

    .timeline__text {
        font-size: 15px;
    }

    .news__desktop {
        display: none;
    }

    .news__mobile-wrapper {
        display: block;
    }

    .news__mobile-header {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        padding-left: 0;
    }

    .news__label {
        font-size: 36px;
        font-family: var(--font-roboto-condensed);
        font-weight: 800;
        color: var(--color-dark);
        text-transform: uppercase;
        letter-spacing: 0.72px;
        display: block;
    }

    /* News Section */
    .news {
        padding: 0 80px;
    }

    /* Hide desktop, show mobile */


    .news__mobile-wrapper {
        display: block;
    }


    .news__mobile-title {
        font-family: var(--font-roboto-condensed);
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
        color: var(--color-primary);
        text-transform: uppercase;
        letter-spacing: 0.72px;
    }

    /* Slider wrapper - full width, no padding */
    .news__slider-wrapper {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: 20px;
        overflow: visible;
        padding: 0px 80px 0px;
    }

    .news__slider {
        width: 100%;
    }

    .news__slider .swiper-wrapper {
        padding-left: 0;
    }

    .news__slide {
        border-radius: 14px;
        overflow: hidden;
        height: 250px !important;
    }

    .news__slide-link {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .news__slide-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news__slide-overlay {
        position: absolute;
        inset: 0;
        background: rgba(26, 26, 26, 0.7);
        opacity: 0;
        transition: opacity 0.4s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
    }

    .news__slide-link:hover .news__slide-overlay,
    .news__slide-link:active .news__slide-overlay {
        opacity: 1;
    }

    .news__slide-content {
        margin-top: auto;
        transform: translateY(20px);
        transition: transform 0.4s ease;
    }

    .news__slide-link:hover .news__slide-content,
    .news__slide-link:active .news__slide-content {
        transform: translateY(0);
    }

    .news__slide-title {
        font-weight: 800;
        font-size: 18px;
        line-height: 1.2;
        color: var(--color-white);
    }

    .news__slide-arrow {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 39px;
        height: 39px;
        background: var(--color-primary);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .news__slide-link:hover .news__slide-arrow,
    .news__slide-link:active .news__slide-arrow {
        transform: translateY(0);
        opacity: 1;
    }

    .news__slide-arrow svg {
        color: white;
    }

    .news__pagination {
        position: static;
        margin-top: 20px;
        text-align: center;
    }

    .news__pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #D9D9D9;
        opacity: 1;
        margin: 0 5px;
    }

    .news__pagination .swiper-pagination-bullet-active {
        background: var(--color-primary);
    }

    .news__mobile-wrapper .about-hero__button-group {

        width: calc(100% - 60px);
    }

    .news__desktop-btn {
        display: none;
    }

    .section__header {
        margin-bottom: 30px;
        gap: 10px;
    }

    .about-geography__city {
        padding: 7px 12px;
    }

    .about-geography__city:hover, .about-geography__city--active {
        z-index: 10;
    }

    .about-geography__city.active {
        z-index: 10;
    }

    .about-geography__city-name {
        font-size: 14px;
    }

    .about-geography__city.about-geography__city--msk.active .about-geography__city-name, .about-geography__city:hover .about-geography__city-name {
        display: block;

    }

    .about-geography__city-icon {
        width: 24px;
        height: 24px;
    }

    .geography__content {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }


    .news__slider-wrapper {
        padding: 0px 80px;
    }

    .about-hr__content {
        display: none;
    }

    .about-hr__content.tablet {
        display: grid;
    }

    .about-hr__content.tablet .about-hero__button-group.desktop {
        grid-column: 1 / -1;
    }



    .projects__item-title {
        font-size: 18px;
    }

    .geography__detail-title {
        font-size: 18px;
    }

    .directions__item-title {
        font-size: 18px;
    }
}


@media (max-width: 1200px) {
    .about-goal__grid.desktop {
        display: none
    }

    .about-goal__grid.tablet {
        display: grid;
    }
    .about-goal__grid.tablet .about-goal__highlight {
        grid-column: 1 / -1;

    }

    .geography__info {
        padding: 60px 80px 30px 80px;
    }

    .about-geography__city-name {
        font-size: 12px;
    }

    .about-hr__content {
        grid-template-columns: 350px 28fr 30fr;
    }


/* ===================================
   1280px → 1150px
   =================================== */


    .header__phone {
        font-size: 14px;
    }

    .header {
        width: calc(100% - 25px);
    }


    .header__nav {
        gap: 25px;
    }

}

@media (max-width: 1150px) {
    /* Header */
    .header {
        padding: 12px 20px;
    }

    .header--inner {
        margin: 0 auto;


    }

    .header__container {
        gap: 15px;
    }

    .header__left {
        gap: 15px;
    }

    .header__right {
        gap: 12px;
    }

    .header__logo img {
        height: 42px;
    }

    .header__nav-item {
        font-size: 13px;
        letter-spacing: 0.26px;
        padding: 8px 0;
    }

    .header__phone {
        font-size: 14px;
    }

    .header__btn {
        padding: 8px 14px;
        font-size: 14px;
        letter-spacing: 0.28px;
    }

    .header__catalog-btn {
        padding: 7px 14px;
        font-size: 13px;
        gap: 6px;
    }

    .catalog-icon {
        width: 14px;
        height: 14px;
    }

    /* Catalog Dropdown */
    .catalog-dropdown {
        padding: 20px;
        min-width: 200px;
    }

    .catalog-dropdown__item {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .about-geography__city-icon {
        width: 18px;
        height: 18px;
    }

    .about-geography__city-name {
        font-size: 11px;
    }


    .header__nav {
        gap: 15px;
    }
}

@media (max-width: 1100px) {
    .about__content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 0;
  }

    .about__text {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about__image {
        max-width: unset;
    }

    .about__image img {
        object-position: 50% 40%;
    }

    .about__stats {
        align-items: flex-start;
        min-height: unset;
    }

    .about__left-wrapper {
        order: 1;
    }
    .header__nav {
        gap: 10px;
    }

    .header__container {
        gap: 10px;
    }
    .header {
        padding: 12px 15px;
    }

    .hero .header {
        padding: 10px;
    }

    .hero .header__email {
        font-size: 15px;
    }

    .header__right {
        gap: 9px;
    }

    .header__left {
        gap: 9px;
    }

    .about__stat-text {
        max-width: unset;
    }
    .header__container {
        gap: 9px;
    }

    .header--inner {

    }

}


/* ===================================
   1150px → 1024px
   =================================== */
@media (max-width: 1024px) {
    /* Header - показываем бургер, скрываем элементы */

    .about-hero__button--main {
        font-size: 16px;

    }
    .header {
        padding: 12px 30px;
    }


    .header--inner {
        margin: 0 auto;
        border-radius: 16px;
    }

    .header__container {
        gap: 20px;
        display: flex;
        justify-content: space-between;
    }

    .header__left {
        gap: 20px;
    }

    .header__right {
        gap: 15px;
    }
    
    /* Скрываем навигацию и десктоп-элементы */
    .header__center,
    .header__catalog-wrapper,
    .header__btn--desktop {
        display: none !important;
    }
    
    /* Показываем бургер-кнопку и мобильную кнопку каталога */
    .header__burger,
    .header__catalog-mobile {
        display: flex;
    }

    .header__logo img {
        height: 42px;
    }

    .header__nav-item {
        font-size: 13px;
    }

    .header__phone {
        font-size: 15px;
    }

    .header__btn {
        padding: 9px 15px;
        font-size: 15px;
    }

    /* Hero Section */
    .hero {
        min-height: 700px;
    }

    .hero__content {
        padding: 150px 60px 15px;
    }

    .hero__title {
        font-size: 42px;
    }

    .hero__description {
        font-size: 16px;
        max-width: 700px;
    }

    .hero__features {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }

    .hero__feature {
        padding: 15px;
    }

    .hero__feature-icon {
        width: 35px;
        height: 35px;
    }

    .hero__feature-text {
        font-size: 14px;
    }

    /* Section */
    .section {
        padding: 50px 60px;
    }

    .section__title, .projects__label, .projects__title, .directions__label, .directions__title  {
        font-size: 38px;
    }

    .section__link {
        font-size: 16px;
    }

    /* About Section */
    .about__content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 0;
    }

    .about__text {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about__image {
        height: 320px;

    }



    .about__stats {
        gap: 18px;
    }

    .about__stat {
        padding: 5px;
        justify-content: flex-start;
    }


    .about__stat-text {
        font-size: 16px;
    }

    /* Catalog Section */
    .catalog__grid {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog__item {
        height: 380px;
    }
    .directions__item-icon {
        width: 60px;
        height: 60px;
    }

    .catalog__item-title {
        font-size: 18px;
        padding: 9px 16px;
    }

    .catalog__item-content {
        bottom: 15px;
        left: 15px;
    }

    .catalog__item-arrow {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
    }

    /* Projects Section */
    .projects {
        padding: 50px 60px;
        gap: 30px;
    }



    .projects__description {
        font-size: 14px;
    }

    .projects__card {
        padding: 25px;
    }

    /* Partners Section */
    .partners {
        padding: 50px 60px;
    }

    .partners__grid {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .partners__item {
        height: 110px;
    }

    /* Geography Section */
    .geography {
        padding: 50px 60px;
    }

    .geography__btn {
        font-size: 16px;
        padding: 9px 20px;
    }

    .geography__info {
        padding: 25px 60px;
    }

    .geography__info-title {
        font-size: 16px;
    }

    .geography__info-text {
        font-size: 14px;
    }

    .geography__map {
        height: 400px;
    }

    /* Directions Section */
    .directions {
        padding: 0px 60px;
    }

    .directions__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .directions__card {
        padding: 25px;
    }

    .directions__card-icon {
        width: 45px;
        height: 45px;
    }

    .directions__card-title {
        font-size: 16px;
    }

    .directions__card-text {
        font-size: 14px;
    }

    /* News Section */
    .news {
        padding: 50px 60px;
    }

    .news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .news__item {
        height: 300px;
    }

    .news__item-title {
        font-size: 16px;
    }

    .news__card {
        padding: 16px;
    }

    /* Footer */
    .footer {
        padding: 40px 60px 25px;
    }

    .footer__top {
        flex-direction: column;
        gap: 30px;
    }

    .footer__nav-link {
        font-size: 13px;
    }

    .footer__catalog-title {
        font-size: 13px;
    }

    .footer__catalog-link {
        font-size: 14px;
    }

    .footer__btn {
        padding: 9px 15px;
        font-size: 15px;
    }

    .footer__legal-link {
        font-size: 12px;
    }

    .footer__copyright {
        font-size: 12px;
    }

    /* About-hero (для страницы О компании) */
    .about-hero {
        margin: 0 0 50px;
    }
    
    .about-hero__top {
        padding: 40px 60px 30px;
    }
    
    .about-hero__top-container {
        gap: 50px;
    }
    
    .about-hero__title {
        font-size: 46px;
    }
    
    .about-hero__description {
        font-size: 16px;
    }
    
    .about-hero__bottom {
        margin: 0 60px;
    }
    
    .about-hero__image {
        height: 420px;
    }

    .about-hero__cards {
        bottom: 30px;
        left: 30px;
        right: 30px;
        gap: 15px;
    }

    .about-hero__card {
        padding: 20px 15px;
    }

    .about-hero__card-title {
        font-size: 18px;
    }

    .about-hero__card-text {
        font-size: 13px;
    }
    
    /* About Goal Section */
    .about-goal {
        padding: 50px 60px;
    }
    
    .about-goal__title {
        font-size: 42px;
    }
    
    .about-goal__text {
        font-size: 15px;
    }
    
    .about-goal__highlight {
        font-size: 15px;
    }
    

    
    /* About Timeline Section */
    .about-timeline {
        padding: 50px 60px;
    }
    
    .about-timeline__title {
        font-size: 42px;
        margin-bottom: 40px;
    }
    
  
    
    .timeline-slide__year {
        font-size: 38px;
    }
    
    .timeline-slide__text {
        font-size: 15px;
    }
    
    /* About Advantages Section */
    .about-advantages {
        padding: 50px 60px;
    }
    
    .about-advantages__title {
        font-size: 42px;
        margin-bottom: 40px;
    }
    
    .about-advantages__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .about-advantages__item {
        padding: 18px;
        min-height: 80px;
    }
    
    .about-advantages__item-text {
        font-size: 15px;
    }
    
    /* About Geography Section */
    .about-geography {
        margin: 50px 15px;
        min-height: 600px;
    }
    
    .about-geography__container {
        padding: 50px 60px;
    }
    
    .about-geography__title {
        font-size: 42px;
    }
    
    .about-geography__city {
        padding: 10px 15px;
    }
    
    .about-geography__city-name {
        font-size: 14px;
    }
    
    .about-geography__info-title {
        font-size: 18px;
    }
    
    .about-geography__info-text {
        font-size: 15px;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 50px 60px;
    }
    
    .about-hr__title {
        font-size: 46px;
        margin-bottom: 40px;
    }
    
    .about-hr__content {
        grid-template-columns: 300px 24fr 30fr;
        gap: 25px;
    }
    
    .about-hr__icon {
        width: 40px;
        height: 40px;
    }
    
    .about-hr__text {
        font-size: 15px;
    }
    
    .about-hr__button-text {
        font-size: 16px;
    }
    
    .about-hr__photo {
        height: 180px;
    }
    
    .about-hr__photo-large {
        height: 385px;
    }

    /* Timeline Section */
    .timeline {
        padding: 50px 60px;
    }

    .timeline__title {
        font-size: 16px;
    }

    .timeline__text {
        font-size: 14px;
    }
    .header__contacts {
        display: none; /* Скрываем текст телефона на мобильных */
    }
    
    /* Показываем мобильные иконки */
    .header__phone-icon,
    .header__catalog-mobile {
        display: flex;
    }
    .about__image {
        max-width: unset;
    }
    .about__image img {
        object-position: 50% 40%;
    }

    .news__slider-wrapper {
        padding: 0px 60px;
    }

    .about-geography__map {
        display: none;
    }

    /* Скрываем десктопную версию header */
    .about-geography__header--desktop {
        display: none;
    }

    /* Показываем мобильную версию header */
    .about-geography__header--mobile {
        display: flex;
        position: relative;
        z-index: 3;
        padding: 0 60px;
        margin-top: 50px;
        margin-bottom: 0;
        flex-direction: column;
        gap: 20px;
    }
    .about-geography__header--mobile .geography__dropdown {
        margin-bottom: 0;
    }


    .about-geography__info {
        position: relative;
        top: auto;
        right: auto;
        min-width: auto;
        max-width: 100%;
        padding: 30px;
        margin-top: 0;
    }

    .about-geography {
        margin: 40px 60px;
        min-height: 430px;
        position: relative;
        border-radius: 14px;
    }

    .about-geography__header.about-geography__header--mobile .geography__dropdown {
        display: block;
    }

    .about-geography__title span {
        color: var(--color-primary);
    }

    .about-geography__title {
        margin-bottom: 0;
        color: var(--color-dark);
    }
     /* Footer */
    .footer {
        padding: 40px 30px 30px;
    }
    
    .footer__top {
        display: grid;
        grid-template-columns: auto 1fr 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .footer__info {
        display: flex;
        flex-direction: column;
    }
    
    .footer__logo {
        margin-bottom: 20px;
    }
    
    
    .footer__address {
        font-size: 11px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    
    .footer__inn {
        font-size: 11px;
        margin-bottom: 30px;
    }
    
    /* Показываем мобильный каталог */
    .footer__catalog--desktop {
        display: none !important;
    }
    
    .footer__catalog--mobile {
        display: block !important;
        margin-bottom: 30px;
    }
    
    .footer__catalog-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .footer__catalog-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .footer__catalog-link {
        font-size: 14px;
        letter-spacing: 0.24px;
    }
    
    .footer__info .footer__cta {
        display: block !important;
        width: auto;
    }
    
    .footer__info .footer__btn {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    
    .footer__content {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .footer__nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .footer__nav-link {
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    
    /* Скрываем десктопную версию второй строки */
    .footer__second-row {
        display: none;
    }
    
    .footer__divider {
        margin-bottom: 20px;
    }
    
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    
    .footer__legal {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        order: 1;
    }
    
    .footer__legal-link {
        font-size: 12px;
    }
    
    .footer__copyright {
        font-size: 12px;
        order: 2;
    }
    .footer__nav-link {
        font-size: 14px;
    }

    .footer__catalog-link {
        font-size: 14px;
    }
    .footer__info .footer__catalog.footer__catalog--mobile {
        display: none!important;
    }
    .footer__tablet {
        display: flex;
        justify-content: center;
        order: 0;
    }



}

/* ===================================
   1024px → 900px
   =================================== */
@media (max-width: 921px) {
    .about-hero__title {
        font-size: 45px;
    }
}


@media (max-width: 900px) {
    /* Header - начинаем переход к мобильной версии */
    .about-hero__button--main {
        font-size: 14px;
    }

    .header {
        padding: 10px 25px;
    }
    

    .header__container {
        gap: 15px;
    }

    .header__left {
        gap: 15px;
    }

    .header__right {
        gap: 12px;
    }


    .header__nav {
        display: none; /* Скрываем навигацию на планшетах */
    }

    .header__phone {
        font-size: 14px;
    }

    /* Hero Section */
    .hero {
        min-height: 600px;
        margin: 20px 20px 40px;
    }

    .hero__content {
        padding: 130px 40px 15px;
    }

    .hero__title {
        font-size: 36px;
    }

    .hero__description {
        font-size: 15px;
    }

    .hero__features {
        gap: 10px;
    }

    .hero__feature {
        padding: 12px;
    }

    .hero__feature-text {
        font-size: 13px;
    }

    /* Section */
    .section {
        padding: 40px 40px;
    }

    .section__title, .projects__label, .projects__title, .directions__label, .directions__title  {
        font-size: 36px;
    }

    .section__link {
        font-size: 15px;
    }

    /* About Section */
    .about__content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about__text {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .about__image {
        height: 280px;
    }

    .about__stats {
        gap: 15px;
    }


    .about__stat-text {
        font-size: 15px;
    }

    /* Catalog Section */
    .catalog__grid {
        gap: 18px;
    }

    .catalog__item {
        height: 340px;
    }

    .catalog__item-title {
        font-size: 16px;
    }

    /* Projects Section */
    .projects {
        padding: 50px 40px;
        margin: 40px 20px;
    }

    .projects__title {

    }

    .projects__description {
        font-size: 13px;
    }

    .projects__card {
        padding: 20px;
    }

    /* Partners Section */
    .partners {
        padding: 40px 40px;
    }

    .partners__grid {
        gap: 18px;
    }

    .partners__item {
        height: 100px;
    }

    /* Geography Section */
    .geography {
        padding: 40px 40px;
    }

    .geography__info {
        padding: 20px 40px;

    }
    
    .geography__content {
        grid-template-columns: 1fr;
        position: relative;
        align-items: start;
    }
    
    /* Скрываем десктопный список городов */
    .geography__list--desktop {
        display: none;
    }
    
    /* Показываем выпадающий список */
    .geography__dropdown {
        display: block;
    }

    /* Directions Section */
    .directions {
        padding: 0px 20px;
    }

    .directions__desktop {
        margin: 40px 20px;
    }

    .directions__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .directions__card {
        padding: 20px;
    }

    /* News Section */


    .news__grid {
        gap: 18px;
    }

    .news__item {
        height: 280px;
    }

    /* Footer */
    .footer {
        padding: 35px 40px 20px;
    }
    
    /* ===================================
       СТРАНИЦА "О КОМПАНИИ" - 900px
       =================================== */
    
    /* About Hero Section */
    .about-hero {
        margin: 0 0 40px;
    }
    
    .about-hero__top {
        padding: 35px 40px 25px;
    }
    
    .about-hero__top-container {
        gap: 40px;
    }
    
    .about-hero__title {
        font-size: 40px;
    }
    
    .about-hero__description {
        font-size: 15px;
    }
    
    .about-hero__bottom {
        margin: 0 40px;
    }
    
    .about-hero__image {
        height: 380px;
            filter: brightness(0.5);
    }
    
    .about-hero__cards {
        bottom: 25px;
        left: 25px;
        right: 25px;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .about-hero__card {
        flex: 1 1 calc(50% - 6px);
        min-width: 160px;
        padding: 18px 12px;
        background: rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(22px);
    }
    
    .about-hero__card-title {
        font-size: 18px;
    }
    
    .about-hero__card-text {
        font-size: 14px;
        max-width: unset;
    }
    
    /* About Goal Section */
    .about-goal {
        padding: 40px 40px;
    }
    
    .about-goal__title {
        font-size: 38px;
    }
    
    .about-goal__text {
        font-size: 14px;
    }
    
    .about-goal__highlight {
        font-size: 14px;
    }
    

    
    /* About Timeline Section */
    .about-timeline {
        padding: 40px 40px;
    }
    
    .about-timeline__title {
        font-size: 38px;
        margin-bottom: 35px;
    }
    
    .timeline-slide__year {
        font-size: 34px;
    }
    
    .timeline-slide__text {
        font-size: 14px;
    }
    
    /* About Advantages Section */
    .about-advantages {
        padding: 40px 40px;
    }





    .about-advantages__title {
        font-size: 38px;
        margin-bottom: 35px;
    }
    
    .about-advantages__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .about-advantages__item {
        padding: 15px;
        min-height: 75px;
    }
    
    .about-advantages__item-text {
        font-size: 14px;
    }
    
    /* About Geography Section */
    .about-geography {
        margin: 40px 20px;

    }
    
    .about-geography__container {
        padding: 40px 40px;
    }
    
    .about-geography__title {
        font-size: 36px;
    }
    
    
    .about-geography__info-title {
        font-size: 18px;
    }
    
    .about-geography__info-text {
        font-size: 14px;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 40px 40px;
    }
    
    .about-hr__content {

        gap: 20px;
    }
    
    .about-hr__icon {
        width: 36px;
        height: 36px;
    }
    
    .about-hr__text {
        font-size: 14px;
    }
    
    .about-hr__button-text {
        font-size: 15px;
    }
    
    .about-hr__photo {
        height: 160px;
    }
    
    .about-hr__photo-large {
        height: 345px;
    }

    .news__slider-wrapper {
        padding: 0px 40px;
    }

    .about-geography__header--mobile {
        padding: 0 40px;
    }

    .about-geography {
        margin: 20px 40px;
    }
    .about-hero__cards .about-hero__card:last-child {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .about-hero__cards .about-hero__card:last-child .about-hero__card-title {
        margin-bottom: unset;
    }
    .about-hero__cards .about-hero__card:last-child  .about-hero__card-text {
        display: none;
    }
    .about-hero__cards .about-hero__card:last-child  .about-hero__card-text-mobile {
        display: block;
    } 

}

/* ===================================
   900px → 768px
   =================================== */
@media (max-width: 768px) {
    /* Header - полностью мобильная версия */
    .header {
        padding: 8px 20px;
    }
    .geography__map {
        display: none;
    }

    .header--inner {
        margin: 0 auto;
        border-radius: 12px;
    }


    .header__btn {
        display: none; /* Скрываем кнопку на мобильных */
    }

    /* Hero Section */
    .hero {
        min-height: 550px;
        margin: 20px 20px 30px;
    }

     .hero__content {
        padding: 92px 0px 0px;
    }


    .hero__description {
        font-size: 14px;
    }

    .hero__features {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hero__feature {
        padding: 10px;
    }
    .about__stat-text {
        font-size: 13px;
    }

    .hero__feature-icon {
        width: 30px;
        height: 30px;
    }

    .hero__feature-text {
        font-size: 12px;
    }

    /* Section */
    .section {
        padding: 30px 30px;
    }


    .section__link {
        font-size: 14px;
    }

    /* About Section */
    .about__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about__content.desktop-block {
        display: none;
    }

    .about__content.mobile-block {
        display: grid;
    }

    .about__content.mobile-block .about__image{
        order: 1;
    }
    .about__content.mobile-block .about-hero__button-group {
        order: 2;
    }

    .about__text {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .about__image {
        height: 250px;
    }

    .about__stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Скрываем кнопку в заголовке секции каталога */
    .section:has(.catalog__grid) .section__link {
        display: none;
    }

    /* Показываем кнопку внизу секции каталога */
    .section:has(.catalog__grid) .about-hero__button-group {
        display: inline-flex;
        margin-top: 20px;
    }

    /* Скрываем кнопку в заголовке секции партнеров */
    .section:has(.partners__grid) .section__link {
        display: none;
    }

    /* Показываем кнопку внизу секции партнеров */
    .section:has(.partners__grid) .about-hero__button-group {
        display: inline-flex;
        margin-top: 20px;
    }

    /* Скрываем кнопку в заголовке секции geography */
    .section:has(.geography__content) .section__link {
        display: none;
    }

    /* Показываем кнопку внизу секции geography */
    .section:has(.geography__content) .about-hero__button-group {
        display: inline-flex;
        margin-top: 20px;
    }

    /* Скрываем кнопку в заголовке секции news */
    .section:has(.news__grid) .section__link {
        display: none;
    }

    /* Показываем кнопку внизу секции news */
    .section:has(.news__grid) .about-hero__button-group {
        display: inline-flex;
        margin-top: 20px;
    }

    /* Projects - скрываем desktop, показываем mobile */
    .projects__grid--desktop {
        display: none;
    }

    .projects__mobile-wrapper {
        display: block;
    }
    .about__stat-number {
        font-size: 42px;
    }
    .partners__grid .partners__item:last-child {
        display: none;
    }

    /* Переопределяем стили projects для мобильной версии */
    .projects {
        background: none;
        padding: 0;
        margin: 0px 0;
        display: block;
    }

    .projects__mobile-wrapper .projects__header {
        margin-bottom: 30px;
        min-width: auto;
        flex-shrink: initial;
    }

    .section__header {
        margin-bottom: 30px;
    }

    .projects__mobile-wrapper .projects__label {
        font-size: 36px;
        color: var(--color-dark);
        background: unset;
        padding: unset;
    }

    .projects__mobile-wrapper .projects__title {
        font-size: 36px;
        color: var(--color-primary);
        margin-left: unset;
    }

    .projects__slider-container {
        background: url('../images/projects-bg.jpg') center/cover no-repeat;
        border-radius: 14px;
        padding: 40px;
        margin-bottom: 20px;
    }

    .projects__slider {
        width: 100%;
    }

    .projects__slide {
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--4, #FFF);
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(10px);
        height: unset !important;
    }

    .projects__slide-link {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .projects__slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .projects__slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.8) 100%);
    }

    .projects__slide-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 30px;
        color: var(--color-white);
    }

    .projects__slide-title {
        font-family: var(--font-roboto);
        font-weight: 800;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 12px;
        color: var(--color-white);
    }

    .projects__slide-text {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        color: var(--color-white);
        opacity: 0.9;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .projects__pagination {
        position: static !important;
        text-align: center;
    }

    .projects__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #D9D9D9;
        opacity: 1;
        margin: 0 4px;
    }

    .projects__pagination .swiper-pagination-bullet-active {
        background: var(--color-white);
    }

    .projects__mobile-btn {
        display: inline-flex;
    }

    /* Catalog Section */
    .catalog__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    

    .catalog__item {
        height: 300px;
    }

    .catalog__grid .catalog__item:first-child .catalog__item-image {
        transform: scale(-1, 1);

    }

    .catalog__grid .catalog__item .catalog__item-image {
        float: right;
        width: unset;
    }

    .catalog__item-title {
        font-size: 15px;
        padding: 8px 14px;
    }

    .catalog__item-content {
        bottom: 12px;
        left: 12px;
    }

    .catalog__item-arrow {
        width: 28px;
        height: 28px;
        top: 12px;
        right: 12px;
    }

    /* Projects Section */
    .projects {
        padding: 30px 30px;
    }

    .projects__title {
    }

    .projects__description {
        font-size: 12px;
    }

    .projects__card {
        padding: 18px;
    }

    /* Partners Section */
    .partners {
        padding: 30px 30px;
    }

    .partners__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .partners__item {
        height: 90px;
    }

    /* Geography Section */
    .geography {
        padding: 30px 30px;
    }

    .geography__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .geography__list {
        gap: 8px;
    }

    .geography__item {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .geography__info {
        padding: 20px;
        border-radius: 14px;
    }

    .geography__map {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .geography__details {
        max-width: 100%;
    }

    .geography__detail {
        margin-bottom: 20px;
    }

    .geography__detail-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .geography__detail-text {
        font-size: 14px;
    }

    /* Directions Section */
    .directions {
        margin: 0px 30px;
        padding: 30px 0;
    }


    
    /* Hide desktop, show mobile */
    .directions__desktop {
        display: none;
    }
    
    .directions__mobile-wrapper {
        display: block;
    }
    
    .directions__mobile-header {
        margin-bottom: 30px;
    }
    
    .directions__label {
        font-size: 36px;
        font-family: var(--font-roboto-condensed);
        font-weight: 800;
        color: var(--color-primary);
        text-transform: uppercase;
        letter-spacing: 0.72px;
        display: block;
        background: unset;
        padding: unset;
    }
    
    .directions__mobile-title {
        font-family: var(--font-roboto-condensed);
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
        color: var(--color-dark);
        text-transform: uppercase;
        letter-spacing: 0.72px;
    }
    
    .directions__mobile-content {
        background: linear-gradient(261deg, rgba(26, 26, 26, 0.68) 0%, rgba(26, 26, 26, 0.85) 100%), url('../images/directions-bg.jpg') center/cover no-repeat;
        border-radius: 14px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0;
        color: var(--color-white);
    }
    
    .directions__mobile-wrapper .directions__item {
        padding: 18px;
        gap: 15px;
        border-radius: 16px;
        flex-direction: column-reverse;
        align-items: flex-start;

    }

    .directions__mobile-wrapper .directions__item-icon {
        width: 50px;
        height: 50px;
    }

    .directions__mobile-wrapper .directions__item-title {
        font-size: 16px;
    }

    .directions__mobile-wrapper .directions__item-text {
        font-size: 14px;
    }
    
    .directions__mobile-wrapper .about-hero__button-group {
        display: flex;
        width: 100%;
    }
    .header-directions__item .directions__item-title {
        display: block;
    }
    .directions__item-title {
        display: none;
        margin-bottom: unset;
    }
    .header-directions__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }



   
       /* Скрываем стандартную кнопку в about */
    .section:has(.about__content) .section__link {
        display: none;
    }

    /* Кнопка about-hero__button-group на всю ширину */
    .about-hero__button-group {
        display: grid!important;
        width: 100%!important;
        gap: 5px!important;
        align-items: stretch;
    }

    .about-hero__button--main {
        text-align: center;
        font-size: 16px;
        padding: 8px 12px;
        border-radius: 6px;
        line-height: 120%;
    }

    .section:has(.about__content) .about-hero__button-group {
        display: flex;
        width: 100%;
        gap: 5px;
    }



     .about-hero__button--main {
        text-align: center!important;
        font-size: 16px!important;
        padding: 8px 12px!important;
        border-radius: 6px!important;
        line-height: 120%!important;
    }

    .about-hero__button--icon {
        width: auto!important;
        height: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 6px!important;
    }


    
    /* ===================================
       СТРАНИЦА "О КОМПАНИИ" - АДАПТАЦИЯ
       =================================== */
    
    /* About Hero Section */
    .about-hero {
        margin: 0 0 40px;
    }
    
    .about-hero__top {
        padding: 30px 30px 30px;
    }
    
    .about-hero__top-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-hero__title {
        font-size: 36px;
        letter-spacing: 0.72px;
    }
    
    .about-hero__description {
        font-size: 16px;
    }
    
    .about-hero__description br {
        display: none;
    }
    
    .about-hero__button-group {
        width: 100%;
        align-items: stretch!important;
    }

   .about-hero__button--main {
        display: flex!important;
        align-items: center!important;

    }
    
    .about-hero__button--icon {
        width: 42px;
        height: 100%;
    }
    
    .about-hero__bottom {
        margin: 0 20px;
    }
    
    .about-hero__image {
        height: 400px;
        border-radius: 14px;
    }
    
    .about-hero__card {
        flex: 1 1 calc(50% - 6px);
        min-width: 140px;
        padding: 20px 15px;
        border-radius: 10px;
    }
 
    
    .about-hero__card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .about-hero__card-text {
        font-size: 12px;
    }
    
    /* About Goal Section */
    .about-goal {
        padding: 40px 30px;
    }
    
    .about-goal__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-goal__grid.desktop {
        display: none;
    }

    .about-goal__grid.mobile {
        display: grid;
    }

    .about-goal__grid.mobile .about-goal__title {
        margin-bottom: -10px;
    }

    .about-goal__title {
        font-size: 36px;
    }
    
    .about-goal__text {
        font-size: 14px;
    }
    
    .about-goal__highlight {
        font-size: 14px;
        padding: 15px 20px;
    }
    
    .about-goal__video {
        height: 250px;
        border-radius: 14px;
    }
    
    .about-goal__video-play {
        width: 48px;
        height: 48px;
    }
    
    /* About Timeline Section */
    .about-timeline {
        padding: 40px 30px;
    }
    
    .about-timeline__title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .timeline-slide::before {
        height: 175px;
    }

    
    
    .timeline-slide__year {
        font-size: 36px;
        margin-bottom: 16px;
    }
    
    .timeline-slide__text {
        font-size: 14px;
    }
    
    .timeline-slide__content {
        padding-top: 10px;
        padding-left: 15px;
        height: 180px;
    }
    
    /* About Advantages Section */
    .about-advantages {
        padding: 40px 30px;
    }
    
    .about-advantages__title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    
    .about-advantages__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .about-advantages__item {
        padding: 15px;
        min-height: 80px;
    }
    
    
    /* About Geography Section */
    .about-geography {
        margin: 40px 20px;
        min-height: 430px;
        position: relative;
        border-radius: 14px;
    }
    
    /* Скрываем десктопную версию header */
    .about-geography__header--desktop {
        display: none;
    }

    /* Показываем мобильную версию header */
    .about-geography__header--mobile {
        display: flex;
        position: relative;
        z-index: 3;
        padding: 0px 30px;
        margin-bottom: 0;
        flex-direction: column;
        gap: 20px;
    }

    .about-geography {
        margin: 20px 30px;
    }

    .about-geography__title {
        margin-bottom: 0;
        color: var(--color-dark);
    }
    .about-geography__title span {
        color: var(--color-primary);
    }
    
    .about-geography__title-red {
        padding: 8px 12px;
        border-radius: 8px;
    }
    
    .about-geography__container {
        padding: 30px;
        position: relative;
        z-index: 2;
    }
    
    .about-geography__content {
        display: flex;
        flex-direction: column;
    }
    

    
    .about-geography__info {
        position: relative;
        top: auto;
        right: auto;
        min-width: auto;
        max-width: 100%;
        padding: 30px;
        margin-top: 0;
    }
    
    .about-geography__info-section {
        margin-bottom: 30px;
    }
    
    .about-geography__info-section:last-child {
        margin-bottom: 0;
    }
    
    .about-geography__info-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .about-geography__info-text {
        font-size: 14px;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 40px 30px;
    }
    
    .about-hr__title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .about-hr__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-hr__left {
        gap: 20px;
        order: 1;
    }
    
    .about-hr__icon {
        width: 40px;
        height: 40px;
    }
    
    .about-hr__text {
        font-size: 14px;
    }
    
    .about-hr__button {
        padding: 12px 20px;
        width: 100%;
        justify-content: center;
    }
    
    .about-hr__button-text {
        font-size: 16px;
    }
    
    .about-hr__center {
        flex-direction: row;
        gap: 15px;
    }
    
    .about-hr__photo {
        flex: 1;
        height: 180px;
    }
    
    .about-hr__photo-large {
        height: 280px;
    }
    .hero__btn {
        background: var(--color-primary);
        color: var(--color-white);
        padding: 9px 15px;
        border-radius: 6px;
        font-family: var(--font-roboto);
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 20px;
    }
    .hero__title {
        font-family: var(--font-roboto-condensed);
        font-weight: 800;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0.68px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .hero__title span {
        background: var(--color-primary);
        padding: 5px 8px;
        border-radius: 6px;
        display: inline-block;
    }

    .news__slider-wrapper {
        padding: 0px 30px;
    }


    .about-hero__button-group {
        display: inline-grid;
    }

    .news__mobile-wrapper .section__link {
        display: none;
    }

    .about-hr__content {
        display: grid;
    }

    .about-hr__content.tablet {

        display: none;
    }

    .about-hr__center {
        margin-bottom: -15px;
    }

    .about-hr__content .about-hero__button--icon {
        display: inline-flex;
    }

}

/* ===================================
   768px → 500px
   =================================== */

@media (max-width: 700px) {
    .news__slide {
        width: 270px;
    }
}
   
@media (max-width: 600px) {
    .footer__tablet {
        display: none;

    }

    .footer__info .footer__catalog.footer__catalog--mobile {
        display: block!important;
    }

    .hero__title  {
        display: none;
    }

    .hero__title.mobile {
        display: block;
    }

    .hero__title span:first-child {
        margin-bottom: 5px;
    }


}

@media (max-width: 500px) {
    .section:has(.news__grid) .about-hero__button-group {
        margin: 0;
    }
    .about-advantages__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-hero__image {
        height: 550px;
    }
    .about-hero__cards {
        flex-direction: column;
    }
    .about__image img {
        object-position: 50% calc(-20vw);
    }
     .about-hero__cards .about-hero__card:last-child  .about-hero__card-text {
        display: block;
    }
    .about-hero__cards .about-hero__card:last-child  .about-hero__card-text-mobile {
        display: none;
    } 
    .about-hero__cards .about-hero__card:last-child .about-hero__card-title {
        margin-bottom: 12px;
    }
    .about-hero__cards .about-hero__card:last-child {
        display: block;
    }
}

@media (max-width: 500px) {
    .about-hero__button-group.about-advantages-button {
        display: grid!important;
    }
    
    /* Hero Section */
    .hero {
        min-height: 500px;
        border-radius: 12px;
        margin: 20px 20px 25px;
    }
    .about-geography {
        min-height: auto;
    }

   

    .hero__description {
        font-size: 13px;
    }

    /* Section */
    .section {
        padding: 40px 20px;
    }

    .projects__mobile-wrapper .projects__header {
        margin-bottom: 20px;
    }

    .projects__mobile-wrapper .projects__title {
        margin-top: 0;
    }

    .section__link {
        font-size: 13px;
    }

    /* About Section */
    .section__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
    }

    .directions__mobile-header {
        margin-bottom: 20px;
    }

    .about__content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 0;
    }

    .about__text {
        width: 100%;
        font-size: 13px;
        margin-bottom: 15px;
    }




    /* Catalog Section */
    .catalog__item {
        height: 250px;
    }

    .catalog__item-title {
        font-size: 14px;
    }

    /* Projects Section */
    .projects {
        padding: 25px 20px;
    }

    /* Partners Section */
    .partners {
        padding: 25px 20px;
    }

    .partners__item {
        height: 80px;
    }

    /* Geography Section */
    .geography {
        padding: 25px 20px;
    }

    .geography__item {
        font-size: 15px;
        padding: 9px 18px;
    }

    .geography__info {
        padding: 18px;
    }

    .geography__map {
        height: 250px;
        border-radius: 10px;
    }

    .geography__detail {
        margin-bottom: 18px;
    }

    .geography__detail-title {
        font-size: 16px;
    }

    .geography__detail-text {
        font-size: 13px;
    }

    /* Directions Section */
    .directions {
        padding: 40px 0px;
        margin: 0px 15px;
    }
    .directions__mobile-content {
        margin-bottom: 0;
    }
    .directions__title {
        font-size: 18px;
        padding: 7px 12px;
        margin-bottom: 18px;
    }

    .directions__description {
        font-size: 13px;
    }

    .directions__item {
        padding: 15px;
        gap: 12px;
        border-radius: 14px;
    }

    .directions__item-icon {
        width: 50px;
        height: 50px;
    }

    .directions__item-title {
        font-size: 16px;
    }

    .directions__item-text {
        font-size: 13px;
    }

    /* News Section */
    .news {
        padding: 40px 20px;
    }


    .news.section {
        margin-bottom: 40px;
    }


    .news__item {
        height: 220px;
    }

    /* Footer */
    .footer {
        padding: 25px 20px 15px;
    }
    .news__mobile-header {
        padding-left: unset;
    }
    
    /* ===================================
       СТРАНИЦА "О КОМПАНИИ" - 500px
       =================================== */
    
    /* About Hero Section */
    .about-hero__top {
        padding: 65px 20px 35px;
    }

    .about-hero__top-container {
        gap: 25px;
    }

    
    .about-hero__description {
        font-size: 14px;
    }
    
    .about-hero__bottom {
        margin: 0 15px;
    }
    
    .about-hero__image {
        height: 550px;
    }
    
    .about-hero__cards {
        margin-top: -60px;
        gap: 10px;
        left: 20px;
        right: 20px;
    }
    
    .about-hero__card {
        padding: 20px 40px;
    }
    
    .about-hero__card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .about-hero__card-text {
        font-size: 14px;

    }
    
    /* About Goal Section */
    .about-goal {
        padding: 40px 20px;
    }

    .about-goal__left {
        gap: 25px;
    }
    .about-goal__text {
        font-size: 13px;
    }


    
    .about-goal__highlight {
        margin-top: -13px;
        font-size: 13px;
        padding: 12px 15px;
    }
    
    .about-goal__video {
        height: 200px;
    }
    
    /* About Timeline Section */
    .about-timeline {
        padding: 40px 20px;
    }

    .about-timeline__title {
        margin-bottom: 25px;
    }

    .timeline-slide__year {
        font-size: 30px;
        margin-bottom: 12px;
    }
    
    .timeline-slide__text {
        font-size: 13px;
    }
    
    /* About Advantages Section */
    .about-advantages {
        padding: 40px 20px;
    }

    .about-geography__header--mobile {
        margin-top: 40px;
    }
    
    .about-advantages__item {
        padding: 12px;
        min-height: 70px;
    }
    
    
    /* About Geography Section */
    .about-geography {
        margin: 10px 20px 40px;
    }
    
    .about-geography__header--mobile {
        padding: 0px 20px;
        gap: 25px;
    }

    .about-hr__title {
        margin-bottom: 25px;
    }


    .about-geography__container {
        padding: 25px 20px;
    }
    
    .about-geography__info {
        padding: 20px;
    }
    
    .about-geography__info-title {
        font-size: 16px;
    }
    
    .about-geography__info-text {
        font-size: 14px;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 40px 20px;
        margin-bottom: 40px;
    }
    
    .about-hr__icon {
        width: 36px;
        height: 36px;
    }
    
    
    .about-hr__button-text {
        font-size: 14px;
    }
    
    .about-hr__photo {
        height: 150px;
    }
    
    .about-hr__photo-large {
        height: 220px;
    }

    .news__slider-wrapper {
        padding: 0;
        width: unset;
        left: 0;
        right: 0;
        margin: 0;

    }

    .about-hero {
        margin: 0 0 40px;
    }



    .about-hero__image.desktop {
        display: none;
    }
    .about-hero__image.mobile {
        display: block;
        filter: unset;
    }

}
/* ===================================
   МОБИЛЬНАЯ ВЕРСИЯ: 420px
   Дизайн из Figma
   =================================== */
@media (max-width: 420px) {
    /* Header - мобильная версия */
   

    .header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .about-hr__title .text-red {
        width: 100%;
        display: block;
    }
    .about__stat-text {
        max-width: unset;
    }
    .hero__feature-icon {
        margin-bottom: unset;
    }

    .header__left {
        flex: 1;
    }

     .header-directions__item .directions__item-title {
        display: none;
    }
    .directions__item-title {
        display: block;
        margin-bottom: 15px;
    }



    .header__center {
        display: none;
    }

    .header__right {
        display: flex;
        gap: 10px;
    }

    .header__contacts {
        display: none;
    }

    .header__btn {
        display: none;
    }

    /* Иконки header */
    .header__search {
        width: 38px;
        height: 38px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .header__phone-icon {
        width: 38px;
        height: 38px;
        background: #FFFFFF;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__catalog-mobile {
        width: 38px;
        height: 38px;
        background: var(--color-primary);
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Hero Section - мобильная версия */
    .hero {
        min-height: 787px;
        margin: 20px 20px 40px;
        border-radius: 12px;
        position: relative;
    }

    

    .hero__description {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }


    /* Hero Features - мобильная версия */
    .hero__features {
        display: flex;
        flex-direction: column;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .hero__feature {
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid #FFFFFF;
        border-radius: 8px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hero__feature-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .hero__feature-text {
        font-family: var(--font-roboto);
        font-weight: 800;
        font-size: 14px;
        line-height: 1.2;
        color: var(--color-white);
    }

    /* Section - мобильная версия */
    .section {
        padding: 40px 20px 40px;
    }
    

    .section__title {
        font-family: var(--font-roboto-condensed);
        font-weight: 800;
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 0.72px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .section__title--accent {
        color: var(--color-primary);
    }
    
    .section:has(.geography__content) .section__title {
        margin-bottom: unset;
    }
    .section:has(.geography__content) .section__header {
        margin-bottom: 25px;
    }

    .section__link {
        font-family: var(--font-roboto);
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        color: var(--color-white);
        background: var(--color-primary);
        padding: 9px 15px;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

 

 

    /* About Section - мобильная версия */
    .about__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
    }

    .about__text {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .about__stats {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .about__stat {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 0;
        background: transparent;
    }

    .about__stat-number {
        font-family: var(--font-roboto-condensed);
        font-weight: 800;
        font-size: 42px;
        line-height: normal;
        color: var(--color-primary);
    }

    .about__stat-plus {
        font-family: var(--font-roboto-condensed);
        font-weight: 800;
        font-size: 23px;
        line-height: 1.2;
        letter-spacing: 1.15px;
        color: var(--color-primary);
    }

    .about__stat-text {
        font-family: var(--font-roboto);
        font-weight: 800;
        font-size: 14px;
        line-height: 1.2;
        color: var(--color-dark);
        flex: 1;
    }


    /* Catalog Section - мобильная версия */
    .catalog__grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .catalog__item {
        background: var(--color-light-bg);
        border-radius: 10px;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .catalog__item-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .catalog__item-title {
        font-family: var(--font-roboto);
        font-weight: 800;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        color: var(--color-white);
        background: var(--color-primary);
        padding: 9px 15px;
        border-radius: 6px;
        display: inline-block;
    }

    /* Projects Section - мобильная версия */
    .projects {
        padding: 40px 0;
        margin: 0 20px;
        overflow: hidden;
    }

    .projects__slider {
        overflow: visible;
    }

    .projects__card {
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        padding: 25px;
        height: auto;
    }

    .projects__title {
        font-weight: 800;
        font-size: 16px;
        line-height: 1.2;
        color: var(--color-white);
        margin-bottom: 5px;
        word-wrap: break-word;
        margin-top: 0;
    }

    .projects__description {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        color: var(--color-white);
        word-wrap: break-word;
    }

    /* Partners Section - мобильная версия */
    .partners {
        padding: 20px;
    }

    /* Geography Section - мобильная версия */
    .geography {
        padding: 20px;
    }

    .geography__content {
        grid-template-columns: 1fr;
        gap: 12px;
        position: relative;
        overflow: visible;
    }
    
    /* Скрываем десктопный список на мобильных */
    .geography__list--desktop {
        display: none;
    }
    
    /* Показываем выпадающий список */
    .geography__dropdown {
        display: block;
    }

    .geography__info {
        background: var(--color-light-bg);
        border-radius: 10px;
        padding: 20px;
    }

    .geography__map {
        display: none;
    }

    .geography__details {
        max-width: 100%;
    }

    .geography__detail {
        margin-bottom: 15px;
    }

    .geography__detail:last-child {
        margin-bottom: 0;
    }

    .geography__detail-title {
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 6px;
        color: var(--color-dark);
    }

    .geography__detail-text {
        font-size: 13px;
        line-height: 1.4;
        color: #141414;
    }

    /* Directions Section - мобильная версия */
    .directions {
        padding: 40px 20px;
        margin: 0 ;
        overflow: hidden;
    }

    .directions__top {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 15px;
    }

    .directions__header {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .directions__title {
        background: var(--color-primary);
        border-radius: 8px;
        padding: 7px 12px;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 15px;
        word-wrap: break-word;
        max-width: 100%;
    }

    .directions__description {
        font-size: 13px;
        line-height: 1.4;
    }

    .directions__top-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .directions__bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .directions__item {
        background: linear-gradient(261deg, rgba(26, 26, 26, 0.68) 0%, rgba(26, 26, 26, 0.85) 100%);
        backdrop-filter: blur(8.891px);
        -webkit-backdrop-filter: blur(8.891px);
        border: 0.889px solid rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .directions__item-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .directions__item-content {
        width: 100%;
    }

    .directions__item-title {
        font-weight: 800;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 8px;
        color: var(--color-white);
    }

    .directions__item-text {
        font-size: 13px;
        line-height: 1.4;
        color: var(--color-white);
    }

    /* News Section - мобильная версия */
    .news {
        padding: 40px 20px;
        overflow: hidden;
        margin: 0;
    }

    .news.section {
        margin-bottom: 40px;
    }

    .news__slider {
        overflow: visible;
    }

    .news__grid {
        overflow: visible;
    }

    .news__item {
        width: 235px;
        height: 234px;
        border-radius: 10px;
        position: relative;
        flex-shrink: 0;
    }

    .news__item-title {
        font-family: var(--font-roboto);
        font-weight: 800;
        font-size: 14px;
        line-height: 1.2;
        color: var(--color-white);
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        word-wrap: break-word;
    }

    /* Footer - мобильная версия */
    .footer {
        background: var(--color-dark);
        padding: 50px 20px 25px;
    }

    .footer__top {
        gap: 20px;
        margin-bottom: 30px;
    }
    .footer__content {
        padding-top: 10px;
    }

    .footer__logo img {
        margin-bottom: 15px;
    }

    .footer__address {
        font-weight: 600;
        font-size: 9px;
        line-height: normal;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 8px;
    }

    .footer__inn {
        font-weight: 600;
        font-size: 9px;
        line-height: normal;
        color: rgba(255, 255, 255, 0.6);
    }

    .footer__nav-link {
        font-family: var(--font-roboto);
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        color: var(--color-white);
        display: block;
        margin-bottom: 5px;
    }

    .footer__catalog-title {
        font-family: var(--font-roboto);
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        color: var(--color-white);
        margin-bottom: 24px;
    }

    .footer__catalog-link {
        font-family: var(--font-roboto);
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
        display: block;
        margin-bottom: 12px;
    }

    .footer__btn {
        background: var(--color-primary);
        color: var(--color-white);
        padding: 9px 15px;
        border-radius: 6px;
        font-family: var(--font-roboto);
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        width: 176px;
    }

    .footer__divider {
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        margin: 25px 0;
    }

    .footer__bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .footer__legal {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /* Main content для внутренних страниц */
    .main-content--inner {
        padding-top: 32px;
    }
    
    /* ===================================
       СТРАНИЦА "О КОМПАНИИ" - 420px
       =================================== */
    
    /* About Hero Section */
    .about-hero {
        margin: 0 0 40px;
    }
    
    .about-hero__top {
        padding: 35px 20px 25px;
    }
    
    .about-hero__top-container {
        gap: 25px;
    }
    .about-hero__button--main {
        font-size: 15px;
    }
    

    
    .about-hero__description {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .about-hero__button--icon {
        width: 38px;
        height: 100%;
        border-radius: 10px;
    }
    
    .about-hero__button--icon svg {
        width: 14px;
        height: 11px;
    }
    
    .about-hero__bottom {
        margin: 0 10px;
    }
    
    .about-hero__image {
        height: 540px;
        border-radius: 12px;
    }

    /* About Goal Section */
    .about-goal {
        padding: 40px 20px;
    }
    
    .about-goal__grid {
        gap: 25px;
    }
    
    .about-goal__left {
        gap: 25px;
    }

    .about-timeline__title {
        margin-bottom: 25px;
    }

    .about-hr__title {
        margin-bottom: 25px;
    }

    .about-hero__cards {
        flex-direction: column;
    }
    
    
    .about-goal__text {
        font-size: 12px;
        max-width: none;
    }
    
    .about-goal__highlight {
        font-size: 12px;
        padding: 12px 15px;
        border-radius: 6px;
    }
    
    .about-goal__video {
        height: 180px;
        border-radius: 12px;
    }
    
    .about-goal__video-play {
        width: 42px;
        height: 42px;
    }
    
    /* About Timeline Section */
    .about-timeline {
        padding: 40px 20px;
    }

    
    
    /* About Advantages Section */
    .about-advantages {
        padding: 40px 20px;
    }
    
    .about-advantages__item {
        padding: 10px;
        min-height: 60px;
        border-radius: 8px;
    }
    .about-advantages__item.hidden {
        min-height: 0px;
        padding: 0;
        border: none;
    }
    
    /* About Geography Section */
    .about-geography {
        margin: 12px 15px 40px 15px;
        border-radius: 12px;
    }
    
    .about-geography__header--mobile {
        padding: 40px 15px 0;
        gap: 25px;
        margin-top: 0;
    }
    .about-geography__title-red {
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 22px;
    }
    
    .about-geography__container {
        padding: 20px 15px;
    }
    
    .about-geography__info {
        padding: 15px;
        border-radius: 12px;
    }
    
    .about-geography__info-section {
        margin-bottom: 25px;
    }
    
    .about-geography__info-section:last-child {
        margin-bottom: 0;
    }
    
    .about-geography__info-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    

    
    .about-geography__info-text br {
        display: none;
    }
    
    /* About HR Section */
    .about-hr {
        padding: 40px 20px;
        margin-bottom: 40px;
    }


    .projects__mobile-wrapper .projects__header {
        margin-bottom: 20px;
    }

    .directions__mobile-header {
        margin-bottom: 25px;
    }

    .section__header {
        margin-bottom: 20px;
    }

    .about-hr__content {
        gap: 25px;
    }
    
    .about-hr__left {
        gap: 16px;
    }
    
    .about-hr__item {
        gap: 12px;
    }
    
    .about-hr__icon {
        width: 32px;
        height: 32px;
    }
    
    
    .about-hr__button {
        padding: 10px 16px;
        border-radius: 6px;
        margin-top: 8px;
    }
    
    .about-hr__button-text {
        font-size: 12px;
    }
    
    .about-hr__center {
        gap: 10px;
    }
    
    .about-hr__photo {
        height: 120px;
        border-radius: 10px;
    }
    
    .about-hr__photo-large {
        height: 180px;
        border-radius: 10px;
    }

    .about__image img {
        object-position: 50% 70%;
    }


}


@media (max-width: 390px) {
    .header__logo a {
        display: flex;
        align-items: center;
    }

    .header__logo img {
        height: 35px;
        width: 90px;
        margin-left: -15px;

    }

    .header__search img, .header__phone-icon, .header__catalog-mobile {
        width: 30px;
        height: 30px;
    }
}