@font-face {
    font-family: "TikTok Sans";
    src: url("TikTok_Sans/TikTokSans-VariableFont_opsz,slnt,wdth,wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-display: swap;
}

:root {
    --color-text: #18191a;
    --color-text-medium: #71747e;
    --color-text-low: #858892;
    --color-inverse: #ffffff;
    --color-inverse-alpha: rgba(255, 255, 255, 0.7);
    --color-primary: #7249ff;
    --color-primary-hover: #5e35eb;
    --color-surface: #f3f6fa;
    --color-surface-contrast: #edeef1;
    --color-border: #d9dadd;
    --color-success: #0dc268;
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 20px;
    --radius-sm: 16px;
    --radius-pill: 9999px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-width: 0;
    color: var(--color-text);
    background: #fff;
    font-family: "TikTok Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

html {
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
p,
ul,
fieldset {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    padding: 0;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
}

[x-cloak] {
    display: none !important;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.page {
    width: 100%;
    min-width: 0;
    height: auto;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 40px;
}

.page-section {
    position: relative;
    width: 100%;
    min-width: 0;
    margin-top: 100px;
}

.section-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.4px;
}

.section-title--inverse {
    color: var(--color-inverse);
}

.section-intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.section-intro > p {
    color: var(--color-text-medium);
    line-height: normal;
}

.round-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: var(--radius-pill);
}

.round-button img {
    width: 24px;
    height: 24px;
}

.round-button--glass {
    background: rgba(255, 255, 255, 0.12);
}

.pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 24px;
    border-radius: var(--radius-pill);
    font-weight: 500;
    letter-spacing: -0.16px;
}

.pill-button--primary {
    color: #fff;
    background: var(--color-primary);
}

:where(.pill-button--primary, .filter-pills__item--active, .product-card__add, .form-submit, .hero__request span) {
    transition: background-color 0.2s ease;
}

:is(.pill-button--primary, .filter-pills__item--active, .product-card__add, .form-submit):hover,
:is(.pill-button--primary, .filter-pills__item--active, .product-card__add, .form-submit):focus-visible,
.hero__request:hover span,
.hero__request:focus-visible span {
    background: var(--color-primary-hover);
}

.carousel-button {
    position: absolute;
    z-index: 20;
    display: flex;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.carousel-button img {
    width: 24px;
    height: 24px;
}

/* Первый экран */
.hero {
    width: 100%;
}

.hero__stage {
    position: relative;
    width: 100%;
    height: 713px;
    overflow: hidden;
    background-image: url("assets/images/hero-raw-01.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: max(100%, 1440px) 713px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
}

.site-header__topbar {
    width: 100%;
    background: #4f5f84;
}

.site-header__topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: normal;
}

.site-header__location,
.site-header__contacts,
.site-header__minor-nav,
.site-header__invoice,
.site-header__phone,
.site-header__hours {
    display: flex;
    align-items: center;
}

.site-header__location {
    gap: 6px;
}

.site-header__location img,
.site-header__phone img {
    width: 24px;
    height: 24px;
}

.site-header__contacts {
    gap: 24px;
}

.site-header__phone {
    gap: 10px;
    font-weight: 500;
}

.site-header__hours {
    gap: 10px;
    color: var(--color-inverse-alpha);
}

.site-header__hours img {
    width: 14px;
    height: 14px;
}

.site-header__minor-nav {
    gap: 24px;
}

.site-header__invoice {
    gap: 10px;
    font-weight: 500;
    letter-spacing: -0.16px;
}

.site-header__invoice img {
    width: 24px;
    height: 24px;
}

.site-header__navbar {
    position: relative;
    width: 100%;
    background: #4f5f84;
}

.site-header__navbar::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    border-radius: 32px 32px 0 0;
    background-image: url("assets/images/hero-raw-01.png");
    background-repeat: no-repeat;
    background-position: center -40px;
    background-size: max(100%, 1440px) 713px;
}

.site-header__navbar-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 102px;
}

.site-header__main,
.site-header__catalog-actions,
.site-header__nav,
.site-header__user-actions {
    display: flex;
    align-items: center;
}

.site-header__main {
    min-width: 0;
    gap: clamp(20px, 2.222vw, 32px);
}

.site-header__catalog-actions {
    gap: 10px;
}

.site-header__catalog {
    gap: 10px;
    width: 135px;
}

.site-header__catalog img {
    width: 24px;
    height: 24px;
}

.site-header__nav {
    min-width: 0;
    gap: clamp(16px, 1.667vw, 24px);
}

.site-header__nav a {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.site-header__nav img {
    width: 24px;
    height: 24px;
}

.site-header__user-actions {
    flex: 0 0 auto;
    gap: 10px;
}

.site-logo {
    position: relative;
    display: block;
    width: 214px;
    height: 54px;
    overflow: hidden;
    flex: 0 0 214px;
}

.site-logo__mark,
.site-logo__name,
.site-logo__market {
    position: absolute;
}

.site-logo__mark {
    inset: 0 auto 0 0;
    width: 54.85px;
    height: 54px;
}

.site-logo__name {
    top: 4.36px;
    left: 69px;
    width: 138.71px;
    height: 19.81px;
}

.site-logo__market {
    top: 31.42px;
    left: 69px;
    width: 106.9px;
    height: 15.18px;
}

.hero__content {
    position: relative;
    height: 100%;
}

.hero__title {
    position: absolute;
    top: 178px;
    left: 46px;
    width: 920px;
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.56px;
}

.hero__description {
    position: absolute;
    top: 569px;
    left: 40px;
    width: 463px;
    color: #fff;
    line-height: 1.5;
}

.hero__request {
    position: absolute;
    top: 430px;
    right: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(164, 123, 255, 0.49);
    border-radius: 50%;
}

.hero__request span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 164px;
    color: #fff;
    background: var(--color-primary);
    border-radius: 50%;
    font-weight: 500;
    letter-spacing: -0.16px;
}

.hero__curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    border-radius: 42px 42px 0 0;
    background: #fff;
}

.hero__categories {
    margin-top: 11px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    height: 492px;
}

.category-grid__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    height: 492px;
}

.category-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--color-surface);
    border-radius: var(--radius-xl);
}

.category-card--large {
    width: 100%;
    height: 492px;
}

.category-card--electrical {
    width: 100%;
    height: 276px;
}

.category-card--lock {
    width: 100%;
    height: 196px;
}

.category-card__title {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 2;
    width: calc(100% - 64px);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.28px;
}

.category-card__title--narrow {
    width: 192px;
}

.category-card__image {
    position: absolute;
    z-index: 1;
    object-fit: cover;
}

.category-card__image--facades {
    top: 32px;
    right: 32px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

.category-card__image--electrical {
    top: 32px;
    right: clamp(-12px, calc(82.5% - 331px), 32px);
    width: 165px;
    height: 165px;
    transform: scaleX(-1);
}

.category-card__image--lock {
    right: 13px;
    bottom: 0;
    width: 185px;
    height: 185px;
}

.category-card__image--lighting {
    top: 32px;
    right: 32px;
    width: 200px;
    height: 200px;
}

.category-card__list {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 2;
    width: calc(100% - 64px);
}

.category-card__list li {
    height: 43px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--color-border);
    line-height: 21px;
}

.category-card__list a,
.category-card__single-link {
    display: block;
}

.category-card__list li + li {
    padding-top: 10px;
}

.category-card__list li:last-child {
    height: 21px;
    padding-bottom: 0;
    border-bottom: 0;
}

.category-card__list--short {
    top: 120px;
    bottom: auto;
    width: 201px;
}

.category-card__list--short li:nth-child(2) {
    height: 62px;
}

.category-card__single-link {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 2;
    width: calc(100% - 64px);
    line-height: 21px;
}

/* Преимущества */
.benefits {
    min-height: 485px;
    margin-top: 100px;
}

.benefits__grid {
    display: grid;
    grid-template-columns: minmax(0, 555fr) minmax(0, 785fr);
    gap: 20px;
    width: 100%;
    height: 413px;
    margin-top: 32px;
}

.benefits__secondary {
    display: grid;
    grid-template-rows: 197px 197px;
    gap: 19px;
    min-width: 0;
}

.benefits__bottom {
    display: grid;
    grid-template-columns: minmax(0, 480fr) minmax(0, 285fr);
    gap: 20px;
    min-width: 0;
}

.benefit-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 32px;
    background: var(--color-surface);
    border-radius: var(--radius-xl);
}

.benefit-card--key {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.benefit-card__background,
.benefit-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
}

.benefit-card__overlay {
    object-fit: fill;
    object-position: bottom;
}

.benefit-card__title,
.benefit-card__text,
.benefit-card__topline {
    position: relative;
    z-index: 2;
}

.benefit-card__title {
    width: 301px;
    max-width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.24px;
}

.benefit-card__title--inverse,
.benefit-card__text--inverse {
    color: #fff;
}

.benefit-card__text {
    width: 264px;
    max-width: 100%;
    color: var(--color-text-medium);
    line-height: normal;
}

.benefit-card__text.benefit-card__text--inverse {
    color: #fff;
}

.benefit-card--key .benefit-card__text {
    width: 405px;
}

.benefit-card--documents,
.benefit-card--cooperation,
.benefit-card--expertise {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.benefit-card--cooperation .benefit-card__title {
    width: auto;
}

.benefit-card--cooperation .benefit-card__text {
    width: 337px;
}

.benefit-card--expertise .benefit-card__text {
    width: 221px;
}

.benefit-card__topline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.benefit-card__topline img {
    width: 34px;
    height: 34px;
}

.document-art {
    position: absolute;
    top: 31px;
    right: 57px;
    width: 285px;
    height: 166px;
}

.document-art__sheet {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.08);
}

.document-art__sheet--back {
    top: 17px;
    left: 121px;
    width: 137px;
    height: 172px;
    padding: 16px 12px;
    border-radius: 18px;
    transform: rotate(9deg);
}

.document-art__sheet--back img {
    width: 111px;
    height: 33px;
}

.document-art__sheet--front {
    top: 4px;
    left: 24px;
    width: 170px;
    height: 214px;
    padding: 18px;
    border-radius: 22px;
    transform: rotate(-7.5deg);
}

.document-art__sheet--front > img {
    position: absolute;
    top: 18px;
    right: 19px;
    width: 32px;
    height: 32px;
}

.document-art__sheet--front span {
    display: block;
    width: 75px;
    height: 6px;
    margin: 10px 0;
    border-radius: 10px;
    background: var(--color-surface-contrast);
}

.document-art__sheet--front i {
    display: block;
    width: 29px;
    height: 29px;
    margin-top: 14px;
}

.document-art__sheet--front i img {
    width: 100%;
    height: 100%;
}

/* Услуги */
.services {
    min-height: 412px;
    margin-top: 100px;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 160px);
    gap: 20px;
    margin-top: 32px;
}

.service-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    width: 100%;
    height: 160px;
    padding: 32px;
    background: var(--color-surface);
    border-radius: var(--radius-xl);
}

.service-card h3 {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.service-card img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 160px;
    object-fit: cover;
}

/* Товары */
.products {
    min-height: 636px;
    margin-top: 100px;
}

.filter-pills {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-pills__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 20px;
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    font-weight: 500;
    letter-spacing: -0.16px;
    white-space: nowrap;
}

.filter-pills__item--active {
    color: #fff;
    background: var(--color-primary);
}

.products__filters {
    margin-top: 24px;
}

.products__carousel {
    position: relative;
    display: block;
    width: 100%;
    height: 506px;
    margin-top: 24px;
    isolation: isolate;
}

.products__viewport,
.cases__viewport,
.certificates__viewport {
    min-width: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products__carousel .swiper-wrapper,
.cases__carousel .swiper-wrapper,
.certificates__carousel .swiper-wrapper {
    height: 100%;
}

.product-card {
    position: relative;
    overflow: hidden;
    width: 325px;
    height: 506px;
    border-radius: var(--radius-lg);
    background: var(--color-surface);
}

.product-card__link {
    display: block;
    height: 100%;
}

.product-card__image {
    position: relative;
    width: 325px;
    height: 325px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
}

.product-card--pendant .product-card__image img {
    width: 93.19%;
    height: 93.19%;
    margin: 4.85% 0 0 3.51%;
}

.product-card--linear .product-card__image img {
    width: 88.29%;
    height: 88.29%;
    margin: 6.15% 0 0 5.94%;
}

.product-card--profile .product-card__image img {
    width: 85.47%;
    height: 85.47%;
    margin: 7.55% 0 0 11.93%;
    transform: scaleX(-1);
}

.product-card--cable .product-card__image img {
    width: 83.8%;
    height: 83.8%;
    margin: 8.38% 0 0 6.39%;
}

.product-card__tools {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-card__tools img {
    width: 24px;
    height: 24px;
}

.product-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 181px;
    padding: 16px;
}

.product-card__sku {
    color: var(--color-text-low);
    line-height: normal;
}

.product-card__name {
    width: 293px;
    height: 42px;
    line-height: normal;
}

.product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
}

.product-card__price {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.24px;
}

.product-card__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    margin-left: 10px;
    padding: 0 6px;
    color: #fff;
    background: var(--color-success);
    border-radius: var(--radius-pill);
    font-size: 14px;
    font-weight: 500;
}

.product-card del {
    display: block;
    margin-top: 6px;
    color: var(--color-text-low);
    line-height: normal;
}

.product-card__add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--color-primary);
}

.product-card__add img {
    width: 24px;
    height: 24px;
}

.products__next {
    position: absolute;
    top: 221px;
    right: -26px;
}

.choice-group__toggle,
.cases__markers,
.promotions__markers,
.spheres__more {
    display: none;
}

/* Форма КП */
.lead-form {
    width: 100%;
    margin-top: 100px;
}

.lead-form__panel {
    position: relative;
    width: 100%;
    height: 605px;
    padding: 50px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    color: #fff;
}

.lead-form__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
}

.lead-form__intro,
.lead-form__form {
    position: relative;
    z-index: 2;
}

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

.lead-form__intro p {
    color: var(--color-inverse-alpha);
    line-height: normal;
}

.lead-form__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 39.5px;
    min-width: 0;
    height: 392px;
    margin-top: 40px;
}

.lead-form__column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 40px;
}

.lead-form__divider {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.32);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.form-group__title,
.choice-group legend {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.form-input {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    height: 64px;
    padding: 0 24px;
    color: var(--color-text);
    background: #fff;
    border-radius: var(--radius-xl);
    line-height: normal;
}

.form-input--single {
    flex: 0 0 64px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-input--single img {
    width: 24px;
    height: 24px;
}

.form-input input {
    width: 100%;
    min-width: 0;
    padding: 0;
    color: var(--color-text);
    background: transparent;
    border: 0;
    outline: 0;
    line-height: normal;
}

.form-input:focus-within {
    box-shadow: inset 0 0 0 2px rgba(114, 73, 255, 0.55);
}

.form-input:has(input:user-invalid) {
    box-shadow: inset 0 0 0 2px #ed0a34;
}

.form-select {
    position: relative;
    z-index: 6;
}

.form-select__trigger {
    text-align: left;
}

.form-select__trigger img {
    transition: transform 0.2s ease;
}

.form-select__chevron--open {
    transform: rotate(180deg);
}

.form-select__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 24px;
    color: var(--color-text);
    background: #fff;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.form-select__menu button {
    width: 100%;
    text-align: left;
    line-height: normal;
}

.form-select__menu button:hover,
.form-select__menu button:focus-visible {
    color: var(--color-primary-hover);
}

.form-input small {
    color: #737373;
    font-size: 14px;
}

.lead-form__choices {
    display: grid;
    grid-template-columns: clamp(175px, 31.34%, 183px) minmax(0, 1fr);
    gap: clamp(24px, 2.778vw, 40px);
    min-width: 0;
}

.choice-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    padding: 0;
    border: 0;
}

.choice-group legend {
    margin-bottom: 20px;
}

.choice-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.choice-control {
    cursor: pointer;
}

.choice-control__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.choice-group label > img,
.checkbox {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--color-surface);
}

.checkbox--checked {
    background: var(--color-primary);
}

.choice-control__input:checked + .checkbox {
    background: var(--color-primary);
}

.choice-control__input:not(:checked) + .checkbox img {
    opacity: 0;
}

.choice-control__input:focus-visible + .checkbox,
.choice-control__input:focus-visible + .radio-control {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.radio-control {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: #fff;
}

.choice-control__input:checked + .radio-control::after {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-primary);
    content: "";
}

.checkbox img {
    width: 20px;
    height: 20px;
}

.form-group--file {
    width: 352px;
}

.file-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 28px;
    border: 1px solid #fff;
    border-radius: var(--radius-pill);
    font-weight: 500;
    letter-spacing: -0.16px;
    cursor: pointer;
}

.file-row > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 159px;
    line-height: normal;
}

.file-row b {
    font-weight: 400;
}

.file-row small {
    color: var(--color-inverse-alpha);
    font-size: 14px;
}

.form-input-row {
    display: flex;
    gap: 16px;
    min-width: 0;
}

.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    margin-top: 16px;
    border-radius: var(--radius-pill);
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.16px;
    cursor: pointer;
}

.form-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: var(--color-inverse-alpha);
    font-size: 14px;
    line-height: normal;
}

/* Акции */
.promotions {
    width: 100%;
    min-height: 350px;
    margin-top: 100px;
}

.promotions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: 0;
}

.promotions__viewport {
    width: 100%;
    margin-top: 32px;
}

.promotions__viewport:not(.swiper-initialized) .promotions__grid {
    display: grid;
}

.promotions__viewport.swiper-initialized .promotions__grid {
    display: flex;
}

.promo-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 0;
    height: 278px;
    border-radius: var(--radius-xl);
}

.promo-card h3 {
    position: absolute;
    z-index: 3;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.28px;
}

.promo-card p {
    position: absolute;
    z-index: 3;
    line-height: normal;
}

.promo-card--facade {
    padding: 32px;
    background: var(--color-surface);
}

.promo-card--facade h3 {
    top: 32px;
    left: 32px;
    width: 281px;
}

.promo-card--facade p {
    top: 162px;
    left: 32px;
    width: 246px;
    color: var(--color-text-medium);
}

.promo-card__facade-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: min(326px, 48.73%);
    height: 278px;
    overflow: hidden;
}

.promo-card__badge {
    position: absolute;
    top: 50px;
    left: 17px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194.239px;
    height: 101.517px;
}

.promo-card__badge-label {
    display: flex;
    align-items: center;
    width: 185.703px;
    height: 58px;
    padding: 0 16px;
    color: #fff;
    background: var(--color-primary);
    border-radius: 12px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    transform: rotate(14.11deg);
}

.promo-card__facade-image {
    position: absolute;
    top: -160.516px;
    left: -226.301px;
    width: 825.209px;
    height: 550.139px;
    object-fit: cover;
    transform: rotate(-14.49deg);
}

.promo-card--electrical {
    background: #18191a;
}

.promo-card--electrical::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(24, 25, 26, 0.9) 0%, rgba(24, 25, 26, 0.15) 58%, rgba(24, 25, 26, 0) 100%);
}

.promo-card__electrical-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-card__vector {
    position: absolute;
    z-index: 1;
}

.promo-card__vector--top {
    top: 43.99px;
    left: 277.68px;
    width: 271.131px;
    height: 146.007px;
}

.promo-card__vector--left {
    top: -102px;
    left: 155px;
    width: 271.02px;
    height: 145.992px;
}

.promo-card__worker {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 668px;
    height: 278px;
    object-fit: cover;
}

.promo-card__glow {
    position: absolute;
    top: -229.6px;
    left: -402.58px;
    z-index: 1;
    width: 859.2px;
    height: 782.2px;
}

.promo-card__ekf {
    position: absolute;
    top: 38px;
    left: 45px;
    z-index: 4;
    width: 110px;
    height: 35px;
    object-fit: contain;
    padding: 4px 5px;
    border-radius: 6px;
    background: #fff;
}

.promo-card--electrical h3 {
    top: 95px;
    left: 45px;
    width: 262px;
    color: #fff;
}

.promo-card--electrical p {
    top: 195px;
    left: 45px;
    width: 283px;
    color: var(--color-inverse-alpha);
}

.promo-card__vector--bottom {
    top: 162px;
    left: 434px;
    width: 449.409px;
    height: 242.012px;
}

.promo-card__breaker {
    position: absolute;
    top: 139px;
    right: 6px;
    z-index: 4;
    width: 122px;
    height: 122px;
    object-fit: contain;
    transform: scaleY(-1) rotate(180deg);
}

/* Сферы */
.spheres {
    width: 100%;
    min-height: 625px;
    margin-top: 100px;
}

.spheres__filters {
    margin-top: 32px;
}

.spheres__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(3, 149px);
    gap: 16px;
    width: 100%;
    margin-top: 32px;
}

.sphere-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    height: 149px;
    padding: 24px clamp(16px, calc(5vw - 48px), 24px);
    overflow: hidden;
    background: var(--color-surface);
    border-radius: var(--radius-xl);
}

.sphere-card__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    height: 100%;
}

.sphere-card img {
    width: 24px;
    height: 24px;
}

.sphere-card h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

/* Кейсы */
.cases {
    width: 100%;
    min-height: 636px;
    margin-top: 100px;
}

.cases__carousel {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    height: 539px;
    margin-top: 24px;
    isolation: isolate;
}

.case-card {
    position: relative;
    flex: 0 0 670px;
    width: 670px;
    min-width: 0;
    height: 539px;
    padding: 32px;
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.case-card__link {
    display: block;
    height: 100%;
}

.case-card__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-card__gradient {
    position: absolute;
    left: -437px;
    top: 400px;
    width: 1167px;
    height: 481px;
}

.case-card__tag {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 36px;
    padding: 0 12px;
    color: #fff;
    background: var(--color-primary);
    border-radius: var(--radius-pill);
    font-weight: 500;
    letter-spacing: -0.16px;
}

.case-card__tag img {
    width: 24px;
    height: 24px;
}

.case-card__copy {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 3;
    width: 560px;
    color: #fff;
}

.case-card__copy h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.28px;
}

.case-card__copy p {
    margin-top: 10px;
    color: var(--color-inverse-alpha);
    line-height: normal;
}

.case-card--facade .case-card__copy h3 {
    width: 458px;
}

.cases__next {
    position: absolute;
    top: 238px;
    right: -32px;
    z-index: 20;
}

/* Бренды */
.brands {
    width: 100%;
    min-height: 308px;
    margin-top: 100px;
}

.brands__logos {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 195px));
    justify-content: center;
    gap: 12px;
    width: auto;
    margin-top: 40px;
    margin-inline: -40px;
}

.brands__logos span {
    position: relative;
    width: 100%;
    min-width: 0;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    background: var(--color-surface);
}

.brands__logos img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 50px;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

/* Сертификаты */
.certificates {
    width: 100%;
    min-height: 448px;
    margin-top: 100px;
}

.certificates__carousel {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    height: 343px;
    margin-top: 32px;
    isolation: isolate;
}

.certificate-card {
    display: flex;
    flex: 0 0 325px;
    flex-direction: column;
    gap: 24px;
    width: 325px;
    min-width: 0;
    height: 343px;
    padding: 24px;
    overflow: hidden;
    background: var(--color-surface);
    border-radius: var(--radius-xl);
}

.certificate-card__link {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.certificate-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.certificate-card__top > span {
    position: relative;
    width: 143px;
    height: 190px;
    border-radius: var(--radius-md);
    background: #fff;
}

.certificate-card__top > span img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 113px;
    height: 160px;
    object-fit: cover;
    border: 1px solid var(--color-border);
}

.certificate-card__top > img {
    width: 24px;
    height: 24px;
}

.certificate-card h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.certificate-card p {
    margin-top: -12px;
    color: var(--color-text-medium);
    line-height: normal;
}

.certificates__next {
    position: absolute;
    top: 139px;
    right: -26px;
}

/* Форма обратной связи */
.callback {
    width: 100%;
    min-height: 510px;
    margin-top: 100px;
}

.callback__panel {
    position: relative;
    width: 100%;
    height: 510px;
    padding: 50px;
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.callback__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
}

.callback__illustration {
    position: absolute;
    top: -10px;
    left: 591.42px;
    z-index: 1;
    width: 920.19px;
    height: 734px;
    mix-blend-mode: hard-light;
}

.callback__consultant {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 127px;
    width: 510px;
    height: 510px;
    object-fit: contain;
    transform: scaleX(-1);
}

.callback__form {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: min(585px, 100%);
    color: #fff;
}

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

.callback__intro p {
    color: var(--color-inverse-alpha);
    line-height: normal;
}

.callback__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.callback__fields-title {
    display: none;
}

.callback__fields .form-input {
    flex: 0 0 64px;
}

.callback__fields .form-submit {
    margin-top: 0;
}

.callback__form > .form-consent {
    margin-top: 0;
}

.checkbox--soft {
    background: rgba(255, 255, 255, 0.16);
}

.choice-control__input:checked + .checkbox--soft {
    background: rgba(255, 255, 255, 0.16);
}

/* FAQ */
.faq {
    width: 100%;
    min-height: 442px;
    margin-top: 100px;
}

.faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 440fr) minmax(0, 785fr);
    gap: clamp(24px, 9.375vw, 135px);
    min-height: 442px;
}

.faq__intro {
    min-width: 0;
}

.faq__intro > p {
    width: 100%;
    margin-top: 20px;
    color: var(--color-text-medium);
    line-height: normal;
}

.faq__button {
    height: 64px;
    margin-top: 28px;
    padding: 0 28px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.faq-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 54px;
    padding: 0 0 24px;
    border-bottom: 1px solid var(--color-border);
}

.faq-item + .faq-item {
    padding-top: 24px;
}

.faq-item__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.faq-item img {
    width: 24px;
    height: 24px;
}

.faq-item p {
    color: var(--color-text-medium);
    line-height: normal;
}

.faq-item--last {
    border-bottom: 0;
}

/* SEO-текст */
.seo-text {
    width: 100%;
    min-height: 222px;
    margin-top: 100px;
}

.seo-text__content {
    margin-top: 28px;
    line-height: 1.5;
}

.seo-text__content p + p {
    margin-top: 10px;
}

/* Подвал */
.site-footer {
    width: 100%;
    min-height: 795px;
    margin-top: 100px;
    border-top: 1px solid var(--color-border);
}

.site-footer__main {
    display: flex;
    flex-direction: column;
    min-height: 742px;
    padding: 60px 0;
}

.site-footer__main > .container {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.site-footer__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    height: 54px;
}

.site-footer__phone,
.site-footer__detail {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 6px;
    line-height: normal;
}

.site-footer__phone strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.site-footer__phone span,
.site-footer__detail span {
    color: var(--color-text-medium);
}

.site-footer__socials {
    display: flex;
    gap: 12px;
}

.site-footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: var(--color-surface);
}

.site-footer__socials img {
    width: 24px;
    height: 24px;
}

.site-footer__divider {
    width: 100%;
    height: 1px;
    background: var(--color-border);
}

.site-footer__menus {
    display: flex;
    align-items: flex-start;
    gap: 66px;
    width: 100%;
    min-width: 0;
}

.site-footer__menu-column {
    display: flex;
    flex: 0 1 330.24px;
    flex-direction: column;
    min-width: 0;
    gap: 32px;
}

.site-footer__menus > .site-footer__menu-column:nth-child(2) {
    flex-basis: 345.48px;
}

.site-footer__menus > .footer-menu:not(.footer-menu--company) {
    flex: 0 1 237.54px;
    min-width: 0;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    white-space: normal;
}

.footer-menu h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.footer-menu h3 a {
    color: var(--color-text);
}

.footer-menu a {
    color: var(--color-text-medium);
    line-height: normal;
}

.footer-menu--company {
    flex: 0 1 192px;
    min-width: 0;
}

.site-footer__legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 53px;
    color: var(--color-text-medium);
    background: var(--color-surface);
    line-height: normal;
}

.site-footer__legal > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 24px;
}

.site-footer__legal div {
    display: flex;
    min-width: 0;
    gap: 24px;
}

/* Мобильная база: первый экран, шапка и каталог */
.category-card__toggle {
    display: none;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: none;
        padding-inline: 16px;
    }

    .hero__stage {
        height: 469px;
        background-position: center top;
        background-size: auto 530px;
    }

    .site-header__topbar {
        display: none;
    }

    .site-header__navbar {
        background: transparent;
    }

    .site-header__navbar::before {
        display: none;
    }

    .site-header__navbar-inner {
        height: 70px;
        padding-inline: 16px;
    }

    .site-header__main {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .site-logo {
        width: 151px;
        height: 38px;
        flex: 0 0 151px;
    }

    .site-logo__mark {
        width: 38.6px;
        height: 38px;
    }

    .site-logo__name {
        top: 3.07px;
        left: 48.6px;
        width: 97.6px;
        height: 13.9px;
    }

    .site-logo__market {
        top: 22.1px;
        left: 48.6px;
        width: 75.2px;
        height: 10.7px;
    }

    .site-header__catalog-actions {
        display: flex;
        margin-left: 0;
        gap: 0;
        position: absolute;
        top: 14px;
        right: 16px;
        z-index: 10;
    }

    .site-header__catalog-actions > .round-button,
    .site-header__nav,
    .site-header__user-actions {
        display: none;
    }

    .site-header__catalog {
        display: flex;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        padding: 0;
        gap: 0;
        color: transparent;
        background: rgba(255, 255, 255, 0.12);
        font-size: 0;
    }

    .site-header__catalog img {
        width: 24px;
        height: 24px;
    }

    .hero__title {
        top: 90px;
        left: 16px;
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        font-size: 28px;
        line-height: 0.85;
        letter-spacing: -0.28px;
    }

    .hero__description {
        top: 341px;
        left: 16px;
        width: 208px;
        color: var(--color-inverse-alpha);
        font-size: 14px;
        line-height: 1.15;
    }

    .hero__request {
        top: 327px;
        right: auto;
        left: calc(100% - 120px);
        z-index: 4;
        width: 106px;
        height: 106px;
    }

    .hero__request span {
        width: 84px;
        height: 84px;
        padding-top: 6px;
        font-size: 14px;
        line-height: normal;
        text-align: center;
    }

    .hero__curve {
        height: 24px;
        border-radius: 42px 42px 0 0;
    }

    .hero__categories {
        margin-top: -8px;
    }

    .category-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .category-grid__column {
        display: contents;
    }

    .category-card {
        width: 100%;
        height: 100px;
        border-radius: var(--radius-xl);
    }

    .category-card--facades {
        order: 1;
        height: 100px;
    }

    .category-card--facades.category-card--open {
        height: 342px;
    }

    .category-card--electrical {
        order: 2;
    }

    .category-card--lighting {
        order: 3;
    }

    .category-card--lock {
        order: 4;
    }

    .category-card--open:not(.category-card--facades) {
        height: auto;
        min-height: 100px;
    }

    .category-card--open:not(.category-card--facades) .category-card__list,
    .category-card--open:not(.category-card--facades) .category-card__list--short {
        position: static;
        width: calc(100% - 40px);
        margin: 96px 20px 20px;
    }

    .category-card--lock.category-card--open .category-card__single-link {
        position: static;
        width: auto;
        margin: 96px 20px 20px;
    }

    .category-card__title,
    .category-card__title--narrow {
        top: 38px;
        left: 94px;
        width: calc(100% - 146px);
        font-size: 20px;
        line-height: 1.1;
        letter-spacing: -0.2px;
    }

    .category-card--electrical .category-card__title br {
        display: none;
    }

    .category-card__image,
    .category-card__image--facades,
    .category-card__image--electrical,
    .category-card__image--lock,
    .category-card__image--lighting {
        top: 20px;
        right: auto;
        bottom: auto;
        left: 20px;
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: center;
        transform: none;
    }

    .category-card__toggle {
        position: absolute;
        top: 38px;
        right: 20px;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }

    .category-card__toggle img {
        width: 24px;
        height: 24px;
        transition: transform 0.2s ease;
    }

    .category-card--open .category-card__toggle img {
        transform: rotate(180deg);
    }

    .category-card__list,
    .category-card__list--short {
        top: 96px;
        right: auto;
        bottom: auto;
        left: 20px;
        display: none;
        width: calc(100% - 40px);
    }

    .category-card--open .category-card__list {
        display: block;
    }

    .category-card__list li,
    .category-card__list--short li,
    .category-card__list--short li:nth-child(2) {
        height: auto;
        min-height: 28px;
        padding: 0 0 7px;
        line-height: 18px;
    }

    .category-card__list li + li {
        padding-top: 10px;
    }

    .category-card__list li:last-child {
        min-height: 18px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .category-card__single-link {
        display: none;
    }

    .category-card--open .category-card__single-link {
        display: block;
        right: 20px;
        bottom: 20px;
        left: 20px;
        width: auto;
    }
}

/* Мобильная адаптация преимуществ, услуг и товаров */
@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
        line-height: 1;
        letter-spacing: -0.28px;
    }

    /* Преимущества */
    .benefits {
        min-height: 0;
        margin-top: 40px;
    }

    .benefits__grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 8px;
        height: auto;
        margin-top: 24px;
    }

    .benefits__secondary,
    .benefits__bottom {
        display: contents;
    }

    .benefit-card {
        width: 100%;
        padding: 20px;
        border-radius: 28px;
    }

    .benefit-card--key {
        height: 180px;
    }

    .benefit-card--documents {
        height: 180px;
    }

    .benefit-card--cooperation {
        height: 124px;
        justify-content: flex-start;
        gap: 8px;
    }

    .benefit-card--expertise {
        height: 120px;
        justify-content: flex-start;
        gap: 10px;
    }

    .benefit-card__title {
        width: auto;
        max-width: 100%;
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: -0.18px;
    }

    .benefit-card__text,
    .benefit-card--key .benefit-card__text,
    .benefit-card--cooperation .benefit-card__text,
    .benefit-card--expertise .benefit-card__text {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: normal;
    }

    .benefit-card__topline img {
        width: 34px;
        height: 34px;
    }

    .document-art {
        top: 71px;
        right: 0;
        width: 149px;
        height: 109px;
    }

    .document-art__sheet--back {
        top: 12px;
        left: 51px;
        width: 76px;
        height: 96px;
        padding: 9px 7px;
        border-radius: 10px;
    }

    .document-art__sheet--back img {
        width: 62px;
        height: 19px;
    }

    .document-art__sheet--front {
        top: 0;
        left: 0;
        width: 95px;
        height: 120px;
        padding: 10px;
        border-radius: 12px;
    }

    .document-art__sheet--front > img {
        top: 10px;
        right: 10px;
        width: 18px;
        height: 18px;
    }

    .document-art__sheet--front span {
        width: 48px;
        height: 4px;
        margin: 6px 0;
    }

    .document-art__sheet--front i {
        width: 16px;
        height: 16px;
        margin-top: 8px;
    }

    /* Услуги */
    .services {
        min-height: 0;
        margin-top: 40px;
    }

    .services__grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 8px;
        margin-top: 24px;
    }

    .service-card {
        height: 78px;
        padding: 20px;
        border-radius: 28px;
    }

    .service-card h3 {
        width: calc(100% - 68px);
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }

    .service-card h3 br {
        display: none;
    }

    .service-card img {
        width: 88px;
        height: 78px;
    }

    /* Популярные товары */
    .products {
        min-height: 0;
        margin-top: 40px;
    }

    .products__filters {
        width: calc(100% + 16px);
        margin-top: 16px;
        padding-right: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .products__filters::-webkit-scrollbar {
        display: none;
    }

    .filter-pills {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .filter-pills__item {
        flex: 0 0 auto;
        height: 36px;
        padding-inline: 16px;
        font-size: 14px;
        letter-spacing: -0.14px;
    }

    .products__carousel {
        height: 300px;
        margin-top: 16px;
    }

    .products__viewport {
        height: 300px;
    }

    .product-card {
        width: 160px;
        height: 300px;
        border-radius: 20px;
    }

    .product-card__image {
        width: 160px;
        height: 160px;
    }

    .product-card__tools {
        top: 16px;
        right: 16px;
        gap: 10px;
    }

    .product-card__body {
        gap: 10px;
        height: 140px;
        padding: 10px;
    }

    .product-card__sku {
        font-size: 10px;
    }

    .product-card__name {
        width: 140px;
        height: 48px;
        font-size: 12px;
    }

    .product-card__footer {
        min-height: 36px;
    }

    .product-card__price {
        font-size: 16px;
        letter-spacing: -0.16px;
    }

    .product-card__discount {
        position: absolute;
        top: 171px;
        right: 10px;
        height: 15px;
        margin-left: 0;
        padding-inline: 4px;
        font-size: 10px;
    }

    .product-card del {
        margin-top: 2px;
        font-size: 12px;
    }

    .product-card__add {
        width: 36px;
        height: 36px;
    }

    .products__next {
        display: none;
    }
}

/* Мобильная адаптация формы КП, акций и сфер применения */
@media (max-width: 767px) {
    /* Форма коммерческого предложения */
    .lead-form {
        margin-top: 40px;
    }

    .lead-form__panel {
        height: 981px;
        padding: 20px;
        border-radius: 28px;
    }

    .lead-form__intro {
        gap: 12px;
    }

    .lead-form__intro .section-title {
        font-size: 28px;
        line-height: 1;
        letter-spacing: -0.28px;
    }

    .lead-form__intro p {
        font-size: 14px;
        line-height: normal;
    }

    .lead-form__form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto;
        margin-top: 24px;
    }

    .lead-form__column {
        display: contents;
    }

    .lead-form__divider {
        display: none;
    }

    .lead-form__choices {
        display: contents;
    }

    .form-select {
        order: 1;
        gap: 10px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .lead-form__choices .choice-group {
        order: 3;
        width: 100%;
        gap: 12px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .lead-form__choices .choice-group--stage {
        order: 5;
    }

    .choice-group legend,
    .form-group__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .choice-group__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        padding: 0;
    }

    .lead-form__choices .choice-group:not(.choice-group--stage) .choice-group__toggle img {
        transform: rotate(180deg);
    }

    .choice-group__toggle img {
        width: 24px;
        height: 24px;
    }

    .choice-group--stage label {
        display: none;
    }

    .choice-group label {
        gap: 10px;
        font-size: 14px;
    }

    .choice-group--stage {
        min-height: 34px;
    }

    .lead-form__column:last-child .form-group--file {
        order: 7;
        width: 100%;
        gap: 10px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .lead-form__column:last-child > .form-group:not(.form-group--file) {
        order: 9;
        gap: 16px;
    }

    .form-input,
    .form-input--single {
        height: 54px;
        min-height: 54px;
        padding-inline: 18px;
        border-radius: 28px;
        font-size: 14px;
    }

    .form-input--single {
        flex-basis: 54px;
    }

    .form-input--single img {
        width: 24px;
        height: 24px;
    }

    .form-input small {
        font-size: 12px;
    }

    .form-input input {
        font-size: 14px;
    }

    .file-row {
        gap: 18px;
    }

    .outline-button {
        flex: 0 0 124px;
        width: 124px;
        height: 54px;
        padding-inline: 0;
        font-size: 14px;
    }

    .file-row > div {
        width: auto;
        min-width: 0;
    }

    .file-row small {
        font-size: 12px;
    }

    .form-input-row {
        flex-direction: column;
        gap: 10px;
    }

    .form-submit {
        height: 54px;
        margin-top: 0;
        font-size: 14px;
    }

    .form-consent {
        gap: 10px;
        margin-top: 0;
        font-size: 12px;
        line-height: normal;
    }

    /* Акции */
    .promotions {
        min-height: 274px;
        margin-top: 40px;
    }

    .promotions .container {
        padding-inline: 20.5px;
    }

    .promotions__grid {
        display: flex;
        gap: 0;
        margin-top: 0;
    }

    .promotions__viewport {
        margin-top: 24px;
        overflow: hidden;
    }

    .promotions__viewport:not(.swiper-initialized) .promotions__grid,
    .promotions__viewport.swiper-initialized .promotions__grid {
        display: flex;
    }

    .promo-card {
        flex: 0 0 100%;
        height: 190px;
        border-radius: 28px;
    }

    .promo-card--facade {
        padding: 20px;
    }

    .promo-card--facade h3 {
        top: 20px;
        left: 20px;
        width: 281px;
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.2px;
    }

    .promo-card--facade p {
        top: 90px;
        left: 20px;
        width: 150px;
        font-size: 12px;
    }

    .promo-card__facade-visual {
        top: auto;
        right: -31px;
        bottom: 0;
        width: 201px;
        height: 171px;
    }

    .promo-card__badge {
        top: 31px;
        left: 10px;
        width: 120px;
        height: 63px;
    }

    .promo-card__badge-label {
        width: 114px;
        height: 36px;
        padding-inline: 9px;
        border-radius: 6px;
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .promo-card__facade-image {
        top: -157px;
        left: -174px;
        width: 509px;
        height: 339px;
        transform: rotate(-14.49deg);
    }

    .promo-card--electrical {
        display: block;
    }

    .promotions__markers {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 76px;
        height: 8px;
        margin: 24px auto 0;
    }

    .promotions__markers span {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }

    .promotions__markers .promotions__marker--active {
        width: 16px;
        border-radius: 999px;
        background: var(--color-primary);
    }

    /* Сферы применения */
    .spheres {
        min-height: 560px;
        margin-top: 40px;
    }

    .spheres__filters {
        width: calc(100% + 16px);
        margin-top: 16px;
        padding-right: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .spheres__filters::-webkit-scrollbar {
        display: none;
    }

    .spheres__grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: repeat(6, 60px);
        gap: 8px;
        height: 400px;
        margin-top: 16px;
        overflow: hidden;
    }

    .spheres__grid--expanded {
        grid-template-rows: none;
        height: auto;
        overflow: visible;
    }

    .sphere-card {
        position: relative;
        display: flex;
        width: 100%;
        height: 60px;
        padding: 0 18px;
        border-radius: 28px;
    }

    .sphere-card:nth-child(n + 7) {
        display: none;
    }

    .spheres__grid--expanded .sphere-card:nth-child(n + 7) {
        display: flex;
    }

    .sphere-card__link {
        position: relative;
        z-index: 1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .sphere-card h3 {
        order: 1;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .sphere-card img {
        order: 2;
        width: 24px;
        height: 24px;
    }

    .sphere-card h3 br {
        display: none;
    }

    .sphere-card:nth-child(6)::after {
        position: absolute;
        inset: 0;
        z-index: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 100%);
        content: "";
    }

    .sphere-card:nth-child(6) h3,
    .sphere-card:nth-child(6) img {
        opacity: 0.45;
    }

    .spheres__grid--expanded .sphere-card:nth-child(6)::after {
        display: none;
    }

    .spheres__grid--expanded .sphere-card:nth-child(6) h3,
    .spheres__grid--expanded .sphere-card:nth-child(6) img {
        opacity: 1;
    }

    .spheres__more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin-top: 16px;
        padding: 0 18px;
        color: var(--color-text);
        background: transparent;
        border: 1px solid var(--color-border);
        border-radius: 999px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.14px;
    }
}

/* Мобильная адаптация кейсов, брендов, сертификатов и callback */
@media (max-width: 767px) {
    /* Кейсы */
    .cases {
        min-height: 439px;
        margin-top: 40px;
    }

    .cases .section-intro {
        gap: 12px;
    }

    .cases .section-intro > p,
    .brands .section-intro > p,
    .certificates .section-intro > p {
        position: static;
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: normal;
    }

    .cases__carousel {
        height: 263px;
        margin-top: 24px;
    }

    .case-card {
        flex: 0 0 100%;
        width: 100%;
        height: 263px;
        padding: 20px;
        border-radius: 28px;
    }

    .case-card__gradient {
        top: auto;
        right: auto;
        bottom: -70px;
        left: -170px;
        width: 459px;
        height: 189px;
    }

    .case-card__tag {
        height: 36px;
        padding-inline: 12px;
        font-size: 14px;
        letter-spacing: -0.14px;
    }

    .case-card__copy {
        right: 20px;
        bottom: 20px;
        left: 20px;
        width: auto;
    }

    .case-card__copy h3,
    .case-card--facade .case-card__copy h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.2px;
    }

    .case-card__copy p {
        margin-top: 10px;
        font-size: 14px;
        line-height: normal;
    }

    .cases__next {
        display: none;
    }

    .cases__markers {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 76px;
        height: 8px;
        margin: 24px auto 0;
    }

    .cases__markers span {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }

    .cases__markers .cases__marker--active {
        width: 16px;
        border-radius: 999px;
        background: var(--color-primary);
    }

    /* Бренды */
    .brands {
        min-height: 272px;
        margin-top: 40px;
        overflow: hidden;
    }

    .brands .section-intro {
        gap: 12px;
    }

    .brands__logos {
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        width: max-content;
        margin-top: 24px;
        margin-right: 0;
        margin-left: -48px;
    }

    .brands__logos span {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .brands__logos img {
        width: 80px;
        height: 40px;
    }

    /* Сертификаты */
    .certificates {
        min-height: 482px;
        margin-top: 40px;
    }

    .certificates .section-intro {
        gap: 12px;
    }

    .certificates__carousel {
        height: 286px;
        margin-top: 22px;
    }

    .certificate-card {
        flex: 0 0 214px;
        width: 214px;
        height: 286px;
        padding: 18px;
        border-radius: 28px;
    }

    .certificate-card__link {
        gap: 0;
        justify-content: space-between;
    }

    .certificate-card__top > span {
        width: 113px;
        height: 150px;
        border-radius: 14px;
    }

    .certificate-card__top > span img {
        top: 12px;
        left: 12px;
        width: 89px;
        height: 126px;
        border-color: var(--color-border);
    }

    .certificate-card__top > img {
        width: 24px;
        height: 24px;
    }

    .certificate-card h3 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .certificate-card p {
        margin-top: 0;
        font-size: 14px;
        line-height: normal;
    }

    .certificates__next {
        display: none;
    }

    .certificates__carousel::after {
        position: absolute;
        right: 0;
        bottom: -26px;
        left: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--color-primary) 0 52%, var(--color-border) 52% 100%);
        content: "";
    }

    /* Форма обратной связи */
    .callback {
        min-height: 477px;
        margin-top: 40px;
    }

    .callback__panel {
        height: 477px;
        padding: 24px;
        border-radius: 28px;
    }

    .callback__background {
        object-position: bottom;
        border-radius: 28px;
    }

    .callback__illustration,
    .callback__consultant {
        display: none;
    }

    .callback__form {
        width: 100%;
        gap: 20px;
    }

    .callback__intro {
        gap: 12px;
    }

    .callback__intro .section-title {
        font-size: 28px;
        line-height: 1;
        letter-spacing: -0.28px;
    }

    .callback__intro p {
        font-size: 14px;
        line-height: normal;
    }

    .callback__fields {
        gap: 10px;
        margin-top: 12px;
    }

    .callback__fields-title {
        display: block;
        margin: 0 0 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .callback__fields .form-input {
        flex-basis: 54px;
        height: 54px;
        padding-inline: 18px;
        border-radius: 28px;
    }

    .callback__fields .form-input small {
        font-size: 12px;
    }

    .callback__fields .form-input input {
        font-size: 14px;
    }

    .callback__fields .form-submit {
        height: 54px;
        font-size: 14px;
    }

    .callback__form > .form-consent {
        gap: 10px;
        font-size: 12px;
        line-height: normal;
    }
}

/* Мобильная адаптация FAQ, SEO-текста и подвала */
@media (max-width: 767px) {
    /* FAQ */
    .faq {
        min-height: 666px;
        margin-top: 36px;
    }

    .faq__layout {
        display: flex;
        flex-direction: column;
        gap: 32px;
        min-height: 0;
    }

    .faq__intro > p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.2;
    }

    .faq__button {
        display: flex;
        width: 100%;
        height: 54px;
        margin-top: 20px;
        padding-inline: 20px;
        font-size: 14px;
        letter-spacing: -0.14px;
    }

    .faq__list {
        gap: 0;
    }

    .faq-item {
        gap: 12px;
        min-height: 0;
        padding-bottom: 16px;
    }

    .faq-item + .faq-item {
        padding-top: 16px;
    }

    .faq-item__toggle {
        gap: 8px;
    }

    .faq-item__toggle h3 {
        min-width: 0;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .faq-item p {
        font-size: 14px;
        line-height: 1.2;
    }

    /* SEO-текст */
    .seo-text {
        min-height: 478px;
        margin-top: 40px;
    }

    .seo-text__content {
        margin-top: 24px;
        font-size: 14px;
        line-height: 20.8px;
    }

    /* Подвал */
    .site-footer {
        min-height: 941px;
        margin-top: 40px;
    }

    .site-footer__main {
        min-height: 816px;
        padding: 24px 0 0;
    }

    .site-footer__main > .container {
        gap: 0;
    }

    .site-footer__contacts {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
        gap: 18px;
    }

    .site-footer .site-logo {
        width: 163px;
        height: 42px;
        flex: 0 0 42px;
    }

    .site-footer .site-logo__mark {
        width: 42px;
        height: 42px;
    }

    .site-footer .site-logo__name {
        top: 3.4px;
        left: 53px;
        width: 108px;
        height: 15.4px;
    }

    .site-footer .site-logo__market {
        top: 24.4px;
        left: 53px;
        width: 83px;
        height: 11.8px;
    }

    .site-footer__phone,
    .site-footer__detail {
        gap: 6px;
        font-size: 14px;
        line-height: 1.2;
    }

    .site-footer__phone {
        gap: 2px;
    }

    .site-footer__phone strong {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .site-footer__phone span,
    .site-footer__detail span,
    .site-footer__detail p {
        font-size: 14px;
        line-height: 1.2;
    }

    .site-footer__socials {
        gap: 6px;
    }

    .site-footer__socials a {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .site-footer__divider {
        margin-top: 24px;
    }

    .site-footer__menus {
        flex-direction: column;
        gap: 0;
        margin-top: 12px;
    }

    .site-footer__menu-column {
        display: contents;
    }

    .footer-menu,
    .site-footer__menus > .footer-menu {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .site-footer__menus > .footer-menu:not(.footer-menu--company) {
        flex: 0 0 auto;
    }

    .footer-menu h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 52px;
        min-height: 52px;
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .footer-menu h3::after {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        background: url("assets/icons/chevron-down-dark.svg") center / 24px 24px no-repeat;
        content: "";
    }

    .footer-menu h3 a {
        min-width: 0;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.16px;
    }

    .footer-menu > a {
        display: none;
    }

    .footer-menu--open {
        padding-bottom: 16px;
    }

    .footer-menu--open h3 {
        height: 36px;
        min-height: 36px;
    }

    .footer-menu--open h3::after {
        transform: rotate(180deg);
    }

    .footer-menu--open > a {
        display: block;
        font-size: 14px;
        line-height: 1.2;
    }

    .footer-menu--open > a + a {
        margin-top: 8px;
    }

    .site-footer__legal {
        align-items: flex-start;
        height: 124px;
        min-height: 124px;
        padding: 16px 0;
    }

    .site-footer__legal > .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
    }

    .site-footer__legal p,
    .site-footer__legal a {
        font-size: 14px;
        line-height: 1.2;
    }

    .site-footer__legal div {
        flex-direction: column;
        gap: 12px;
    }
}
