@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.contact_main_page .contacts__content-wrapper,
.contact_main_page .contacts__ajax_items,
.contact_main_page .contacts__map-wrapper,
.contact_main_page .contacts__map,
.contact_main_page .bx-map-view-layout,
.contact_main_page .bx-yandex-view-map,
.contact_main_page .bx-yandex-map {
    height: 100% !important;
}

.CONTACT_MAIN_PAGE .index-block--padding-bottom-80>div {
    padding-bottom: 90px;
}

.CONTACT_MAIN_PAGE .page-top {
    padding-bottom: 35px !important;
}

.footer__part-item-new-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 113px;
    margin-left: auto;
    margin-right: 79px;
}

.footer__part-item-development {
    opacity: 50%;
}

/* header */
.header__top-item-region-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.header__top-item-region-parent {
    margin-left: 28px;
    margin-right: auto;
}

.header__top-item-region-parent-arrow {
    height: 24px;
}

.header__top-item-region-parent-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header__top-item-region-parent .regions__chooser .region.dropdown-select__icon-left {
    display: none;
}

.header__top-item-region-parent .header__top-item {
    margin: 0;
}

.header__top-item-region-parent .regions__name {
    /* font-family: "Inter", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 19px !important;
    leading-trim: NONE;
    line-height: 112%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.header__top-item-region-parent-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 112%;
    letter-spacing: 0%;
    /* color: rgba(87, 87, 86, 1); */
    color: rgba(0, 0, 0, 1);
}

.header__phone-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.header__phone-parent-icon {
    height: 24px;
}

.header__phone-parent .more-arrow {
    display: none;
}

.header__phone-parent .header__top-item {
    margin: 0 !important;
}

.header__phone-parent .phones__phone-link {
    /* font-family: "Inter",
        sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: 0%;
}

.header__phone-parent-icon svg {
    width: 13px;
}

.header__phone-parent .phones__callback {
    display: none;
}

.header__row-phone-and-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-right: 40px;
}

.header__email-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.header__email-parent-icon {
    height: 24px;
}

.header__email-parent-icon svg {
    width: 14px;
}

.header__main-part {
    margin-top: 4px;
}

.form.popup .autocomplete-block.h-search {
    display: none !important;
}

.header__email-link {
    /* font-family: "Inter",
        sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    /* transition: 300ms ease color; */
}

.logo {
    max-width: 250px;
    height: 60px;
}

.custom-btn-phone {
    font-family: "Montserrat", sans-serif;
    max-width: max-content;
    width: 100%;

    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    padding: 20px 26px;
}

.header__phone-parent-icon {
    height: 20px;
}

.header-cart .header-cart__count.bg-more-theme.count {
    background: var(--theme-base-color);
}

.js-basket-block.icon-block-with-counter--count svg path {
    fill: var(--theme-base-color);
}

.line-block--40>.line-block__item:has(.header-cart) {
    padding-left: 24px;
    padding-right: 26px;
}

.header__main-inner {
    border-top: 1px solid var(--theme-base-color);
    border-bottom: 1px solid var(--theme-base-color);
}

.header-menu__link.header-menu__link--top-level .header-menu__title {
    /* font-family: "Inter",
        sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 112%;
    color: #000;
    letter-spacing: 0%;
}

.dropdown-menu-item {
    font-family: "Montserrat", sans-serif;
}

.btn.btn-default.header-menu_custom-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    padding: 0 !important;
    outline: none;
}

.header__main-item.header__burger:has(.btn.btn-default.header-menu_custom-btn) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    margin: 0;
    padding: 0;
    padding-right: 52px;
    margin-right: 40px;
    /* position: relative; */
}

.header__main-item.header__burger:has(.btn.btn-default.header-menu_custom-btn)::before {
    content: "/";
    position: relative;
    right: -50px;
    top: 13px;
    transform: translateY(-50%) rotate(17deg);
    color: rgba(234, 91, 12, 1);
    font-size: 25px;
}

.btn.btn-default.header-menu_custom-btn .header-menu__title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px !important;
    font-weight: 600;
}

.header__main-inner.header__main-inner_custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header__burger .header-menu__burger-icon svg use {
    fill: var(--fill_dark_light);
}

.btn.btn-default.header-menu_custom-btn {
    flex-direction: row-reverse;
    gap: 7px;
}

.btn.btn-default.header-menu_custom-btn .header-menu__burger-icon {
    margin-right: 0px;
}

.header__main-item.dotted-complete:has(.mega-menu) {
    margin: 0px !important;
}

.header-menu__wrapper .header-menu__item .header-menu__link {
    padding: 0px 0px 0px 0px;
}

.header-menu__wrapper .header-menu__item:has(.header-menu__link) {
    padding-right: 52px;
    margin-right: 40px;
}

.header-menu__wrapper .header-menu__item:has(.header-menu__link)::before {
    content: "/";
    position: absolute;
    right: 0;
    transform: rotate(17deg);
    color: rgba(234, 91, 12, 1);
    font-size: 25px;
}

.header-menu__wrapper .header-menu__item.header-menu__item--last:has(.header-menu__link) {
    margin-right: 0;
    padding-right: 0;
}

.header-menu__wrapper .header-menu__item.header-menu__item--last:has(.header-menu__link)::before {
    display: none;
}

.header-menu--longer .header-menu__wrapper {
    height: 52px;
}

.sections-block__wrapper.sections-block__wrapper_custom .sections-block__item-link {
    --item-pt: 15px;
    --item-pb: 20px;
    --item-pl: 15px;
    --item-pr: 15px;
}

.sections-block__wrapper.sections-block__wrapper_custom .sections-block__item-image-wrapper {
    --section-image-width: 100%;
    --section-image-height: auto;
}

.sections-block__wrapper.sections-block__wrapper_custom .sections-block__item-image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 279px;
    object-position: center;
    object-fit: cover;
}

.sections-block__wrapper.sections-block__wrapper_custom .sections-block__item-image-wrapper {
    margin: auto auto 20px;
}

.sections-block__wrapper.sections-block__wrapper_custom .sections-block__item-text {
    font-family: "Inter",
        sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 112.99999999999999%;
    text-align: center;
}

.banners-img-list__item-image {
    background-size: contain;
}

.banners-img-with-text-list_custom .banners-img-with-text-list__wrapper .item-link-absolute {
    font-size: 23px;
}

.grid-list__item.grid-list__item_custom .brands-list__item {
    padding: 0px;
    min-height: 130px;
}

.grid-list__item.grid-list__item_custom .brands-list__image-wrapper {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.contacts__row.contact_main_page .sticky-block {
    position: static !important;
}

.CATALOG_SECTIONS .index-block--delimiter>div {
    border-bottom: unset;
}

.banners-big__title-link {
    margin-bottom: 26px;
}

.banners-big__text-block ul li {
    font-family: "Inter",
        sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 112.99999999999999%;
}

.banners-big__text-block ul li {
    position: relative;
    padding-left: 36px;
}

.banners-big__text-block ul li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 24px;
    height: 24px;

    background-image: url('images/icon-item-banner.svg');
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

.banners-big__text-block ul li:not(:last-child) {
    margin-bottom: 27px;
}

.contact_main_page .contacts__col.contacts__col--right {
    max-height: max-content;
}

#headerfixed.fixed {
    display: none !important;
}

.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0);
    transition: box-shadow 300ms ease;
}

.header.is-fixed.is-shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.TIZERS .index-block--padding-bottom-40>div {
    padding-bottom: 8px;
}

.CATALOG_SECTIONS .index-block--padding-bottom-40>div {
    padding-bottom: 18px;
}

.BOTTOM_BANNERS .index-block--padding-bottom-40>div {
    padding-bottom: 8px;
}

.COMPANY_TEXT .index-block--padding-bottom-80>div {
    padding-bottom: 20px;
}

.MIDDLE_ADV .index-block--padding-top-40>div {
    padding-top: 10px;
}

.MIDDLE_ADV .index-block__title-wrapper--mb-35 {
    margin-bottom: 30px;
}

.MAINPAGE_DOP_BANNER .index-block--padding-top-80>div {
    padding-top: 38px;
}

.MAINPAGE_DOP_BANNER .index-block--padding-bottom-80>div {
    padding-bottom: 45px;
}

.index-block__title-wrapper--mb-35.index-block__title_custom {
    margin-bottom: 0px;
}

.BRANDS .index-block--padding-bottom-80>div {
    padding-bottom: 106px;
}

.banners-img-with-text-list.banners-img-with-text-list_custom .banners-img-with-text-list__item-text--absolute {
    padding-bottom: 30px;
}

.banners-img-with-text-list.banners-img-with-text-list_custom .banners-img-with-text-list__item-text-scrollbar-wrapper {
    padding: 0px 29px;
}

.banners-img-with-text-list.banners-img-with-text-list_custom .banners-img-with-text-list__item-link-hover-none {
    letter-spacing: 0.04em;
}

.CONTACT_MAIN_PAGE .contacts__row {
    align-items: stretch;
}

.CONTACT_MAIN_PAGE .contact-property--image img {
    height: 235px;
}

.BIG_BANNER_INDEX .banners-big__title {
    font-size: 55px;
}

.BIG_BANNER_INDEX .banners-big__inner--padding-left-narrow {
    padding-left: 58px;
}

.BIG_BANNER_INDEX .banners-big__title-link {
    margin-bottom: 20px;
}

.BIG_BANNER_INDEX .btn.btn-lg {
    --button-height: 51px;
    font-weight: 400;
}

.header__top-item-region-parent.header__top-item-region-parent_custom .regions__chooser {
    position: relative;
}

.header__top-item-region-parent.header__top-item-region-parent_custom .regions.dropdown-select .regions__chooser::before {
    content: "";
    width: 115%;
    height: 105%;
    position: absolute;
    left: 0;
    top: 0;
}

.index-content ul li::before {
    content: "";
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;

    background-image: url('images/icon-item-dark.svg');
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

.index-content .banners-big__wrapper ul li::before {
    top: 9px;
    background-image: url('images/icon-item-banner.svg');
}

.js_wrapper_items.js_wrapper_items_custom .product-info-head .catalog-table__item-wrapper {
    color: rgb(34, 34, 34);
    font-weight: 600;
}

.js_wrapper_items.js_wrapper_items_custom .switcher-title_custom {
    color: var(--theme-base-color);
}

.js_wrapper_items.js_wrapper_items_custom .price {
    font-weight: 600 !important;
}

.js_wrapper_items.js_wrapper_items_custom .table-props-rows .catalog-table__info-bottom {
    align-items: flex-start;
    flex: 0 0 260px;
}

.js_wrapper_items.js_wrapper_items_custom .line-block__item.item-action-container .in_cart {
    display: flex !important;
}

.js_wrapper_items.js_wrapper_items_custom .line-block__item {
    flex-direction: row;
}

.js_wrapper_items.js_wrapper_items_custom .line-block__item.item-action-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.item-action.item-action--basket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-list-accordion:not(:last-child) {
    margin-bottom: 8px;
}

.price-list-accordion__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.price-list-accordion__top-arrow {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-left: auto;
    margin-right: 0;

    cursor: pointer;

    transform: rotate(180deg);
    transform-origin: center center;
    will-change: transform;

    transition: transform 300ms linear;
}

.price-list-accordion .submenu-wrapper {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: height 300ms ease, opacity 300ms ease;
}

.price-list-accordion.active .price-list-accordion__top-arrow svg path {
    transition: stroke 300ms linear;
}

.price-list-accordion.active .price-list-accordion__top-arrow {
    transform: rotate(0deg);
}

.price-list-accordion.active .submenu-wrapper {
    height: max-content;
    opacity: 1;
}

.price-list-accordion:has(.submenu-wrapper) .price-list-accordion__top-arrow {
    display: flex;
}

.price-list-accordion.active .price-list-accordion__top a {
    background: transparent !important;
    color: var(--theme-base-color);
}

.price-list-accordion.active .price-list-accordion__top-arrow svg path {
    fill: var(--theme-base-color);
}

.price-list-accordion.active .price-list-accordion__top {
    color: var(--theme-base-color);
}

.side-menu .price-list-accordion li.active .link--active {
    color: var(--theme-base-color);
    background: transparent !important;
    font-weight: unset !important;
}

.price-list-accordion .price-list-accordion__top a {
    font-weight: 600 !important;
}

.dark_link {
    transition: color 300ms ease;
}

.js_wrapper_items.js_wrapper_items_custom .btn.btn-default.in_cart.btn-sm.has-ripple,
.js_wrapper_items.js_wrapper_items_custom .btn.btn-default.in_cart {
    background: transparent !important;
}


.js_wrapper_items.js_wrapper_items_custom .counter__action::before,
.js_wrapper_items.js_wrapper_items_custom .counter__action::after {
    background: #222;
}

.js_wrapper_items.js_wrapper_items_custom .counter__count {
    color: #222 !important;
}

.price-list-accordion__top-image {
    width: 30px;
    height: 30px;

    object-fit: contain;
    object-position: center center;
}

body:has(.js_wrapper_items.js_wrapper_items_custom) .side-menu .submenu-wrapper {
    padding-left: 40px;
}

.banner-full-width {
    max-width: 100%;
    width: 100% !important;
    height: auto;
}

.container-new {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
}

.filial-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 96px;
    align-items: start;
}

.filial-header__picture {
    position: relative;
    /* display: block;
    max-width: 100%;
    width: 100%; */
    height: calc(100% + 30px);
    overflow: hidden;
}

.filial-header__picture img {
    position: absolute;
    /* ← вырываем img из потока */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ← заполняет контейнер, сохраняя пропорции */
    object-position: center center;
}

.filial-header__content {
    height: max-content;
}

.filial-header__title {
    display: block;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 10px;
    padding-top: 3px;
    margin-bottom: 11px;
}

.filial-header__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 22px;
}

.filial-header__contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-bottom: 21px;
    padding-top: 15px;
}

.filial-header__contact-box:not(:last-child) {
    margin-bottom: 25px;
}

.filial-header__contact-box strong {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 5px;
}

.filial-header__contact-box address,
.filial-header__contact-box p,
.filial-header__contact-box a {
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    letter-spacing: 0%;
    color: #000;
    font-style: normal;
    margin-bottom: 0;
    transition: color 300ms ease;
}

.filial-header__contact-phones {
    display: flex;
    flex-direction: column;
}

.filial-header__contact-box a {
    transition: color 300ms ease;
}

.filial-header__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px;
}

.filial-header__btn {
    font-weight: 600;
    font-size: 17px;
    line-height: 112%;
    letter-spacing: 0%;
    border-radius: 10px;
    padding: 15.5px;
    height: auto;
    background: transparent;
    transition: background 300ms ease, color 300ms ease;

    cursor: pointer;
}

.filial-header__btn_full {
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    background: rgba(234, 91, 12, 1);
}

.filial-header__btn_border {
    color: rgba(234, 91, 12, 1);
    border: 1px solid rgba(234, 91, 12, 1);

    transition: color 300ms ease, border 300ms ease, background 300ms ease;
}

.filial-page-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.filial-assortment {
    margin-bottom: 90px;
}

.filial-assortment__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
}

.filial-assortment__item::before {
    display: none;
}

.filial-assortment__item-picture {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 183px;
    border: 1px solid rgba(215, 215, 215, 1);
    margin-bottom: 19px;
    transition: border 300ms ease;
}

.filial-assortment__item-picture img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.filial-assortment__title {
    margin-bottom: 37px;
}

.filial-assortment__item-name {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 11px;
    transition: color 300ms ease;
}

.filial-assortment__item-description {
    display: inline-block !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);
}

.filial-service {
    margin-bottom: 58px;
}

.filial-service__title {
    margin-bottom: 35px;
}

.filial-service__item::before {
    display: none;
}

.filial-service__item-header {
    position: relative;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    padding-bottom: 7px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    color: #000;
}

.filial-service__item-header::after {
    content: "";

    position: absolute;
    bottom: -1px;
    left: 0;

    width: 0%;
    height: 1px;
    background: rgba(234, 91, 12, 1);
    transition: width 300ms ease;
}

.filial-service__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

.filial-service__item-name {
    letter-spacing: -0.02em;
    transition: color 300ms ease;
}

.filial-service__item-text {
    display: inline-block !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 117%;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);
}

.filial-point {
    display: flex;
    flex-direction: row;
    margin-bottom: 62px;
}

.filial-point__col {
    padding-top: 20px;
}

.filial-point__title {
    display: block;
    margin-bottom: 33px;
    letter-spacing: 0.015em;
    color: #000;
}

.filial-point__content {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(63, 63, 63, 1);
}

.filial-point__content p:not(:last-child) {
    margin-bottom: 18px;
}

.filial-point__content p:last-child {
    margin-bottom: 0;
}

.filial-map {
    position: relative;
}

.filial-map #filialMap {
    height: 312px;
}

.filial-map [class*="-map-copyrights-promo"],
.filial-map [class*="-copyright"] {
    display: none !important;
}

.filial-map [class*="-inner-panes"],
.filial-map [class*="-map-bg"],
.filial-map,
.filial-map #filialMap {
    border-radius: 6px;
}

/* .maxwidth-theme */
body:has(.filial-header) .page-top.maxwidth-theme {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 0px;
}

.header-menu__dropdown-menu.custom-style-dropdown-menu .dropdown-menu-inner {
    padding: 0;
    border: 1px solid rgba(176, 176, 176, 1);
    border-radius: 6.33px;
    min-width: 117px;
}

.header-menu__dropdown-menu.custom-style-dropdown-menu .dropdown-menu-inner .dropdown-menu-item {
    font-family: "Inter",
        sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 112%;
    letter-spacing: 0%;
    color: #000;
    padding: 6.27px 23px;
    text-align: left;
}

.header-menu__dropdown-menu.custom-style-dropdown-menu .header-menu__dropdown-item.active .dropdown-menu-item {
    background: transparent !important;
    font-weight: 500 !important;
    font-size: 14.25px !important;
    color: #000 !important;
    text-align: center !important;
}

.header-menu__dropdown-menu.custom-style-dropdown-menu .header-menu__dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(176, 176, 176, 1);
}

.header-menu__dropdown-menu.custom-style-dropdown-menu .dropdown-menu-inner {
    padding-block: 4px;
}

.header-menu__item--dropdown:hover>.header-menu__dropdown-menu.custom-style-dropdown-menu {
    transform: translateY(-15px);
    opacity: 1;
}

.header-menu__item--dropdown>.header-menu__dropdown-menu.custom-style-dropdown-menu {
    opacity: 0;
    transform: translateY(0px);
    transition: transform 300ms ease;
}

.detail-block.faq.mb-60 {
    margin-bottom: 60px;
}

.contacts-detail__description a img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 6px;
}

.two-col-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.two-col-parent .bx-yandex-map {
    max-width: 100% !important;
    width: 100% !important;
}

.contact-property--image img {
    max-height: 240px;
    object-fit: cover;
    object-position: top;
}

.basket-dropdown .dropdown-product__item-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.bx-soa-customer-field:has(.bx-soa-customer-field__select-parent) .soa-property-container {
    opacity: 0;
    display: none;
}

.bx-soa-customer-field:has(.bx-soa-customer-field__select-parent):not(:last-child) {
    margin-bottom: 15px;
}

.bx-soa-customer-field__select {
    font-size: 16px;
    border-radius: 6px;
}

.dark-block-after:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 51%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    transition: opacity 0.2s ease-in-out;
}

@media (min-width: 601px) {
    .banners-img-with-text-list_custom .grid-items-3 .banners-img-with-text-list__item-image {
        padding-top: 62%;
    }
}

.header-menu__dropdown-item .switcher-title.header-menu__wide-child-link span {
    font-weight: 600;
}

.tizers-list__item-descr,
.company-item__text.index-block__preview,
.dark_link,
.breadcrumbs__item-name,
.char-side__title,
.properties__item,
.catalog-detail__pseudo-link-text,
.price_txt,
.tabs .nav-tabs li a,
.tabs .nav-tabs li>span,
.catalog-table__inner .catalog-table__item-wrapper .properties__value,
.index-content,
.accordion-head,
.accordion-body,
.content,
.filial-header,
.filial-assortment__item-description,
.filial-point__content,
.contacts__desc,
.contacts-list__item-schedule,
.contacts-list__item-schedule .font_14.color_666,
.contact-property__label,
.form_desc,
.form-checbox__text,
.form-group label,
.basket-item-price-current-text,
.basket-item-property-custom-name,
#basket-root .basket-item-property-name,
#basket-root .basket-item-property-custom-name,
.basket-items-list-item-price-for-one .basket-item-price-current-text,
#main .heading-icons .btn-heading.btn_heading--with_title .title,
.filter.active .bx-soa-pp-company-label,
#bx-soa-order-main .bx-soa .bx-soa-custom-label,
#bx-soa-order-main .bx-soa .form-group label,
#bx-soa-order-main .bx-soa .form-group .bx-soa-customer-label,
.bx-soa-customer-field__select,
div.bx-soa-customer-field[data-property-code="TEXT_CUTTING"] textarea,
.text_before_items {
    color: #000;
    opacity: 1;
}

.dark-block-after:after {
    top: 0;
    height: 100%;
}

#main.fixed_y .sticky-block {
    top: 182px;
}

.index-content h5 {
    margin: 30px 0 10px;
}

.basket-item-image {
    max-width: 50px;
}

.basket-items-list-item-wrapper>td {
    padding: 15px 0px 15px;
}

.basket-item-block-image {
    margin-top: 8px;
}

.basket-items-list-table td:first-of-type {
    padding-left: 15px;
}

/* .item-action.item-action--basket .btn.btn-default, */
.catalog-table #table-scroller-wrapper .item-action.item-action--basket .btn.btn-default.js-item-action {
    font-size: 0px;
    background-image: url("basket-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    /* background-size: contain; */
}

.catalog-table__item {
    padding: 10px 19px 10px;
}

.flex-1.flexbox.flexbox--direction-row.catalog-table__info-wrapper {
    align-items: center;
}

.catalog-table__info-bottom.flexbox.flexbox--direction-row {
    align-items: center !important;
}

.catalog-detail__main-parts.catalog-detail__main-parts_custom {
    flex-direction: column;
    gap: 30px;
}

.gallery-wrapper--hide-thumbs:not(.detail-gallery-big--with-video) .detail-gallery-big-wrapper.detail-gallery-big-wrapper_custom {
    padding-top: 68%;
}

.catalog-detail__columns {
    display: flex;
    flex-direction: row;
}

.detail-gallery-big.detail-gallery-big_custom .sticky-block {
    position: static !important;
}

.catalog-detail__columns .sticky-block {
    height: max-content;
}

.sticky-block .price-list-accordion__top .svg.dropdown-select__icon-down {
    display: none;
}

.catalog-table .table-props-rows .catalog-table__info-bottom {
    flex: 0 0 260px;
}

.detail-gallery-big__picture {
    display: block;
    max-width: 70%;
    width: 100%;
    height: 70%;
}

.sidebar .slide-block .price-list-accordion:not(:last-child) {
    margin-bottom: 8px;
}

.side-menu .link-wrapper {
    padding-bottom: 5px;
}

.catalog-table__item-wrapper.props {
    width: 110px;
}

.mobile-btn-set-city {
    font-weight: 600;
    font-size: 17px;
    line-height: 112%;
    letter-spacing: 0%;
    background: #EA5B0C33;
    color: #EA5B0C;

    padding: 16px 43px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.header__top-item-region-parent.header__top-item-region-parent_menu {
    max-width: max-content;
    width: 100%;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
}

.header__top-item-region-parent.header__top-item-region-parent_menu .regions.dropdown-select {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header__top-item-region-parent.header__top-item-region-parent_menu .regions__chooser {
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-header__mobile {
    display: none;
}

@media (hover: hover) {
    .header__email-link:hover {
        color: var(--theme-base-color);
    }

    .filial-header__btn.filial-header__btn_border:hover {
        color: #fff;
        background: rgba(234, 91, 12, 1);
    }

    .filial-header__contact-box a:hover {
        color: rgba(234, 91, 12, 1);
    }

    .filial-assortment__item a:hover .filial-assortment__item-picture {
        border: 1px solid rgba(234, 91, 12, 1);
    }

    .filial-assortment__item a:hover .filial-assortment__item-name {
        color: rgba(234, 91, 12, 1);
    }

    .filial-service__item:hover .filial-service__item-header::after {
        width: 100%;
    }

    .filial-service__item:hover .filial-service__item-name {
        color: rgba(234, 91, 12, 1);
    }

    .dropdown-menu-item:hover {
        color: rgba(234, 91, 12, 1) !important;
    }

    .header-cart .header__icon:hover svg path {
        stroke: rgba(234, 91, 12, 1);
    }
}

.burger {
    background-image: url(icon-burger.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px 33px;
}

.mobilemenu__close {
    background-image: url(close-btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px 33px;
}

.burger .svg,
.mobilemenu__close .svg {
    opacity: 0;
}

.mobile-menu__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 0 20px;
}

.mobile-menu__header .mobilemenu__close {
    position: static;
}

.index-content h4 mark {
    background: none;
    color: var(--theme-base-color);
}

.tizers-list__item-text-wrapper.tizers-list__item-text-wrapper_bold a.tizers-list__item-link,
.tizers-list__item-text-wrapper.tizers-list__item-text-wrapper_bold .tizers-list__item-name,
.contact-property.contact-property--address,
.contacts-list__item-title a.dark_link.color-theme-target,
.contact-property__value[itemprop="address"],
.contacts-list__item-title a {
    font-weight: 600;
}

.header-cart .header__icon svg path {
    fill: none !important;
    transition: stroke 300ms ease;
}

.header-cart:has(.header-cart__count.bg-more-theme.count) .header__icon svg path {
    stroke: rgba(234, 91, 12, 1);
}

[data-ajax-load-block="HEADER_TOGGLE_BASKET"] .header__icon-name {
    padding-top: 0;
}

@media (max-width: 1440px) {
    .table-props-rows .catalog-table__info-top {
        min-width: 200px;
    }

    .catalog-table__item-wrapper.props {
        width: 120px;
    }
}

@media (max-width: 1300px) {
    .js_wrapper_items.js_wrapper_items_custom .table-props-rows .catalog-table__info-bottom {
        flex: 0 0 150px;
    }

    .catalog-table__info-top {
        flex: 0;
    }
}

@media (max-width: 1280px) {
    .footer__part-item-new-box {
        gap: 30px;
        margin-right: unset;
        margin-left: unset;
    }

    .header__row-phone-and-email {
        gap: 20px;
        margin-right: 20px;
    }

    .header__top-item-region-parent {
        margin-left: 10px;
    }

    .header__main-item.header__burger:has(.btn.btn-default.header-menu_custom-btn),
    .header-menu__wrapper .header-menu__item:has(.header-menu__link) {
        padding-right: 30px;
        margin-right: 30px;
    }

    .header__phone-parent .phones__phone-link,
    .header__email-link {
        font-size: 16px;
    }

    .header__email-parent-icon svg,
    .header__phone-parent-icon svg {
        width: 16px;
        height: 16px;
    }

    .header__phone-parent,
    .header__email-parent,
    .header__top-item-region-parent {
        gap: 7px;
    }

    .header__top-item-region-parent .regions__name {
        font-size: 16px !important;
    }

    .banners-img-list_custom .banners-img-list__item-image {
        min-height: 280px !important;
        background-position: left center;
        background-size: cover;
    }

    .header__row-phone-and-email {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    body:has(.js_wrapper_items_custom) .container .left_block {
        --width: 280px;
        --padding: 15px;
    }

    .price-list-accordion .price-list-accordion__top {
        font-size: 16px;
    }

    .price-list-accordion .submenu-wrapper li {
        font-size: 14px;
    }

    .price-list-accordion__top-arrow svg {
        width: 14px;
        height: 14px;
    }

    body:has(.filial-header) .page-top.maxwidth-theme {
        max-width: 100%;
        padding-inline: var(--theme-page-width-padding);
    }

    .filial-point {
        gap: 20px;
    }

    .filial-point__col {
        padding-top: 10px;
    }

    .filial-point__title {
        margin-bottom: 20px;
    }

    .filial-point__content p:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {

    .catalog-detail .catalog-detail__top-info,
    .catalog-detail .detail-gallery-big {
        max-height: max-content;
    }

    .catalog-detail__columns {
        gap: 20px;
    }
}

@media (max-width: 1150px) {
    /* .header__top-item-region-parent-text {
        display: none;
    } */

    .logo {
        max-width: 180px;
        height: 43px;
        padding-left: 0px !important;
    }

    .line-block--40>.line-block__item:has(.header-cart) {
        padding-left: 20px;
        padding-right: 0px;
    }

    .header-menu__link.header-menu__link--top-level .header-menu__title {
        font-size: 16px;
    }

    .btn.btn-default.header-menu_custom-btn .header-menu__title {
        font-size: 16px !important;
    }

    .table-props-rows .catalog-table__info-top {
        min-width: 170px;
    }

    .catalog-table__item .image-list {
        width: 30px;
    }

    .table-props-rows .catalog-table__info-top {
        min-width: 140px;
    }

    .catalog-table__item-wrapper.props {
        width: 115px;
    }

    .filial-assortment__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .two-col-parent {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1050px) {
    .catalog-table__item-wrapper.props {
        width: 95px;
    }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .catalog-table__item .catalog-table__info-bottom {
        max-width: auto !important;
        flex: unset;
    }

}

@media (max-width: 1300px) {
    .catalog-table .table-props-rows .catalog-table__info-bottom {
        flex: unset;
    }

    .catalog-table .table-props-rows .catalog-table__info-bottom .js-popup-price,
    .catalog-table .table-props-rows .catalog-table__info-bottom .catalog-table__item-wrapper {
        max-width: max-content;
    }

    .catalog-table .counter__count {
        max-width: 50px;
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .catalog-table__item-wrapper.props {
        width: 80px;
    }
}

@media (max-width: 991px) {

    .contact_main_page .contacts__content-wrapper,
    .contact_main_page .contacts__ajax_items,
    .contact_main_page .contacts__map-wrapper,
    .contact_main_page .contacts__map,
    .contact_main_page .bx-map-view-layout,
    .contact_main_page .bx-yandex-view-map,
    .contact_main_page .bx-yandex-map {
        height: 500px !important;
    }

    [data-ajax-load-block="HEADER_MOBILE_TOGGLE_CART"] .basket.header__icon {
        opacity: 1;
    }

    [data-ajax-load-block="HEADER_MOBILE_TOGGLE_CART"] .basket.top {
        padding-top: 2px;
    }

    .js_wrapper_items_custom .hide-991 {
        display: block;
    }

    .js_wrapper_items.js_wrapper_items_custom .table-props-rows .catalog-table__info-bottom {
        flex: 0 0 250px;
    }

    .catalog-table__item-wrapper.visible-991 {
        display: none;
    }

    .catalog-table__item-wrapper.props {
        width: 150px;
    }

    .js_wrapper_items.js_wrapper_items_custom .table-props-rows .catalog-table__info-bottom {
        flex: 0 0 200px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .js_wrapper_items.js_wrapper_items_custom #table-scroller-wrapper.scroller {
        overflow-x: auto;
        overflow-y: hidden;
    }

    body:has(.js_wrapper_items_custom) .container .left_block {
        --width: 100%;
        display: block;
        --padding: 0px;
    }

    .main-wrapper.flexbox.flexbox--direction-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .filial-header {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .filial-header__picture {
        height: 350px;
    }

    .filial-header__title br,
    .filial-header__text br {
        display: none;
    }

    .filial-assortment__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .filial-service__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .filial-service__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .filial-service__list {
        grid-template-columns: 1fr;
    }

    .filial-point {
        flex-direction: column;
    }

    .filial-point__picture,
    .filial-point__picture img {
        max-width: 100%;
        width: 100%;
    }

    .catalog-detail__columns {
        flex-direction: column;
    }

    .catalog-detail__columns .sticky-block:has(.sidebar) {
        display: none;
    }

    .catalog-detail__main-parts.catalog-detail__main-parts_custom {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header__row-phone-and-email .header__phone-parent-icon,
    .header__row-phone-and-email .header__email-parent-icon {
        opacity: 1;
    }

    .header__row-phone-and-email {
        margin-right: auto;
        margin-left: 10px;
    }

    .burger i.svg {
        opacity: 0;
    }

    .mobileheader__inner {
        margin: 0;
    }

    body.mmenu_leftside #mobilemenu {
        max-width: 100vw;
        width: 100%;
    }

    .mobilemenu__inner {
        padding: 34px 13px 30px;
    }

    .mobilemenu .logo {
        padding: 0 16px;
    }

    .mobilemenu .menu-arrow.svg {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg);
        padding-left: 5px;
    }

    .mobilemenu__menu-item a {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .custom-btn-phone {
        margin: 0 auto;
    }

    .mobilemenu__item.mobilemenu__item_menu-custom {
        padding-top: 47px;
    }

    .mobilemenu__menu-list .mobilemenu__menu-item:not(:last-child) {
        margin-bottom: 7px;
    }

    .mobilemenu__item.mobilemenu__item_menu-basket {
        margin-bottom: 60px;
        position: relative;
    }

    #mobilemenu .mobile-menu__header {
        padding: 9px 7px 0 12px;
    }

    .mobilemenu__item-basket {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .mobilemenu__item-basket .header__icon-name {
        font-weight: 500;
        font-size: 20px;
        line-height: 112%;
        letter-spacing: 0%;
    }

    .mobilemenu__item.mobilemenu__item_menu-basket .header-cart__count {
        right: -10px;
        top: -10px;
    }

    .mobilemenu__item.mobilemenu__item_menu-basket .basket.top>a {
        flex-direction: row-reverse;
        gap: 15px;
    }

    .mobilemenu__item.mobilemenu__item_menu-basket .header-cart__inner {
        margin-right: 0;
    }

    .mobilemenu__menu-dropdown.dropdown .mobilemenu__menu-item a {
        justify-content: space-between;
    }

    .form.popup.popup--regions .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
    }

    .popup_regions .cities__item-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        font-weight: 500;
        font-size: 19px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #00000050;
        text-align: center;

        padding: 15px;
        border: 1px solid #D6D6D6;
        border-radius: 10px;
    }

    body .popup_regions .cities__item.current .cities__item-link {
        font-weight: 500;
        border: 1px solid #F4F4F4;
    }

    .items_block {
        flex-direction: column;
        gap: 15px;
    }

    .city_chooser_small_frame .popup.popup--regions .form-header {
        padding-bottom: 50px;
    }

    .city_chooser_small_frame.popup,
    .city_chooser_frame.popup {
        max-width: 100%;
        width: 100%;
        height: 100%;
        border-radius: 0px !important;
    }

    .city_chooser_small_frame.popup .form.popup {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .form-header__mobile {
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
        padding: 11px 13px 16px;
    }

    .jqmClose.top-close {
        top: 9px;
        right: 3px;

        background-image: url(close-btn.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 33px 33px;
    }

    .jqmClose.top-close .svg {
        opacity: 0 !important;
    }

    .form-header__mobile .phones__phone-link {
        padding-top: 3px;
    }

    .main {
        padding-top: 0px !important;
    }

    .header__row-phone-and-email {
        position: relative;
    }

    .header__row-phone-and-email .header__mobile-arrow-city {
        position: absolute;
        right: -30px;
        bottom: 6px;
    }

    .header__row-phone-and-email .header__mobile-arrow-city .regions__chooser {
        background: url(arrow-city.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .header__row-phone-and-email .header__mobile-arrow-city .svg {
        display: none;
    }

    .header__row-phone-and-email .header__mobile-arrow-city .regions__name {
        opacity: 0;
        width: 30px;
    }
}

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

    .catalog-detail__main-parts.catalog-detail__main-parts_custom {
        flex-direction: column;
    }

    .catalog-detail__main-part.catalog-detail__main-part_custom-buttons {
        max-width: 100%;
        width: 100%;
    }

    /* 
    .banners-big__nav-wrap .swiper-pagination {
        display: none !important;
    } */

    .banners-big--adaptive-3 .banners-big__item {
        padding-top: 110%;
    }
}

@media (max-width: 600px) {
    .flex-1.flexbox.flexbox--direction-row.catalog-table__info-wrapper {
        align-items: flex-start;
    }

    .js_wrapper_items.js_wrapper_items_custom .table-props-rows .catalog-table__info-bottom {
        flex: 0 0 auto;
    }

    .catalog-table__info-bottom.flexbox.flexbox--direction-row {
        align-items: flex-start !important;
    }

    .sections-block--mobile-compact .sections-block__item-inner {
        flex-direction: column !important;
    }

    .catalog-table__item-wrapper.props {
        width: 70px !important;
    }

    .table-props-rows .catalog-table__info-top,
    .catalog-table__item-wrapper.props {
        min-width: 73px !important;
    }
}

@media (max-width: 568px) {
    .banners-img-list_custom .banners-img-list__item-image {
        min-height: 180px !important;
        background-position: left center !important;
        background-size: cover !important;
    }

    .BIG_BANNER_INDEX .banners-big__title {
        font-size: 30px;
    }

    .BIG_BANNER_INDEX .banners-big__inner--padding-left-narrow {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .footer__part-item-new-box {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
    }

    .footer__part-item-development {
        margin: 8px;
    }

    .contact_main_page .contacts__content-wrapper,
    .contact_main_page .contacts__ajax_items,
    .contact_main_page .contacts__map-wrapper,
    .contact_main_page .contacts__map,
    .contact_main_page .bx-map-view-layout,
    .contact_main_page .bx-yandex-view-map,
    .contact_main_page .bx-yandex-map {
        height: 275px !important
    }

    .BRANDS .index-block--padding-bottom-80>div {
        padding-bottom: 60px;
    }

    .CATALOG_SECTIONS .items-4 .sections-block__item-link {
        --item-pt: 15px;
        --item-pb: 20px;
        --item-pl: 15px;
        --item-pr: 15px;
    }

    .CATALOG_SECTIONS .sections-block__item-image-wrapper--PICTURES {
        --section-image-width: 100%;
        --section-image-height: auto;
    }

    .filial-header__buttons,
    .filial-header__contact {
        grid-template-columns: 1fr;
    }

    .filial-header__btn {
        font-size: 14px;
        padding: 13.5px;
    }

    .filial-assortment__list {
        grid-template-columns: 1fr;
    }

    .filial-assortment__item-picture {
        height: 200px;
    }

    .filial-map #filialMap {
        height: 250px;
    }

    .main-slider__item {
        background-position: top center;
    }

    .banners-big--adaptive-3 .banners-big__item {
        padding-top: 115%;
    }

    .header__top-item-region-parent .regions__name,
    .header__top-item-region-parent-text {
        font-size: 12px !important;
    }

    .header__top-item-region-parent-arrow svg {
        width: 14px;
    }

    .mobileheader .burger {
        padding: 15px 10px;
    }

    .mobileheader .line-block__item:not(.hidden)+.logo {
        padding-right: 10px;
    }

    .header__top-item-region-parent {
        margin-left: 0px;
    }

    .header__phone-parent .phones__phone-link,
    .header__email-link {
        font-size: 12px;
    }

    .header__phone-parent,
    .header__email-parent,
    .header__top-item-region-parent {
        gap: 6px;
    }

    .header__email-parent-icon svg,
    .header__phone-parent-icon svg {
        width: 13px;
        height: 13px;
    }

    .header__row-phone-and-email {
        gap: 0;
    }

    .mobileheader {
        padding: 0 13px 0 13px;
    }

    .logo a {
        max-width: 80px;
        width: 100%;
        height: 33px;
    }

    .header__row-phone-and-email {
        margin-left: 0;
    }

    .header__phone-parent .header__top-item {
        padding-top: 6px;
    }

    .phones__phone-link {
        letter-spacing: 0.04em;
    }

    .mobileheader .burger {
        margin: 0;
    }

    .js_wrapper_items.js_wrapper_items_custom .switcher-title_custom,
    .properties__value.color_222.font_14.font_short,
    .catalog-table__item-wrapper .font_13,
    .price__new .price__new-val {
        hyphens: auto;
        font-size: 12px;
    }

    body .js-btn-state-wrapper .btn,
    body .js-replace-more.btn {
        --button-height: 30px;
        font-size: 11px;
    }

    .catalog-table__info-bottom>div {
        margin-top: 0px !important;
    }

    .counter__action {
        flex: 0 0 20px;
    }

    .counter {
        /* min-width: 87px; */
        min-width: 73px;
    }

    .js_wrapper_items.js_wrapper_items_custom .table-props-rows .catalog-table__info-bottom {
        flex: 0 0 80px !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .catalog-table__item-wrapper .font_13,
    .price__new .price__new-val,
    .properties__value.color_222.font_14.font_short {
        text-align: center;
    }

    .catalog-table .table-props-rows .catalog-table__info-bottom .catalog-table__item-wrapper {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .line-block>.line-block__item {
        padding-right: 8px;
    }

    .header__row-phone-and-email .header__mobile-arrow-city .regions__chooser {
        background-size: 20px;
    }

    .contact-property__label.font_13.color_999 {
        font-weight: 600;
    }

    .catalog-table__info-title {
        line-height: 100%;
    }

    .js-popup-price.catalog-table__item-wrapper .price__new {
        text-align: left;
    }

    .banners-big .maxwidth-banner .banners-big__nav-wrap {
        bottom: 15px;
    }

    .contact-property__value[itemprop="address"],
    .contacts-list__item-title a {
        font-weight: 600;
    }
}

@media (max-width: 350px) {
    .header__row-phone-and-email .header__mobile-arrow-city {
        right: -15px;
    }

    .header__row-phone-and-email .header__mobile-arrow-city .regions__chooser {
        background-size: 14px;
    }
}