@charset "UTF-8";

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 23, 2017 4:44 PM */

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Light.eot");
    src:
        local("../fonts/Segoe UI Light"),
        local("SegoeUI-Light"),
        url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SegoeUI-Light.woff") format("woff"),
        url("../fonts/SegoeUI-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-BoldItalic.eot");
    src:
        local("Segoe UI Bold Italic"),
        local("SegoeUI-BoldItalic"),
        url("../fonts/SegoeUI-BoldItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/SegoeUI-BoldItalic.woff") format("woff"),
        url("../fonts/SegoeUI-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-SemiBold.eot");
    src:
        local("Segoe UI Semibold"),
        local("SegoeUI-SemiBold"),
        url("../fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SegoeUI-SemiBold.woff") format("woff"),
        url("../fonts/SegoeUI-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI.eot");
    src:
        local("Segoe UI"),
        local("SegoeUI"),
        url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SegoeUI.woff") format("woff"),
        url("../fonts/SegoeUI.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Bold.eot");
    src:
        local("Segoe UI Bold"),
        local("SegoeUI-Bold"),
        url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SegoeUI-Bold.woff") format("woff"),
        url("../fonts/SegoeUI-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Italic.eot");
    src:
        local("Segoe UI Italic"),
        local("SegoeUI-Italic"),
        url("../fonts/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SegoeUI-Italic.woff") format("woff"),
        url("../fonts/SegoeUI-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "SeoulHangang EB";
    src: url("../fonts/SeoulHangang EB.ttf");
    src:
        local("SeoulHangang EB"),
        local("SeoulHangang EB"),
        url("../fonts/SeoulHangang EB.ttf") format("truetype");
    font-weight: normal;
}

html {
    scroll-behavior: smooth;
    background: #f4f7fc;
}

:root {
    --font-family: "Segoe UI", sans-serif;
    --second-family: "SeoulHangang EB", sans-serif;
    --third-family: "Inter", sans-serif;
    --font3: "Montserrat", sans-serif;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #000;
    line-height: 1;
    font-family: "Segoe UI";
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Segoe UI";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

[data-tab] {
    cursor: pointer;
}

[data-tab-content]:not(.active) {
    display: none;
}

#search-results {
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    background: white;
    padding: 10px 30px;
}

.search-result-item {
    font-size: --font-family;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 187%;
    font-weight: 400;
}

.hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__left {
    min-width: 0;
    max-width: 440px;
}

.hero .hero__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
}

.hero__slider {
    padding-bottom: 15px;
}

.hero__wrapper {
    border-radius: 5px;
}

.hero__slide img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.hero__right {
    max-width: 690px;
}

.hero__title {
    font-weight: 700;
    color: #052154;
    margin-bottom: 20px;
}

@supports (font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem)) {
    .hero__title {
        font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    }
}

@supports not (font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem)) {
    .hero__title {
        font-size: calc(1.25rem + 1.25 * (100vw - 20rem) / 100);
    }
}

.hero .hero__properties {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hero__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 40px;
}

.hero__properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.hero__property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
}

.hero__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero__icon img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.hero__callback {
    max-width: 50%;
    margin-left: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    padding: 6px 40px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.hero__callback:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 5px;
    width: 50px;
    height: 5px;
    background: #052154;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #57b046;
}

.contact-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page__container .contacts__title {
    font-weight: bold;
    font-size: 14px;
    color: #696969;
    margin-bottom: 4px;
}

ul.contacts__right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-page__container .contacts__text {
    font-weight: 600;
    font-size: 16px;
    color: #052154;
}

.contact-page__container .contacts__map {
    width: 70%;
}

.contact-page__container .contacts__map img {
    width: 100%;
    height: initial;
    display: block;
}

@media (max-width: 1000px) {
    .contact-page__container .contacts__map {
        width: 100%;
    }
    .contact-page__container ul.contacts__right {
        width: 100%;
    }
    .contact-page__container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.features {
    margin-bottom: 85px;
}

.features__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #57b046;
    border-radius: 5px;
}

.features__title {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    max-width: 260px;
}

.features__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 20px;
    padding: 20px 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 210px;
}

.features__icon {
    margin-bottom: 15px;
}

.features__icon img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.features__count {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.features__text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #a3db6b;
}

.offer {
    margin-bottom: 80px;
}

.offer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.offer__left {
    max-width: 400px;
}

.offer__title {
    font-weight: 700;
    font-size: 36px;
    color: #052154;
    margin-bottom: 20px;
}

.offer__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 44px;
}

.offer__link {
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.offer__link:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.offer__list {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.offer__item {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #696969;
}

.offer__image img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.another {
    margin-bottom: 80px;
}

.another__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.another__left {
    max-width: 310px;
}

.another__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 128%;
    color: #052154;
    margin-bottom: 20px;
}

.another__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
}

.another__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.another__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.another__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.another__icon img {
    max-width: 82px;
    height: auto;
}

.another__content {
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}

.another__subtitle {
    font-weight: 600;
    font-size: 24px;
    color: #57b046;
    margin-bottom: 5px;
}

.another__subtext {
    font-weight: 600;
    font-size: 16px;
    color: #696969;
}

.consult .swiper {
    max-width: 100%;
}

.consult .swiper .consult__item {
    cursor: pointer;
}

.consult__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    justify-items: center;
}

.consult__container > .consult__item:first-child {
    border-radius: 5px;
    background: #57b046;
    padding: 20px 20px 40px;
}

.consult__container > .consult__item:first-child .consult__text {
    margin-bottom: 0;
    color: white;
}

.consult__item {
    width: 100%;
    height: 100%;
}

.consult__title {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    max-width: 300px;
}

.consult__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consult__button {
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    border-radius: 5px;
    padding: 6px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.consult__button:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.consult__subtitle {
    font-weight: 700;
    font-size: 24px;
    color: #052154;
    margin-bottom: 11px;
    max-width: 550px;
}

.consult__subtext {
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #57b046;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consult__about {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consult .consult__slider ~ .consult__button {
    display: none;
}

.stores {
    margin-bottom: 80px;
}

.stores__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.stores__left {
    max-width: 390px;
}

.stores__title {
    font-weight: 700;
    font-size: 36px;
    color: #052154;
    margin-bottom: 20px;
}

.stores__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
}

.stores__right {
    min-width: 0;
    position: relative;
}

.stores__slider {
    padding-bottom: 15px;
    margin: 0 40px;
}

.stores__slide img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-button-prev:after {
    content: none;
}

.swiper-button-next:after {
    content: none;
}

.partners {
    margin-bottom: 80px;
}

.partners__inner {
    position: relative;
}

.partners__slider {
    margin: 0 40px;
}

.partners__slide img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.articles-main {
    margin-bottom: 65px;
}

.articles-main__header {
    border-bottom: 2px solid #57b046;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.articles-main__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.articles-main__tab {
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #57b046;
    width: 210px;
    border-radius: 5px 5px 0 0;
}

.articles-main__tab.active {
    color: #fff;
    background: #57b046;
}

.articles-main__all {
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #052154;
}

.articles-main-news__slider {
    padding-bottom: 20px;
}

.articles-main-news__slide {
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.articles-main-news__slide:hover .articles-main-news__link {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.articles-main-news__image {
    margin-bottom: 10px;
}

.articles-main-news__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.articles-main-news__date {
    font-weight: 600;
    font-size: 14px;
    color: #696969;
    margin-bottom: 8px;
    padding: 0 20px;
}

.articles-main-news__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #052154;
    padding: 0 20px;
}

.articles-main-news__text {
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    margin-bottom: 5px;
    padding: 0 20px;
}

.articles-main-news__link {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    color: #57b046;
    margin-bottom: 20px;
    padding: 0 20px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.breadcrumbs {
    margin-bottom: 40px;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #1a5aa1;
    cursor: pointer;
}

.breadcrumbs__item:last-child {
    color: #57b046;
}

.page-title {
    margin-bottom: 40px;
}

.base-text {
    padding: 50px 0px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.base-text h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.base-text p {
    margin: 10px 0;
}

main.page {
    background: white;
}

.catalog-main {
    margin-bottom: 80px;
}

.catalog-main__title {
    font-weight: 700;
    font-size: 40px;
    color: #052154;
}

.catalog-main__sort {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #1a5aa1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.catalog-main__list {
    display: -ms-grid;
    display: grid;
    row-gap: 40px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.catalog-main__item {
    border-radius: 5px;
    overflow: hidden;
}

.catalog-main__item:hover .catalog-main__name svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.catalog-main__item:hover .catalog-main__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.catalog-main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}

.catalog-main__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #57b046;
}

.catalog-main__image img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform;
}

.catalog-main__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #052154;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-main__name svg {
    margin-top: 5px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.category-header {
    margin-bottom: 20px;
}

.category-header__container {
    padding-bottom: 20px;
    border-bottom: 2px solid #052154;
}

.category-header__inner {
    position: relative;
    padding: 0 40px;
}

.category-header__slide {
    border-radius: 5px;
    background: #fff;
    padding: 2px 8px;
    color: #5a5454;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.category-header__slide:hover {
    color: #57b046;
}

.category-header__slide:active {
    background: #57b046;
    color: #fff;
}

.category-header__name {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.category-header__type {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.category-header svg {
    max-width: 11px;
}

.about__content {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
}

.about__content img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    padding: 40px;
    padding-top: 0;
}

.category-filter__range {
    padding: 20px 12px;
    border-radius: 12px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}

.price-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.price-input .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    color: #052154;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #57b046;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #052154;
    pointer-events: auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #052154;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.category-left {
    max-width: 300px;
}

.category-filter__name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #052154;
    margin-bottom: 1px;
}

.category-filter__item {
    margin-bottom: 20px;
}

.category-left__download-price {
    padding: 13px 10px 15px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #1a5aa1;
    border: 1px solid #1a5aa1;
    border-radius: 5px;
    -webkit-box-shadow:
        0 4px 4px 0 rgba(0, 0, 0, 0.25),
        0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow:
        0 4px 4px 0 rgba(0, 0, 0, 0.25),
        0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.category-left__download-price:hover {
    color: white;
    background-color: #1a5aa1;
}

.category-filter__select {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #000;
}

.category-filter__select .select__options {
    max-height: 170px;
    overflow: auto;
}

.category-filter__select .select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 12px;
}

.category-filter__select .select__value:after {
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: 3px solid #57b046;
    border-left: 3px solid #57b046;
    border-radius: 2px;
    background-color: #fff;
    right: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%) rotate(-45deg);
    -ms-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
}

.category-filter__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 19px;
    margin-top: 26px;
}

.category-filter__bottom button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #fff;
}

.category-filter__submit {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
}

.category-filter__close {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    opacity: 0.7;
}

.category__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.category__all {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #052154;
    padding: 10px;
    border: 1px solid #696969;
    border-radius: 5px;
}

.category-right {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 80px;
}

.category-right__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.category-right__sort {
    font-weight: 400;
    font-size: 16px;
    color: #052154;
    max-width: 210px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.category-right__sort .select__title {
    background-color: transparent;
}

.category-right__sort .select__options {
    background-color: #f4f7fc;
}

.category-right__sort .select__value:after {
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 3px solid black;
    border-left: 3px solid black;
    border-radius: 2px;
    right: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%) rotate(-45deg);
    -ms-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
}

 

 
 

.category-products__header {
    display: -ms-grid;
    display: grid;
    gap: 3px;
    -ms-grid-columns: 7fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 7fr 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
}

.category-products__items {
    margin-bottom: 22px;
}

.category-right__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

.category-area__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 128%;
    color: #052154;
    margin-bottom: 40px;
}

.category-area__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.category-area__item {
    padding: 5px;
    text-align: center;
    -webkit-box-shadow: 0 4px 4px 2px rgba(5, 33, 84, 0.25);
    box-shadow: 0 4px 4px 2px rgba(5, 33, 84, 0.25);
    background: #f4f7fc;
    max-width: 210px;
    border-radius: 12px;
}

.category-area__img img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 8px;
}

.category-area__text {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #5a5454;
    text-transform: uppercase;
}

.category-navigation {
    margin-bottom: 60px;
}

.category-navigation__item {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: #052154;
    margin-bottom: 7px;
}

.category-navigation__main {
    border-radius: 6px;
    display: block;
    padding: 2px 8px;
    position: relative;
    cursor: pointer;
    margin-left: 30px;
    text-decoration: none;
}

.category-navigation__main:after {
    content: "";
    cursor: pointer;
    pointer-events: none;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid #6d6d6d;
    border-left: 3px solid #6d6d6d;
    border-radius: 2px;
    right: calc(100% + 10px);
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-60%) rotate(-45deg);
    -ms-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.category-navigation .expanded .category-navigation__main {
    background: #fff;
    pointer-events: none;
}

.category-navigation .expanded .category-navigation__main:after {
    -webkit-transform: translateY(-60%) rotate(135deg);
    -ms-transform: translateY(-60%) rotate(135deg);
    transform: translateY(-60%) rotate(135deg);
}

.category-navigation__submenu {
    overflow: hidden;
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #000;
    padding-left: 60px;
}

.category-navigation__submenu a {
    text-decoration: none;
}

.category-navigation .expanded .category-navigation__submenu {
    max-height: 400px;
}

.category-navigation__subitem {
    padding-top: 7px;
    padding-bottom: 7px;
}

.category-navigation__subitem.active {
    background-color: #052154;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
}

.select {
    position: relative;
}

.select__body {
    position: relative;
}

.select__title {
    color: inherit;
    text-align: left;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.9375rem;
    gap: 0.625rem;
    padding: 6px 10px;
    font-size: 14px;
    height: initial;
}

.select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__value:after {
    content: "";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._select-open .select__value:after {
    -webkit-transform: rotate(-220deg);
    -ms-transform: rotate(-220deg);
    transform: rotate(-220deg);
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px 0px 5px 0px;
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit;
}

.select__option._select-selected {
    background-color: #eee;
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select._select-open {
    z-index: 5;
}

._select-tag {
    cursor: pointer;
}

.delivery {
    margin-bottom: 80px;
}

.delivery__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
}

.delivery__title {
    font-weight: 700;
    font-size: 24px;
    color: #57b046;
    margin-bottom: 20px;
}

.delivery__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 40px;
}

.delivery__image img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.questions {
    margin-bottom: 80px;
}

.questions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.questions__title {
    font-weight: 700;
    font-size: 36px;
    color: #052154;
    margin-bottom: 20px;
}

.questions__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    max-width: 380px;
}

.questions__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.questions__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.questions__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.questions__input {
    display: block;
    padding: 16px 20px;
    border: 1px solid #696969;
    border-radius: 5px;
    background: white;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.questions__input:placeholder {
    color: #696969;
}

.questions__second {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.questions__textarea {
    max-width: 440px;
    width: 100%;
    padding: 16px 20px;
    resize: none;
    border: 1px solid #696969;
    border-radius: 5px;
    background: white;
    font-size: 20px;
    color: #000;
}

.questions__textarea:placeholder {
    font-weight: 400;
    font-size: 20px;
    color: #696969;
}

.questions__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.questions__button {
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    padding: 10px 60px;
}

.questions__button:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.questions__politic {
    font-weight: 400;
    font-size: 16px;
    color: #5a5454;
    max-width: 376px;
}

.questions__politic a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.documents {
    margin-bottom: 80px;
}

.documents__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 40px;
}

.documents__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
}

.documents__left {
    max-width: 325px;
}

.documents__subtitle {
    font-weight: 700;
    font-size: 36px;
    color: #052154;
    margin-bottom: 20px;
}

.documents__under {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
}

.documents__right {
    min-width: 0;
    position: relative;
    padding: 0 46px;
}

.reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    max-height: 600px;
    overflow: hidden;
    -webkit-transition: 0.2s ease max-height;
    transition: 0.2s ease max-height;
}

.reviews__list.active {
    max-height: 11000px;
}

.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
}

.reviews__left {
    -ms-flex-preferred-size: 277px;
    flex-basis: 277px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews__name {
    font-weight: 600;
    font-size: 24px;
    color: #052154;
    margin-bottom: 20px;
}

.reviews__date {
    font-weight: 400;
    font-size: 20px;
    color: #5a5454;
    margin-bottom: 20px;
}

.reviews__stares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__right {
    font-weight: 400;
    font-size: 18px;
    color: #696969;
}

.reviews__bottom {
    margin-bottom: 80px;
}

.reviews__open {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #052154;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

.reviews__open svg {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.reviews__open.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reviews__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    border-radius: 5px;
    padding: 15px 60px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.reviews__btn:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.specials__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 80px;
}

.product-bottom__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #57b046;
    margin-bottom: 20px;
}

.product-bottom__tab {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #57b046;
    border-radius: 5px 5px 0 0;
    padding: 10px 60px;
    background: #fff;
}

.product-bottom__tab.active {
    font-weight: 700;
    color: #fff;
    background: #57b046;
}

.product-bottom__contents {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #6d6d6d;
    margin-bottom: 80px;
}

.page-information {
    margin-bottom: 80px;
}

.page-information__container {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
}

.gost__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-bottom: 2px solid #57b046;
    margin-bottom: 40px;
}

.gost__tab {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #57b046;
    border-radius: 5px 5px 0 0;
    padding: 12px 20px;
    background-color: #fff;
}

.gost__tab.active {
    font-weight: 700;
    color: #fff;
    background: #57b046;
}

.gost__block {
    margin-bottom: 80px;
}

.gost__subtitle {
    font-weight: 700;
    font-size: 36px;
    color: #052154;
    margin-bottom: 20px;
}

.gost__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gost__item div {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 16px 30px;
    font-weight: 400;
}

.gost__right {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.gost__right a {
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 18px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #1a5aa1;
}

.gost__right a:hover {
    text-decoration: none;
}

.gost__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    color: #5a5454;
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition:
        transform 0.3s ease 0s,
        -webkit-transform 0.3s ease 0s;
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 1000px;
    border-radius: 12px;
}

.lock .popup__content {
    visibility: visible;
}

.popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.popup__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    color: #052154;
}

.popup__close {
    cursor: pointer;
}

.popup__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.popup__end_space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-form {
    margin-bottom: 40px;
}

.popup-form__header {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #052154;
    margin-bottom: 20px;
}

.popup-form__header span {
    font-size: 12px;
}

.popup__content {
    max-width: 800px;
}

.popup-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.popup-form__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.popup-form__input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s;
    background: white;
}
 
.popup-form__right {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.popup-form__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s;
    background: white;
    resize: none;
}

.popup-form__textarea:focus,
.popup-form__input:focus {
    outline: none;
    border-color: #57b046;
    box-shadow: 0 0 0 2px rgba(87, 176, 70, 0.1);
}

#popup-order .popup__content {
    max-width: 900px;
}

.popup__back {
    width: 100%;
    padding: 10px 0;
    color: #052154;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    background: #fff;
    border: 1px solid #052154;
    line-height: 167%;
    text-align: center;
}

.basket-item__action svg {
    width: 20px;
    margin: auto;
}

.plashka {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f7fc;
    z-index: 80;
}

.plashka__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding: 12px 0;
}

.plashka__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000;
    max-width: 300px;
}

.plashka__price {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #1a5aa1;
    border: 1px solid #1a5aa1;
    border-radius: 5px;
    padding: 13px 8px;
    text-decoration: none;
    transition: 0.3s ease-out;
}

.plashka__price:hover {
    color: white;
    background-color: #1a5aa1;
}

.plashka__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #052154;
    cursor: pointer;
    margin-left: auto;
}

.plashka__basket-icon {
    position: relative;
}

.plashka__count {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #052154;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(5, 33, 84, 0.25);
    box-shadow: 0 4px 4px 0 rgba(5, 33, 84, 0.25);
    background: #fff;
    min-width: 20px;
    text-align: center;
}

.product {
    margin-bottom: 80px;
}

.product__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 34px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}

.product__left {
    min-width: 0;
    max-width: 452px;
}

.product__about {
    border-radius: 12px;
    background-color: #fff;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

.product__about span {
    font-weight: 600;
}

.product__center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 410px;
    width: 100%;
    margin-right: auto;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
}

.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 45px;
}

.product__actions div {
    -webkit-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
    cursor: pointer;
}

.product__actions div:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.product__subtitle {
    font-weight: 700;
    font-size: 24px;
    color: #052154;
    margin-bottom: 20px;
}

.product__characters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.product__character {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #5a5454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #d9d9d9;
}

.product__right {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
}

.product__articul {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #696969;
    margin-bottom: 40px;
}

.product__articul span {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #6d6d6d;
}

.product__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.product__price {
    font-weight: 700;
    font-size: 32px;
    color: #052154;
}

.product__available {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #696969;
    margin-bottom: 40px;
}

.product__available span.have {
    color: #57b046;
}

.product__available span.not {
    color: red;
}

.product__kind.active {
    background: #1d3153;
    color: #fff;
}

.product__tables {
    margin-bottom: 20px;
}

.product__table {
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    align-items: center;
}

.product__number {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #052154;
}

.product-main__slider {
    max-width: 420px;
    margin-bottom: 20px;
}

.product-main__slide img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.product-thumb {
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px;
}

.product-thumb__left {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.product-thumb__slider {
    max-width: 420px;
}

.product-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumb__slide {
    opacity: 0.5;
    max-width: 90px;
    cursor: pointer;
}

.product-thumb__slide img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.product-thumb__right {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}

.popup .product__table .product__number {
    font-size: 16px;
}

.popup .product__table .product__habbit {
    font-size: 28px;
    width: 18px;
}

.popup .product__total-value {
    display: inline-block;
}

.popup .product__total {
    margin-bottom: 0;
}

.popup__politic {
    margin-top: 16px;
}

.popup__checkbox:checked ~ .popup__checkbox-box svg {
    display: initial;
}

.popup__label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.popup__checkbox-box {
    margin-top: 8px;
    width: 20px;
    height: 20px;
    border: 1px solid #696969;
    border-radius: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: content;
    -ms-flex-pack: content;
    justify-content: content;
}

.popup__checkbox-box svg {
    display: none;
}

.popup__checkbox-text {
    font-weight: 400;
    font-size: 8px;
}

.popup-form__input[name="email"].red {
    border: 2px solid rgb(227, 227, 0);
    outline: none;
}

.popup-form__input[name="number"].red {
    border: 2px solid rgb(227, 227, 0);
    outline: none;
}

.popup__info {
    font-size: 12px;
    color: #5a5454;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.3;
}

.basket__top {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 4fr 1fr 1fr 1.5fr;
    grid-template-columns: 1fr 4fr 1fr 1fr 1.5fr;
    margin-bottom: 20px;
    color: #5a5454;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.basket__head.popup__delete {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5a5454;
    cursor: pointer;
}

.basket__head.popup__delete:hover {
    text-decoration: none;
}

.basket__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-height: 260px;
    overflow: auto;
    margin-bottom: 20px;
}

.basket__count-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.basket__count-total span {
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 187%;
    color: #052154;
    border: 2px solid #f4f7fc;
    border-radius: 12px;
    width: 110px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket__bottom {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 4.3fr 1fr 1fr 1.75fr;
    grid-template-columns: 1fr 4.3fr 1fr 1fr 1.75fr;
    padding: 12px;
    background: #f9fafb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.basket__summ {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.basket__total-length {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket__total-length span {
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 187%;
    color: #052154;
    border: 2px solid #f4f7fc;
    border-radius: 12px;
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket__total-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket__total-weight span {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 187%;
    color: #052154;
    border: 2px solid #f4f7fc;
    border-radius: 12px;
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

.basket__total-price {
    font-size: 22px;
    font-weight: 900;
    color: #052154;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.basket-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr 1fr 1fr 1fr 1.5fr 0.2fr;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1.5fr 0.2fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.basket-item__img img {
    max-width: 100%;
    height: 40px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.basket-item__name {
    color: #052154;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.basket-item__calculator {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 40px 30px;
    grid-template-columns: 30px 40px 30px;
    gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
    color: #052154;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 5px 2px;
}

.basket-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
}

.basket-item__action:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.basket-item__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket-item__count input {
    max-width: 100%;
    text-align: center;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 187%;
    text-align: center;
    color: #052154;
}

.basket-item__length {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-item__length span {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 187%;
    color: #052154;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-item__weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-item__weight span {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 187%;
    color: #052154;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-item__price {
    color: #052154;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;    
    text-transform: lowercase;
}

.basket-item__delete {
    cursor: pointer;
}

.basket-item__delete svg {
    pointer-events: none;
}

.popup__minimal {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #5a5454;
    margin-bottom: 20px;
}

@supports (
    margin-bottom: clamp(2.5rem, -0.166846071rem + 4.3057050592vw, 5rem)
) {
    .qna {
        margin-bottom: clamp(2.5rem, -0.166846071rem + 4.3057050592vw, 5rem);
    }
}

@supports not (
    margin-bottom: clamp(2.5rem, -0.166846071rem + 4.3057050592vw, 5rem)
) {
    .qna {
        margin-bottom: calc(2.5rem + 2.5 * (100vw - 61.9375rem) / 58.0625);
    }
}

.qna__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.qna__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.qna__title {
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 128%;
    color: #052154;
    margin-bottom: 20px;
}

@supports (
    font-size: clamp(1.75rem, 1.2166307858rem + 0.8611410118vw, 2.25rem)
) {
    .qna__title {
        font-size: clamp(1.75rem, 1.2166307858rem + 0.8611410118vw, 2.25rem);
    }
}

@supports not (
    font-size: clamp(1.75rem, 1.2166307858rem + 0.8611410118vw, 2.25rem)
) {
    .qna__title {
        font-size: calc(1.75rem + 0.5 * (100vw - 61.9375rem) / 58.0625);
    }
}

@supports (
    margin-bottom: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem)
) {
    .qna__title {
        margin-bottom: clamp(
            0.625rem,
            -0.0417115178rem + 1.0764262648vw,
            1.25rem
        );
    }
}

@supports not (
    margin-bottom: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem)
) {
    .qna__title {
        margin-bottom: calc(0.625rem + 0.625 * (100vw - 61.9375rem) / 58.0625);
    }
}

.qna__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #696969;
    margin-bottom: 40px;
    max-width: 310px;
}

.qna__btn {
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1c8ae1),
        to(#052154)
    );
    background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #fff;
    padding: 8px 24px;
}

.qna__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@supports (gap: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem)) {
    .qna__list {
        gap: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem);
    }
}

@supports not (
    gap: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem)
) {
    .qna__list {
        gap: calc(0.625rem + 0.625 * (100vw - 61.9375rem) / 58.0625);
    }
}

.qna__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@supports (gap: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem)) {
    .qna__item {
        gap: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem);
    }
}

@supports not (
    gap: clamp(0.625rem, -0.0417115178rem + 1.0764262648vw, 1.25rem)
) {
    .qna__item {
        gap: calc(0.625rem + 0.625 * (100vw - 61.9375rem) / 58.0625);
    }
}

.qna__content {
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
}

.qna__quest {
    font-weight: 600;
    color: #57b046;
    margin-bottom: 5px;
    line-height: 130%;
}

@supports (font-size: clamp(1rem, 0.8388429752rem + 0.5509641873vw, 1.5rem)) {
    .qna__quest {
        font-size: clamp(1rem, 0.8388429752rem + 0.5509641873vw, 1.5rem);
    }
}

@supports not (
    font-size: clamp(1rem, 0.8388429752rem + 0.5509641873vw, 1.5rem)
) {
    .qna__quest {
        font-size: calc(1rem + 0.5 * (100vw - 29.25rem) / 90.75);
    }
}

.qna__answer {
    font-family: var(--font-family);
    font-weight: 600;
    color: #696969;
    line-height: 130%;
}

@supports (font-size: clamp(0.75rem, 0.6694214876rem + 0.2754820937vw, 1rem)) {
    .qna__answer {
        font-size: clamp(0.75rem, 0.6694214876rem + 0.2754820937vw, 1rem);
    }
}

@supports not (
    font-size: clamp(0.75rem, 0.6694214876rem + 0.2754820937vw, 1rem)
) {
    .qna__answer {
        font-size: calc(0.75rem + 0.25 * (100vw - 29.25rem) / 90.75);
    }
}

.category-tags {
    margin-bottom: 20px;
}

.category-tags__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.category-tags__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #052154;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category-tags__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 50px;
    overflow: hidden;
}

.category-tags__item {
    padding: 2px 8px;
    border-radius: 5px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #6d6d6d;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 425px) {
    .another_slider {
        height: 250px;
    }
}

@media (max-width: 425px) {
    .category__products {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .category__products .category-products__header {
        width: 150%;
    }

    .category__products .category-products__items {
        width: 150%;
    }

    .product__center {
        width: 90%;
    }

    .product__actions {
        gap: 30px;
    }

    .product-main__slider {
        width: 320px;
        overflow: hidden;
    }

    .features__item {
        width: 140px;
    }
}

@media (max-width: 991px) {
    .plashka__container {
        padding-inline: 10px;
        gap: 15px;
        align-items: center;
    }

    .plashka__price {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 40px;
        font-size: 12px;
        padding: 3px 10px;
    }

    .hero__container {
        gap: 20px;
    }

    .hero .hero__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero .hero__properties {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero__callback {
        max-width: 100%;
    }

    .features__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .features__list {
        width: 100%;
        justify-items: center;
    }

    .another__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .consult__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stores__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .category-banner {
        max-width: 200px;
        margin: 0 auto;
    }

    .category-left {
        max-width: 100%;
    }

    .select__content {
        font-size: 14px;
    }

    .select__value {
        padding-right: 40px !important;
    }

    .select__value {
        padding-right: 40px !important;
    }

    .category__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .category-area__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-area__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .plashka__title {
        display: none;
    }

    .product__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .product__left {
        max-width: 100%;
    }

    .product__about {
        -ms-grid-column: initial;
        grid-column-start: initial;
        grid-column-end: initial;
        -ms-grid-row: initial;
        grid-row-start: initial;
    }

    .product__center {
        -ms-grid-column: initial;
        grid-column-start: initial;
        grid-row-end: initial;
        -ms-grid-row: initial;
        grid-row-start: initial;
        max-width: 100%;
    }

    .product__right {
        -ms-grid-column: initial;
        grid-column-start: initial;
        grid-row-end: initial;
        -ms-grid-row: initial;
        grid-row-start: initial;
    }

    .popup-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup-form__left {
        max-width: 100%;
        width: 100%;
    }

    .popup-form__right {
        max-width: 100%;
        width: 100%;
    }

    .popup__end {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup__title {
        font-size: 18px;
    }

    .category-right__header .category-pag {
        display: none;
    }

    .popup__content {
        padding: 10px;
    }

    .basket__top {
        font-size: 12px;
    }

    .basket__count-total span {
        font-size: 12px;
    }

    .basket__bottom {
        overflow-x: auto;
    }

    .basket__total-length span {
        font-size: 12px;
    }

    .basket__total-weight span {
        font-size: 12px;
    }

    .basket__total-price {
        font-size: 14px;
    }

    .basket-item {
        gap: 8px;
    }

    .basket-item__name {
        font-size: 12px;
    }

    .basket-item__count input {
        font-size: 12px;
    }

    .basket-item__length span {
        font-size: 12px;
    }

    .basket-item__weight span {
        font-size: 12px;
    }

    .basket-item__price {
        font-size: 14px;
    }

    .qna__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }

    .qna__subtitle {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .qna__icon svg {
        width: 50px;
    }

    .qna__content {
        padding: 5px;
    }
}

@media (max-width: 1250px) {
    .features__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .hero__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero__subtitle {
        margin-bottom: 20px;
    }

    .stores__slider {
        margin: 0;
    }

    .stores .stores-next {
        display: none;
    }

    .stores .stores-prev {
        display: none;
    }

    .plashka__price {
        display: flex;
    }

    .plashka .popup__button {
        padding: 8px 8px;
    }
}

@media (max-width: 690px) {
    .offer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .select__content {
        font-size: 12px;
    }

    .category-pag__side {
        font-size: 10px;
    }

    .category-area__item {
        width: 100%;
    }
}

@media (max-width: 561px) {

    .product-bottom__tab {
        padding: 10px 20px;
    }
}

@media (max-width: 560px) {
    .articles-main__tab {
        width: initial;
    }
}

@media (max-width: 520px) {
    .hero__callback {
        max-width: 100%;
    }

    .consult__container {
        background: #57b046;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .consult__container > .consult__item:first-child {
        padding-bottom: 20px;
    }

    .consult__container > .consult__item:first-child .consult__button {
        display: none;
    }

    .consult__text {
        color: black;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 162%;
        color: #000;
    }

    .consult__subtext {
        color: #fff;
        text-decoration: underline;
    }

    .consult__about {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 162%;
        color: #454545;
    }

    .consult .consult__slider ~ .consult__button {
        display: block;
    }
}

@media (max-width: 500px) {
    .hero__callback {
        font-size: 14px;
    }
    .hero__left {
        max-width: 290px;
    }

    .consult__container {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }

    .qna__icon {
        display: none;
    }
}

@media (max-width: 490px) {
    .footer__subtitle {
        font-size: 20px;
    }

    .another__title {
        font-size: 24px;
    }

    .another__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: white;
        padding-top: 18px;
        padding-left: 23px;
        padding-bottom: 10px;
        padding-right: 20px;
        border-radius: 5px;
    }

    .another__icon img {
        max-width: 40px;
    }

    .another__content {
        padding: 0;
    }

    .consult__title {
        font-size: 24px;
    }

    .stores__title {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .plashka .popup__button {
        line-height: 110%;
    }
}

@media (max-width: 420px) {
    .hero__callback {
        font-size: 12px;
    }

    .plashka__basket {
        font-size: 14px;
    }

    .plashka .popup__button {
        padding: 6px 10px;
        font-size: 14px;
    }
}

@media (any-hover: hover) {
    .select__option:hover {
        background: #d9d9d9;
    }
}

@media print {
    .product__about {
        font-size: 15px;
    }

    .product-main__slider {
        max-width: 300px;
        margin-bottom: 0;
    }

    .product__habbit,
    .order-card__links,
    .features,
    .warehouses,
    .footer,
    .product__buy,
    .product__tables,
    .payment-methods,
    .product__types {
        display: none !important;
    }

    .product__price {
        font-size: 24px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .product__right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product__center {
        max-width: 100%;
    }

    .product__about {
        width: 100%;
    }

    .product__available {
        display: none;
    }

    .product-thumb {
        display: none;
    }

    .product__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .breadcrumbs {
        display: none;
    }

    .product-bottom {
        display: none;
    }

    .product__actions {
        display: none;
    }

    .plashka {
        display: none;
    }

    .another {
        display: none;
    }

    .stores {
        display: none;
    }

    .consult {
        display: none;
    }

    .partners {
        display: none;
    }

    .product__character {
        font-size: 16px;
    }
}


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

body {
    font-family:
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        sans-serif;
    background: white;
}

/* ===== ХЕДЕР ===== */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: white;
    transition: all 0.3s;
}

/* Контейнер */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

/* ===== Верхняя серая панель ===== */
.top-panel {
    background: #f3f4f6;
    padding: 8px 0;
    font-size: 12px;
    color: #4b5563;
}

.top-panel__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.top-nav__link {
    padding: 0 4px;
    color: #4b5563;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.top-nav__link:hover {
    color: #57b046;
}

.top-nav__separator {
    color: #d1d5db;
}

.top-panel__address {
    color: #6b7280;
    white-space: nowrap;
}

/* ===== Основной хедер ===== */
.main-header {
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.main-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

/* Логотип */
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo__img {
    height: 48px;
    width: auto;
}

/* Десктопная навигация */
.nav-desktop {
    display: flex;
    gap: 32px;
}

/* Выпадающий блок каталога */
.dropdown {
    position: relative;
}

.dropdown__btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s;
}

.dropdown__btn:hover {
    color: #0d9488;
}

.dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px;
    min-width: 600px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0.2s,
        opacity 0.2s;
    z-index: 100;
}

.dropdown:hover .dropdown__menu {
    visibility: visible;
    opacity: 1;
}

.catalog-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.catalog-item:hover {
    background: #f9fafb;
}

.catalog-item__img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.catalog-item__title {
    font-size: 14px;
    color: #374151;
}

/* Обычные ссылки в навигации */
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #0d9488;
}

/* Блок контактов */
.contacts {
    text-align: right;
}

.contacts__hours {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.contacts__phone {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.contacts__phone:hover {
    color: #57b046;
}

/* Кнопка корзины */
.cart-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #374151;
    transition: color 0.2s;
}

.cart-btn:hover {
    color: #0d9488;
}

.cart-btn i {
    font-size: 20px;
}

/* Кнопка заказа звонка */
.callback-btn {
    background: #57b046;
    padding: 8px 24px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.callback-btn:hover {
    background: #4a9a3a;
}

/* Десктоп-группа */
.desktop-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ===== МОБИЛЬНОЕ МЕНЮ (скрыто по умолчанию) ===== */
.mobile-menu {
    display: none;
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 16px 0;
}

.mobile-menu.open {
    display: block;
}

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

.mobile-menu__link {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    display: block;
}

.mobile-menu__link:hover {
    color: #57b046;
}

/* Бургер-кнопка */
.burger {
    display: none;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.burger__line {
    width: 24px;
    height: 2px;
    background: #111827;
    transition: all 0.2s;
}

/* Анимация открытого бургера (крестик) */
.burger.active .burger__line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger.active .burger__line:nth-child(2) {
    opacity: 0;
}

.burger.active .burger__line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== АДАПТИВ ===== */
@media (max-width: 1024px) {
    .top-nav,
    .nav-desktop,
    .desktop-group {
        display: none;
    }

    .burger {
        display: flex;
    }
}


/* ===== ФУТЕР ===== */
.footer {
  margin-top: auto;
}

/* Основная часть футера (тёмно-синяя) */
.footer__main {
  background: #052154;
  padding: 48px 0;
}

/* Сетка футера */
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

/* Описание компании */
.footer__description {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 16px;
}

.footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 14px;
}

.footer__info-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer__info-icon i {
  color: #57b046;
  font-size: 14px;
}

/* Заголовки блоков */
.footer__title {
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Навигационные списки */
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer__link:hover {
  color: #57b046;
}

.footer__link-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer__link-icon i {
  color: #57b046;
  font-size: 12px;
}

/* Контакты */
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.footer__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer__phone--main {
  color: white;
  font-weight: 700;
}

.footer__phone--main:hover {
  color: #57b046;
}

.footer__phone--secondary {
  color: #9ca3af;
  font-size: 14px;
}

.footer__phone--secondary:hover {
  color: #57b046;
}

.footer__phone-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__phone-icon i {
  color: #57b046;
  font-size: 14px;
}

/* Документы (политика и т.д.) */
.footer__docs {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__doc-link {
  display: block;
  color: #6b7280;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer__doc-link:hover {
  color: #57b046;
}

/* Нижняя панель (копирайт) */
.footer__bottom {
  background: #041a3f;
  padding: 16px 0;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6b7280;
  font-size: 12px;
  flex-wrap: wrap;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer__copyright {
    flex-direction: row;
  }
}


.advantages {
  background: #57b046;
}

/* Сетка преимуществ */
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* Карточка преимущества */
.advantage-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
}

/* Разделитель между карточками */
.advantage-card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* Иконка */
.advantage-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  flex-shrink: 0;
}

.advantage-card__icon i {
  color: white;
  font-size: 20px;
}

/* Контент */
.advantage-card__value {
  color: white;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
}

.advantage-card__label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .advantages__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .advantage-card {
    padding: 12px 16px;
  }

  .advantage-card__icon {
    width: 32px;
    height: 32px;
  }

  .advantage-card__icon i {
    font-size: 16px;
  }

  .advantage-card__value {
    font-size: 14px;
  }

  .advantage-card__label {
    font-size: 10px;
  }
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 520px;
  background: linear-gradient(135deg, rgb(4, 18, 48) 0%, rgb(5, 33, 84) 40%, rgb(10, 48, 112) 70%, rgb(13, 58, 133) 100%);
}

/* Сетка для фона (линии) */
.hero__grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 31px),
    repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(255, 255, 255, 0.05) 30px, rgba(255, 255, 255, 0.05) 31px);
}

/* Декоративные зелёные полосы справа */
.hero__stripes {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
}

.hero__stripe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(rgb(87, 176, 70) 0%, rgb(58, 122, 48) 50%, rgb(87, 176, 70) 100%);
  transform: skewX(-15deg);
}

/* Кольца внизу слева */
.hero__circle {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
  transform: translateY(50%);
}

.hero__circle--1 {
  left: 25%;
  width: 384px;
  height: 384px;
}

.hero__circle--2 {
  left: 33.333%;
  width: 256px;
  height: 256px;
}

/* Контент */
.hero__content {
  position: relative;
  padding-top: 56px;
  padding-bottom: 96px;
  text-align: center;
}

.hero__title {
  color: white;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 24px;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.hero__title span {
  color: #57b046;
}

.hero__description {
  color: #d1d5db;
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

/* Кнопки */
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn {
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid;
}

.btn--outline-white {
  background: transparent;
  border-color: white;
  color: white;
}

.btn--outline-white:hover {
  background: white;
  color: #052154;
}

.btn--outline-green {
  background: transparent;
  border-color: #57b046;
  color: #57b046;
}

.btn--outline-green:hover {
  background: #57b046;
  color: white;
}

.btn__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__icon i {
  font-size: 18px;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .hero__title {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .hero__content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero__title {
    font-size: 24px;
  }

  .hero__description {
    font-size: 16px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hero__circle--1 {
    width: 200px;
    height: 200px;
    left: 10%;
  }

  .hero__circle--2 {
    width: 140px;
    height: 140px;
    left: 20%;
  }
}

.faq {
  background: #f5f8fe;
  padding: 56px 0;
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

/* Левая колонка */
.faq__info {
  display: flex;
  flex-direction: column;
}

.faq__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.faq__badge-line {
  width: 24px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.faq__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.faq__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}

.faq__description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 24px;
}

.faq__ask-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #052154;
  padding: 12px 24px;
  border-radius: 12px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  width: fit-content;
}

.faq__ask-btn:hover {
  background: #57b046;
}

.faq__ask-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__contacts-card {
  background: #052154;
  border-radius: 16px;
  padding: 20px;
  margin-top: 32px;
}

.faq__work-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.faq__work-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #57b046;
  border-radius: 12px;
  flex-shrink: 0;
}

.faq__work-icon i {
  color: white;
  font-size: 18px;
}

.faq__work-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.faq__work-hours {
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.faq__phone-main {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s;
}

.faq__phone-main:hover {
  color: #57b046;
}

.faq__phone-secondary {
  display: block;
  color: #d1d5db;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
  margin-top: 4px;
}

.faq__phone-secondary:hover {
  color: #57b046;
}

/* ===== АККОРДЕОН ===== */
.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion-item {
  background: white;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  overflow: hidden;
}

.accordion-item__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  text-align: left;
  background: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.accordion-item__btn:hover {
  background: #f5f8fe;
}

.accordion-item__question {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.375;
  color: #374151;
  transition: color 0.2s;
}

/* Активный вопрос — зелёный */
.accordion-item.active .accordion-item__question {
  color: #57b046;
}

.accordion-item__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
  flex-shrink: 0;
  margin-left: 12px;
  background: #f5f8fe;
}

.accordion-item__icon i {
  color: #052154;
  font-size: 18px;
  transition: transform 0.2s;
}

/* Активная иконка — зелёный фон, поворот */
.accordion-item.active .accordion-item__icon {
  background: #57b046;
}

.accordion-item.active .accordion-item__icon i {
  color: white;
  transform: rotate(45deg);
}

/* Ответ */
.accordion-item__answer {
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s;
}

.accordion-item__answer-content {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.625;
  border-top: 1px solid #f3f4f6;
  padding: 16px 0;
}

/* Активное состояние — ответ виден */
.accordion-item.active .accordion-item__answer {
  max-height: 300px;
  padding: 0 20px;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 1024px) {
  .faq__grid {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }

  .faq__title {
    font-size: 24px;
  }

  .faq__phone-main {
    font-size: 16px;
  }

  .accordion-item__btn {
    padding: 12px 16px;
  }

  .accordion-item__question {
    font-size: 13px;
  }
}

.services {
  background: white;
  padding: 56px 0;
}

.services__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.services__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.services__badge-line {
  width: 24px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.services__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.services__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Карточка услуги */
.service-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  height: 240px;
}

.service-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s;
}

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

.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}

.service-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.service-card__title {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.service-card__btn {
  align-self: flex-start;
  padding: 8px 20px;
  background: #57b046;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.service-card__btn:hover {
  background: #4a9a3a;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 640px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .services {
    padding: 40px 0;
  }

  .services__title {
    font-size: 24px;
  }

  .service-card {
    height: 200px;
  }

  .service-card__title {
    font-size: 14px;
  }

  .service-card__btn {
    padding: 6px 16px;
    font-size: 12px;
  }
}

.steps {
  background: white;
  padding: 56px 0;
}

/* Заголовок */
.steps__header {
  text-align: center;
  margin-bottom: 48px;
}

.steps__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.steps__badge-line {
  width: 32px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.steps__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.steps__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

/* Сетка шагов */
.steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* Соединительная линия (десктоп) */
.steps__line {
  display: none;
}

/* Карточка шага */
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 10;
}

/* Круг с номером */
.step__circle {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f5f8fe;
  background: white;
  box-shadow: 0 0 0 2px #57b046;
  margin-bottom: 16px;
}

.step__circle-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step__icon i {
  color: #57b046;
  font-size: 24px;
}

.step__number {
  color: #052154;
  font-size: 12px;
  font-weight: 800;
}

.step__title {
  color: #052154;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
}

.step__description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.625;
  max-width: 250px;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 640px) {
  .steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .steps {
    padding: 70px 0;
  }

  .steps__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .steps__line {
    display: block;
    position: absolute;
    top: 48px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
  }

  .steps__title {
    font-size: 36px;
  }

  .step__description {
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .steps {
    padding: 40px 0;
  }

  .steps__title {
    font-size: 24px;
  }

  .step__circle {
    width: 80px;
    height: 80px;
  }

  .step__icon i {
    font-size: 20px;
  }

  .step__title {
    font-size: 14px;
  }

  .step__description {
    font-size: 12px;
  }
}

.about {
  background: white;
  padding: 56px 0;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

/* Левая колонка */
.about__content {
  display: flex;
  flex-direction: column;
}

.about__title {
  color: #111827;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 24px;
}

.about__subtitle {
  color: #1f2937;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.about__text {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 16px;
}

.about__text a {
  color: #57b046;
  text-decoration: none;
}

.about__text a:hover {
  text-decoration: underline;
}

.about__materials {
  color: #9ca3af;
  font-size: 12px;
  margin-bottom: 24px;
}

.about__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 2px solid #111827;
  padding-bottom: 2px;
  transition: all 0.2s;
  width: fit-content;
}

.about__link:hover {
  color: #57b046;
  border-bottom-color: #57b046;
}

/* Правая колонка */
.about__warehouse {
  display: flex;
  flex-direction: column;
}

.warehouse__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 24px;
}

.warehouse__description {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 24px;
}

/* Сетка фото складов */
.warehouse__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.warehouse__item {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
}

.warehouse__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.warehouse__img:hover {
  transform: scale(1.05);
}

/* ===== АДАПТИВ ===== */
@media (min-width: 1024px) {
  .about__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }

  .about {
    padding: 70px 0;
  }

  .about__title,
  .warehouse__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }

  .about__title,
  .warehouse__title {
    font-size: 24px;
  }

  .warehouse__grid {
    gap: 8px;
  }
}


.promos {
  background: white;
  padding: 56px 0;
}

/* Заголовок */
.promos__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.promos__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.promos__badge-line {
  width: 24px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.promos__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.promos__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
}

/* Сетка акций */
.promos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* Карточка акции */
.promo-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 256px;
  cursor: pointer;
}

.promo-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}

.promo-card:hover .promo-card__bg {
  transform: scale(1.05);
}

.promo-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s;
}

.promo-card:hover .promo-card__overlay {
  background: rgba(0, 0, 0, 0.5);
}

.promo-card__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
}

.promo-card__badge {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 9999px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.promo-card__badge--green {
  background: #57b046;
}

.promo-card__badge--orange {
  background: #e8a020;
}

.promo-card__title {
  color: white;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.promo-card__description {
  color: #d1d5db;
  font-size: 14px;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .promos__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .promos {
    padding: 40px 0;
  }

  .promos__title {
    font-size: 24px;
  }

  .promo-card {
    height: 220px;
  }

  .promo-card__title {
    font-size: 18px;
  }

  .promo-card__content {
    padding: 0 20px;
  }

  .promo-card__description {
    font-size: 12px;
  }
}


.features {
  padding: 56px 0;
}

/* Сетка карточек */
.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
}

/* Карточка */
.feature-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.feature-card--green {
  background: #57b046;
}

.feature-card--white {
  background: white;
  border-left: 1px solid #f3f4f6;
  border-right: 1px solid #f3f4f6;
}

.feature-card--dark {
  background: #052154;
}

/* Иконка */
.feature-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.feature-card__icon--green {
  background: rgba(255, 255, 255, 0.2);
}

.feature-card__icon--white {
  background: #f5f8fe;
}

.feature-card__icon--dark {
  background: rgba(255, 255, 255, 0.1);
}

.feature-card__icon i {
  font-size: 24px;
}

.feature-card--green .feature-card__icon i {
  color: white;
}

.feature-card--white .feature-card__icon i {
  color: #052154;
}

.feature-card--dark .feature-card__icon i {
  color: white;
}

/* Заголовок */
.feature-card__title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 12px;
}

.feature-card--green .feature-card__title {
  color: white;
}

.feature-card--white .feature-card__title {
  color: #052154;
}

.feature-card--dark .feature-card__title {
  color: white;
}

/* Описание */
.feature-card__description {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 20px;
  flex: 1;
}

.feature-card--green .feature-card__description {
  color: rgba(255, 255, 255, 0.8);
}

.feature-card--white .feature-card__description {
  color: #4b5563;
}

.feature-card--dark .feature-card__description {
  color: #d1d5db;
}

/* Список */
.feature-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.feature-card__list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.feature-card--green .feature-card__list-item {
  color: white;
}

.feature-card--white .feature-card__list-item {
  color: #374151;
}

.feature-card--dark .feature-card__list-item {
  color: #d1d5db;
}

.feature-card__list-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.feature-card--green .feature-card__list-icon {
  background: rgba(255, 255, 255, 0.2);
}

.feature-card--white .feature-card__list-icon {
  background: rgba(87, 176, 70, 0.1);
}

.feature-card--dark .feature-card__list-icon {
  background: #57b046;
}

.feature-card__list-icon i {
  font-size: 10px;
}

.feature-card--green .feature-card__list-icon i {
  color: white;
}

.feature-card--white .feature-card__list-icon i {
  color: #57b046;
}

.feature-card--dark .feature-card__list-icon i {
  color: white;
}

/* Кнопки */
.feature-card__btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.feature-card__btn--green {
  background: white;
  color: #57b046;
}

.feature-card__btn--green:hover {
  background: #052154;
  color: white;
}

.feature-card__btn--dark {
  background: #052154;
  color: white;
}

.feature-card__btn--dark:hover {
  background: #57b046;
  color: white;
}

.feature-card__btn--outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.feature-card__btn--outline:hover {
  background: white;
  color: #052154;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-card--white {
    border-left: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
  }
}

@media (max-width: 768px) {
  .features {
    padding: 40px 0;
  }

  .feature-card {
    padding: 24px;
  }

  .feature-card__title {
    font-size: 18px;
  }

  .feature-card--white {
    border-left: none;
    border-right: none;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
  }
}

.reviews {
  background: #f5f8fe;
  padding: 56px 0;
}

/* Заголовок */
.reviews__header {
  text-align: center;
  margin-bottom: 40px;
}

.reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.reviews__badge-line {
  width: 32px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.reviews__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.reviews__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
}

/* Сетка отзывов */
.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

/* Карточка отзыва */
.review-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #f3f4f6;
}

/* Шапка карточки */
.review-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.review-card__avatar {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #052154;
  border-radius: 50%;
  flex-shrink: 0;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.review-card__info {
  flex: 1;
  min-width: 0;
}

.review-card__name {
  color: #052154;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-card__company {
  color: #9ca3af;
  font-size: 12px;
}

.review-card__stars {
  display: flex;
  gap: 2px;
  margin-top: 4px;
}

.review-card__stars i {
  font-size: 12px;
}

.star--filled {
  color: #f59e0b;
}

.star--empty {
  color: #e5e7eb;
}

.review-card__date {
  color: #9ca3af;
  font-size: 12px;
  white-space: nowrap;
}

.review-card__divider {
  width: 32px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
  margin-bottom: 12px;
}

.review-card__text {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.625;
}

/* Виджет Яндекс.Карт */
.reviews__widget {
  display: flex;
  justify-content: center;
}

.yandex-widget {
  width: 560px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.yandex-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.yandex-widget__link {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-family: 'YS Text', sans-serif;
  color: #b3b3b3;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
  display: block;
  max-height: 14px;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 640px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .reviews__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .reviews {
    padding: 40px 0;
  }

  .reviews__title {
    font-size: 24px;
  }

  .yandex-widget {
    width: 100%;
    height: 400px;
  }
}

*[data-popup] {
    cursor: pointer;
}

.consult {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(4, 18, 48) 0%, rgb(5, 33, 84) 60%, rgb(10, 48, 112) 100%);
}

/* Декоративное изображение справа */
.consult__image {
  display: none;
}

.consult__inner {
  padding: 56px 0;
}

.consult__content {
  width: 100%;
  position: relative;
  z-index: 10;
}

.consult__title {
  color: white;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.consult__subtitle {
  color: #bfdbfe;
  font-size: 14px;
  margin-bottom: 32px;
}

/* Форма */
.consult__form {
  max-width: 512px;
}

.consult__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.consult__field {
  flex: 1;
}

.consult__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  padding-bottom: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.consult__input:focus {
  border-bottom-color: white;
}

.consult__input::placeholder {
  color: rgba(191, 219, 254, 0.8);
}

/* Кнопка отправки */
.consult__submit {
  padding: 12px 40px;
  background: #57b046;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.consult__submit:hover {
  background: #4a9a3a;
}

/* Чекбоксы */
.consult__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.consult__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.consult__checkbox-input {
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #57b046;
}

.consult__checkbox-text {
  color: #bfdbfe;
  font-size: 12px;
}

.consult__checkbox-text a {
  color: #57b046;
  text-decoration: none;
}

.consult__checkbox-text a:hover {
  text-decoration: underline;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 1024px) {
  .consult__image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 340px;
  }

  .consult__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
  }

  .consult__inner {
    padding: 56px 0;
  }

  .consult__content {
    flex: 1;
    padding-right: 64px;
  }

  .consult__row {
    flex-direction: row;
    gap: 24px;
  }

  .consult__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .consult__inner {
    padding: 40px 0;
  }

  .consult__title {
    font-size: 24px;
  }

  .consult__submit {
    width: 100%;
  }
}


.catalog {
  background: #f5f8fe;
  padding: 56px 0;
}

.catalog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.catalog__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.catalog__badge-line {
  width: 24px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.catalog__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.catalog__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
}

.catalog__nav-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.catalog__arrow--active {
  border-color: #052154;
  color: #052154;
}

.catalog__arrow--active:hover {
  background: #052154;
  color: white;
}

.catalog__arrow--disabled {
  border-color: #e5e7eb;
  color: #d1d5db;
  cursor: not-allowed;
}

.catalog__all-btn {
    padding: 10px 20px;
    background: #052154;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}

.catalog__all-btn:hover {
  background: #041a3f;
}

/* Табы */
.catalog__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.catalog__tab {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background: white;
  color: #4b5563;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.catalog__tab:hover {
  border-color: #57b046;
  color: #57b046;
}

.catalog__tab--active {
  background: #052154;
  color: white;
  border-color: #052154;
}

/* Контент каталога */
.catalog__content {
  display: block;
}

.catalog__content--hidden {
  display: none;
}

.catalog__card {
  background: white;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  overflow: hidden;
  transition: all 0.2s;
  position: relative;
  min-height: 220px;
}

.catalog__card:hover {
  border-color: rgba(87, 176, 70, 0.3);
}

.catalog__card-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 288px;
  height: 288px;
  pointer-events: none;
}

.catalog__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.catalog__card-content {
  padding: 32px;
  padding-right: 240px;
}

.catalog__card-title {
  color: #052154;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}

.catalog__card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.catalog__category {
  margin-bottom: 16px;
}

.catalog__category-title {
  color: #57b046;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;    
  display: inline-block;
}

.catalog__category-list {
  list-style: none;
}

.catalog__category-item {
  color: #4b5563;
  font-size: 14px;
  transition: color 0.2s;
  margin-bottom: 5px;
  line-height: 1.3;
}

.catalog__category-item:hover {
  color: #052154;
}

/* Пагинация */
.catalog__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.catalog__dot {
  height: 8px;
  border-radius: 9999px;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.2s;
}

.catalog__dot--small {
  width: 8px;
}

.catalog__dot--active {
  width: 24px;
  background: #57b046;
}

/* Адаптив */
@media (max-width: 768px) {
  .catalog {
    padding: 40px 0;
  }

  .catalog__title {
    font-size: 24px;
  }

  .catalog__card-content {
    padding: 20px;
    padding-right: 20px;
  }

  .catalog__card-image {
    position: relative;
    width: 100%;
    height: 160px;
    margin-top: 20px;
  }

  .catalog__card-title {
    font-size: 20px;
  }

  .catalog__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.page-header {
  background: #052154;
  padding: 32px 0;
}

/* Хлебные крошки */
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 16px;
}

.breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumbs__link:hover {
  color: #57b046;
}

.breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.3);
}

.breadcrumbs__current {
  color: #57b046;
  font-weight: 500;
}

/* Заголовок */
.page-header__title {
  color: white;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.page-header__description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 8px;
}

/* Адаптив */
@media (min-width: 768px) {
  .page-header {
    padding: 40px 0;
  }

  .page-header__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .page-header {
    padding: 24px 0;
  }

  .page-header__title {
    font-size: 24px;
  }
}


.catalog-page {
  padding: 32px 0 56px 0;
  background: white;
}

.catalog-layout {
  display: flex;
  gap: 32px;
}

/* ===== САЙДБАР ===== */
.sidebar {
  width: 320px;
  flex-shrink: 0;
}

/* Кнопка скачать прайс */
.price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  background: #57b046;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 24px;
  transition: background 0.2s;
  white-space: nowrap;
}

.price-btn:hover {
  background: #4a9a3a;
}

.price-btn i {
  font-size: 14px;
}

/* Блок категорий */
.categories-block {
  background: white;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
  overflow: hidden;
}

.categories-block__header {
  background: #052154;
  padding: 10px 16px;
}

.categories-block__title {
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.category-item {
  border-bottom: 1px solid #f3f4f6;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  color: #374151;
}

.category-item__link:hover {
  background: #f9fafb;
  color: #052154;
}

.category-item__link--active {
  background: rgba(87, 176, 70, 0.1);
  color: #57b046;
  border-left: 2px solid #57b046;
}

.category-item__arrow i {
  font-size: 14px;
}

/* Подкатегории */
.subcategories {
  background: #f9fafb;
  padding: 8px 0;
}

.subcategory__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 32px;
  font-size: 12px;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.2s;
}

.subcategory__link:hover {
  color: #57b046;
  background: white;
}

.subcategory__link i {
  font-size: 12px;
  color: #57b046;
}

/* Блок фильтров */
.filters-block {
  background: white;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.filters-block__header {
  background: #052154;
  padding: 10px 16px;
}

.filters-block__title {
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.filters-block__content {
  padding: 16px;
}

.filter-group {
  margin-bottom: 20px;
}

.filter-group__title {
  font-size: 12px;
  font-weight: 700;
  color: #052154;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.price-inputs__field {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
}

.price-inputs__field:focus {
  outline: none;
  border-color: #57b046;
}

.price-slider {
  width: 100%;
  accent-color: #57b046;
}

.select-field {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  background: white;
}

.select-field:focus {
  outline: none;
  border-color: #57b046;
}

/* Баннер */
.banner-link {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.banner-link img {
  width: 100%;
  transition: opacity 0.2s;
}

.banner-link img:hover {
  opacity: 0.9;
}

/* ===== ОСНОВНОЙ КОНТЕНТ ===== */
.main-content {
  flex: 1;
  min-width: 0;
}

/* Табы */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tab {
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
}

.tab--active {
  background: #052154;
  color: white;
}

.tab--inactive {
  background: white;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}

.tab--inactive:hover {
  border-color: #052154;
  color: #052154;
}

/* Сортировка */
.sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.sort-bar__count {
  font-size: 14px;
  color: #6b7280;
}

.sort-bar__count span {
  font-weight: 600;
  color: #052154;
}

.sort-select {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  background: white;
}

/* Таблица товаров */
.products-table {
  background: white;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  overflow: hidden;
}

/* Заголовки таблицы */
.table-header {
  display: none;
  background: #f9fafb;
  border-bottom: 1px solid #f3f4f6;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Строка товара */
.product-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px;
  transition: background 0.2s;
  border-bottom: 1px solid #f3f4f6;
}

.product-row:hover {
  background: #f5f8fe;
}

.product-row:last-child {
  border-bottom: none;
}

.product-row__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 40px;
}

.product-row__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-row__info {
  flex: 1;
}

.product-row__title {
  color: #052154;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.product-row__title:hover {
  color: #57b046;
}

.product-row__gost {
  color: #9ca3af;
  font-size: 12px;
  margin-bottom: 4px;
}

.product-row__stock {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stock-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #57b046;
}

.stock-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 500;
}

.product-row__length,
.product-row__brand {
  display: none;
}

.product-row__price {
  color: #052154;
  font-weight: 700;
  font-size: 14px;
}

.product-row__counter {
  display: flex;
  align-items: center;
  gap: 2px;
}

.counter-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #4b5563;
  transition: all 0.2s;
}

.counter-btn:hover {
  border-color: #052154;
  color: #052154;
}

.counter-value {
  width: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.product-row__actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-btn {
  padding: 6px 12px;
  background: #052154;
  color: white;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
}

.cart-btn:hover {
  background: #57b046;
}

.oneclick-btn {
  font-size: 12px;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 2px 0;
}

.oneclick-btn:hover {
  color: #57b046;
}

/* Пагинация */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.pagination__btn {
  padding: 8px 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
line-height: 1.34;
font-weight: 400;
}

.pagination__btn:hover {
  border-color: #57b046;
  color: #57b046;
}

.pagination__btn--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination__number {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.pagination__number--active {
  background: #57b046;
  color: white;
}

.pagination__number--inactive {
  background: white;
  border: 1px solid #e5e7eb;
  color: #4b5563;
}

.pagination__number--inactive:hover {
  border-color: #57b046;
  color: #57b046;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .table-header {
    display: grid;
    grid-template-columns: 56px 1fr 88px 80px 140px 148px;
    gap: 8px;
  }

  .product-row {
    grid-template-columns: 56px 1fr 88px 80px 140px 148px;
    gap: 8px;
    align-items: center;
    padding: 12px 16px;
  }

  .product-row__length,
  .product-row__brand {
    display: block;
    font-size: 12px;
    color: #374151;
  }

  .product-row__counter {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .catalog-layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
  }
}

.product-row__actions .cart-btn {
    width: 100%;
}

.pagination a {
    text-decoration: none;
}

.applications {
  background: white;
  padding: 64px 0;
}

/* Заголовок */
.applications__header {
  margin-bottom: 40px;
}

.applications__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.applications__badge-line {
  width: 32px;
  height: 2px;
  background: #57b046;
}

.applications__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.applications__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
}

/* Сетка карточек */
.applications__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Карточка */
.app-card {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s;
  height: 100%;
}

.app-card:hover {
  border-color: #57b046;
}

/* Иконка */
.app-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(87, 176, 70, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.app-card:hover .app-card__icon {
  background: #57b046;
}

.app-card__icon i {
  color: #57b046;
  font-size: 20px;
  transition: color 0.3s;
}

.app-card:hover .app-card__icon i {
  color: white;
}

/* Заголовок карточки */
.app-card__title {
  color: #052154;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
}

/* Описание */
.app-card__description {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.625;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
  .applications__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .applications {
    padding: 48px 0;
  }

  .applications__title {
    font-size: 24px;
  }

  .applications__grid {
    gap: 12px;
  }

  .app-card {
    padding: 16px;
  }

  .app-card__icon {
    width: 36px;
    height: 36px;
  }

  .app-card__icon i {
    font-size: 16px;
  }

  .app-card__title {
    font-size: 13px;
  }

  .app-card__description {
    font-size: 11px;
  }
}

.warehouses {
  background: white;
  padding: 64px 0;
}

/* Сетка */
.warehouses__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

/* Левая колонка */
.warehouses__content {
  display: flex;
  flex-direction: column;
}

.warehouses__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.warehouses__badge-line {
  width: 32px;
  height: 2px;
  background: #57b046;
}

.warehouses__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.warehouses__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

.warehouses__description {
  color: #6b7280;
  line-height: 1.625;
  margin-bottom: 32px;
}

/* Статистика */
.warehouses__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stat-card {
  background: rgba(5, 33, 84, 0.05);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.warehouses .stat-card__value {
  font-size: 20px;
  font-weight: 800;
  color: #052154;
}

.warehouses .stat-card__label {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

/* Правая колонка (фото) */
.warehouses__photos {
  position: relative;
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.photos-grid__item {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
}

.photos-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.photos-grid__img:hover {
  transform: scale(1.05);
}

/* ===== АДАПТИВ ===== */
@media (min-width: 1024px) {
  .warehouses__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }

  .warehouses {
    padding: 80px 0;
  }

  .warehouses__title {
    font-size: 36px;
  }

  .stat-card__value {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .warehouses {
    padding: 48px 0;
  }

  .warehouses__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .warehouses__description {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .stat-card {
    padding: 12px;
  }

  .stat-card__value {
    font-size: 16px;
  }

  .stat-card__label {
    font-size: 10px;
  }

  .photos-grid {
    gap: 8px;
  }
}

.hits {
  background: #f5f8fe;
  padding: 56px 0;
}

/* Заголовок */
.hits__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.hits__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.hits__badge-line {
  width: 24px;
  height: 4px;
  background: #57b046;
  border-radius: 9999px;
}

.hits__badge-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hits__title {
  color: #052154;
  font-size: 30px;
  font-weight: 800;
}

.hits__catalog-btn {
  padding: 8px 20px;
  background: #052154;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.hits__catalog-btn:hover {
  background: #041a3f;
}

/* Табы через radio */
.hits-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.hits-tab-input {
  display: none;
}

.hits-tab-label {
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}

.hits-tab-label:hover {
  border-color: #052154;
  color: #052154;
}

.hits-tab-input:checked + .hits-tab-label {
  background: #052154;
  color: white;
  border-color: #052154;
}

/* Контент категорий */
.hits-category {
  display: none;
}

#hits-tab1:checked ~ .hits-categories .hits-category-1,
#hits-tab2:checked ~ .hits-categories .hits-category-2,
#hits-tab3:checked ~ .hits-categories .hits-category-3,
#hits-tab4:checked ~ .hits-categories .hits-category-4,
#hits-tab5:checked ~ .hits-categories .hits-category-5,
#hits-tab6:checked ~ .hits-categories .hits-category-6 {
  display: block;
}

/* Таблица товаров */
.hits-table {
  background: white;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  overflow: hidden;
}

.hits-table__header {
  display: none;
  background: #f9fafb;
  border-bottom: 1px solid #f3f4f6;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hits-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px 20px;
  transition: background 0.2s;
  border-bottom: 1px solid #f3f4f6;
}

.hits-product:hover {
  background: #f5f8fe;
}

.hits-product:last-child {
  border-bottom: none;
}

.hits-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 48px;
}

.hits-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hits-product__info {
  flex: 1;
}

.hits-product__title {
  color: #052154;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.hits-product__title:hover {
  color: #57b046;
}

.hits-product__gost {
  color: #9ca3af;
  font-size: 12px;
  margin-bottom: 4px;
}

.hits-product__stock {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hits-stock-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #57b046;
}

.hits-stock-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 500;
}

.hits-product__length,
.hits-product__brand {
  display: none;
}

.hits-product__price {
  color: #052154;
  font-weight: 700;
  font-size: 14px;
}

.hits-counter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hits-counter__btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #4b5563;
  transition: all 0.2s;
}

.hits-counter__btn:hover {
  border-color: #052154;
  color: #052154;
}

.hits-counter__value {
  width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.hits-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hits-cart-btn {
  padding: 8px 20px;
  background: #052154;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
}

.hits-cart-btn:hover {
  background: #57b046;
}

.hits-oneclick-btn {
  font-size: 12px;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 4px 0;
}

.hits-oneclick-btn:hover {
  color: #57b046;
}

/* Адаптив */
@media (min-width: 768px) {
  .hits-table__header {
    display: grid;
    grid-template-columns: 56px 1fr 88px 80px 140px 148px;
    gap: 8px;
    align-items: center;
  }

  .hits-product {
    grid-template-columns: 64px 1fr 100px 100px 160px 120px 180px;
    gap: 16px;
    align-items: center;
    padding: 12px 20px;
  }

  .hits-product__length,
  .hits-product__brand {
    display: block;
    font-size: 14px;
    color: #374151;
  }
}

@media (max-width: 768px) {
  .hits {
    padding: 40px 0;
  }

  .hits__title {
    font-size: 24px;
  }

  .hits-product {
    padding: 12px 16px;
  }
}

.hits-category {
  display: none;
}

.hits-category--active {
  display: block;
}

.hits-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.hits-tab {
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}

.hits-tab:hover {
  border-color: #052154;
  color: #052154;
}

.hits-tab--active {
  background: #052154;
  color: white;
  border-color: #052154;
}

.hits-category {
  display: none;
}

.hits-category--active {
  display: block;
}

.breadcrumbs-light {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  background: #f5f8fe;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}

.breadcrumbs-light__link {
  color: #9ca3af;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.breadcrumbs-light__link:hover {
  color: #57b046;
}

.breadcrumbs-light__separator {
  color: #9ca3af;
}

.breadcrumbs-light__current {
  color: #4b5563;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}

@media (max-width: 768px) {
  .breadcrumbs-light__current {
    max-width: 200px;
  }
}

.product-header {
    padding-top: 2rem;
    margin-bottom: 24px;
}

.product-header__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 8px;
}

.product-header__title {
    color: #052154;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.product-header__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* Рейтинг */
.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-rating__stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.product-rating__star {
    font-size: 14px;
    color: #d1d5db;
}

.product-rating__star--filled {
    color: #f59e0b;
}

.product-rating__link {
    font-size: 14px;
    color: #6b7280;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.product-rating__link:hover {
    color: #57b046;
}

/* Адаптив */
@media (max-width: 768px) {
    .product-header__title {
        font-size: 20px;
    }
}

.product-page {
  padding: 32px 0;
  line-height: 1.2;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

/* ===== ГАЛЕРЕЯ ===== */
.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-gallery__main {
  position: relative;
  background: #f9fafb;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  cursor: zoom-in;
  width: 100%;
  height: 360px;
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.product-gallery__zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}

.product-gallery__thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.thumb-btn {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.thumb-btn:hover {
  border-color: #9ca3af;
}

.thumb-btn--active {
  border-color: #57b046;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ===== ИНФОРМАЦИЯ ===== */
.product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Табы */
.product-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 16px;
}

.product-tab {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.product-tab:hover {
  color: #052154;
}

.product-tab--active {
  border-bottom-color: #052154;
  color: #052154;
}

/* Таблица характеристик */
.specs-table {
  width: 100%;
  font-size: 14px;
}

.specs-table tr {
  background: white;
}

.specs-table tr:nth-child(even) {
  background: rgba(249, 250, 251, 0.5);
}

.specs-table td {
  padding: 8px 12px;
}

.specs-table td:first-child {
  color: #6b7280;
  font-weight: 500;
  width: 50%;
}

.specs-table td:last-child {
  color: #1f2937;
  text-align: right;
}

/* Описание (скрыто по умолчанию) */
.product-description {
  display: none;
  padding: 16px 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

.product-description--active {
  display: block;
}

/* Способы оплаты и доставки */
.payment-methods,
.delivery-methods {
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #f3f4f6;
  padding: 12px;
  margin-top: 20px;
}

.payment-methods__title,
.delivery-methods__title {
  font-size: 12px;
  font-weight: 500;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.payment-icon {
  width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}

.payment-icon i {
  font-size: 14px;
  color: #6b7280;
}

.payment-text {
  font-size: 12px;
  color: #9ca3af;
}

.delivery-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.delivery-item:last-child {
  margin-bottom: 0;
}

.delivery-item i {
  color: #57b046;
  font-size: 14px;
}

.delivery-item span {
  font-size: 12px;
  color: #4b5563;
}

.delivery-item strong {
  color: #1f2937;
}

/* ===== БЛОК ЗАКАЗА ===== */
.order-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 20px;
  position: sticky;
  top: 96px;
}

.order-card__price-main {
  font-size: 24px;
  font-weight: 900;
  color: #052154;
  line-height: 1.2;
}

.order-card__price-secondary {
  font-size: 18px;
  font-weight: 700;
  color: #052154;
  margin-top: 2px;
}

.order-card__stock {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57b046;
}

.stock-text {
  font-size: 14px;
  font-weight: 600;
  color: #57b046;
}

.order-card__unit-toggle {
  display: flex;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  margin: 16px 0;
  text-align: center;
}

.unit-btn {
  flex: 1;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.unit-btn--active {
  background: #052154;
  color: white;
}

.unit-btn--inactive {
  background: white;
  color: #6b7280;
}

.unit-btn--inactive:hover {
  background: #f9fafb;
}

.order-card__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.quantity-label {
  font-size: 14px;
  color: #6b7280;
  flex-shrink: 0;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}

.quantity-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #4b5563;
  transition: all 0.2s;
}

.quantity-btn:hover {
  background: #f3f4f6;
}

.quantity-input {
  width: 100px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
}

.quantity-unit {
  font-size: 14px;
  color: #9ca3af;
}

.order-card__total {
  background: #f5f8fe;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.total-row:last-child {
  margin-bottom: 0;
}

.total-row span:first-child {
  color: #6b7280;
}

.total-row span:last-child {
  font-weight: 600;
  color: #1f2937;
}

.total-row .total-price {
  font-weight: 700;
  color: #052154;
}

.order-btn {
  width: 100%;
  padding: 12px;
  background: #052154;
  color: white;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.order-btn:hover {
  background: #041a3f;
}

.order-card__links {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.link-item i {
  color: #57b046;
  font-size: 14px;
  margin-top: 2px;
}

.link-item__title {
  font-size: 12px;
  font-weight: 500;
  color: #4b5563;
}

.link-item__action {
  font-size: 12px;
  font-weight: 600;
  color: #052154;
  text-decoration: none;
  cursor: pointer;
}

.link-item__action:hover {
  color: #57b046;
  text-decoration: underline;
}

.link-item__phone {
  font-size: 12px;
  font-weight: 600;
  color: #052154;
  text-decoration: none;
}

.link-item__phone:hover {
  color: #57b046;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 1024px) {
  .product-layout {
    grid-template-columns: 320px 1fr 300px;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .product-page {
    padding: 20px 0;
  }

  .product-gallery__main {
    height: 280px;
  }

  .order-card {
    position: static;
  }
}

.product-thumbs {
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
}

.product-thumbs .swiper-slide {
    width: 80px !important;
    flex-shrink: 0;
}

.thumb-btn {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
}

.thumb-btn:hover {
    border-color: #9ca3af;
}

.thumb-btn--active {
    border-color: #57b046;
}

.thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Навигация Swiper */
.swiper-button-prev,
.swiper-button-next {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 12px;
    font-weight: bold;
}

/* Fancybox кастомизация */
.product-gallery__main-link {
    display: block;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
}

.product-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

.product-gallery__zoom-hint {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    pointer-events: none;
}

.product-reviews {
  margin-bottom: 28px;
}

.product-reviews__title {
  color: #052154;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.product-reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
align-items: self-start;
}

/* Левая колонка — рейтинг */
.product-rating-summary {
  background: #f5f8fe;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-rating-summary__score {
  font-size: 48px;
  font-weight: 900;
  color: #052154;
  margin-bottom: 8px;
}

.product-rating-summary__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.product-rating-summary__stars i {
  font-size: 20px;
  color: #f59e0b;
}

.product-rating-summary__count {
  font-size: 14px;
  color: #6b7280;
  margin-top: 8px;
}

/* Шкала оценок */
.rating-distribution {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rating-distribution__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-distribution__star-label {
  width: 16px;
  font-size: 12px;
  color: #6b7280;
}

.rating-distribution__star-icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-distribution__star-icon i {
  color: #f59e0b;
  font-size: 12px;
}

.rating-distribution__bar {
  flex: 1;
  height: 8px;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}

.rating-distribution__bar-fill {
  height: 100%;
  background: #f59e0b;
  border-radius: 9999px;
  transition: all 0.3s;
}

.rating-distribution__count {
  width: 24px;
  font-size: 12px;
  color: #9ca3af;
  text-align: right;
}

.product-rating-summary__btn {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  background: #052154;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.product-rating-summary__btn:hover {
  background: #041a3f;
}

/* Правая колонка — список отзывов */
.product-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-review-item {
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 20px;
}

.product-review-item__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.product-review-item__user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-review-item__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #052154;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.product-review-item__name {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
  margin-bottom: 2px;
}

.product-review-item__city {
  font-size: 12px;
  color: #9ca3af;
}

.product-review-item__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

.product-review-item__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.product-review-item__stars i {
  font-size: 14px;
  color: #f59e0b;
}

.product-review-item__date {
  font-size: 12px;
  color: #9ca3af;
}

.product-review-item__text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.625;
}

/* Адаптив */
@media (min-width: 1024px) {
  .product-reviews__grid {
    grid-template-columns: 1fr 2fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .product-reviews {
    margin-bottom: 10px;
  }

  .product-reviews__title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .product-rating-summary__score {
    font-size: 36px;
  }

  .product-rating-summary__stars i {
    font-size: 16px;
  }

  .product-review-item__user {
    flex-wrap: wrap;
  }
}


/* ===== ФОРМА ОТЗЫВА ===== */
.review-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-form__field label {
    font-size: 14px;
    font-weight: 500;
    color: #052154;
}

.review-form__field input,
.review-form__field select,
.review-form__field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s;
    background: white;
}

.review-form__field input:focus,
.review-form__field select:focus,
.review-form__field textarea:focus {
    outline: none;
    border-color: #57b046;
    box-shadow: 0 0 0 2px rgba(87, 176, 70, 0.1);
}

.review-form__field textarea {
    resize: vertical;
    min-height: 100px;
}

/* Рейтинг звёздами */
.review-form__rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-form__rating-label {
    font-size: 14px;
    font-weight: 500;
    color: #052154;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
    font-size: 24px;
    color: #d1d5db;
    transition: color 0.2s;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #f59e0b;
}

.star-rating input:checked ~ label {
    color: #f59e0b;
}

/* Чекбоксы */
.review-form__checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.review-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.review-form__checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #57b046;
}

.review-form__checkbox-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

.review-form__checkbox-text a {
    color: #57b046;
    text-decoration: none;
}

.review-form__checkbox-text a:hover {
    text-decoration: underline;
}

/* Кнопка отправки */
.review-form__btn {
    width: 100%;
    padding: 14px;
    background: #57b046;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 8px;
}

.review-form__btn:hover {
    background: #4a9a3a;
}

/* Сообщения об ошибках */
.review-form .error {
    color: #ef4444;
    font-size: 12px;
    margin-top: 4px;
}

.review-form .success {
    color: #57b046;
    font-size: 14px;
    text-align: center;
    padding: 16px;
    background: #f0fdf4;
    border-radius: 8px;
}

/* Адаптив */
@media (max-width: 768px) {
    .star-rating label {
        font-size: 20px;
    }
}

.popup .consult__checkbox-text {
    color: black;
}

.product-deatil section.features {
    margin-bottom: 0;
}

.recommended {
  margin-top: 56px;
  padding-bottom: 40px;
}

.recommended__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.recommended__line {
  width: 4px;
  height: 24px;
  background: #57b046;
  border-radius: 9999px;
}

.recommended__title {
  color: #052154;
  font-size: 20px;
  font-weight: 700;
}

/* Сетка товаров */
.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Карточка товара */
.recommended-item {
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
}

.recommended-item:hover {
  border-color: #57b046;
}

.recommended-item__image-link {
  display: block;
}

.recommended-item__image-wrapper {
  width: 100%;
  height: 144px;
  overflow: hidden;
  background: #f9fafb;
}

.recommended-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.recommended-item:hover .recommended-item__image {
  transform: scale(1.05);
}

.recommended-item__content {
  padding: 12px;
}

.recommended-item__category {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #57b046;
  background: rgba(87, 176, 70, 0.1);
  border-radius: 9999px;
  padding: 2px 8px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.recommended-item__title-link {
  display: block;
  text-decoration: none;
}

.recommended-item__title {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  line-height: 1.4;
  margin-bottom: 4px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 34px;
}

.recommended-item__title:hover {
  color: #57b046;
}

.recommended-item__gost {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 8px;
}

.recommended-item__price {
  color: #052154;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.recommended-item__stock {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.stock-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #57b046;
}

.stock-text {
  color: #57b046;
  font-size: 12px;
  font-weight: 500;
}

.recommended-item__cart-btn {
  width: 100%;
  padding: 6px 0;
  background: #052154;
  color: white;
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.recommended-item__cart-btn:hover {
  background: #57b046;
}

/* Адаптив */
@media (min-width: 1024px) {
  .recommended-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .recommended {
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .recommended__title {
    font-size: 18px;
  }

  .recommended-item__image-wrapper {
    height: 120px;
  }

  .recommended-item__price {
    font-size: 13px;
  }
}
    
.order-card.product__right.no-l.no-w .order-card__price-main {
    display: none;
}

.order-card.product__right.no-l.no-w .order-card__price-secondary {
    font-size: 24px;
}

.order-card.product__right.no-l.no-w .product__calculator {
    display: none;
}

.order-card.product__right.no-l.no-w .order-card__stock {
    margin-bottom: 20px;
}    

.subcategory__link.active {
    font-weight: bold;
}

.services-hero {
  background: #052154;
  padding: 40px 0;
}


/* Основная сетка */
.services-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

/* Левая колонка */
.services-hero__content {
  display: flex;
  flex-direction: column;
}

.services-hero__badge {
  color: #57b046;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.services-hero__title {
  color: white;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-hero__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 32px;
  max-width: 576px;
}

/* Правая колонка — статистика */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.stat-card {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 20px;
    text-align: left;
}

.stat-card__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(87, 176, 70, 0.2);
  border-radius: 6px;
  margin-bottom: 12px;
}

.stat-card__icon i {
  color: #57b046;
  font-size: 18px;
}

.stat-card__value {
  color: white;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}

.stat-card__label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.3;
}

/* Адаптив */
@media (min-width: 1024px) {
  .services-hero__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .services-hero__title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .services-hero {
    padding: 32px 0;
  }

  .services-hero__title {
    font-size: 28px;
  }

  .services-hero__description {
    font-size: 14px;
  }

  .stat-card {
    padding: 16px;
  }

  .stat-card__value {
    font-size: 20px;
  }
}
    
.services-all {
  background: white;
  padding: 64px 0;
}

.services-all__header {
  margin-bottom: 40px;
}

.services-all__title {
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.services-all__description {
  color: #6b7280;
  font-size: 14px;
  max-width: 576px;
}

.services-all__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Карточка услуги */
.services-item {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

.services-item:hover {
  border-color: #57b046;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.services-item__image-wrapper {
  position: relative;
  width: 100%;
  height: 176px;
  overflow: hidden;
  flex-shrink: 0;
}

.services-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}

.services-item:hover .services-item__image {
  transform: scale(1.05);
}

.services-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.services-item__content a {
    text-decoration: none!important;
}

.services-item__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.375;
  transition: color 0.2s;
  margin-bottom: auto;
}

.services-item:hover .services-item__title {
  color: #57b046;
}

.services-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f3f4f6;
  padding-top: 12px;
  margin-top: 16px;
}

.services-item__calc-btn {
  background: #57b046;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.services-item__calc-btn:hover {
  background: #4a9a3a;
}

.services-item__more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #57b046;
  font-size: 12px;
  font-weight: 600;
  transition: gap 0.2s;
  white-space: nowrap;
}

.services-item:hover .services-item__more {
  gap: 8px;
}

.services-item__more i {
  font-size: 12px;
}

@media (min-width: 768px) {
  .services-all__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-all__title {
    font-size: 30px;
  }
  .services-all__description {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .services-all__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .services-all__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .services-all {
    padding: 48px 0;
  }
  .services-all__title {
    font-size: 24px;
  }
  .services-item__image-wrapper {
    height: 160px;
  }
}

.warehouses .stat-card {
    background-color: rgb(5 33 84 / 0.05);
    text-align: center;
}

.modal__title {
  color: #052154;
  font-size: 18px;
  font-weight: 700;
}

.modal__close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.2s;
  background: none;
  border: none;
}

.modal__close:hover {
  color: #374151;
}

.modal__close i {
  font-size: 20px;
}

.modal__product {
  background: #f5f8fe;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}

.modal__product-title {
  font-weight: 600;
  color: #052154;
  font-size: 14px;
}

.modal__product-details {
  color: #6b7280;
  font-size: 14px;
  margin-top: 4px;
}

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

.modal__input,
.modal__textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.modal__input:focus,
.modal__textarea:focus {
  border-color: #57b046;
}

.modal__textarea {
  resize: vertical;
  min-height: 80px;
}

.modal__submit {
  width: 100%;
  padding: 12px 0;
  background: #57b046;
  color: white;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.modal__submit:hover {
  background: #4a9a3a;
}

@media (max-width: 480px) {
  .modal__container {
    padding: 20px;
  }

  .modal__title {
    font-size: 16px;
  }
}

a.service-card__title-link {
    text-decoration: none!important;
}
    