

/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?1754023801877*/
.header-cart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-cart__icon {
    width: 3.125em;
}

.header__cart-count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff5f5f;
    width: clamp(15px, 1.5vw, 25px);
    height: clamp(15px, 1.5vw, 25px);
    border-radius: 999px;
    padding: 3px;
    font-size: clamp(10px, 1vw, 14px);
}

@media(max-width: 1024px) {
    .header__cart-count {
        width: clamp(15px, 3vw, 25px);
        height: clamp(15px, 3vw, 25px);
        font-size: clamp(10px, 2.15vw, 14px);
    }
}

@media(max-width: 480px) {
    .header__cart-count {
        width: clamp(15px, 3.75vw, 25px);
        height: clamp(15px, 3.75vw, 25px);
        font-size: clamp(10px, 2.5vw, 14px);
    }
}
/* End */


/* Start:/local/templates/main/include/obratniy-zvonok/style.css?17551400073316*/
/* ОБРАТНЫЙ ЗВОНОК */

.obratniy-zvonok {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    font-size: clamp(10.25px, 1vw, 16px);
    padding: 0 50px;
}
.obratniy-zvonok.active { display: flex; }

.obratniy-zvonok-content {
    display: flex;
    gap: 1.875em;
    background-color: #252525;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 1200px;
    width: 80%;
    border-radius: 10px;
    position: relative;
}

.obratniy-zvonok-container {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    margin-left: auto;
    padding: 4.906em 0;
    padding-left: 3.75em;
    width: 100%;
}

.obratniy-zvonok-main {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.obratniy-zvonok-title {
    font-size: 2.5em;
    font-weight: 500;
}

.obratniy-zvonok-description {
    font-size: 1.5em;
    font-weight: 400;
}

.obratniy-zvonok-image {
    margin-left: auto;
    width: 30.813em;
}

.obratniy-zvonok-form {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.obratniy-zvonok-input {
    font-family: 'Inter', sans-serif;
    background: none;
    outline: none;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    padding: 1.375em 1.25em;
    font-size: 1.125em;
    color: #FFF;
}

.obratniy-zvonok-accept {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875em;
    color: #BBBBBB;
}

.obratniy-zvonok-form-accept {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 1.125em;
    height: 1.125em;
    border: 1.5px solid #BBBBBB;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.2s ease;
}

.obratniy-zvonok-form-accept:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid #BBBBBB;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
    box-sizing: content-box;
}

.obratniy-zvonok-send {
    background-color: #FCAA00;
    font-size: 1.5em;
    font-weight: 500;
    padding: 15px 115px;
    border-radius: 10px;
    width: min-content;
    margin: 0 auto;
    cursor: pointer;
    color: #FFF;
    border: none;
    outline: none;
}

.obratniy-zvonok-close {
    position: absolute;
    right: 15px;
    top: 15px;
    filter: brightness(2);
    cursor: pointer;
}

.obratniy-zvonok-error {
    display: none;
    text-align: left;
    color: #ff5959ff;
    margin-top: 5px;
}
.obratniy-zvonok-error.active {
    display: block;
}

@media (max-width: 1024px) {
    .obratniy-zvonok { font-size: clamp(7px, 2.35vw, 16px); }
    .obratniy-zvonok-image { display: none; }
    .obratniy-zvonok-container { padding-right: 3.75em; }
    .obratniy-zvonok-send { padding: 15px 0; width: 100%; }
    .obratniy-zvonok { padding: 0; }
}
@media(max-width: 480px) {
    .obratniy-zvonok-send { padding: 11px 0; width: 100%; }
    .obratniy-zvonok-form-accept { width: 10px; height: 10px; }
    .obratniy-zvonok-content { width: 85%; }
    .obratniy-zvonok-close { width: 20px; height: 20px; }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/catalog-area/style.css?17551400051976*/
.catalog-area-main {
    display: flex;
    gap: 30px;
    font-size: clamp(10.25px, 1vw, 14px);
}

.catalog-area-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}

.catalog-area-category {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5em;
    font-weight: 600;
}

.catalog-area-category:hover {
    color: #00B16B;
}

.catalog-area-hr {
    height: 100vh;
}

.catalog-area-subcategories {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    height: min-content;
    width: 100%;
    word-break: break-word;
}

.catalog-area-subcategory {
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #EAEAEA;
    padding: 10px 20px;
    border-radius: 10px;
}

.catalog-area-subcategory:hover {
    color: #00B16B;
}

.catalog-area-subcategory p {
    font-size: 1.15em;
}

.catalog-area-subcategory img {
    width: 50px;
    height: 50px;
}

.catalog-area-category-arrow {
    width: 0.6em;
    height: 1em;
}

@media(max-width: 1280px) { .catalog-area-subcategory img { width: 40px; height: 40px; } }

@media(max-width: 1024px) {
    .catalog-area-hr { width: 100%; height: auto; }
    .catalog-area-main { flex-direction: column; }
    .catalog-area-subcategories { grid-template-columns: repeat(3, 1fr); overflow: scroll; }
    .catalog-area-subcategory { height: 70px; }
    .catalog-area-main { font-size: clamp(12px, 2.25vw, 14px); }
    .catalog-area-category { width: 100%; }
    .catalog-area-subcategories { width: 100%; }
}

@media(max-width: 768px) { .catalog-area-subcategories { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 480px) { 
    .catalog-area-main { font-size: clamp(8px, 2.85vw, 12.5px); }
    .catalog-area-subcategories { gap: 10px; }
    .catalog-area-subcategory { padding: 5px 15px; height: 55px; } 
    .catalog-area-subcategory img { width: 25px; height: 25px; }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/footer-categories/style.css?1752930890234*/
.footer__catalog-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    color: #FFF;
}

.footer__catalog-items a {
    cursor: pointer;
}

.footer__catalog-items a:hover {
    color: #00B16B;
}
/* End */


/* Start:/local/templates/main/styles.css?175556133312408*/
/* ОСНОВНОЕ */

div[id^="wait_comp_"]{ display: none;}

.tablebodytext {
    display: none;
}

.body-dark {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 999;
    background-color: rgb(0, 0, 0, 0.5);
}
.body-dark.active { display: block; }

/* БУРГЕР-МЕНЮ */

.burger-menu-body {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: clamp(12px, 2vw, 16px);
}

.burger-menu-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background-color: #252525;
    padding: 30px;
    height: 100vh;
    width: 45vw;
    z-index: 999;
}

.nav-bm {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
    z-index: 2;
}

.nav-bm-link {
    font-size: 1.286em;
    font-weight: 600;
    width: fit-content;
}

.bm-hr { border: 1px solid #00B16B; }

.bm-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bm-phone {
    font-size: 1.25em;
    font-weight: 700;
}

.bm-socials {
    position: relative;
    z-index: 1000;
    display: flex;
    gap: 18.5px;
    align-items: center;
}

.bm-social-link {
    width: 2.5em;
    cursor: pointer;
}

.bm-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
}

.close-burger-menu {
    position: absolute;
    right: 20px;
}

@media (max-width: 768px) { .burger-menu-content { width: 50vw; } }
@media (max-width: 600px) { .burger-menu-content { width: 60vw; } }
@media (max-width: 520px) { .burger-menu-content { width: 65vw; } }
@media (max-width: 480px) { 
    .burger-menu-body { font-size: clamp(8px, 4vw, 16px); }
    .burger-menu-content { width: 100vw; }
    .burger-menu-content { padding: 30px 20px; }
}

/* ШАПКА САЙТА */

.header {
    position: sticky;
    top: 0;
    font-size: clamp(10.25px, 1vw, 16px);
    z-index: 2;
}

.header-top {
    position: relative;
    display: flex;
    gap: 1.875em;
    align-items: center;
    justify-content: space-between;
    background-color: #252525;
    border: 2px solid #009B52;
    border-radius: 10px;
    padding: 0.625em 1.875em;
    z-index: 2;
}

.logo {
    width: 11.5em;
    min-width: 120px;
}

.nav {
    display: flex;
    gap: 1.875em;
}

.nav-link {
    font-size: 1em;
    white-space: nowrap;
    font-weight: 500;
}
.nav-link:hover { color: #00B16B; }

.location { 
    display: flex;
    align-items: center;
    gap: 5px;
    color: #9E9E9E;
    cursor: pointer;
    font-size: 0.813em;
    flex-shrink: 0;
}
.location-icon { width: 1.55em; }
.location-text { width: min-content; }

.header-buttons {
    display: flex;
    align-items: center;
    gap: 0.938em;
}

.header-callback {
    cursor: pointer;
    text-align: center;
    font-size: 1.25em;
    font-weight: 500;
    padding: 0.844em 1.375em;
    background: #FCAA00;
    background: linear-gradient(90deg, rgba(252, 170, 0, 1) 50%, rgba(252, 140, 0, 1) 100%);
    border-radius: 10px;
    color: #fff;
    white-space: nowrap;
}

.mobile-header-callback, .burger-menu-button { display: none; }
.mobile-header-callback img { display: block; width: 2.6em; }
.burger-menu-button img { display: block; width: 2.15em; }

/* ПОДПАНЕЛЬ */

.header-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(0, 121, 64);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 20px 10px;
    margin-top: -10px;
    z-index: 1;
}

.header-catalog {
    display: flex;
    align-items: center;
    gap: 1.875em;
    height: 2.5em;
}

.btn-catalog {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.156em;
    color: #fff;
    background: rgba(37, 37, 37, 0.85);
    border: 1px solid #FD9201;
    border-radius: 0.625em;
    cursor: pointer;
    font-size: 1.125em;
    font-weight: 500;
    white-space: nowrap;
}
.btn-catalog.hide { display: none; }

.header-contacts {
    display: flex;
    align-items: center;
    gap: 1.25em;
}

.header-phone {
    font-weight: 600;
    font-size: 1em;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 1.156em;
}

.social-link {
    width: 2.375em;
    cursor: pointer;
}

.search {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.search-input {
    height: 100%;
    font-family: 'Inter', sans-serif;
    padding: 0 20px;
    width: 20em;
    border-radius: 0.625em;
    background: rgba(37, 37, 37, 0.65);
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.938em;
}
.mobile-search-input { display: none; width: 100%; height: clamp(35px, 12.5vw, 50px); }
.search.show { width: 100%; }
.search-input.show { display: block; width: 100%; }
.search-input:focus { outline: none; }

.search-input::placeholder {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 0.938em;
}

.search-icon {
    width: 1.375em;
    cursor: pointer;
}

/* ГОРОДА */

.header-city {
    display: none;
    position: absolute;
    background-color: #252525;
    border: 1px solid #009B52;
    z-index: 1;
    padding: 15px;
    opacity: 1;
    top: 10px;
    right: 9.5em;
    border-radius: 10px;
}

.header-city-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 5px;
}

.header-city-item {
    font-size: 0.875em;
    font-weight: 300;
    white-space: nowrap;
    color: #FFF;
    font-family: 'Inter', sans-serif;
}

.header-city-item.active {
    color: #00B16B;
    font-weight: 600;
}

.header-city-item:hover {
    color: #00B16B;
}

/* КАТАЛОГ + ПОИСК */

.catalog-area, .search-area {
    position: absolute;
    width: 100%;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    font-size: clamp(12px, 1vw, 16px);
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    transform: scaleY(0) scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1;
    opacity: 0;
    background-color: #252525;
}
.catalog-area { padding: 0 120px; }
.catalog-area.open, .search-area.open { transform: scaleY(1) scaleX(1); opacity: 1; }
.search-area-top { display: flex; justify-content: space-between; align-items: center; }
.catalog-area-content { overflow: scroll; }
.search-area-content { position: relative; background-color: #252525; height: 100%; }
#search-results { margin-top: 35px; }
.search-close { position: absolute; right: 0; cursor: pointer; width: 35px; height: 35px; }

@media (max-width: 1366px) { .search-area { padding: 0 50px; } .catalog-area { padding: 0 90px; } }
@media (max-width: 1100px) { .catalog-area { padding: 0 60px; } }
@media (max-width: 1024px) { .search-area { padding: 0 40px; } .catalog-area { padding: 0 40px; } }
@media (max-width: 576px) { .catalog-area, .search-area { padding: 0 20px; } }

/* АДАПТАЦИЯ */

@media(min-width: 1620px) { .location-text { width: max-content; } }
@media(max-width: 1366px) { .header-bottom { padding: 18.5px 20px 8.5px; } .search-close { width: 30px; height: 30px; } }
@media(max-width: 1180px) { .header-bottom { padding: 17.5px 20px 7.5px; } .search-close { width: 25px; height: 25px; } }
@media(max-width: 1024px) {
    .header, .search-area { font-size: clamp(12px, 2.25vw, 16px); }
    .nav { display: none; }
    .location { margin-left: auto; } 
    .location-text { width: max-content; }
    .header-callback { display: none; }
    .header-top { gap: 20px; }
    .mobile-header-callback, .burger-menu-button { display: block; }
    .header-contacts { display: none; }
    .header-catalog { justify-content: space-between; width: 100%; }
    .search-input { width: clamp(150px, 26vw, 260px); }
    .search-close { width: 35px; height: 35px; }
    .header-city { right: 0; }
}
@media(max-width: 700px) { .location-text { width: min-content; } .search-close { width: 30px; height: 30px; } }
@media(max-width: 480px) {
    .logo { width: 9.5em; }
    .header, .search-area { font-size: clamp(8px, 3.45vw, 16px); }
    .header-top { padding: 0.807em; }
    .location { display: none; }

    .header-bottom { padding: 15px 10px 5px; }
    .search-input { display: none; }
    .btn-catalog { width: 100%; }
    .search-icon { width: 2em; }
    .header-catalog { gap: 10px; }

    .email-send { width: 100% !important; text-align: center; }
    .mobile-search-input { display: block; width: calc(100% - 50px); }
}
@media(max-width: 360px) { .search-close { width: 25px; height: 25px; } }

/* ПОДВАЛ САЙТА */

.footer {
    font-size: clamp(10.25px, 1vw, 16px);
}

.footer-logo {
    width: 100%;
    max-width: 15.625em;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    border: 2px solid #00B16B;
    padding: 40px 40px;
    border-radius: 10px;
    height: 655px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    height: 100%;
}

.footer-email {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email-text {
    font-size: 1.25em;
    font-weight: 500;
}

.email-input {
    background: transparent;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 17px 20px;
    font-size: 0.875em;
    color: #FFF;
    font-family: 'Inter', sans-serif;
}

.email-input::placeholder {
    color: #F9F9F9;
}

.email-input:focus {
    outline: none;
}

.accept {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #EAEAEA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
}

.accept:checked {
    border-color: #EAEAEA;
}

.accept:checked::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 5px;
    border: solid #EAEAEA;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -65%) rotate(45deg);
    top: 50%;
    left: 50%;
}

.email-send {
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 10px;
    background: #FCAA00;
    background: linear-gradient(90deg, rgba(252, 170, 0, 1) 50%, rgba(252, 140, 0, 1) 100%);
    padding: 13px 70px;
    width: min-content;
    border-radius: 10px;
    cursor: pointer;
}

.footer-right {
    display: flex;
    gap: 160px;
}

.footer__useful-info {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.footer-right-up {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__useful-info-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #009B52;
}

.useful-link {
    color: #009B52;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
}

.footer__catalog-items a {
    width: fit-content;
}

.useful-link:hover {
    color: #FFF;
}

.footer__useful-info-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contacts {
    display: flex;
    gap: 15px;
}

.footer-contact-icon {
    cursor: pointer;
}

.footer-right-down {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-documents {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-documents p {
    text-decoration: underline;
    cursor: pointer;
}

.footer__catalog {
    color: #009B52;
}

.footer__catalog-title {
    color: #009B52;
    font-weight: 500;
    font-size: 1.25em;
    text-transform: uppercase;
    cursor: pointer;
}

/* АДАПТАЦИЯ */

@media(max-width: 480px) {
    .footer { font-size: clamp(8px, 3vw, 14px); }
    .mobile-search-input { display: block; }
}

@media (max-width: 390px) { 
    .email-send { width: 100%; text-align: center; padding: 13px 0 } 
}

@media (max-width: 1024px) { 
    .footer { font-size: clamp(12px, 2.25vw, 16px); }

    .footer-container { flex-wrap: wrap; height: auto; gap: 40px; }
    .footer-left { width: 100%; gap: 35px; }
    .footer-right-down { margin-top: 30px; }
}

@media (max-width: 650px) { .footer__catalog { display: none; } }
/* End */


/* Start:/local/templates/main/template_styles.css?17551400091021*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background: #252525;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Универсальные стили */

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { border: none; font-family: 'Inter', sans-serif; background: none; }

/* Контейнерные блоки */

.header, .work-area, .footer {
    max-width: 1660px;
    margin: 0 auto 20px;
    padding: 0 80px;
}
.work-area.hide,
.footer.hide { display: none; }

.header.active { z-index: 999; }
.footer { margin-bottom: 30px; }

/* Адаптивность */
@media (max-width: 1366px) { .header, .work-area, .footer { padding: 0 50px; } }
@media (max-width: 1024px) { .header, .work-area, .footer { padding: 0 40px; } }
@media (max-width: 768px) { html { font-size: clamp(10px, 2.5vw, 16px); } }
@media (max-width: 576px) { .header, .work-area, .footer { padding: 0 20px; } }
/* End */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?1754023801877 */
/* /local/templates/main/include/obratniy-zvonok/style.css?17551400073316 */
/* /local/templates/main/components/bitrix/catalog.section.list/catalog-area/style.css?17551400051976 */
/* /local/templates/main/components/bitrix/catalog.section.list/footer-categories/style.css?1752930890234 */
/* /local/templates/main/styles.css?175556133312408 */
/* /local/templates/main/template_styles.css?17551400091021 */
