/* Новая шапка */
.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: rgb(136, 136, 138);
}

.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 .25s ease, transform .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 .3s ease-in-out;
}

.new-brand .block_item_brabd:hover {
    opacity: .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 .15s ease, color .15s ease, opacity .15s ease;
}

.brands-index__letter:hover {
    background: #f2f2f2;
}

.brands-index__letter.is-active {
    color: #d52b2b;
    background: rgba(213, 43, 43, .08);
}

.brands-index__letter.is-disabled {
    opacity: .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: .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 .2s, transform .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;
}
