/* Новая шапка */
.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;
}
.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 {
    width: 100%;
    min-height: 700px;
    background: url("./img/banner-bg.png") no-repeat center / cover;
    display: flex;
    align-items: center;
}

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

.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 {
    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;
}

.new-banner__img {
    max-width: 751px;
    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;
}

.block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
}

.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;
}

.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;
}

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

.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;
}

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

.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;
}

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

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

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

.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: black;
    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-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;
    max-width: 423px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
    margin-bottom: 60px;
}

.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__outline-btn {
    background: none;
    border-color: #a2a2a2;
}

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

.review {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    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;
}
