
/* Hero Section — на десктопе не даём секции схлопнуться */
.home-hero {
    background: #fff;
    padding: 14px 0 10px;
    min-height: 300px;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    align-items: stretch;
}

/* Левая колонка: баннер */
.home-hero__banner {
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.home-hero__swiper {
    width: 100%;
    flex: 1;
    min-height: 280px;
}

.home-hero .swiper-wrapper {
    padding-bottom: 0 !important;
}

.home-hero__slide {
    position: relative;
    min-height: 280px;
    border-radius: 14px;
    overflow: hidden;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
}

.home-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-hero__slide-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 468px;
}

.home-hero__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
}

.home-hero__subtitle {
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 12px;
}

.home-hero__subtitle .product-count {
    font-weight: 700;
    color: #f0cf4c;
    font-size: 16px;
}

.home-hero__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.home-hero__btn-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 12px;
    border: 2px solid #f0cf4c;
    background: #f0cf4c;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.15s ease;
}

.home-hero__btn-catalog:hover {
    background: #e0bf3c;
    border-color: #e0bf3c;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(240, 207, 76, 0.3);
}

.home-hero__btn-consultation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 12px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.15s ease;
}

.home-hero__btn-consultation:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
}

.home-hero__pagination {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    align-items: center;
}

.home-hero .swiper-pagination-bullet {
    width: 32px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: #d0d0d0 !important;
    opacity: 1 !important;
    margin: 0 !important;
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}

.home-hero .swiper-pagination-bullet-active {
    width: 44px !important;
    height: 4px !important;
    background: #000 !important;
}

/* Правая колонка: 3 блока (ISO, менеджер, преимущества) */
.home-hero__sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    min-height: 280px;
}

.home-hero__block {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

/* ISO блок */
.home-hero__block-0.home-hero__block--iso {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    flex: 0 1 auto;
    min-height: 0;
    padding: 14px 16px;
}

.home-hero__sidebar-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    flex: 1 1 auto;
    min-height: 0;
}

.new-promo-banner__row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.new-promo-banner__col--info {
    flex: 1;
    min-width: 0;
}

.new-promo-banner__name {
    font-weight: 600;
    margin: 0 0 6px;
    font-size: 14px;
    color: #374151;
}

.new-promo-banner__text {
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

.new-promo-banner__col--icon {
    flex-shrink: 0;
}

.new-promo-banner__icon--plain {
    display: block;
    border: none;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 2px;
}

/* Менеджер блок */
.home-hero__block-1 {
    background: #fff;
    border: 1px solid #e5e7eb;
    text-align: left;
    flex: 0 1 35%;
    min-height: 0;
    padding: 14px;
}

/* Юрлицам блок */
.home-hero__block-2 {
    background: #3a4149;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    flex: 0 1 75%;
    min-height: 0;
}

/* Менеджер блок */
.home-hero__manager {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-hero__manager-title {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-hero__manager-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.home-hero__manager-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}

.home-hero__manager-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__manager-info {
    flex: 1;
    min-width: 0;
}

.home-hero__manager-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 3px;
    line-height: 1.2;
}

.home-hero__manager-id {
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.2;
    font-weight: 500;
}

.home-hero__manager-divider {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 0 0 12px 0;
}

.home-hero__manager-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.home-hero__manager-btn {
    width: 100%;
    padding: 10px 14px;
    background: #f0cf4c;
    color: #1a1a1a;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.home-hero__manager-btn:hover {
    background: #e5bf38;
}

.home-hero__manager-link {
    font-size: 11px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
}

.home-hero__manager-link:hover {
    color: #f0cf4c;
}

/* Юридический блок */
.home-hero__legal-block {
    display: flex;
    height: 100%;
    position: relative;
}

.home-hero__legal-content {
    flex: 1;
    background: transparent;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.home-hero__legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-hero__legal-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.home-hero__legal-item i {
    color: #f0cf4c;
    font-size: 12px;
    flex-shrink: 0;
    width: 16px;
}

.home-hero__legal-item span {
    flex: 1;
}

.home-hero__legal-image {
    flex: 0 0 auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.08;
    z-index: 1;
}

.home-hero__legal-image i {
    font-size: 130px;
    color: #fff;
}

/* Блок преимуществ (goods) — слайдер 4 в ряд, современный стиль */
.goods {
    padding: var(--section-spacing, 32px) 0;
}

.goods__swiper {
    overflow: hidden;
    padding-bottom: 44px;
}

.goods .swiper-slide {
    height: auto;
}

.goods__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 18px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    min-height: 88px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.goods__item:hover {
    border-color: rgba(244, 206, 71, 0.35);
    transform: translateY(-2px);
}

.goods__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #F4CE47 0%, #e8c040 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1a1a1a;
}

.goods__icon img {
    width: 28px;
    height: auto;
}

.goods_text {
    color: #1a1a1a;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.goods__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.goods__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d0d0d0;
    opacity: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.goods__pagination .swiper-pagination-bullet-active {
    background: #F4CE47;
    transform: scale(1.2);
}

/* Секция продукции */
.production {
    padding: var(--section-spacing, 32px) 0;
}

.production__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.production__title-wrapper h2 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.prod-btn {
    border-radius: 6px;
    border: 1px solid #F4CE47;
    color: #000;
}

/* Карточки каталога */
.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.main-catalog__card {
    background: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
}

.main-catalog__card-head {
    padding: 12px;
    padding-right: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.main-catalog__card-head img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.main-catalog__card-head .svg-icon.placeholder {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 6px;
}

.main-catalog__card-title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    flex: 1;
    min-width: 0;
}

.main-catalog__card-title:hover {
    text-decoration: underline;
}

.main-catalog__card-head a {
    text-decoration: none;
}

.main-catalog__toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}

.main-catalog__card-body {
    padding: 0 12px 12px 12px;
}

/* Dropdown behavior: hide children until opened */
.main-catalog__card.has-children .main-catalog__card-body {
    display: none;
}
.main-catalog__card.has-children.is-open .main-catalog__card-body {
    display: block;
}
.main-catalog__card.has-children.is-open .main-catalog__toggle svg {
    transform: rotate(180deg);
}
.main-catalog__toggle svg {
    transition: transform 0.2s ease;
}

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

.main-catalog__card-link {
    display: block;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    padding: 6px 0;
    border-top: 1px solid #E7E7E7;
}

.main-catalog__card-link:hover {
    color: #F4CE47;
}

/* О компании */
.about {
    padding: var(--section-spacing, 32px) 0;
}

.about__wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #F5F5F5;
    justify-content: space-between;
}

.about__item {
    width: 50%;
}

.about__title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 8px;
}

.about__text {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    border-left: 3px solid #F4CE47;
    padding-left: 16px;
}

.about__left {
    border-radius: 10px;
    background: #F5F5F5;
    padding: 16px;
    max-width: 46%;
}

.about__right {
    border-radius: 10px;
}

.about__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Общие стили */
.section-title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.btn {
    border-radius: 6px;
    border: 1px solid #F4CE47;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 32px;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}

/* Fade-in: без JS секции видны, с JS — плавно проявляются при скролле */
.fadein {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}
html.js.fadein-init .fadein {
    opacity: 0;
    transform: translateY(16px);
}
html.js.fadein-init .fadein.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    html.js.fadein-init .fadein,
    html.js.fadein-init .fadein.visible {
        transition: none;
        transform: none;
        opacity: 1;
    }
}

/* О компании - дополнительный блок (Нас выбирают) */
.about-2 {
    padding: var(--section-spacing, 32px) 0;
}

.about-2__wrapper {
    display: flex;
}

.about-2__title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 8px;
    line-height: 1.25;
}

.about-2__left {
    width: 41.66%;
    padding: 16px;
    border-radius: 10px;
    background: #F5F5F5;
}

.about-2__left ul {
    padding-left: 18px;
    list-style: disc;
}

.about-2__left ul li {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    padding-top: 6px;
    padding-bottom: 6px;
}

.about-2__left ul li:first-child {
    padding-top: 0;
}

.about-2__right {
    width: 58.33%;
    padding: 20px 16px 16px 40px;
}

.about-2__right h2 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.about-2__right h2 span {
    color: #F4CE47;
    display: block;
    padding-bottom: 20px;
}

.about-2__right-items {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}

.about-2__right-item {
    display: flex;
    gap: 16px;
}

.about-2__right-img {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4CE47;
    font-size: 28px;
    color: #000;
}

.about-2__right-text {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

/* Услуги */
.services-section {
    padding: var(--section-spacing, 32px) 0;
}

.services-section__header {
    margin-bottom: 28px;
}

.services-section__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.services-section__title-row .section-title {
    margin: 0;
}

.services-section__btn {
    flex-shrink: 0;
}

.services-section__subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.service-card__image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card__image img {
    transform: scale(1.05);
}

.service-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.service-card__icon {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    background: #F4CE47;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
}

.service-card__content {
    padding: 16px;
}

.service-card__title {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}

.service-card__desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F4CE47;
    font-weight: 600;
    font-size: 14px;
}

.btn--primary {
    background: #F4CE47;
    color: #000;
    border-color: #F4CE47;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn--primary:hover {
    background: #e0bf3c;
    border-color: #e0bf3c;
}

/* Новости */
.news-section {
    padding: var(--section-spacing, 32px) 0;
}

.news-section__header {
    margin-bottom: 28px;
}

.news-section__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.news-section__title-row .section-title {
    margin: 0;
}

.news-section__btn {
    flex-shrink: 0;
}

.news-section__subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.news-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.news-card__image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card__image img {
    transform: scale(1.05);
}

.news-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

.news-card__date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #F4CE47;
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    min-width: 40px;
}

.news-card__day {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.news-card__month {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.news-card__content {
    padding: 16px;
}

.news-card__title {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.35;
}

.news-card__read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F4CE47;
    font-weight: 600;
    font-size: 14px;
}

/* Клиенты */
.clients {
    padding: var(--section-spacing, 32px) 0;
}

/* Блок клиентов сразу под hero: меньший верхний отступ */
.clients--after-hero {
    padding: 12px 0 22px;
    background: #3a4148;
    background: linear-gradient(180deg, #3a4148 0%, #2e343a 100%);
}

/* Блок клиентов после формы обратной связи */
.clients--after-form {
    padding: var(--section-spacing, 32px) 0;
}

.clients__title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    line-height: 60px;
    padding-bottom: 32px;
}

.clients__title--small {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
    padding-bottom: 12px;
    margin: 0;
}

.clients--after-hero .clients__title--small {
    color: rgba(255, 255, 255, 0.92);
}

.clients__slider {
    overflow: hidden;
}

.clients__swiper-container {
    padding: 0;
}

.clients__slide {
    width: auto;
}

.clients__img {
    width: 180px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.clients--after-hero .clients__img {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.clients__img img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.25s ease;
}

.clients__img:hover img {
    filter: grayscale(0%);
}

/* After-hero clients: white logos on colored cards */
.clients--after-hero .clients__img img {
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.clients--after-hero .clients__img:hover img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Форма обратной связи */
.request {
    padding: var(--section-spacing, 32px) 0;
}

.request .background-section {
    background: #31353d;
    border-radius: 12px;
    padding: 40px 0;
}

.contact-managers__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 0 24px;
}

.contact-managers__text {
    flex: 0 0 40%;
    color: #fff;
}

.contact-managers__text h2 {
    color: #fff !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: none;
}

.contact-managers__text p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-managers__links-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-managers__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.contact-managers__link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.contact-managers__link i {
    font-size: 20px;
}

.contact-managers__link-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
}

.contact-managers__link-icon:hover {
    transform: scale(1.1);
}

.contact-managers__link-icon i.fa-whatsapp {
    color: #25D366;
}

.contact-managers__link-icon i.fa-telegram-plane {
    color: #0088cc;
}

.contact-managers__form {
    flex: 1;
}

.contact-managers__form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.callback__label {
    position: relative;
    display: block;
}

.callback__label:nth-child(3),
.callback__textaria {
    grid-column: span 2;
}

.callback__input,
.callback__textarea {
    width: 100%;
    padding: 12px 12px 12px 42px;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
}

.callback__input::placeholder,
.callback__textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.callback__input:focus,
.callback__textarea:focus {
    background: rgba(255, 255, 255, 0.15);
    outline: none;
}

.callback__textarea {
    min-height: 96px;
    resize: vertical;
}

.callback__label .icon,
.callback__textaria .icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.callback__textaria .icon {
    top: 18px;
    transform: none;
}

.form__error {
    display: none;
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
}

.contact-managers__form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.callback__file {
    position: relative;
}

.callback__file_input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.callback__file_button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.callback__file_button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.callback__file_span {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
}

.callback__file_span.active {
    display: flex;
}

.callback__submit {
    padding: 14px 32px;
    background: #F4CE47;
    border: none;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.callback__submit:hover {
    background: #e0bf3c;
    transform: translateY(-2px);
}

.checkbox__group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox__input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #F4CE47;
}

.checkbox__txt {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.checkbox__txt a {
    color: #F4CE47;
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 992px) {
    .home-hero__grid {
        grid-template-columns: 1fr;
    }
    
    .home-hero__banner {
        order: -1;
    }
    
    .home-hero__sidebar {
        order: 1;
        min-height: auto;
        gap: 10px;
    }

    .home-hero__block {
        padding: 12px;
        border-radius: 12px;
    }

    .home-hero__block-0.home-hero__block--iso {
        padding: 12px;
    }

    .home-hero__sidebar-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-hero__block-2 {
        min-height: 140px;
    }

    .new-promo-banner__icon--plain {
        width: 48px;
        height: 48px;
    }

    .home-hero__manager-actions {
        flex-direction: row;
        align-items: center;
    }

    .home-hero__manager-btn {
        flex: 1;
    }
    
    .home-hero__slide {
        min-height: 260px;
    }
    
    .home-hero__slide-content {
        position: relative;
        z-index: 2;
        padding: 18px;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(5px);
        border-radius: 0;
    }
    
    .home-hero__media {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .home-hero__title {
        font-size: 22px;
    }

    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .about__item {
        width: 100%;
    }

    .about__left {
        max-width: unset;
    }

    .about-2__wrapper {
        flex-wrap: wrap;
    }

    .about-2__left {
        width: 100%;
    }

    .about-2__right {
        width: 100%;
        padding: 20px 16px 16px 16px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-managers__content {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .contact-managers__text {
        flex: 1;
        text-align: left;
    }

    .contact-managers__links-wrapper {
        justify-content: flex-start;
    }

    .contact-managers__text h2 {
        font-size: 28px;
    }

    .section-title {
        font-size: 32px !important;
    }
}

@media (max-width: 768px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
    }

    .production {
        padding-bottom: 48px;
    }

    .production__title-wrapper h2 {
        font-size: 28px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .about-2__right h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .about-2__title {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .clients__title {
        font-size: 28px;
        line-height: 40px;
    }

    .clients__title--small {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .clients--after-form {
        padding-top: 0;
        padding-bottom: 0;
    }

    .request .background-section {
        padding: 28px 0;
    }

    .contact-managers__form-fields-wrapper {
        grid-template-columns: 1fr;
    }

    .callback__label:nth-child(3),
    .callback__textaria {
        grid-column: span 1;
    }

    .contact-managers__form-footer {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }
}

/* Мобильный слайдер для услуг и новостей (как у отгрузок) */
@media (max-width: 640px) {
    .services-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 4px 4px 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .services-grid::-webkit-scrollbar {
        height: 4px;
    }
    .services-grid::-webkit-scrollbar-thumb {
        background: #f0cf4c;
        border-radius: 2px;
    }
    .services-grid .service-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
    }

    .news-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 4px 4px 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .news-grid::-webkit-scrollbar {
        height: 4px;
    }
    .news-grid::-webkit-scrollbar-thumb {
        background: #f0cf4c;
        border-radius: 2px;
    }
    .news-grid .news-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
    }
}

@media (max-width: 576px) {
    .home-hero {
        padding-top: 12px;
    }
    
    .home-hero__title {
        font-size: 18px;
    }
    
    .home-hero__subtitle {
        font-size: 13px;
    }
    
    .home-hero__slide {
        min-height: 240px;
    }
    
    .home-hero__slide-content {
        position: relative;
        z-index: 2;
        padding: 14px;
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(5px);
        border-radius: 0;
    }
    
    .home-hero__media {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .section-title {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .btn {
        font-size: 14px;
    }

    .goods__icon {
        min-width: 48px;
        min-height: 48px;
    }

    .goods__icon img {
        width: 36px;
    }

    .about {
        padding: 20px 0;
    }

    .about__title {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .about__text {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-2 {
        padding: 20px 0;
    }

    .about-2__left ul li {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-2__right {
        padding: 16px 0;
    }

    .about-2__right-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-2__right-img {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        font-size: 24px;
    }

    .services-section {
        padding: 32px 0;
    }

    .services-section__title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .services-section__btn {
        align-self: flex-start;
    }

    .news-section {
        padding: 32px 0;
    }

    .news-section__title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .news-section__btn {
        align-self: flex-start;
    }
}
