/* Новая шапка */
.block_bottom_header {
    background: #28282c;
}
.block_top_header {
    background: #fff;
}
.logo_header.old {
    display: none;
}
.block_body_search {
    max-width: 750px;
}
.header-phones-item-title {
    color: #88888a;
}
.header-phones-val {
    color: #000;
}
.header-phones-val.link_phone i {
    filter: brightness(0.3);
}
.block_menu_header_top a {
    font-weight: 600;
    color: #000;
}
.city-selection-desktop {
    color: #000;
}
@media (max-width: 998px) {
    .logo_header.old {
        display: block;
    }
    #header.hide_menu {
        top: -170px !important;
    }
    .block_bottom_header {
        background: #fff;
    }
    .block_line_header_bottom .menu_header_body {
        display: block !important;
    }
}
.feedback-popover-wrap {
    position: relative;
    display: inline-block;
}
/* сам поповер */
.feedback-popover {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: #f90c1a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    padding: 20px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
    z-index: 1000;
}
/* стрелка */
.feedback-popover::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f90c1a;
}
/* показ при наведении */
.feedback-popover-wrap:hover .feedback-popover {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
/* мобильная адаптация */
@media (max-width: 768px) {
    .feedback-popover {
        width: 280px;
        font-size: 14px;
        padding: 16px 18px;
    }
}
.new-brand .c-about-line-wrap {
    margin-top: 0px;
}
.new-brand {
    padding-top: 0px !important;
}
.block_bread {
    padding: 34px 0 22px 0;
}
.new-brand .block_brands {
    padding: 60px 0;
}
.block_slider_goods__swiper .block_item_good {
    width: 100% !important;
    min-width: initial !important;
}
.new-brand .popular {
    background: #f9f9f9;
}
.new-brand .block_item_brabd {
    background: transparent;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.new-brand .block_item_brabd:hover {
    opacity: 0.8;
}
.new-brand .block_slider_brand img {
    object-fit: contain;
    max-height: 60px;
}
.brands-index {
    padding: 24px 0;
}
.brands-index__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 25px;
}
.brands-index__title {
    font-size: 28px;
    font-weight: 700;
}
.brands-index__badge {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    background: #222;
    color: #fff;
}
.brands-index__letters {
    margin-bottom: 35px;
}
.brands-index__letters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}
.brands-index__letter {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    color: #222;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        opacity 0.15s ease;
}
.brands-index__letter:hover {
    background: #f2f2f2;
}
.brands-index__letter.is-active {
    color: #d52b2b;
    background: rgba(213, 43, 43, 0.08);
}
.brands-index__letter.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.brands-index__letter:disabled {
    display: none;
    pointer-events: none;
}
.brands-index__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 36px;
}
@media (max-width: 1100px) {
    .brands-index__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 820px) {
    .brands-index__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 520px) {
    .brands-index__grid {
        grid-template-columns: 1fr;
    }
}
.brands-index__col {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
}
.brands-index__cap {
    font-weight: 700;
    color: #d52b2b;
    margin-bottom: 8px;
}
.brands-index__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.brands-index__item {
    margin: 2px 0;
}
.brands-index__link {
    color: #222;
    text-decoration: none;
    font-size: 14px;
}
.brands-index__link:hover {
    text-decoration: underline;
}
.brands-index__col.is-hidden {
    display: none;
}
.block_left_brand_detail {
    color: #fff;
}
.swiper-pagination {
    bottom: 0 !important;
    margin-top: 16px;
    text-align: center;
}
.block_txt_brand_detail {
    background: none;
    padding: 0px;
    margin: 0px;
}
.new-brand-descr-block {
    padding: 70px 0;
    background: url("/local/templates/automat/bg.png") center no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.swiper-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background: #cfcfcf;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.2s;
}
.swiper-bullet--active {
    background: #f90c1a !important;
    transform: scale(1.25);
}
@media (max-width: 998px) {
    .new-brand-descr-block {
        padding: 40px 0;
    }
    .block_right_brand_detail {
        margin-top: 25px !important;
    }
    .brands-index__col {
        display: initial;
    }
    .block_slider_goods__swiper .block_item_good {
        padding: 0px !important;
    }
}
/* Left menu*/
ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative; /*IE bug*/
}
ul.left-menu li {
    padding: 10px 16px;
    background: #f5f5f5 url(images/left_menu_bg.gif) top repeat-x;
}
ul.left-menu li a {
    font-size: 100%;
    color: #bc262c;
    font-weight: bold;
    text-decoration: none;
}
ul.left-menu li a:visited {
    color: #bc262c;
}
ul.left-menu li a:hover {
    color: #bc262c;
}
ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
    color: #fc8d3d;
}
a.logo_header img {
    width: 140px !important;
}
.block_item_goods--mobile .block_item_good__image,
.block_item_goods--mobile .block_item_good__content {
    display: none !important;
}
.wrapper {
    margin-top: 40px;
}
.link_phone {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.link_phone:hover {
    opacity: 0.75;
    color: #000;
}
.btn-primary {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.btn-primary.red:hover {
    color: #fff;
    background-color: #f90c1a;
    border-color: #f90c1a;
    opacity: 0.7;
}
/* .choose-city__modal {
    display: none !important;
} */

.choose-city__modal {
    z-index: 1000;
}
.block_rating_stars {
    display: none !important;
}
a#nav-rew-tab {
    display: none !important;
}
.block_info_delivery_pay {
    display: none !important;
}
.product-sku {
    display: none !important;
}

/* New Styles */

.new-banner {
    margin-top: -35px;
    width: 100%;
    min-height: 700px;
    background: url("./img/banner-bg.png") no-repeat center / cover;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.wrapper:has(.new-banner) .block_bread {
    display: none;
}

.wrapper:has(.new-banner) a,
.wrapper:has(.new-banner) button {
    transition: 0.3s;
}

.wrapper:has(.new-banner) a:hover,
.wrapper:has(.new-banner) button:hover {
    opacity: 0.5;
}

.new-banner__container {
    max-width: 1640px;
    padding: 0 30px;
    margin: 0 auto;
}

.new-banner__container {
    display: grid;
    grid-template-columns: 260px 1fr 260px;
    gap: 32px;
    align-items: center;
    color: white;
}

.new-banner__list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-banner__list li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 500;
}

.new-banner__list li b {
    font-weight: 900;
}

.new-banner__center {
    text-align: center;
}

.new-banner__logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

h1.new-banner__title {
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(
        90deg,
        #b2b2b2 0%,
        #fff 30%,
        #fff 50%,
        #fff 70%,
        #b2b2b2 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    line-height: normal;
}

.new-banner__descr {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 0 auto;
    max-width: 650px;
    margin-bottom: 20px;
}

.new-banner__img {
    max-width: 751px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.new-banner__achivements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.banner-achivement {
    border-radius: 30px;
    width: 250px;
    height: 210px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.banner-achivement__num {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}

.banner-achivement__text {
    font-weight: 500;
}

.new-news {
    padding-top: 4.5675rem;
    padding-bottom: 1.875rem;
    background: white;
}

.block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

.block-header__title {
    margin-bottom: 10px;
}

.block-header__subtitle {
    font-size: 13px;
    color: #b3b3b3;
}

.block-header__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #f90c1a;
    background: none;
    border: 0;
}

.block-header__link:hover {
    color: #f90c1a;
}

.new-news__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.news-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.news-item__img {
    width: 100%;
    height: 250px;
    background: #9c9b9b;
}

.news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item__text {
    padding: 20px 15px;
    background: #f9f9f9;
}

.news-item__date {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #b3b3b3;
}

.news-item__title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.news-item__title:hover {
    color: #f90c1a;
}

.cats {
    padding-top: 30px;
    padding-bottom: 60px;
    background: white;
}

.cats__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.cats-item {
    padding: 30px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background: #f9f9f9;
    border-radius: 10px;
    transition: 0.3s;
}

.cats-item:hover {
    color: white;
    background: #f90c1a;
}

.cats-item:hover .cats-item__row svg circle {
    fill: white;
}

.cats-item:hover .cats-item__row svg path {
    stroke: #f90c1a;
}

.cats-item:hover .cats-item__icon {
    background: white;
}

.cats-item:hover .cats-item__icon path {
    fill: #f90c1a;
}

.cats-item__icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #28282c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.cats-item__icon svg {
    transform: scale(1.7);
}

.cats-item__icon path {
    transition: 0.3s;
}

.cats-item__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
}

.cats-item__link {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
    color: black;
    transition: 0.3s;
}

div[data-url] {
    cursor: pointer;
}

.cats-item__count {
    font-size: 12px;
    color: #b3b3b3;
    transition: 0.3s;
}

.cats-item:hover .cats-item__link,
.cats-item:hover .cats-item__count {
    color: white;
}

.cats-item__arrow {
    min-width: 25px;
    transition: 0.3s;
}

.cats-item__arrow path circle,
.cats-item__arrow path {
    transition: 0.3s;
}

.block_popular_goods,
.block_brands {
    background: #f9f9f9;
}

.new-info {
    padding: 60px 0;
    background: white;
}

.new-info__grid {
    display: grid;
    grid-template-areas:
        "first second"
        "third third";
    gap: 1.875rem;
}

.new-info__grid > :nth-child(1) {
    grid-area: first;
}

.new-info__grid > :nth-child(2) {
    grid-area: second;
}

.new-info__grid > :nth-child(3) {
    grid-area: third;
}

.info-group {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background: #f9f9f9;
    padding: 1.875rem;
}

.info-banner {
    background: url("./img/info-banner-bg.png") no-repeat right top / cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 528px;
    padding: 30px;
    border-radius: 10px;
    align-items: flex-start;
}

.info-group__tag,
.info-banner__tag {
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    background: #f90c1a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: white;
    gap: 10px;
}

.info-group__title,
.info-banner__title {
    margin-bottom: 2px;
}

.info-group__subtitle,
.info-banner__descr {
    font-size: 16px;
    margin-bottom: 30px;
}

.info-banner__title mark {
    padding: 0;
}

.info-group__list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 30px;
    padding-left: 0;
}

.info-group__list li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.info-group__list li::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url("./img/check.svg") no-repeat center / 100%;
}

.info-group__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
    background: #28282c;
    color: white;
}

.info-banner__descr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 425px;
}

.info-banner__achivements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 423px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
    margin-bottom: 60px;
    gap: 16px;
}

.info-achivement__num {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    display: block;
}

.info-achivement__num span {
    color: #f90c1a;
}

.info-achivement__text {
    font-size: 13px;
}

.info-banner__title {
    font-size: 28px;
    max-width: 423px;
    font-weight: 700;
    margin-bottom: 16px;
}

.info-banner__title mark {
    color: #ff0;
    background: none;
    display: inline;
}

.info-banner__buttons {
    display: flex;
    gap: 30px;
}

.info-banner__red-btn,
.info-banner__outline-btn {
    border-radius: 6.25rem;
    min-width: 15.63rem;
    height: 2.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: white;
    font-size: 20px;
    background: #f90c1a;
    border: 1px solid #f90c1a;
}

.info-banner__red-btn:hover,
.info-banner__outline-btn:hover {
    color: white;
}

.info-banner__outline-btn {
    background: none;
    border-color: #a2a2a2;
}

.reviews {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #f9f9f9;
}

.review {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 20px;
}

.review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.review__stars {
    display: flex;
    gap: 5px;
}

.review__client {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review__avatar {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: gray;
    display: block;
}

.review__client-name {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.review__date {
    font-size: 12px;
    font-weight: 700;
    color: #b3b3b3;
}

.review__text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.review__address {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #b3b3b3;
}

.branches {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f9f9f9;
}

.branches__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.branch {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 100%;
}

.branch iframe {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.branch__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.branch__num {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f90c1a;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 20px;
}

.branch__name {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    display: block;
}

.branch__address {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.3px;
}

.branch__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.branch-stars {
    padding: 8px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #f9f9f9;
}

.branch-stars__title {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 28px;
    letter-spacing: 0.3px;
    font-weight: 700;
    margin-bottom: 2px;
}

.branch-stars__name {
    font-size: 9px;
    letter-spacing: 0.3px;
    line-height: 100%;
}

.branch__phones {
    display: flex;
    gap: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.branch__phone-title {
    display: block;
    font-size: 13px;
    line-height: 100%;
    line-height: 0.3px;
    text-transform: uppercase;
    color: #b3b3b3;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.branch__phone-link {
    font-size: 16px;
    letter-spacing: 0.3px;
    display: inline-block;
    color: #28282c;
}

.branch__schedule {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.03px;
    margin-bottom: 30px;
}

.branch__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.branch__red-btn,
.branch__outline-btn,
.branch__new-address {
    padding: 10px;
    min-width: 200px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
}

.branch__red-btn {
    border: 1px solid #f90c1a;
    background: #f90c1a;
    color: white;
}

.branch__red-btn:hover,
.info-banner__red-btn,
.info-banner__outline-btn,
.info-group__phone {
    color: white;
}

.branch__outline-btn {
    border: 1px solid #a2a2a2;
    color: #28282c;
}

.branch__new-address {
    border: 1px solid white;
    color: white;
}

.branch_new {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 40px;
}

.branch_new::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 10px;
    z-index: -1;
    background: url("./img/soon-bg.png") no-repeat center / cover;
}

.branch__title {
    font-size: 33px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.branch__new-num {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.block_item_brabd {
    aspect-ratio: 1 / 1;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nal {
    font-size: 10px;
    color: #009c4c;
    border: 1px solid #009c4c;
    border-radius: 10px;
    background: none;
}

.hit {
    border-radius: 10px;
}

.block_title_good {
    font-size: 13px;
    margin-bottom: 16px;
}

.block_slider_goods .btn.js-add-cart {
    background: #f90c1a;
    border-radius: 100px;
    padding: 10px 16px;
    font-weight: 700;
    border-width: 0;
}

.block_slider_goods .btn {
    background: none;
    border-width: 1px;
}

.block_slider_goods .price {
    font-size: 28px;
    font-weight: 700;
}

.block_item_good {
    border: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.block_not_available {
    margin-top: 4px;
}

.block_good_pic .block_stick {
    bottom: -15px;
}

.block_good_pic {
    margin-bottom: 30px;
}

.slider_block.wrap .scrollbar {
    display: none;
}

#slide_goods {
    padding-top: 15px;
}

.info-group__phone:hover {
    color: white;
}

@media all and (max-width: 1500px) {
    .branch__red-btn,
    .branch__outline-btn {
        width: auto;
        min-width: 0;
        padding: 8px 16px;
        font-size: 16px;
    }

    .branch__phones {
        gap: 20px;
    }

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

@media all and (max-width: 1200px) {
    .new-banner__container {
        display: flex;
        flex-direction: column;
    }

    .new-banner__achivements {
        flex-direction: row;
    }

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

    h1.new-banner__title {
        font-size: 40px;
    }

    .new-banner__center {
        order: 0;
    }

    .new-banner__list {
        order: 1;
    }

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

@media all and (max-width: 1024px) {
    .new-news__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .block-header__title {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }

    .block-header__link {
        font-size: 13px;
        gap: 8px;
    }

    .cats__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-info__grid {
        display: flex;
        flex-direction: column;
    }

    .branches__items {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 600px) {
    .new-banner__achivements {
        flex-direction: column;
        gap: 20px;
    }

    .new-banner__list ul {
        grid-template-columns: 1fr;
        padding-left: 0;
        gap: 15px;
    }

    .banner-achivement {
        width: 100%;
        height: auto;
        padding: 15px;
        gap: 10px;
        border-radius: 10px;
    }

    .banner-achivement__num {
        font-size: 24px;
    }

    .banner-achivement__text {
        font-size: 13px;
    }

    .new-banner__descr {
        font-size: 13px;
    }

    h1.new-banner__title {
        font-size: 32px;
        padding-top: 0;
    }

    .new-banner__logo {
        margin-bottom: 20px;
        max-width: 180px;
    }

    .new-banner__list li {
        font-size: 13px;
    }

    .new-news__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .cats,
    .new-news,
    .block_popular_goods,
    .block_brands,
    .new-info,
    .branches,
    .reviews {
        padding: 30px 0;
    }

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

    .branch__buttons {
        flex-direction: column;
    }

    .branch__red-btn,
    .branch__outline-btn,
    .branch__new-address {
        min-width: 0;
        width: 100%;
        font-size: 16px;
    }

    .branch__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .branch__new-num {
        margin-bottom: 10px;
    }

    .branch__phones {
        gap: 16px;
    }

    .info-banner {
        background: black;
    }

    .info-banner__buttons {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .info-banner__red-btn,
    .info-banner__outline-btn {
        min-width: 0;
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

    .info-banner__achivements {
        flex-direction: column;
    }

    .info-group__phone {
        font-size: 16px;
    }

    .block_item_brabd {
        height: auto;
        min-height: 0;
    }

    .block_item_good {
        width: auto;
        min-width: 160px;
        padding-bottom: 15px;
    }

    .block_good_pic {
        min-height: 140px;
    }

    .block_price_btn {
        align-items: center;
        width: 100%;
        position: static;
        flex-wrap: wrap;
    }

    .block_slider_goods .block_btn {
        margin-top: 0;
    }

    .block_slider_goods .btn.js-add-cart {
        padding: 2px 10px;
        font-size: 10px;
        min-width: 0;
    }

    .block_slider_goods .price {
        font-size: 12px;
    }

    .block_slider_goods .block_btn {
        width: auto;
    }
}

.controls button.disabled {
    display: block !important;
    opacity: 0.5;
}

/* .new-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.new-overlay:not(.active) {
    display: none;
} */


@media (max-width: 998px) {
    .block_item_good, .block_item_brabd {
        box-shadow: none;
    }
}