@import url('./custom_font_Gilroy.css');

body.site_s2 {
    --black_bg_black: var(--light, #fff) var(--dark, #2C2C2C);
    --darkerblack_bg_black: var(--light, #fff) var(--dark, #2C2C2C);
    --foot_dark_light: var(--light, #fff) var(--dark, #2C2C2C);
    --basic_text_black: var(--light, #2C2C2C) var(--dark, #fff);
    --fill_dark_lite_white_hover: var(--light, #2C2C2C) var(--dark, #fff);
    --fill_dark_lite_hover: var(--light, #2C2C2C) var(--dark, #fff);
    --white_text_black: var(--light, #2C2C2C) var(--dark, white);
    --tizer_text_black: var(--light, rgba(0, 0, 0, 0.3)) var(--dark, rgba(255, 255, 255, 0.3));
    --theme-outer-border-radius: 6px;
    --border-radius: 6px;
    --factories-bg: #282828;
    --filter-bg: #282828;
    --filtercheked-bg: #313131;
    --white: #ffffff;
}

.s2_site:root {
    --dark: #2C2C2C;
    --light: #fff;
    --theme-font-family: 'Gilroy', sans-serif;
    /*--theme-page-width: 100%;*/
}

.site_s2 .btn:focus {
    outline: none !important;
}

body.site_s2>.body:not(.index)>.main {
    padding-bottom: 120px;
}

.site_s2 .index-block--padding-top-40>div {
    padding-top: 60px;
}

@media (max-width: 600px) {
    .site_s2 .maxwidth-theme {
        --theme-page-width-padding: 24px;
    }
}

.site_s2 .dark_link:hover {
    color: var(--fill_dark_lite_hover);
    opacity: 0.7;
}

.site_s2 h1 {
    font-size: 36px;
    line-height: 110%;
    margin: 0;
    font-weight: 600;
}

.site_s2 .font_36 {
    font-size: 36px;
    line-height: 110%;
}

.site_s2 .font_120 {
    font-size: 120px;
    line-height: 110%;
    font-weight: 600;
}

@media (max-width: 991px) {
    .site_s2 h1 {
        font-size: calc(20px + 16 * (100vw / 1280));
    }
}

.site_s2 h2 {
    font-size: 24px;
    line-height: 110%;
    font-weight: 600;
}

.site_s2 h3 {
    font-size: 16px;
    line-height: 110%;
    font-weight: 600;
}

.site_s2 h4 {
    font-size: 12px;
    line-height: 110%;
    font-weight: 600;
}

.site_s2 .price-btn {
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin: 185px 0 0px 0;
    height: 64px;
    max-width: 427px;
    font-weight: 800;
}

.site_s2 p {
    margin-bottom: 20px;
    line-height: 140%;
}

/*Header_custom*/
.site_s2 .headers-container {
    height: 163px;
}

/* ====================== НОВАЯ ШАПКА ====================== */
.site_s2 .header_custom .header__inner {
    border: 0;
    padding-bottom: 0;
}

.site_s2 .header_custom .header__main-inner {
    margin: 0;

}

.site_s2 .header_custom .header__main-part {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    min-height: 160px;
    padding: 16px 0px;
}

.site_s2 .header_custom .header__left {
    display: flex;
    flex-direction: column;
}

.site_s2 .header_custom .logo {
    height: auto !important;
    max-width: max-content;
}

.site_s2 .header_custom .logo a,
.site_s2 .header_custom .logo span {
    color: inherit !important;
}

.site_s2 .header_custom .header__contacts {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 110%;
    color: var(--basic_text_black);
}

.site_s2 .header_custom .header__schedule {
    white-space: nowrap;
    flex-basis: 55%;
}

.site_s2 .header_custom .header__phone .phones__phone-link {
    font-size: 12px !important;
    font-weight: 400;
    opacity: 0.7;
}

.site_s2 .header_custom #main-navigation .menu-bottom {
    justify-content: flex-start;
    gap: 48px;
    height: auto;
}

.site_s2 .header_custom #main-navigation .menu-bottom .header__main-item {
    margin: 0px;
}

.site_s2 .header_custom .header__right {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    flex-basis: 50%;
}

.site_s2 .header_custom .header__cart,
.site_s2 .header_custom .header__search_toggle,
.site_s2 .header_custom .header__burger {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
}

.site_s2 .header_custom .header-search__icon {
    width: 24px;
    height: 24px;
    z-index: 99;
}

.site_s2 .header_custom .header__burger svg {
    width: 24px;
    height: 24px;

}

/* мелкие правки */
.site_s2 .header_custom .phones .phones__dropdown,
.site_s2 .header_custom .phones .more-arrow {
    display: none;
}

.site_s2 .header_custom .phones .phones__phone-link:hover {
    color: var(--light, #2C2C2C) var(--dark, #fff);
    text-decoration-line: underline;
    opacity: 1;
}

.site_s2 .header_custom .header__phone {
    margin: 0;
}


/*Поиск в шапке*/
.site_s2 .header_custom .header__search {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff;
    align-content: center;
}

.site_s2 .header_custom .header__search .form-control {
    color: var(--input_color);
    box-shadow: none;
    border: unset;
    height: 52px;
    padding: 17px 14px;
    background-color: var(--input_bg_color);
    font-size: 18px;
    line-height: 120%;
    position: relative;
}

.site_s2 .header_custom .header__search .form-control:not([readonly]):not([disabled]):hover,
.site_s2 .header_custom .header__search .form-control:not([readonly]):not([disabled]):focus {
    background-color: var(--input_bg_color);
    border: unset;
    border-radius: 0;
    box-shadow: unset;
}

.site_s2 .header_custom .header__search .form-control::placeholder {
    color: var(--light, #2C2C2C) var(--dark, #fff);
    opacity: 0.5;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
}

.site_s2 .header_custom .header__search form.search {
    position: relative;
    display: flex;
}

.site_s2 .header_custom .header__search .search-button-div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    order: -1;
    position: relative;
}

.site_s2 .header_custom .header__search_toggle {
    flex-shrink: 0;
    margin: 0;
    display: flex;

    align-items: center;
}

.site_s2 .header_custom .search .btn-search {
    background: unset;
}

.site_s2 .header_custom .search .search-input-div {
    width: 88%;
}

.site_s2 .header_custom .search:focus-within .btn-search use {
    fill: var(--theme-base-color);
}

/*cart fix*/
.site_s2 .header-cart:hover .basket-dropdown, .site_s2 .header-cart.opened .basket-dropdown {
    z-index: 9999;
}

/*header-fixed*/
.site_s2 .header_custom.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.site_s2 .header_custom.header-fixed .header__main-part {
    height: auto;
    min-height: 90px;
    max-height: 90px;
}

/* ===== СТИЛИ ДЛЯ ФИКСИРОВАННОЙ ШАПКИ ===== */
.site_s2 .header_custom.header-fixed {
    background: var(--theme-base-color);
    /*transition: all 0.3s ease;*/
}

/* Перекрашиваем текст и иконки в белый */
.site_s2 .header_custom.header-fixed .logo a,
.site_s2 .header_custom.header-fixed .logo span,
.site_s2 .header_custom.header-fixed .header__schedule,
.site_s2 .header_custom.header-fixed .phones__phone-link,
.site_s2 .header_custom.header-fixed .header-menu__link,
.site_s2 .header_custom.header-fixed .header-menu__title,
.site_s2 .header_custom.header-fixed .header-menu__wide-child-link,
.site_s2 .header_custom.header-fixed .header-menu__wide-submenu-item-name {
    color: var(--white);
}

/* Иконки и SVG */
.site_s2 .header_custom.header-fixed .logo svg path,
.site_s2 .header_custom.header-fixed .header__burger svg path,
.site_s2 .header_custom.header-fixed .header__search_toggle svg path,
.site_s2 .header_custom.header-fixed .header__cart svg path,
.site_s2 .header_custom.header-fixed .header-menu__wide-submenu-right-arrow svg path,
.site_s2 .header_custom.header-fixed .burger-icon span,
.site_s2 .header_custom.header-fixed .header-menu__wide-submenu-right-arrow-wrapper svg path,
.site_s2 .header_custom.header-fixed .header__search svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    background-color: #FFFFFF;
}

/*лого и инфо*/
.site_s2 .header_custom.header-fixed .header__left {
    flex-direction: row;
    gap: 40px;
}

.site_s2 .header_custom.header-fixed .logo {
    max-width: 300px;
    max-height: 58px;
}

.site_s2 .header_custom.header-fixed .header__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
}

.site_s2 .header_custom.header-fixed .header__schedule {
    flex-basis: unset;
}

.site_s2 .header_custom.header-fixed .phones .phones__phone-link:hover {
    color: var(--white);

}

.site_s2 .header_custom.header-fixed .header-menu__wrapper {
    display: flex;
    gap: 32px;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 0;
}

/*Указатель корзины*/
.site_s2 .header_custom.header-fixed .bg-more-theme {
    background-color: #fff;
    color: var(--theme-base-color);
}

/* Меню с прозрачностью */
.site_s2 .header_custom.header-fixed .header-menu__wide-child-link {
    opacity: 0.7;
    color: #FFFFFF;
}

.site_s2 .header_custom.header-fixed .header-menu__wide-child-link:hover {
    opacity: 1;
    color: #FFFFFF;
}

.site_s2 .header_custom.header-fixed .header-menu__wide-submenu-item-name {
    opacity: 0.7;
    color: #FFFFFF;
}

.site_s2 .header_custom.header-fixed .header-menu__wide-submenu-item-name:hover {
    opacity: 1;
    color: #FFFFFF;
}

/* Дропдаун меню при фиксированной шапке */
.site_s2 .header_custom.header-fixed .header-menu__dropdown-menu--fullwidth {
    background: #2C2C2C;
    background: var(--theme-base-color);
    top: 100px;
    /* Корректируем позицию относительно фиксированной шапки */
}

.site_s2 .header_custom.header-fixed .dropdown-fade {
    background: linear-gradient(to bottom, transparent, #2C2C2C 70%);
    background: linear-gradient(to bottom, transparent, var(--theme-base-color) 70%);
}

/* Алфавитная группировка в фиксированной шапке */
.site_s2 .header_custom.header-fixed .alphabet-letter-header {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.site_s2 .header_custom.header-fixed .alphabet-letter-title,
.site_s2 .header_custom.header-fixed .alphabet-list-link:hover {
    color: #FFFFFF;
}

.site_s2 .header_custom.header-fixed .alphabet-list-link {
    color: rgba(255, 255, 255, 0.7);
}

.site_s2 .header_custom.header-fixed .dot {
    background: rgba(255, 255, 255, 0.3);
}

/* Кнопка "Показать все" */
.site_s2 .header_custom.header-fixed .show-all-link {
    background: var(--white);
    color: var(--theme-base-color);
}

/* Дополнительные элементы меню */
.site_s2 .header_custom.header-fixed .extra-menu-link,
.site_s2 .header_custom.header-fixed .extra-menu-contacts-schedule,
.site_s2 .header_custom.header-fixed .extra-menu-social-link {
    color: rgba(255, 255, 255, 0.7);
}

.site_s2 .header_custom.header-fixed .extra-menu-phone-link,
.site_s2 .header_custom.header-fixed .extra-menu-email-link {
    color: #FFFFFF;
}

/* Навигация по секциям */
.site_s2 .header_custom.header-fixed .menu-navigation__sections-item-link {
    color: #FFFFFF;
}

.site_s2 .header_custom.header-fixed .menu-navigation__sections-item-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.site_s2 .header_custom.header-fixed .menu-navigation__sections-item-link--active {
    background-color: rgba(255, 255, 255, 0.15);
}

/* Поиск в фиксированной шапке */
.site_s2 .header_custom.header-fixed .header__search {
    background: #2C2C2C;
    background: var(--theme-base-color);
}

.site_s2 .header_custom.header-fixed .header__search .form-control {
    background-color: var(--theme-base-color);
    color: #FFFFFF;
}

.site_s2 .header_custom.header-fixed .header__search .form-control:not([readonly]):not([disabled]):hover,
.site_s2 .header_custom.header-fixed .header__search .form-control:not([readonly]):not([disabled]):focus {
    background-color: var(--theme-base-color);

}

.site_s2 .header_custom.header-fixed .header__search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Корректировка позиции основного контента при фиксированной шапке */
.site_s2 .header_custom.header-fixed+.main-content,
.site_s2 .header_custom.header-fixed+.content,
.site_s2 .header_custom.header-fixed~.main-content,
.site_s2 .header_custom.header-fixed~.content {
    padding-top: 160px;
    /* Высота шапки */
}

/* Анимация появления */
/*.site_s2 .header_custom {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}*/


/*header-fixed end*/
.site_s2 section.page-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Footer-custom*/
.site_s2 .footer-custom {
    border-top: unset;
    background: var(--foot_dark_light);

}

.site_s2 .footer-custom .footer__part--top {
    width: 100%;
}

.site_s2 .footer-custom .footer-logo {
    width: 100%;
    max-width: 100%;
}

.site_s2 .footer-custom .footer-logo svg {
    width: 100%;
    height: auto;
    display: block;
}

.site_s2 .footer-custom .footer__main-part-inner {
    padding: 0px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.site_s2 .footer-custom .footer__main-part-inner .footer__part--center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.site_s2 .footer-custom .address-footer {
    line-height: 110%;
    color: var(--basic_text_black);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site_s2 .footer-custom .ph-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.site_s2 .footer-custom .phone-footer {
    font-size: 14px;
    line-height: 110%;
    color: var(--basic_text_black);
}

.site_s2 .footer-custom .phone-footer:hover {
    text-decoration-line: underline;
}

.site_s2 .footer-custom .phone-footer .phones__phone-link {
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}

.site_s2 .footer-custom .schedule-footer {
    line-height: 110%;
    opacity: 0.7;
    font-size: 12px;
}

.site_s2 .footer-custom .email-footer {
    font-size: 14px;
    line-height: 110%;
}

.site_s2 .footer-custom .email-footer:hover {
    text-decoration-line: underline;
}

.site_s2 .footer-custom .footer__main-part-inner .footer__part--bottom {
    width: 100%;
    display: flex;
    gap: 40px;
}


.site_s2 .footer-custom .footer__main-part-inner .footer__part--copy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.site_s2 .footer-custom .footer__copy {
    font-size: 12px;
    line-height: 110%;
}

.site_s2 .footer-custom .footer__part-item-confidentiality {
    display: flex;
    gap: 24px;
    font-size: 12px;
}


.site_s2 .footer-custom .footer__main-part-menu .sidebar {
    margin-bottom: 0px;
}

.site_s2 .footer-custom .footer__main-part-menu {
    justify-content: space-between;
}


.site_s2 .footer-custom .side-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.site_s2 .footer-custom .side-menu::before {
    display: none;
}

.site_s2 .footer-custom .side-menu .link-wrapper {
    padding-bottom: 0px;
}

.site_s2 .footer-custom .side-menu a {
    padding: 0px 0px;
    line-height: 110%;
    font-size: 14px;
}

.site_s2 .footer-custom .side-menu a:hover {
    text-decoration-line: underline;
}

.site_s2 .footer-custom .side-menu a[data-wshref]:not([onclick]),
.site_s2 .footer-custom .side-menu a.dark_link.link--active {
    color: var(--theme-base-color);
    opacity: 1;
    cursor: default;
    text-decoration: unset;
}

.site_s2 .footer-custom .side-menu a[data-wshref]:not([onclick]):hover,
.site_s2 .footer-custom .side-menu a.dark_link.link--active:hover {
    text-decoration: unset;
}

@media (min-width: 992px) {
    .site_s2 .footer-custom .footer__part--left {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .site_s2 .footer-custom .footer__part--right {
        margin: 0;
        width: 50%;
    }
}

@media (max-width: 991px) {
    .site_s2 .footer-custom .flex-hidden-991 {
        display: none;
    }

    .site_s2 .footer-custom .footer__main-part-inner {
        flex-direction: row;
    }
}

/*Заголовок и хлебные крошки*/
.site_s2 .page-top-info.custom .page-top-inner-wrapper {
    padding: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;

}

.site_s2 .page-top-info.custom .page-top-inner-wrapper .cowl>#navigation {
    margin-bottom: 0px;
}

/*
@media (max-width: 991px) {
    .site_s2 .page-top-info.custom .page-top-inner-wrapper {
        padding: 0px 0 10px 0;
        position: relative;
    }

    .site_s2 .page-top-info.custom .page-top-inner-wrapper .topic {
        width: 100%;
    }

    .site_s2 .page-top-info.custom .page-top-inner-wrapper .cowl {
        width: 100%;
        order: -1;
        justify-content: flex-start;
        padding: 0px 0 30px 0;
        margin-bottom: 0;
    }

    .site_s2 .page-top-info.custom .page-top-inner-wrapper .cowl>#navigation {
        width: 100%;
    }
}*/

/*Пагинация*/
.site_s2 .bottom_nav_wrapper .bottom_nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 56px;
    padding-top: 120px;
}

.site_s2 .bottom_nav>div {
    margin-top: 0px;
}

.site_s2 .bottom_nav .ajax_load_btn {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    display: flex;
    width: 100%;
}

/*Кнопка показать ещё*/
.site_s2 .more_text_ajax.btn:not(:hover) {
    background-color: var(--theme-base-color);
    color: #ffffff;
}

.site_s2 .more_text_ajax.btn:hover {
    opacity: 0.7;
}

.site_s2 .more_text_ajax.btn {
    font-size: 14px;
    line-height: 110%;
    font-weight: 400;
    text-transform: none;
    padding: 7px 40px;
    height: 40px;
    border-radius: 40px;
    color: #ffffff;
    width: 100%;
}

/*Постраничка*/
.site_s2 .module-pagination__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.site_s2 .cur.module-pagination__item {
    background-color: var(--theme-base-color);
    color: var(--white);
}

.site_s2 .module-pagination .module-pagination__item {
    display: inline-flex;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    border-radius: 50%;
    font-size: 14px;
    line-height: 110%;
    border: 1px solid rgba(44, 44, 44, 0.2);
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}


.site_s2 .module-pagination__item:not(.cur):hover {
    background-color: var(--theme-base-color);
    color: var(--white);
    /*text-decoration-line: underline;*/
}

.site_s2 .arrows-pagination__item {
    display: inline-flex;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    border-radius: 50%;
    font-size: 14px;
    line-height: 110%;
    border: 1px solid rgba(44, 44, 44, 0.2);
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.site_s2 .arrows-pagination__item svg {
    width: 16px;
}

.site_s2 .arrows-pagination__item:hover {
    background-color: var(--theme-base-color);
    color: var(--white);
}

.site_s2 .arrows-pagination__item:hover svg path {
    fill: var(--white);
}

.site_s2 .arrows-pagination__item {
    position: relative;
}

.site_s2 .arrows-pagination__prev {
    left: unset;
    margin-right: 32px;
}

.site_s2 .arrows-pagination__next {
    right: unset;
    margin-left: 32px;
}

.site_s2 .text_before_items {
    text-indent: 84px;
    line-height: 150%;
    padding: 0 0 80px 50%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--basic_text_black);
}

/*stikers*/
.site_s2 .catalog-block__wrapper .sticker {
    flex-direction: column;
    left: 0;
    height: 100%;
    width: 100%;
}

/*Новинка*/
.site_s2 .sticker__item--new, .sticker__item--novinka {
    --sticker_color: #FF390E;
}

/*снято с производства*/
.site_s2 .sticker__item--out_of_stock {
    --sticker_color: #2C2C2C;
}

/*В наличии*/
.site_s2 .sticker__item--in_stock {
    --sticker_color: #FFCA80;
    color: #222;
}

/*Официальный дилер*/
.site_s2 .sticker__item--dealer {
    --sticker_color: #FF390E;
    width: 100%;
    justify-content: center;
}

.site_s2 .sticker .dealer {
    order: 1;
    margin-top: auto;
}

/*Произвольный стикер*/
.site_s2 .sticker__item--sale-text {
    --sticker_color: #FF390E;
}

.site_s2 .sticker--upper .sticker__item {
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-flex;
}

.site_s2 .sticker__item {
    padding: 8px 7px;
    margin: 0;
    border-radius: 0;
    height: auto;
}

.site_s2 .sticker__item::before {
    box-shadow: unset;
    border-radius: 0;
}

/*Спрячем лишнее из умного филтра*/
.site_s2 [data-prop_code="status"] {
    display: none;
}

/*Блоки главной страницы*/
.site_s2 .CUSTOM_BLOCK1 .grid-list {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--tizer_text_black);
}

.site_s2 .CUSTOM_BLOCK1 .sections-block__item-image-wrapper {
    position: relative;
    display: block;
    padding-top: 30.68%;
}

.site_s2 .CUSTOM_BLOCK1 a.sections-block__item-link:hover .sections-block__item-image-wrapper::before {
    display: none;
}

.site_s2 .CUSTOM_BLOCK1 a.sections-block__item-link:hover .arrowBigUp img {
    animation: move 0.3s linear;
}

.site_s2 .CUSTOM_BLOCK1 .arrowBigUp {
    width: 21px;
    height: 21px;
    top: 0;
    overflow: hidden;
}

@keyframes move {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }

    49% {
        transform: translate3d(25px, -25px, 0px);
        animation-timing-function: linear;
    }

    50% {
        transform: translate3d(-25px, -25px, 0px);
        animation-timing-function: linear;
    }

    51% {
        transform: translate3d(-25px, 25px, 0px);
        animation-timing-function: linear;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
}

.site_s2 .CUSTOM_BLOCK .grid-list {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--tizer_text_black);
}

.site_s2 .CUSTOM_TEXT .index-block__title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
}

.site_s2 .CUSTOM_TEXT .index-block__text-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--tizer_text_black);
}

.site_s2 .CUSTOM_TEXT .index-block__text--right {
    flex: 0 1 calc(50% - 12px);
}

.site_s2 .CUSTOM_TEXT .index-block__text--bottom {
    flex: 0 1 75%;
}

.site_s2 .CUSTOM_TEXT .hidden-content {
    display: none;
}

.site_s2 .CUSTOM_TEXT #toggleButton {
    flex: 0 1 100%;
    text-align: right;
    cursor: pointer;
    opacity: 0.5;
    font-size: 14px;
    text-decoration: underline;
}

.site_s2 .CUSTOM_TEXT #toggleButton:hover {
    opacity: 0.7;
}

.site_s2 .CUSTOM_TEXT p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    text-indent: 100px;
}

.site_s2 .CUSTOM_TEXT p a {
    text-decoration: underline;
}

/*Таблица реквизитов*/
.site_s2 .table {
    gap: 24px;
}

.site_s2 .table .table_row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

.site_s2 .table .table_row div {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
}

.site_s2 .table .table_row div:last-child {
    font-weight: 600;
    opacity: 0.7;
}

.site_s2 .list.table .table_row div:last-child {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.7;
}

.site_s2 .FORMS .maxwidth-theme>div {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--tizer_text_black);
}

/* Стили для сотрудничества */
.site_s2 .coop_wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.site_s2 .coop_wrapper .coop_row {
    width: 100%;
    display: flex;
}

.site_s2 .coop_wrapper .coop_row .coop_row--text {
    flex-basis: 50%;
    margin-left: auto;
    font-size: 14px;
    line-height: 140%;
}

.site_s2 .coop_wrapper .coop_row .coop_row--title {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    flex-direction: column;
}

.site_s2 .coop_wrapper .coop_row .coop_row--title .schedule {
    font-size: 12px;
    opacity: 0.7;
}

.site_s2 .coop_wrapper .coop_row .coop_row--table {
    flex-basis: 50%;
    margin-left: auto;
    font-size: 14px;
    line-height: 140%;
}