/* ===================================
   АДАПТИВНАЯ ВЕРСТКА (МЕДИА-ЗАПРОСЫ)
   От большего разрешения к меньшему
   =================================== */

/* ===================================
   1920px → 1600px
   =================================== */
@media (max-width: 1800px) {
    .company-details-section__cards {
        grid-template-columns: 1fr 200px 200px 1fr;
        gap: 20px;
    }
    /* Manufacturers Grid - 1800px */
    .manufacturers__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
    .manufacturer-supplies__content {
        max-width: 1320px;
    }
   }
   @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 (min-width: 1700px) {
    .contact-info-section__warning p{
        max-width: 870px;
    }
}
@media (max-width: 1600px) {

    .request-form-section.divider-bottom {
        margin: 0 20px 50px 20px;
    }

    /* Header */
    .about__image {
        height: 430px;
        max-width: 536px;
    }
    .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;

    }

    .header__catalog-btn span {
        transform: translateY(1px);
    }

    /* 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 100px;
    }
    .section.section_main {
        padding: 50px 100px;
    }
    .section.manufacturers-section {
        padding: 50px 100px;
    }
    .manufacturer-detail__container {
        padding: 0 100px;
    }
    .request-form-section__container {
        padding: 100px 70px;
    }

    .manufacturer-supplies {
        padding: 0px 100px;
    }

    .section__title, .projects__label, .projects__title, .directions__label, .directions__title ,.manufacturer-detail__title, .manufacturer-categories__title,.manufacturer-supplies__title,.manufacturer-products__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 */

    .contact-form-section__container {
        padding: 50px 70px;
    }
    .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;
    }

    .contact-form-section__title {
        font-size: 50px;
    }
    .news__slider-wrapper {
        padding: 0px 100px;
    }
    .contact-info-section + .about-geography__header + .about-geography .about-geography__title{
        font-size: 50px;
    }
    .about-geography__city {
        padding: 12px 16px;

    }

    /* Contact Info Section - 1600px */
    .contact-info-section {
        padding: 50px 100px;
    }

    .contact-info-section__title {
        font-size: 50px;
    }

    .contact-info-section__wrapper {
        grid-template-columns: 1fr 400px;
        gap: 20px;
    }

    .contact-info-section__cards {
        gap: 20px;
    }

    .contact-info-section__card {
        padding: 25px;
        min-height: 140px;
    }

    .contact-info-section__card:nth-child(3),
    .contact-info-section__card:nth-child(4) {
        min-height: 160px;
    }

    .contact-info-section__card-icon {
        width: 45px;
        height: 45px;
        padding: 10px;
    }

    .contact-info-section__card-title {
        font-size: 20px;
    }

    .contact-info-section__card-text {
        font-size: 16px;
    }

    /* Company Details Section - 1600px */
    .company-details-section {
        padding: 50px 100px;
    }

    .company-details-section__title {
        font-size: 50px;
    }

    

    .company-details-section__card {
        padding: 25px 20px;
        min-height: 180px;
    }

    .company-details-section__card-header {
        margin-bottom: 25px;
    }

    .company-details-section__card-icon {
        width: 45px;
        height: 45px;
        padding: 10px;
    }

    .company-details-section__card-title {
        font-size: 20px;
    }

    .company-details-section__card-text {
        font-size: 16px;
    }

    .container.container-supplies {
        width: calc(100% - 65px);
    }
    .breadcrumbs {
        width: calc(100% - 65px);
        max-width: 1520px;
        margin: 0 auto;
    }
    /* Manufacturers Grid - 1600px */
    .manufacturers__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    .manufacturers__card {
        height: 250px;
        padding: 20px;
    }

    .manufacturers__card-image {
        width: 150px;
        height: 150px;
    }

    .manufacturers__card-title {
        font-size: 16px;
    }



    .manufacturer-detail__content {
        gap: 50px;
    }


    .manufacturer-detail__title {
        font-size: 52px;
    }

    .manufacturer-detail__logo {
        width: 180px;
    }

    .manufacturer-detail__usp {
        padding: 30px;
    }

    .manufacturer-detail__usp-icon {
        width: 50px;
        height: 50px;
    }

    .manufacturer-detail__usp-text {
        font-size: 16px;
    }

    .manufacturer-detail__description {
        font-size: 16px;
    }


    .manufacturer-categories__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .manufacturer-categories__image {
        width: 130px;
        height: 130px;
    }



    /* Manufacturer Supplies - 1600px */


    .manufacturer-supplies__grid {
        gap: 20px;
    }

    .manufacturer-supplies__item {
        height: 350px;
    }

    /* Manufacturer Products - 1600px */

    .manufacturer-products__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .manufacturer-products__item {
        padding: 18px;
    }

    .manufacturer-products__image-wrapper {
        height: 160px;
    }


    .manufacturer-products__description {
        font-size: 13px;
    }

    /* Request Form Section - 1600px */
    .request-form-section {
        margin: 80px 20px 20px 20px;
    }

    .request-form-section__container {
        padding: 80px 70px;
    }

    .request-form-section__title {
        font-size: 52px;
    }

    .request-form-section__description {
        font-size: 20px;
    }

    .request-form-section__form {
        gap: 20px;
    }

    .request-form-section__row--three {
        gap: 20px;
    }

    .request-form-section__row--bottom {
        grid-template-columns: 1fr 420px;
        gap: 20px;
    }

}

/* ===================================
   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;
    }

    /* Contact Info Section - 1440px */
    .contact-info-section {
        padding: 50px 100px;
    }

    .contact-info-section__title {
        font-size: 44px;
    }

    .contact-info-section__wrapper {
        grid-template-columns: 1fr 350px;
        gap: 20px;
    }

    .contact-info-section__cards {
        gap: 15px;
    }

    .contact-info-section__card {
        padding: 20px;
        min-height: 130px;
    }

    .contact-info-section__card:nth-child(3),
    .contact-info-section__card:nth-child(4) {
        min-height: 150px;
    }

    .contact-info-section__card-header {
        gap: 12px;
        margin-bottom: 15px;
    }

    .contact-info-section__card-icon {
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    .contact-info-section__card-title {
        font-size: 18px;
    }

    .contact-info-section__card-text {
        font-size: 15px;
    }

    .contact-info-section__warning {
        padding: 15px 20px;
    }

    .contact-info-section__warning p {
        font-size: 16px;
    }

    /* Company Details Section - 1440px */
    .company-details-section {
        padding: 50px 100px;
    }

    .company-details-section__title {
        font-size: 44px;
    }

    .company-details-section__cards {
        grid-template-columns: 1fr 180px 180px 1fr;
        gap: 15px;
    }

    .company-details-section__card {
        padding: 20px 15px;
        min-height: 160px;
    }

    .company-details-section__card-header {
        gap: 12px;
        margin-bottom: 20px;
    }

    .company-details-section__card-icon {
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    .company-details-section__card-title {
        font-size: 18px;
    }

    .company-details-section__card-text {
        font-size: 15px;
    }
    .contact-form-section__title, .contact-info-section + .about-geography__header + .about-geography .about-geography__title,
    .company-details-section + .section.news .section__title ,.manufacturer-detail__title, .manufacturer-categories__title,.manufacturer-supplies__title,.manufacturer-products__title  {
        font-size: 44px;
    }
    /* Manufacturers Grid - 1440px */
    .manufacturers__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .manufacturers__card {
        height: 240px;
        padding: 18px;
    }

    .manufacturers__card-image {
        width: 140px;
        height: 140px;
    }

    .manufacturers__card-title {
        font-size: 16px;
    }

    /* Manufacturer Detail - 1440px */

    .manufacturer-detail__content {
        gap: 40px;
    }


    .manufacturer-detail__logo {
        width: 160px;
    }

    .manufacturer-detail__usp {
        padding: 25px;
    }

    .manufacturer-detail__usp-icon {
        width: 45px;
        height: 45px;
    }

    .manufacturer-detail__usp-text {
        font-size: 15px;
    }

    .manufacturer-detail__description {
        font-size: 15px;
    }


    .manufacturer-categories__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }


    /* Manufacturer Supplies - 1440px */

    .manufacturer-supplies__grid {
        gap: 18px;
    }

    .manufacturer-supplies__item {
        height: 320px;
    }

    /* Manufacturer Products - 1440px */

    .manufacturer-products__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .manufacturer-products__item {
        padding: 16px;
    }

    .manufacturer-products__image-wrapper {
        height: 150px;
    }


    .manufacturer-products__description {
        font-size: 12px;
    }

    /* Request Form Section - 1440px */
    .request-form-section {
        margin: 70px 20px 20px 20px;
    }

    .request-form-section__container {
        padding: 70px 70px;
    }

    .request-form-section__title {
        font-size: 46px;
    }

    .request-form-section__description {
        font-size: 18px;
    }

    .request-form-section__row--bottom {
        grid-template-columns: 1fr 380px;
    }

    .request-form-section__input {
        height: 44px;
        font-size: 16px;
    }

    .request-form-section__bg-decoration {
        width: 260px;
    }

    .catalog-menu {
        display: none;
    }
}

/* ===================================
   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 100px;
    }
    .section.section_main {
        padding: 50px 80px;
    }
    .section.manufacturers-section {
        padding: 50px 80px;
    }
    .manufacturer-detail__container {
        padding: 0 80px;
    }
    .manufacturer-supplies {
        padding: 0px 80px;
    }


    .section__title, .projects__label, .projects__title, .directions__label, .directions__title ,.manufacturer-detail__title, .manufacturer-categories__title,.manufacturer-supplies__title,.manufacturer-products__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;
    }
    .company-details-section__title{
        margin-bottom: 30px;
    }
    .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;
    }

    /* Contact Info Section - 1280px */
    .contact-info-section {
        padding: 50px 80px;
    }


    .contact-info-section__wrapper {
        grid-template-columns: 1fr 300px;
        gap: 15px;
    }

    .contact-info-section__cards {
        gap: 12px;
    }

    .contact-info-section__card {
        padding: 18px;
        min-height: 120px;
        border-radius: 12px;
    }

    .contact-info-section__card:nth-child(3),
    .contact-info-section__card:nth-child(4) {
        min-height: 140px;
    }

    .contact-info-section__card-header {
        gap: 10px;
        margin-bottom: 12px;
    }

    .contact-info-section__card-icon {
        width: 40px;
        height: 40px;
        padding: 9px;
    }

    .contact-info-section__card-title {
        font-size: 16px;
    }

    .contact-info-section__card-text {
        font-size: 14px;
    }

    .contact-info-section__warning {
        padding: 12px 18px;
        margin-bottom: 20px;
    }

    .contact-info-section__warning p {
        font-size: 15px;
    }

    /* Company Details Section - 1280px */
    .company-details-section {
        padding: 50px 80px;
    }

    .contact-form-section__container {
        padding: 50px 48px;
    }
    .company-details-section__cards {
        grid-template-columns: 1fr 160px 160px 1fr;
        gap: 12px;
    }

    .company-details-section__card {
        padding: 20px;
        min-height: 150px;
        border-radius: 12px;
    }

    .company-details-section__card-header {
        gap: 10px;
        margin-bottom: 18px;
    }

    .company-details-section__card-icon {
        width: 40px;
        height: 40px;
        padding: 9px;
    }

    .company-details-section__card-title {
        font-size: 16px;
    }

    .company-details-section__card-text {
        font-size: 14px;
    }

    .container.container-supplies {
        width: calc(100% - 25px);
    }

    .breadcrumbs {
        width: calc(100% - 25px);
    }
    /* Manufacturers Grid - 1280px */
    .manufacturers__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }


    .manufacturers__card {
        height: 230px;
        padding: 16px;
    }

    .manufacturers__card-image {
        width: 135px;
        height: 135px;
    }

    .manufacturers__card-title {
        font-size: 15px;
    }
    .manufacturer-detail__description h3 {
        font-size: 20px;
    }
    .manufacturer-detail__description p, .manufacturer-detail__description li {
        font-size: 16px;
    }

    /* Request Form Section - 1280px */
    .request-form-section {
        margin: 60px 20px 20px 20px;
    }

    .request-form-section__container {
        padding: 60px 55px;
    }

    .request-form-section__title {
        font-size: 42px;
    }

    .request-form-section__description {
        font-size: 16px;
    }

    .request-form-section__row--three {
        gap: 18px;
    }

    .request-form-section__row--bottom {
        grid-template-columns: 1fr 350px;
        gap: 18px;
    }

    .request-form-section__left-fields {
        gap: 18px;
    }

    .request-form-section__bg-decoration {
        width: 220px;
    }

    

}
@media (max-width: 1280px) and (min-width: 1024px) {
    .manufacturer-detail__usp-item {
        min-height: 63px;
    }
    .manufacturer-detail__usp-item {
        align-items: flex-start;
    }
    .manufacturer-detail__usp-grid {
        gap: 31px;
    }
    /*.manufacturer-detail--catalog */
    .manufacturer-detail--catalog .manufacturer-detail__usp-item {
        align-items: center;
    }
    /*.manufacturer-detail--catalog */
    .manufacturer-detail__usp-grid {
        gap: 23px;
    }
}
@media (max-width: 892px) and (min-width: 768px) {
    .manufacturer-detail__usp-item {
        min-height: 60px;
    }
    .manufacturer-detail__usp-item {
        align-items: flex-start;
    }
    /*.manufacturer-detail--catalog */
      .manufacturer-detail--catalog .manufacturer-detail__usp-item {
        align-items: center;
    }
    /*.manufacturer-detail--catalog */
}

@media (max-width: 1200px) {
    /* Manufacturers Grid - 1200px */
     .manufacturers__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .manufacturers__card {
        height: 240px;
        padding: 18px;
    }


    .manufacturers__card-title {
        font-size: 16px;
    }
    .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;
    }

    .contact-info-section__wrapper {
        grid-template-columns: 1fr;
    }
    .contact-form-section__title, .contact-info-section + .about-geography__header + .about-geography .about-geography__title,
    .company-details-section + .section.news .section__title{
        font-size: 36px;
    }
    .contact-info-section__title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 1.2;
    }

    .contact-info-section__image {
        display: none;
    }

    .contact-info-section__cards {
        gap: 12px;
    }

    .contact-info-section__card {
        padding: 20px;
        min-height: 110px;
        border-radius: 8px;
    }

    .contact-info-section__card:nth-child(3),
    .contact-info-section__card:nth-child(4) {
        min-height: 110px;
    }

    .contact-info-section__card:nth-child(4) {
        min-height: 130px;
    }

    .contact-info-section__card-header {
        margin-bottom: 12px;
    }

    .contact-info-section__card-icon {
        width: 38px;
        height: 38px;
        padding: 9px;
    }

    .contact-info-section__card-title {
        font-size: 16px;
    }

    .contact-info-section__card-text {
        font-size: 14px;
    }

    .contact-info-section__warning {
        padding: 10px 10px;
        border-radius: 8px;
    }

    .contact-info-section__warning p {
        font-size: 14px;
        text-align: center;
    }

    /* Company Details Section - 1200px */

    .company-details-section__title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 1.2;
    }

    .company-details-section__cards {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .company-details-section__card {
        padding: 20px;
        min-height: 110px;
        border-radius: 8px;
    }

    .company-details-section__card--wide {
        grid-column: span 2;
    }

    .company-details-section__card--small {
        grid-column: span 1;
    }

    .company-details-section__card-header {
        margin-bottom: 12px;
    }

    .company-details-section__card-icon {
        width: 38px;
        height: 38px;
        padding: 9px;
    }

    .company-details-section__card-title {
        font-size: 16px;
    }

    .company-details-section__card-text {
        font-size: 14px;
    }

    /* Contact Form Section - 1280px */
    .contact-form-section {
        margin: 50px 33.5px;
    }

    .contact-form-section__description {
        font-size: 18px;
    }

    .contact-form-section__row {
        gap: 20px;
    }

    .contact-form-section__row--three {
        gap: 20px;
    }

    .contact-form-section__row--bottom {
        gap: 20px;
    }
     /* Request Form Section - 1200px */
     .request-form-section {
        margin: 50px 20px 20px 20px;
    }

    .request-form-section__container {
        padding: 50px 55px;
    }

    .request-form-section__title {
        font-size: 38px;
    }

    .request-form-section__description {
        font-size: 15px;
    }

    .request-form-section__header {
        margin-bottom: 30px;
    }

    .request-form-section__row--three {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .request-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .request-form-section__left-fields {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .request-form-section__input {
        height: 42px;
        font-size: 15px;
    }

    .request-form-section__submit {
        height: 42px;
        font-size: 18px;
    }



/* ===================================
   1280px → 1150px
   =================================== */


    .header__phone {
        font-size: 14px;
    }

    .header {
        width: calc(100% - 25px);
    }


    .header__nav {
        gap: 25px;
    }
    /* Manufacturer Detail - 1280px */

    .manufacturer-detail__content {
        gap: 35px;
    }

    .manufacturer-detail__logo {
        width: 140px;
    }

    .manufacturer-detail__usp {
        padding: 22px;
    }

    .manufacturer-detail__usp-icon {
        width: 42px;
        height: 42px;
    }

    .manufacturer-detail__usp-text {
        font-size: 14px;
    }

    .manufacturer-detail__description {
        font-size: 14px;
    }

    /* Manufacturer Categories - 1280px */

    .manufacturer-categories__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    /* Manufacturer Supplies - 1280px */

    .manufacturer-supplies__grid {
        gap: 16px;
    }

    .manufacturer-supplies__item {
        height: 300px;
    }

    /* Manufacturer Products - 1280px */

    .manufacturer-products__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .manufacturer-products__item {
        padding: 14px;
    }

    .manufacturer-products__image-wrapper {
        height: 140px;
    }


    .manufacturer-products__description {
        font-size: 12px;
    }

}

@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 {
        display: none;
    }

    .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 {

    }
    /* Manufacturer Detail - 1100px */

    .manufacturer-detail__logo {
        width: 130px;
    }

    /* Manufacturer Categories - 1100px */
    .manufacturer-categories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    /* Manufacturer Products - 1100px */
    .manufacturer-products__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

}


/* ===================================
   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;
    }
    .contact-form-section {
        margin: 50px 33.5px 40px 33.5px;
    }
    .contact-form-section__container {
        padding: 60px 24px;
    }
    /* Скрываем навигацию и десктоп-элементы */
    .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 100px;
    }
    .section.section_main {
        padding: 50px 60px;
    }
    .section.manufacturers-section {
        padding: 50px 60px;
    }

    .manufacturer-detail__container, .manufacturer-supplies {
        padding: 0 50px;
    }

    .section__title, .projects__label, .projects__title, .directions__label, .directions__title ,.manufacturer-detail__title, .manufacturer-categories__title,.manufacturer-supplies__title,.manufacturer-products__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: flex;
        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;
    }

    /* Contact Form Section - 1024px */
    .contact-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-form-section__left-fields {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form-section__right-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: start;
    }

    .contact-form-section__submit {
        height: 48px;
    }

    .contact-form-section__checkboxes {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    /* Contact Info Section - 1024px */
    .contact-info-section {
        padding: 50px 60px;
    }


    .contact-info-section__wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-info-section__image {
        height: 300px;
        order: -1;
    }

    /* Company Details Section - 1024px */
    .company-details-section {
        padding: 50px 60px;
    }

    

    .company-details-section__cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
    .contact-info-section + .about-geography__header .about-geography__title{
        font-size: 36px;
    }
     /* Manufacturers Grid - 1024px */
     .manufacturers__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .manufacturers__card {
        height: 230px;
        padding: 16px;
    }


    .manufacturers__card-title {
        font-size: 15px;
    }
    .manufacturers__alphabet-item {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

  
    /* Manufacturer Categories - 1024px */

    .manufacturer-categories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    /* Manufacturer Supplies - 1024px */


    .manufacturer-supplies__grid {
        gap: 14px;
    }

    .manufacturer-supplies__item {
        height: 280px;
    }

    /* Manufacturer Products - 1024px */
    .manufacturer-products__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .manufacturer-products__item {
        padding: 12px;
    }

    .manufacturer-products__image-wrapper {
        height: 130px;
    }
    .manufacturer-detail__title {
        margin: 0 0 30px 0;
    }
    .manufacturer-detail__description {
        margin-bottom: unset;
    }
    .manufacturer-supplies__title, .manufacturer-supplies__logo {
        left: 25px;
    }
    .manufacturer-supplies__button {
        right: 25px;
    }

    /* Request Form Section - 1024px */
    .request-form-section {
        margin: 40px 20px 20px 20px;
        min-height: auto;
    }

    .request-form-section__container {
        padding: 50px 30px;
    }

    .request-form-section__title {
        font-size: 36px;
        letter-spacing: 0.72px;
    }

    .request-form-section__description {
        font-size: 14px;
    }

    .request-form-section__header {
        margin-bottom: 25px;
    }

    .request-form-section__form {
        gap: 15px;
    }

    .request-form-section__row--three {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .request-form-section__row {
        gap: 12px;
    }

    .request-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .request-form-section__left-fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .request-form-section__input {
        height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }

    .request-form-section__submit {
        height: 40px;
        font-size: 16px;
    }

    .request-form-section__checkbox span {
        font-size: 12px;
    }

    .request-form-section__checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }
       /* Manufacturer Detail - 1024px */
      /* Main Content - переключение на вертикальный layout */
    .manufacturer-detail__content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .manufacturer-detail__left {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0px;
        align-items: center;
    }
    

    .manufacturer-detail__right {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: flex-start;
    }

    .manufacturer-detail__logo {
        width: 120px;
        flex-shrink: 0;
        grid-row: 1 / span 2;
        grid-column: 2;
    }

    .manufacturer-detail__info-item {
        grid-column: 1;
    }

    .manufacturer-detail__usp {
        flex: 1;
    }

}

/* ===================================
   1024px → 900px
   =================================== */
@media (max-width: 921px) {
    .about-hero__title {
        font-size: 45px;
    }
    .contact-form-section__field--file-caption.grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 900px) {

    .request-form-section.divider-bottom {
        margin: 0 20px 80px 20px;
    }

    /* 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 80px;
    }
    .section.section_main {
        padding: 40px 40px;
    }
    
    .manufacturer-detail__container, .manufacturer-supplies {
        padding: 0 40px;
    }


    .section__title, .projects__label, .projects__title, .directions__label, .directions__title ,.manufacturer-detail__title, .manufacturer-categories__title,.manufacturer-supplies__title,.manufacturer-products__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;
    }

    /* Contact Form Section - 900px */
    .contact-form-section {
        margin: 40px 33.5px;
        min-height: auto;
    }

    .contact-form-section__container {
        padding: 50px 40px;
    }


    .contact-form-section__description {
        font-size: 16px;
    }

    .contact-form-section__row--three {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .contact-form-section__row--three .contact-form-section__field:last-child {
        grid-column: span 2;
    }

    .contact-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-form-section__left-fields {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form-section__right-content {
        align-items: flex-start;
        gap: 25px;
    }

    .contact-form-section__submit {
        min-width: 200px;
    }

    .contact-form-section__checkboxes {
        flex: 1;
    }

    .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;
    }
    .manufacturers__card {
        height: auto;
        padding: 20px;
    }


    .manufacturers__card-title {
        font-size: 16px;
    }

    /* Pagination - 900px */
    .pagination__arrow {
        width: 37px;
        height: 37px;
    }

    .pagination__number {
        width: 37px;
        height: 37px;
        font-size: 22px;
    }

    /* Contact Info Section - 900px */
    .contact-info-section {
        padding: 40px 40px;
    }

    .contact-info-section__title {
        font-size: 36px;
    }

    /* Company Details Section - 900px */
    .company-details-section {
        padding: 40px 40px;
    }

    .company-details-section__title {
        font-size: 36px;
    }

    .company-details-section__cards {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .company-details-section__card--wide {
        grid-column: span 2;
    }

    .company-details-section__card--small {
        grid-column: span 1;
    }

    .hero__attention {
        font-size: 14px;
    }

    .content-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .container.container-supplies {
        margin-bottom: 40px;
    }
    /* Manufacturer Detail - 900px */


    .manufacturer-detail__right {
        flex-direction: column;
        gap: 20px;
    }

    .manufacturer-detail__logo {
        width: 110px;
        align-self: flex-end;
    }

    .manufacturer-detail__usp {
        padding: 20px;
    }

    .manufacturer-detail__usp-icon {
        width: 40px;
        height: 40px;
    }

    /* Manufacturer Categories - 900px */

    .manufacturer-categories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /* Manufacturer Supplies - 900px */

    .manufacturer-supplies__grid {
        gap: 12px;
    }

    .manufacturer-supplies__item {
        height: 260px;
    }

    /* Manufacturer Products - 900px */

    .manufacturer-products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .manufacturer-products__item {
        padding: 12px;
    }

    .manufacturer-products__image-wrapper {
        height: 120px;
    }

    /* Request Form Section - 900px */
    .request-form-section {
        margin: 30px 15px 15px 15px;
    }

    .request-form-section__container {
        padding: 40px 25px;
    }

    .request-form-section__title {
        font-size: 32px;
    }

    .request-form-section__description {
        font-size: 13px;
    }
    .manufacturer-supplies__title {
        gap:4px;
    }

}

/* ===================================
   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 60px;
    }
    .section.section_main {
        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:
        linear-gradient(
                87deg,
                rgba(0, 0, 0, 0.10) 10%,
                rgba(0, 0, 0, 0.80) 80%
        ),
        url('../images/projects-bg.webp') 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.webp') 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;
    }

    .company-details-section + .section.news .section__title, .contact-info-section + .about-geography__header .about-geography__title{
        font-size: 36px;
    }
    
    .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;
    }

    /* Contact Form Section - 768px */
    .contact-form-section {
        margin: 20px 15.5px 40px;
        border-radius: 14px;
    }

    .contact-form-section__container {
        padding: 40px 16px;
    }

    .contact-form-section__title {
        font-size: 36px;
    }

    .contact-form-section__description {
        font-size: 14px;
    }

    .contact-form-section__form {
        gap: 15px;
    }

    .contact-form-section__row--three {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-form-section__row--three .contact-form-section__field:last-child {
        grid-column: span 1;
    }

    .contact-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-form-section__left-fields {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-form-section__right-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-form-section__submit {
        width: 100%;
        min-width: 100%;
    }
    

    .contact-form-section__field input {
        height: 44px;
        font-size: 16px;
        padding: 0 18px;
    }

    .contact-form-section__field select {
        height: 44px;
        font-size: 16px;
        padding: 0 18px;
        margin: 15px 0 0;
    }

    .contact-form-section__textarea {
        padding: 10px 18px;
    }
    .contact-form-section__submit {
        height: 44px;
        font-size: 16px;
    }

    .contact-form-section__checkbox span {
        font-size: 13px;
    }

    /* Contact Info Section - 768px */
    .contact-info-section {
        padding: 40px 30px;
    }

    .contact-info-section__title {
        font-size: 36px;
    }

    .contact-info-section__cards {
        gap: 10px;
    }

    .contact-info-section__card {
        padding: 18px;
        min-height: auto;
        border-radius: 10px;
    }

    .contact-info-section__card:nth-child(3),
    .contact-info-section__card:nth-child(4) {
        min-height: auto;
    }

    .contact-info-section__card-header {
        gap: 10px;
        margin-bottom: 10px;
    }

    .contact-info-section__card-icon {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .contact-info-section__card-title {
        font-size: 15px;
    }

    .contact-info-section__card-text {
        font-size: 13px;
    }

    .contact-info-section__warning {
        padding: 10px 15px;
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .contact-info-section__warning p {
        font-size: 13px;
    }
    /* Manufacturers Grid - 768px */
    .manufacturers__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }


    /* Pagination - 768px */
    .pagination__arrow {
        width: 32px;
        height: 32px;
    }

    .pagination__number {
        width: 29px;
        height: 29px;
        font-size: 16px;
    }

    .pagination__container {
        gap: 8px;
    }

    /* Company Details Section - 768px */
    .company-details-section {
        padding: 40px 30px;
    }

    .company-details-section__title {
        font-size: 36px;
    }

    .company-details-section__cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .company-details-section__card {
        padding: 18px;
        min-height: auto;
        border-radius: 10px;
    }

    .company-details-section__card--wide {
        grid-column: span 2;
    }

    .company-details-section__card--small {
        grid-column: span 1;
    }

    .company-details-section__card-header {
        gap: 10px;
        margin-bottom: 10px;
    }

    .company-details-section__card-icon {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .company-details-section__card-title {
        font-size: 15px;
    }

    .company-details-section__card-text {
        font-size: 13px;
    }
     /* Pagination - 500px */
     .pagination__arrow {
        width: 35px;
        height: 35px;
    }

    .pagination__number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .pagination__container {
        gap: 8px;
    }

    .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;
    }

    .hero__attention {
        margin-top: 68px;
    }

    .breadcrumbs {
        margin-left: 20px;

    }

    .container.container-supplies {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper.wrapper--inner {
        padding: 0 15px;
    }
    /* Manufacturer Detail - 768px */

    .manufacturer-detail__content {
        gap: 25px;
    }

    .manufacturer-detail__right {
        flex-direction: column;
        gap: 15px;
    }

    .manufacturer-detail__logo {
        width: 100px;
    }

    .manufacturer-detail__usp {
        padding: 18px;
    }

    .manufacturer-detail__usp-list {
        gap: 10px;
    }

    .manufacturer-detail__usp-icon {
        width: 36px;
        height: 36px;
    }


    .manufacturer-detail__usp-btn {
        height: 38px;
        font-size: 14px;
    }

    /* Manufacturer Categories - 768px */

    .manufacturer-categories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* Manufacturer Supplies - 768px */

    .manufacturer-supplies__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .manufacturer-supplies__item {
        height: 250px;
    }

    /* Manufacturer Products - 768px */

    .manufacturer-products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .manufacturer-products__item {
        min-height: 360px;
    }

    .manufacturer-products__image-wrapper {
        height: 110px;
    }

    .manufacturer-products__btn {
        height: 36px;
        font-size: 13px;
    }

    /* Request Form Section - 768px */
    .request-form-section {
        margin: 25px 15px 15px 15px;
    }

    .request-form-section__container {
        padding: 35px 20px;
    }

    .request-form-section__title {
        font-size: 28px;
        margin: 0 0 15px 0;
    }

    .request-form-section__description {
        font-size: 12px;
        line-height: 1.4;
    }

    .request-form-section__header {
        margin-bottom: 20px;
    }

    .request-form-section__input {
        height: 38px;
        font-size: 14px;
        padding: 0 18px;
        border-radius: 5px;
    }

    .request-form-section__submit {
        height: 38px;
        font-size: 15px;
        border-radius: 5px;
    }

    .request-form-section__checkboxes {
        gap: 10px;
    }

    .request-form-section__checkbox span {
        font-size: 11px;
    }

    .request-form-section__checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
        border-radius: 3px;
    }

    .request-form-section__checkbox input[type="checkbox"]:checked::after {
        top: 0px;
        left: 5px;
        width: 4px;
        height: 9px;
    }
    .manufacturer-detail__usp-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .manufacturer-detail__title {
        margin: 0 0 27px 0;
    }

    .manufacturer-detail__left{
        gap: 20px 0px;
    }

    .manufacturer-detail__info-label, .manufacturer-detail__info-value {
        line-height: 1.2;
    }

    .manufacturer-detail__logo{
        height: 80px;
    }

    .manufacturer-supplies {
        margin: 60px 0 0;
    }

    .manufacturer-products {
        margin: 60px 0 80px 0;
    }
    h1.content-title.content-title-machine-tools {
        font-size: 50px;
    }
    .contact-form-section__row.contact-form-section__field--full.contact-form-section__field--comment {
        display: block;
    }
}

/* ===================================
   768px → 500px
   =================================== */

@media (max-width: 700px) {
    .news__slide {
        width: 270px;
    }
    h1.content-title.content-title-machine-tools {
        font-size: 40px;
    }
}
@media (max-width: 650px) {
    .manufacturer-detail__contact-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}   
@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;
    }
    .manufacturers__card-image {
        width: 80px;
        height: 80px;
    }
    .manufacturers__card {
        padding: 25px 0

    }
    .manufacturer-detail__notice {
        align-items: flex-start;
    }

    .hero__title span:first-child {
        margin-bottom: 5px;
    }

    .catalog-main {
        grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
        gap: 10px;
    }

    h1.content-title.content-title-machine-tools {
        font-size: 30px;
    }

}

@media (max-width: 500px) {
    .section:has(.news__grid) .about-hero__button-group {
        margin: 0;
    }
    .about-advantages__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .section-contact-manufactures {
        margin-bottom: 0px;
    }

    .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;
    }

    .catalog-description h2 {
        text-align: left;
    }
    .contact-form-section__field--file-caption.grid {
        grid-template-columns: 1fr;
    }
}

@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 80px;
    }
    .section.section_main {
        padding: 40px 20px;
    }
    .section.manufacturers-section {
        padding: 40px 20px;
    }
    .manufacturer-detail__container, .manufacturer-supplies {
        padding: 0 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;
    }

    .contact-info-section__cards {
        grid-template-columns: 1fr;
    }
    
    .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;
    }


    .contact-form-section__container{
        padding: 40px 20px;
    }
    .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;
    }

    /* Contact Info Section - 500px */
    .contact-info-section {
        padding: 40px 20px;
    }
    .contact-info-section + .about-geography__header--mobile{
        padding: 40px 20px 0;
    }
    .contact-info-section + .about-geography__header--mobile + .about-geography{
        margin: 12px 20px 40px 20px;
    }
    .contact-info-section__title {
        margin-bottom: 15px;
    }

    .contact-info-section__cards {
        gap: 8px;
    }

    .contact-info-section__card {
        padding: 15px;
        border-radius: 8px;
    }

    .contact-info-section__card-header {
        gap: 8px;
        margin-bottom: 8px;
    }

    .contact-info-section__card-icon {
        width: 32px;
        height: 32px;
        padding: 7px;
    }

    .contact-info-section__card-title {
        font-size: 14px;
    }

    .contact-info-section__card-text {
        font-size: 12px;
    }

    .contact-info-section__warning {
        padding: 10px 12px;
        margin-bottom: 12px;
    }

    .contact-info-section__warning p {
        font-size: 12px;
    }

    /* Company Details Section - 500px */
    .company-details-section {
        padding: 40px 20px;
    }

    .company-details-section__title {
        margin-bottom: 20px;
    }

    .company-details-section__cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .company-details-section__card {
        padding: 20px 15px;
        border-radius: 8px;
        text-align: center;
    }

    .company-details-section__card--wide {
        grid-column: span 2;
    }

    .company-details-section__card--small {
        grid-column: span 1;
    }

    .company-details-section__card-header {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
    }

    .company-details-section__card-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        padding: 8px;
    }

    .company-details-section__card-title {
        font-size: 16px;
        text-align: left;
    }

    .company-details-section__card-text {
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }



    .about-hero__image.desktop {
        display: none;
    }
    .about-hero__image.mobile {
        display: block;
        filter: unset;
    }

    /* Contact Info Section - Tablet */
    

    .contact-info-section__content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-info-section__image {
        height: 350px;
        order: -1;
    }

    .content-grid, .catalog-main {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 10px;
    }

    .content-title, h1.content-title {
        margin-top: 40px;
        font-size: 36px;
        line-height: 120%;

    }
    h1.content-title-machine-tools {
        font-size: 32px;
    }
    .manufacturers__alphabet  {
        margin-bottom: 20px;
    }
    .manufacturers-section .section__header {
        margin-bottom: 25px;
    }
    .manufacturers__grid {
        gap: 10px;
    }
    .pagination__number {
        height: 29px ;
        width: 29px;
        font-size: 16px;
    }
    .pagination__numbers {
        gap: 20px;
    }
    .pagination__container {
        gap:20px;
    }
     /* Manufacturer Detail - 500px */

     .manufacturer-detail__content {
        gap: 45px;
    }

    .manufacturer-detail__logo {
        width: 95px;
    }

    .manufacturer-detail__usp {
        padding: 16px;
        border-radius: 14px;
    }

    .manufacturer-detail__usp-list {
        gap: 10px;
        margin-bottom: 15px;
    }

    .manufacturer-detail__usp-icon {
        width: 35px;
        height: 35px;
    }

    .manufacturer-detail__usp-text {
        font-size: 13px;
    }

    .manufacturer-detail__usp-buttons {
        gap: 8px;
    }

    .manufacturer-detail__usp-btn {
        height: 36px;
        font-size: 14px;
    }

    .manufacturer-detail__description {
        font-size: 13px;
    }

    /* Manufacturer Categories - 500px */


    .manufacturer-categories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* Manufacturer Supplies - 500px */


    .manufacturer-supplies__item {
        height: 260px;
    }


    .manufacturer-supplies__badge {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* Manufacturer Products - 500px */


    .manufacturer-products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .manufacturer-products__item {
        min-height: 380px;
        padding: 10px;
    }

    .manufacturer-products__image-wrapper {
        height: 110px;
    }


    .manufacturer-products__description {
        font-size: 11px;
    }

    .manufacturer-products__btn {
        height: 34px;
        font-size: 13px;
    }
    .manufacturer-detail__contact-buttons {
        display: flex;
        flex-direction: column;
    }
    .manufacturer-detail__button {
        height: 35px;
    }
    .manufacturer-detail__description h3 {
        font-size: 16px;
    }
    .manufacturer-detail__description p, .manufacturer-detail__description li {
        font-size: 14px;
    }
    .manufacturer-categories__image {
        height: 100px;
        width: 100px;
    }
    .manufacturer-categories__item {
        min-height: 210px;
    }
    .manufacturer-categories__item {
        min-width: 50%
    }
    .manufacturer-categories__name {
        font-size: 14px;
    }
    .manufacturer-supplies__title, .manufacturer-supplies__logo {
        left: 10px;
    }
    .manufacturer-supplies__title {
        top: 25px;
        width: 100%;
    }
    .manufacturer-supplies__logo,.manufacturer-supplies__button {
        bottom: 20px;
    }
    .manufacturer-supplies__button {
        right: 10px;
    } 
    .manufacturer-supplies__bg, .manufacturer-supplies__bg img {
        min-height: 272px;
    }
    .manufacturer-supplies__bg .desktop-supplies_img {
        display: none !important;
    }
    .manufacturer-supplies__bg .mobile-supplies_img {
        display: block !important;
    }
    .manufacturer-supplies__logo {
        width: 120px;
    }
    .manufacturer-supplies__button-text {
        font-size: 15.9px;
        padding: 8px 18px;
    }
    .manufacturer-supplies__button-icon {
        width: 35px;
        height: 35px;
    }
    .manufacturer-products__title {
        margin-bottom: 20px;
    }
    .manufacturer-products__button {
        font-size: 14px;
    }

    /* Request Form Section - 500px */
    .request-form-section {
        margin: 20px 15px 15px 15px;
    }

    .request-form-section__container {
        padding: 35px 25px;
    }

    .request-form-section__title {
        font-size: 30px;
    }

    .request-form-section__description {
        font-size: 12px;
    }

    .request-form-section__input {
        height: 38px;
        font-size: 14px;
    }

    .request-form-section__submit {
        height: 38px;
        font-size: 15px;
    }
    .manufacturer-products__item-title {
        font-size: 14px;
    }
    .manufacturer-products__item-description {
        font-size: 12px;
    }
    .manufacturer-products__title, .manufacturer-categories__title {
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .manufacturers-section {
      margin-top: 10px
  }
    h1.content-title.content-title-machine-tools {
        font-size: 26px;
    }
    .contact-form-section__title-red {
        font-size: 34px;
    }
}
/* ===================================
   МОБИЛЬНАЯ ВЕРСИЯ: 420px
   Дизайн из Figma
   =================================== */
@media (max-width: 420px) {
    /* Header - мобильная версия */
   
    

    .manufacturers__alphabet {
        justify-content: flex-start;
        gap: 9px;
    }

    .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 80px;
    }
    .section.section_main {
        padding: 40px 20px 40px;
    }
    .section.manufacturers-section {
        padding: 40px 20px;
    }
    .manufacturers-section {
        margin-top: -20px;
    }
    

    .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;*/
    }

    .main-content--inner:has(.manufacturer-detail){
        padding-top: 0;
    }
    
    /* ===================================
       СТРАНИЦА "О КОМПАНИИ" - 420px
       =================================== */
    
    /* About Hero Section */
    .about-hero {
        margin: 0 0 40px;
    }
    .section-contact-manufactures {
        margin-top: 20px;
    }
    
    .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-geography__info-section:last-child .about-geography__info-text br{
        display: block;
    }
    /* 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%;
    }

    /* Contact Form Section Mobile */
    .contact-form-section {
        min-height: auto;
    }
    .main-content--inner:has(.contact-form-section){
        padding-top: 20px;
    }
    .contact-form-section__overlay {
        background: rgba(0, 0, 0, 0.35);
    }

    .contact-form-section__container {
        padding: 60px 20px 40px;
    }

    .contact-form-section__header {
        margin-bottom: 30px;
    }

    .contact-form-section__title {
        letter-spacing: 0.68px;
        margin: 0 0 12px 0;
    }

    .contact-form-section__title-red {
        padding: 2px 6px;
        border-radius: 6px;
    }

    .contact-form-section__description {
        font-size: 14px;
        line-height: 1.4;
    }

    .contact-form-section__form {
        gap: 12px;
    }

    .contact-form-section__row--three {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-form-section__left-fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-form-section__field input, .contact-form-section__field select {
        height: 43px;
        font-size: 14px;
        padding: 0 25px;
    }

    .contact-form-section__textarea {
        padding: 10px 25px;
    }

    /* Show textarea, hide input on mobile */
    .contact-form-section__field--comment .contact-form-section__input--desktop {
        display: none;
    }

    .contact-form-section__textarea--mobile {
        display: block;
    }

    .contact-form-section__submit {
        height: 48px;
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .contact-form-section__checkboxes {
        gap: 8px;
    }

    .contact-form-section__checkbox {
        gap: 10px;
    }

    .contact-form-section__checkbox span {
        font-size: 10px;
        letter-spacing: 0.2px;
    }

    .contact-form-section__checkbox input[type="checkbox"] {
        width: 15px;
        height: 15px;
        min-width: 15px;
        border-radius: 3px;
    }

    .contact-form-section__checkbox input[type="checkbox"]:checked::after {
        top: 0px;
        left: 4px;
        width: 4px;
        height: 8px;
    }

    /* Contact Info Section Mobile */
    

    .contact-info-section__container {
        padding: 0 15px;
    }

    .contact-info-section__title {
        letter-spacing: 0.56px;
        margin-bottom: 20px;
    }

    .contact-info-section__warning {
        padding: 15px;
        margin-bottom: 20px;
    }

    .contact-info-section__warning p {
        font-size: 14px;
    }

    .contact-info-section__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-info-section__cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-info-section__card {
        padding: 20px;
        min-height: auto;
    }

    .contact-info-section__card:nth-child(3),
    .contact-info-section__card:nth-child(4) {
        min-height: auto;
    }

    .contact-info-section__card-header {
        gap: 12px;
        margin-bottom: 12px;
    }

    .contact-info-section__card-icon {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .contact-info-section__card-title {
        font-size: 18px;
    }

    .contact-info-section__card-text {
        font-size: 16px;
    }

    .contact-info-section__image {
        height: 250px;
        order: -1;
    }



    .breadcrumbs, .breadcrumbs ul, .breadcrumbs ul li  {
        font-size: 12px;
        line-height: 1.4;
    }
    .breadcrumbs ul li {
        margin: 0;
    }
    .breadcrumbs ul li:first-child {
        margin-left: 0;
    }
    .breadcrumbs ul li a {
        margin: 0;
    }
    .breadcrumbs ul li a span {
        font-size: 12px;
        margin: 0;
    }
    .breadcrumbs ul li span {
        font-size: 12px;
        margin: 0;
    }
    .container.breadcrumbs-container {
        margin-top: 10px;
    }
    .content-grid {
        margin-top: 20px;
    }
    .content-grid, .catalog-main {
        grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
        gap: 10px;
    }
    .content-grid--item {
        padding: 11px 12px;
    }
    .content-grid-item--container {
        height: 183px;
    }
    .content-grid-item--image {
        max-height: 120px;
    }
    .content-grid-item--name {
        height: 34px;
        margin-top: 12px;
        font-family: var(--font-roboto), sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
    }
    .content-grid-item--name.category-name {
        height: 51px;
    }

    .content-grid-item--button, .content-grid-item--more {
        font-size: 14px;
    }

    .content-pagination {
        gap: 20px;
    }

    .content-pagination--cell {
        font-family: var(--font-roboto), sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
        padding: 5px;
    }
    .content-pagination--cell svg {
        width: 10px;
    }
    .cell--current {
        min-width: 29px;
    }

    .content-grid-item--category {
        max-height: 140px;
    }

    .content-grid-item--item {
        height: 151px;
        max-width: 100%;
    }

   

    .content-grid-item--description {
        height: auto;
        overflow: hidden;
        font-size: 12px;
        max-height: 68px;
    }
    .category-image {
        max-height: 140px;
        line-height: 18px;
    }

    .catalog-description  *, .catalog-description p, .catalog-description ol, .catalog-description ul {
        font-family: var(--font-roboto), sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0;

    }
    .catalog-description h2 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-family: var(--font-roboto), sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
        padding: 0;
        text-align: left;
    }

    .wrapper.wrapper--inner {
        padding: 0 10px;
    }

    .container.container-supplies.container-supplies--main {
        margin-top: 0
    }
    .container.container-supplies.container-supplies--main  .content-title {
        margin-top: 30px;
    }
     /* ===================================
       СТРАНИЦА ПРОИЗВОДИТЕЛЯ - 420px
       =================================== */
    
    /* Breadcrumbs */
    .manufacturer-detail .breadcrumbs {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .manufacturer-detail .breadcrumbs a,
    .manufacturer-detail .breadcrumbs span {
        font-size: 12px;
    }
    
    
    .manufacturer-detail__title .text-red {
        display: block;
    }

    
    .manufacturer-detail__right {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    
    /* Logo */
    .manufacturer-detail__logo {
        width: 104px;
        height: auto;
        margin-bottom: 20px;
    }
    
    .manufacturer-detail__logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    /* USP Block */
    .manufacturer-detail__usp {
        background: var(--color-light-bg);
        border-radius: 16px;
        padding: 20px;
        width: 100%;
    }
    
    .manufacturer-detail__usp-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .manufacturer-detail__usp-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .manufacturer-detail__usp-icon {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }
    
    .manufacturer-detail__usp-icon img,
    .manufacturer-detail__usp-icon svg {
        width: 100%;
        height: 100%;
    }
    
    .manufacturer-detail__usp-text {
        font-family: var(--font-roboto);
        /* font-weight: 600; */
        font-size: 14px;
        line-height: 1.3;
        color: var(--color-dark);
    }
    
    /* USP Buttons */
    .manufacturer-detail__usp-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .manufacturer-detail__usp-btn {
        width: 100%;
        max-width: 300px;
        height: 35px;
        border-radius: 6px;
        font-family: var(--font-roboto);
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        border: none;
        transition: opacity 0.3s ease;
    }
    
    .manufacturer-detail__usp-btn--primary {
        background: var(--color-primary);
        color: var(--color-white);
    }
    
    .manufacturer-detail__usp-btn--secondary {
        background: var(--color-white);
        color: var(--color-dark);
        border: 1px solid #E0E0E0;
    }
    
    /* Description */
    .manufacturer-detail__description {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        color: var(--color-dark);
    }
    
    .manufacturer-detail__description h3,
    .manufacturer-detail__description h4 {
        font-family: var(--font-roboto);
        font-weight: 700;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    .manufacturer-detail__description p {
        margin-bottom: 15px;
    }
    
    .manufacturer-detail__description ul,
    .manufacturer-detail__description ol {
        padding-left: 20px;
        margin-bottom: 15px;
    }
    
    .manufacturer-detail__description li {
        margin-bottom: 8px;
    }
    
    /* ===================================
       MANUFACTURER CATEGORIES - 420px
       =================================== */
    
    .manufacturer-categories .section__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .manufacturer-categories__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .manufacturer-categories__image {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 12px;
    }

    /* ===================================
       MANUFACTURER PRODUCTS - 420px
       =================================== */
    
    
    .manufacturer-products .section__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .manufacturer-products__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    
    .manufacturer-products__image-wrapper {
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    
    .manufacturer-products__image {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    
    .manufacturer-products__content {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
    }
    
    
    .manufacturer-products__description {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 12px;
        line-height: 1.4;
        color: #666;
        flex: 1;
    }
    
    .manufacturer-products__buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: auto;
    }
    
    .manufacturer-products__btn {
        width: 100%;
        height: 35px;
        border-radius: 6px;
        font-family: var(--font-roboto);
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none;
        transition: opacity 0.3s ease;
    }
    
    .manufacturer-products__btn--primary {
        background: var(--color-primary);
        color: var(--color-white);
    }
    
    .manufacturer-products__btn--secondary {
        background: var(--color-white);
        color: var(--color-dark);
        border: 1px solid #E0E0E0;
    }
    
    /* ===================================
       PAGINATION - производитель 420px
       =================================== */
    
    .manufacturer-products .pagination {
        margin-top: 30px;
    }
    
    .manufacturer-products .pagination__container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .manufacturer-products .pagination__numbers {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .manufacturer-products .pagination__number {
        width: 29px;
        height: 29px;
        border-radius: 6px;
        font-family: var(--font-roboto);
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-dark);
        background: transparent;
        transition: all 0.3s ease;
    }
    
    .manufacturer-products .pagination__number:hover {
        background: var(--color-light-bg);
    }
    
    .manufacturer-products .pagination__number--active {
        background: var(--color-primary);
        color: var(--color-white);
    }
    
    .manufacturer-products .pagination__arrow {
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    
    .manufacturer-products .pagination__arrow:hover {
        background: var(--color-light-bg);
    }

    /* ===================================
       REQUEST FORM SECTION - 420px
       Дизайн из Figma (node-id=1-4465)
       =================================== */
    .request-form-section {
        margin: 20px 20px 20px 20px;
        border-radius: 16px;
        min-height: auto;
        overflow: hidden;
    }


    .request-form-section__container {
        padding: 40px 40px 40px 40px;
    }

    .request-form-section__header {
        margin-bottom: 25px;
    }

    .request-form-section__title {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: 0.68px;
        margin: 0 0 12px 0;
    }

    .request-form-section__description {
        font-size: 12px;
        line-height: 1.4;
        max-width: 300px;
    }

    .request-form-section__form {
        gap: 12px;
    }

    .request-form-section__row {
        gap: 12px;
    }

    .request-form-section__row--three {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .request-form-section__row--bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .request-form-section__left-fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .request-form-section__field {
        width: 100%;
    }

    .request-form-section__input {
        width: 100%;
        height: 35px;
        padding: 0 25px;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 4px;
        backdrop-filter: blur(5px);
    }

    .request-form-section__input::placeholder {
        color: rgba(26, 26, 26, 0.6);
    }

    .request-form-section__right-content {
        gap: 12px;
    }

    .request-form-section__submit {
        width: 100%;
        height: 35px;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.32px;
        border-radius: 4px;
    }

    .request-form-section__checkboxes {
        gap: 8px;
    }

    .request-form-section__checkbox {
        gap: 10px;
        align-items: flex-start;
    }

    .request-form-section__checkbox input[type="checkbox"] {
        width: 15px;
        height: 15px;
        min-width: 15px;
        border-radius: 3px;
        margin-top: 2px;
    }

    .request-form-section__checkbox input[type="checkbox"]:checked::after {
        top: 0px;
        left: 4px;
        width: 4px;
        height: 8px;
    }

    .request-form-section__checkbox span {
        font-size: 10px;
        line-height: 1.3;
        letter-spacing: 0.2px;
    }

    

}
@media (max-width: 400px) {

    .catalog-main {
        grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
        gap: 10px;
        max-width: 252px;
        margin: 12px auto 0;
    }


    .manufacturers__card-title{
        width: auto;
    }

    .manufacturer-products__button {
        font-size: 12px;
    }
    h1.content-title.content-title-machine-tools {
        font-size: 22px;
    }
}

@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;
    }
    .manufacturer-detail__logo {
        width: 90px;
    }

    .manufacturer-categories__item,
    .manufacturer-products__item {
        padding: 10px;
    }

    .manufacturer-categories__image {
        width: 90px;
        height: 90px;
    }
    .contact-form-section__title-red {
        font-size: 28px;
    }
}
/* ===================================
   Catalog Detail Page --catalog adaptive
   =================================== */

/* 1600px — уменьшаем колонку изображения */
@media (max-width: 1600px) {
    .manufacturer-detail--catalog .manufacturer-detail__content {
      grid-template-columns: 480px 1fr;
      gap: 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 400px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image--placeholder {
      height: 100%;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-block {
      min-height: 400px;
    }
  }
  
  /* 1440px */
  @media (max-width: 1440px) {
    .manufacturer-detail--catalog .manufacturer-detail__content {
      grid-template-columns: 420px 1fr;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 380px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-block {
      min-height: 380px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-grid {
      gap: 10px 30px;
    }
  }
  
  /* 1280px */
  @media (max-width: 1280px) {
    .manufacturer-detail--catalog .manufacturer-detail__content {
      grid-template-columns: 380px 1fr;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 360px;
      padding: 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-block {
      min-height: 360px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-grid {
      gap: 10px 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-text {
      font-size: 14px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__description {
      font-size: 16px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-title {
      font-size: 16px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-list {
      font-size: 16px;
    }
  }
  
  /* 1024px — переключаем на 1 колонку */
  @media (max-width: 1024px) {
    .manufacturer-detail--catalog .manufacturer-detail__content {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 350px;
      max-width: 580px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-block {
      min-height: unset;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-grid {
      gap: 12px 40px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__title-row {
      gap: 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__brand-logo {
      width: 80px;
      height: 80px;
    }
  }
  
  /* 768px */
  @media (max-width: 768px) {
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 300px;
      max-width: 100%;
      padding: 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image img {
      max-height: 280px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-column {
      gap: 10px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__description {
      margin-top: 30px;
      font-size: 15px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-list {
      font-size: 15px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-title {
      font-size: 15px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__brand-logo {
      width: 70px;
      height: 70px;
    }
    .manufacturer-products--catalog {
      margin-top: 40px;
    }
    .manufacturer-products--catalog.manufacturer-products {
      margin: 20px 0 20px 0;
    }
  }
  
  /* 500px */
  @media (max-width: 500px) {
    .manufacturer-detail--catalog .manufacturer-detail__content {
      gap: 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 300px;
      padding: 15px;
      border-radius: 12px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image img {
      max-height: 220px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__contact-buttons {
      grid-template-columns: 1fr;
    }
    .manufacturer-detail--catalog .manufacturer-detail__button--primary {
      grid-column: auto;
    }
    .manufacturer-detail--catalog .manufacturer-detail__description {
      margin-top: 25px;
      font-size: 14px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-list {
      font-size: 14px;
      padding-left: 20px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-title {
      font-size: 14px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__markings {
      font-size: 13px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__markings strong {
      font-size: 14px;
    }
    /* .manufacturer-detail--catalog .manufacturer-detail__title-row {
      flex-direction: column;
      gap: 15px;
    } */
     .manufacturer-detail--catalog .manufacturer-detail__brand-logo {
      display: none;
     }
    .manufacturer-detail--catalog .manufacturer-detail__brand-logo {
      width: 60px;
      height: 60px;
    }
    .manufacturer-products--catalog {
      margin-top: 30px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-list li {
      font-size: 14px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image--placeholder {
      height: 300px;
    }
  }

  @media (max-width: 430px) {
    .footer__top {
      grid-template-columns: 100%;
      gap: 0;
    }
    .footer__info {
      display: contents;
    }
    .footer__info .footer__cta {
      order: 1;
      margin-top: 30px;
    }
  }
  
  /* 420px */
  @media (max-width: 420px) {
    .manufacturer-detail--catalog .manufacturer-detail__product-image {
      min-height: 200px;
      padding: 12px;
    }
    .manufacturer-detail--catalog.manufacturer-detail {
      padding: 25px 0 10px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__product-image img {
      max-height: 180px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-icon svg {
      width: 30px;
      height: 30px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__usp-text {
      font-size: 13px;
    }
    .manufacturer-detail--catalog .manufacturer-detail__tech-list {
      font-size: 13px;
    }
  
    .manufacturer-detail__breadcrumbs {
      font-size: 12px;
    }
  }