

/* Start:/local/components/moto/header.menu/templates/.default/style.css?177331322320046*/
body{
    padding-top:0px!important;
}
html.n_header__burger-open,
body.n_header__burger-open {
  /*  overflow: hidden;*/
    height: 100%;
}
body.n_header__burger-open {
    /*position: fixed;*/
    width: 100%;
}

.n_header {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.n_header::after{
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(33, 33, 33, 0.12) 100%);
    height: 35px;
    content: '';
    width: 100%;
    position: absolute;
    bottom: -35px;
    z-index: 2;
}
.container_ext{
    padding: 0px;
}
.container_ext,
.n_header__inner{
    max-width: 2130px;
    margin: 0 auto;
}
.n_header__inner {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    gap: 50px;
}

.n_header__phones {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
    font-family: "Arial";
    font-size: 14px;
    min-width: 117px;
}


.n_header__logo svg {
    display: block;
    height: 50px;
    width: 50px;
}
/*********************/
/********Меню*******/

.n_header__menu {
    display: flex;
    align-items: center;
    gap: 32px;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 2px;
}  

.n_header__menu-link {
    font-family: "Oswald";
    text-decoration: none;
    white-space: nowrap;

}

.n_header__menu-item {
    position: static;
}
.n_header__menu-item.is-open{
    color: #FF6900;
    text-decoration: underline;
}
.n_header__menu-item::after {
    content: none;
}

.n_header__submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    background: #F2F2F2 linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(33, 33, 33, 0.12) 100%);
}

.n_header__menu-item:hover .n_header__submenu,
.n_header__menu-item:focus-within .n_header__submenu,
.n_header__menu-item.is-open .n_header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.n_header__submenu-inner {
    max-width: 2130px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 60px;
    font: 400 20px Arial;
    padding: 22px 24px;
}

.n_header__burger-menu .n_header__submenu-top .n_header__submenu-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
}
.n_header__submenu-dropdown .n_header__submenu-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 0;
    font-size: 18px;
} 

.n_header__burger-menu .n_header__submenu-dropdown .n_header__submenu-inner:has(.n_header__submenu-sub:nth-child(7)) {
    justify-content: flex-start;
}

.n_header__burger-menu .n_header__submenu-dropdown .n_header__submenu-sub {
    flex: 0 0 calc(100% / 7);
    text-align: left;
}
 
.n_header__submenu-top {
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    position: relative;
}

.n_header__submenu-item {
    position: static;
    display: inline-flex;
    align-items: center;
}
.n_header__submenu-item.submenu-item-dt{
    display: none;
}
.n_header__submenu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #F2F2F2;
    border-top: 1px solid #B6B3B3;
    border-bottom: 1px solid #e9e9e9;
    display: none;
    z-index: 30;
}

.n_header__submenu-item:hover .n_header__submenu-dropdown,
.n_header__submenu-item:focus-within .n_header__submenu-dropdown,
.n_header__submenu-item.is-open .n_header__submenu-dropdown,
.n_header__submenu-dropdown:hover {
    display: block;
}

.n_header__submenu-dropdown .n_header__submenu-inner {
    max-width: 2130px;
    margin: 0 auto;
    padding: 22px 24px;
    display: flex;
    justify-content: center;
    gap: 60px;
    text-transform: initial;
}
.n_header__burger-menu .n_header__submenu-dropdown .n_header__submenu-inner{
    column-gap: 0px;
    row-gap: 16px;
}

.n_header__submenu-link,
.n_header__submenu-sub {
    color: #212121;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.n_header__submenu-sub{
    color: #505050;
}

.n_header__submenu-item.is-open .n_header__submenu-link,
.n_header__submenu-link:hover,
.n_header__submenu-link:active,
.n_header__submenu-sub:hover {
    color: #FF6B00; 
    text-decoration: underline;
}
/*********************/


/*********************/
/********Поиск и icon*******/
.n_header__search {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 0 1px 0 20px;
    height: 40px;
    border: 1px solid #212121;
    border-radius: 19px;
    min-width: 380px;
    background: #fff;
    position: relative;
}

.n_header__search-wrapper {
    display: block;
    margin-left: auto;
    margin-right: 10px;
}

.n_header__contacts-wrapper {
    display: none;
}

.n_header__search-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    font-family: "Arial";
    padding-right: 34px;
    width: 100%;
}
.n_header__search-input::placeholder{
    color: #A1A1A1;
}

.n_header__search-clear {
    display: none;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #A1A1A1;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.n_header__search-clear:hover{
    color: #212121;
}

.n_header__search.has-value .n_header__search-clear {
    display: inline-flex;
}

.n_header__icon--clear {
    width: 12px;
    height: 12px;
}
.n_header__icon-phone,
.n_header__icon-marker,
.n_header__icon-search{
    display: none;
}

.n_header__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #212121;
    border-radius: 50%;
    background: #212121;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.n_header__icons {
    display: flex;
    align-items: center;
}

.n_header__icon {
    display: block;
    width: 33px;
    height: 33px;
    fill: currentColor;
}
.n_header__icon-link,
.n_header__divider{
    margin-right: 42px;
}

.n_header__icon-link--tg,
.n_header__icon-link--vk{
    margin-right: 32px;
}
.n_header__icon-link:last-child{
    margin-right: 0px;
}
.n_header__icon-link,
.n_header__search-btn {
    color: #212121;
}

.n_header__icon-link--tg {
    color: #4189E3;
}

.n_header__icon-link:hover {
    color: #FF6B00;
}

.n_header__search-btn:hover {
    color: #fff;
    background: #FF6B00;
    border-color: #FF6B00;
}

.n_header__icon--search {
    width: 19px;
    height: 19px;
}

.n_header__icon--tg .tg-hover {
    opacity: 0;
}

.n_header__icon-link--tg:hover .tg-base {
    opacity: 0;
}

.n_header__icon-link--tg:hover .tg-hover {
    opacity: 1;
}

.n_header__icon--vk .vk-hover {
    opacity: 0;
}

.n_header__icon-link--vk:hover .vk-base {
    opacity: 0;
}

.n_header__icon-link--vk:hover .vk-hover {
    opacity: 1;
}

.n_header__divider {
    width: 2px;
    height: 25px;
    background: #000;
}
/*********************/







/*********************/
/********Бургер*******/
.n_header__burger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    border: 1px solid #212121;
    background: #fff;
    padding: 0 34px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    font-weight: 700;
    font-size: 18px;
    font-family: "Oswald";
}

.n_header__burger-lines {
    position: relative;
    width: 18px;
    height: 14px;
    display: inline-block;
}

.n_header__burger-line {
    position: absolute;
    width: 18px;
    height: 3px;
    left: 0;
    top: 0;
    background: #212121;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.n_header__burger-line:nth-child(1) {
    top: 0;
}

.n_header__burger-line:nth-child(2) {
    top: 6px;
}

.n_header__burger-line:nth-child(3) {
    top: 12px;
}

.n_header__burger{
    color: #000;
}
.n_header__burger.is-active,
.n_header__burger:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}

.n_header__burger.is-active .n_header__burger-line,
.n_header__burger:hover .n_header__burger-line{
    background: #fff;
}
.n_header__burger.is-active .n_header__burger-line{
    top: 6px;
}

.n_header__burger.is-active .n_header__burger-line:nth-child(1) {
    transform: rotate(45deg);
}

.n_header__burger.is-active .n_header__burger-line:nth-child(2) {
    opacity: 0;
}

.n_header__burger.is-active .n_header__burger-line:nth-child(3) {
    transform: rotate(-45deg);
}
.n_header__burger-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 25;
    transition: opacity 0.15s ease, visibility 0.15s ease;

    background: #F2F2F2 linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(33, 33, 33, 0.12) 100%);
    border-bottom: 1px solid #e9e9e9;
}

.n_header__burger-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/*********************/
.brands .brands-button .button.button_black{
    background-color:#fff;
    border: solid 1px #000;
    color: #000;
    height: 32px;
    font-size: 16px;
    padding-top: 2px;
}
.brands .brands-button .button.button_black:hover{
    background-color:#000;
    color: #fff;
}

@media screen and (max-width: 2150px) {
    .n_header__menu{
        margin-left: 7px;
    }
    .n_header__search-wrapper{
        margin-right: 2px;
    }
    .n_header__inner,
    .n_header__submenu-inner,
    .n_header__submenu-dropdown .n_header__submenu-inner,
    .container_ext
    {
        max-width: 1660px;
    }
    .container_ext{
        padding: 0px 5px;
    }
    .n_header__inner {
        gap: 18px;
    }
    .n_header__logo svg{
        height: 40px;
        width: 40px;
    }

    .n_header__burger {
        gap: 10px;
        height: 30px;
        padding: 0 16px;
        font-size: 15px;
    }

    .n_header__burger-line {
        height: 2px;
    }

    .n_header__submenu-inner {
        font-size: 14px;
        gap: 36px;
        padding: 18px 24px;
    }
    .n_header__submenu-dropdown .n_header__submenu-inner {
        padding: 18px 24px;
        gap: 28px;
        font-size: 14px;
    }

    .n_header__burger-menu .n_header__submenu-top .n_header__submenu-inner{
        row-gap: 12px;
    }
    .n_header__search {
        min-width: 280px;
        height: 30px;
        padding: 0 1px 0 12px;
    }
    .n_header__search-btn {
        width: 26px;
        height: 26px;
    }
    .n_header__search-clear {
        width: 18px;
        height: 18px;
        right: 35px;
    }
    .n_header__icon-link,
    .n_header__divider{
        margin-right: 20px;
    }
    .n_header__icon {
        width: 23px;
        height: 23px;
    }
    .n_header__icon-link--tg,
    .n_header__icon-link--vk {
        margin-right: 14px;
    }

    .n_header__icon--search {
        width: 14px;
        height: 14px;
    }
    .brands .brands-button .button.button_black{
        height: 28px;
        font-size: 14px;
        padding-top: 0px;
    }
}
@media screen and (max-width: 1500px) {
        .container_ext,
    .n_header__inner{
        max-width: 1200px;
    }
    .n_header__inner{
        gap: 16px;
    }
    .n_header__menu{
        font-size: 16px;
        gap: 9px;
        margin-left: 0px;
    }
    .n_header__search{
        min-width: 166px;
    }

}
@media screen and (max-width: 1240px) {
    .n_header__inner,
    .container_ext{
        max-width: 1020px;
    }
    .container_ext{
        padding-left: 10px;
        padding-right: 10px;
    }
    .n_header__menu{
        display: none;
    }
    .n_header__search{
        max-width: 219px;
    }
    .n_header__icon-marker{
        display: block;
    }
}
@media screen and (max-width: 750px) {
    body.n_header__burger-open {
       position: fixed;
        overflow: hidden;
    }
    .n_header__inner,
    .container_ext{
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .n_header__phones,
    .n_header__divider,
    .n_header__icon-link--tg,
    .n_header__icon-link--vk{
        display: none;
    }
    .n_header__icon-phone,
    .n_header__icon-search{
        display: block;
    }
    .n_header__icon-link--basket{
        margin-right: 0px;
    }

    .n_header__burger{
        order: 1;
    }
    .n_header__logo{
        order: 2;
    }
    .n_header__icons{
        order: 3;
        margin-left: auto;
        justify-content: flex-end;
    }


    .submenu-item-268{
        display: none;
    }
    .n_header__submenu-item.submenu-item-dt{
        display: block;
    }
    /************************************/
    .n_header__burger-menu .n_header__submenu-top .n_header__submenu-inner {
        row-gap: 0px;
        margin-top: 12px;
    }
    .n_header__burger-menu .n_header__submenu-dropdown .n_header__submenu-sub {
        flex: 0 0 calc(100% / 4);
    }
    .n_header__burger-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: auto;
        height: calc(100vh - 100%);
        background: #F2F2F2;
        max-height: none;
       /* overflow: hidden;*/
    }
    .n_header__burger-menu::after {
        content: "";
        position: absolute;
        top: 0px;
        height: 22px;
        width: 100%;
        background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(33, 33, 33, 0.12) 100%);
        display: block;
    }

    .n_header__burger-menu .n_header__submenu-top {
        border-bottom: 0;
        position: relative;
        height: 100%;
    } 

    .n_header__burger-menu .n_header__submenu-top::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background: #B6B3B3;
        height: calc(100% - 22px);
        margin-top: 11px;
    }

    .n_header__burger-menu .n_header__submenu-inner {
        max-width: 100%;
        padding: 0;
        gap: 0;
        font-size: 14px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: stretch;
    }

    .n_header__burger-menu .n_header__submenu-item {
        width: 100%;
    }
 
    .n_header__burger-menu .n_header__submenu-link {
        display: block;
        width: 50%;
        padding: 10px 25px 10px 15px;
        font-family: arial;
    }
    .n_header__search-wrapper,
    .n_header__contacts-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 25px 0px;
        box-sizing: border-box;
        background: #F2F2F2;
        display: none;
        z-index: 35;
    }
    .n_header__search-wrapper:before,
    .n_header__contacts-wrapper:before{
        content: "";
        position: absolute;
        top: 0px;
        height: 22px;
        width: 100%;
        background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(33, 33, 33, 0.12) 100%);
        display: block;
    }
    .n_header__search{
        max-width: 70%;
    }

    .n_header__search-wrapper--mobile-open,
    .n_header__contacts-wrapper--mobile-open {
        display: block;
    }
    .n_header__search-clear {
        width: 21px;
        height: 21px;
        right: 45px;
    }
    .n_header__search-wrapper--mobile-open .n_header__search {
        width: 100%;
        min-width: auto;
        margin: 0 auto;
        border: solid 1px #212121;
    }
    .n_header__search-btn {
        width: 36px;
        height: 36px;
    }
    .n_header__icon--search {
        width: 19px;
        height: 19px;
    }
    .n_header__search {
        height: 40px;
    }

    .n_header__contacts-inner {
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 30px;
        padding: 0px 12px;
    }

    .n_header__contacts-col {
        flex: 1 1 0;
        font-family: "Arial";
        font-size: 14px;
    }

    .n_header__contacts-title {
        margin-bottom: 10px;
    }
    .n_header__contacts-col--socials .n_header__icon {
        width: 35px;
        height: 35px;
    }

    .n_header__contacts-phones {
        display: flex;
        flex-direction: column;
        margin-left: 12px;
    }

    .n_header__contacts-phone {
        color: #212121;
        text-decoration: none;
    }

    .n_header__contacts-phone:hover {
        color: #FF6B00;
        text-decoration: underline;
    }

    .n_header__contacts-divider {
        width: 1px;
        align-self: stretch;
        background: #B6B3B3;
    }

    .n_header__contacts-socials {
        padding-top: 4px;
        margin-top: 4px;
        display: flex;
        gap: 30px;
        justify-content: flex-start;
        margin-left: 10px;
    }

    .n_header__contacts-social {
        color: inherit;
    }
    .n_header__burger-menu .n_header__submenu-top > .n_header__submenu-inner > .n_header__submenu-item.submenu-item-ext > .n_header__submenu-link::after{
        content: "";
        border-bottom: solid 1px #B6B3B3;
        height: 1px;
        width: 100%;
        display: block;
        padding-top: 15px;
        margin-bottom: -5px;
    }

    .n_header__burger-menu .n_header__submenu-item.is-open .n_header__submenu-link {
        color: #FF6B00;
        text-decoration: none;
    }

    .n_header__burger-menu .n_header__submenu-dropdown {
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0;
        background:transparent;
        border-top: 0;
        border-bottom: 0;
        display: none;
        overflow-y: auto;
        padding: 0;
    }
    .n_header__burger-menu .n_header__submenu-dropdown .n_header__submenu-sub {
        flex: 0 0 calc(100% / 3);
    }
    /*
    .n_header__submenu-item:hover .n_header__submenu-dropdown::after {
        content: "";
        position: absolute;
        top: 0px;
        height: 22px;
        width: 100%;
        background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(33, 33, 33, 0.12) 100%);
        display: block;
    }*/

    .n_header__burger-menu .n_header__submenu-dropdown .n_header__submenu-inner {
        padding: 0px 16px 16px;
        margin-top: 0px;
    }

    .n_header__burger-menu .n_header__submenu-sub {
        display: block;
        width: 100%;
        white-space: normal;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        text-transform: none;
    }

    .n_header__burger-menu .n_header__submenu-sub:last-child {
        border-bottom: 0;
    }
    /************************************/
}
@media screen and (max-width: 420px) {
    .n_header__icon-link{
        margin-right: 15px;
    }
    .n_header__icon-link--basket{
        margin-right: 0px;
    }
    .n_header__burger-menu .n_header__submenu-link{
        padding: 10px 15px;
    }
}
/* End */


/* Start:/local/components/moto/search.parts.form/templates/index_new/style.css?17733210325706*/
.n_header__submenu-inner .main-filter__form{
    width: 100%;
}
.main-filter__body{
    overflow: hidden;
    transition: max-height .3s ease, opacity .3s ease, transform .3s ease, padding-top .3s ease;
}   
.main-filter_new.active .main-filter__body{
    display: block;
}
.container_ext .main-filter_new {
    background-color: #E8E8E8 !important;
    padding: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 14px;
 }
.container_ext .custom-select__field {
    border: 1px solid #767676;
}
.container_ext .custom-select__field:disabled + .custom-select__arrow,
.container_ext .custom-select__field.disabled + .custom-select__arrow {
    background: #a1a1a1;
}
.container_ext .main-filter__col:not(:last-child) {
    margin-right: 60px;
}
.container_ext .main-filter__body {
    padding-top: 15px !important;
}
.container_ext .main-filter__title {
    font-size: 32px;
    font-family:Arial;
    font-weight: bold;
    color: #505050;
}
.container_ext .main-filter__button {
    width: 290px;
    padding-left: 60px;
}
.container_ext .main-filter__button .button{
    height: 34px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #212121;
}
.container_ext .main-filter__button .button:hover{
    background: #000;
    color: #fff;
}
.container_ext .main-filter__head{
    padding: 0px;
    margin-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container_ext .main-filter__head:after{
    content: none;
    width: 0;
    height: 0;
    margin-left: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #212121;
    transition: transform .2s ease;
}
.container_ext .main-filter_new.active .main-filter__head:after{
    transform: rotate(180deg);
}
.container_ext .main-filter:before{
    content:none;
}
@media (max-width: 1920px) {
    .container_ext .main-filter_new{
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .container_ext .main-filter__title {
        font-size: 20px;
    }
    .container_ext .main-filter__button .button{
        height: 28px;
        font-size: 14px;
    }
    .container_ext .custom-select__field {
        padding: 6px 56px 6px 10px;
    }
    .container_ext .main-filter__col:not(:last-child){
        margin-right: 50px;
    }
    .container_ext .main-filter__button{
        padding-left: 50px;
    }
    .container_ext .main-filter_new{
        padding: 23px;
    }
}
@media screen and (max-width: 1600px) {
    .container_ext .main-filter_new{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .container_ext .main-filter__col:not(:last-child){
        margin-right: 30px;
    }
    .container_ext .main-filter__button{
        padding-left: 30px;
        width: 190px;
    }
}
@media screen and (max-width: 1240px) {
    .container_ext .main-filter_new{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container_ext .main-filter_new {
        padding: 15px 10px;
    }
    .container_ext .main-filter__col:not(:last-child){
        margin-right: 20px;
    }
    .container_ext .main-filter__button{
        padding-left: 20px;
    }
    .container_ext .main-filter__button{
        width: 155px;
    }
    .container_ext .main-filter__col:first-child,
    .container_ext .main-filter__col:nth-child(2),
    .container_ext .main-filter__col:nth-child(3),
    .container_ext .main-filter__col:nth-child(4),
    .container_ext .main-filter__col:nth-child(5){
        width: calc(20% - 10px);
    }
}
@media screen and (max-width: 750px) {
    .n_header__submenu-inner .main-filter__form {
        display: block;
        margin-top: 10px;
    }
    .n_header__submenu-inner .main-filter__form  .main-filter__col:first-child,
    .n_header__submenu-inner .main-filter__form  .main-filter__col:nth-child(2),
    .n_header__submenu-inner .main-filter__form  .main-filter__col:nth-child(3),
    .n_header__submenu-inner .main-filter__form  .main-filter__col:nth-child(4),
    .n_header__submenu-inner .main-filter__form  .main-filter__col:nth-child(5){
        width: 100%;
        margin-bottom: 15px;
    }
    .n_header__submenu-inner .main-filter__form  .main-filter__button{
        width: 100%;
        padding: 0px;
    }
    .n_header__submenu-inner .main-filter__list{
        display: block;
        width: 100%;
    }

}
@media screen and (max-width: 640px) {
    .main-filter_new .main-filter__body{
        display: block;
        max-height: 0;
        opacity: 0;
        transform: translateY(-8px);
        padding-top: 0 !important;
        pointer-events: none;
    }
    .main-filter_new.active .main-filter__body{
        max-height: 700px;
        opacity: 1;
        transform: translateY(0);
        padding-top: 15px !important;
        pointer-events: auto;
    }
    .container_ext .main-filter__col:first-child,
    .container_ext .main-filter__col:nth-child(2),
    .container_ext .main-filter__col:nth-child(3),
    .container_ext .main-filter__col:nth-child(4),
    .container_ext .main-filter__col:nth-child(5){
        width: 100%;
        margin-bottom: 15px;
    }
    .container_ext .main-filter__button{
        width: 100%;
        padding: 0px;
    }
    .container_ext .main-filter_new {
        padding: 12px 20px;
    }
    .container_ext .main-filter__head{
        padding:0px!important;
        cursor: pointer;
    }
    .container_ext .main-filter__head:after{
        content: '';
    }
}
/* End */


/* Start:/local/components/moto/auth.form/templates/.default/style.css?1754984470183*/
#registerForm .is-error + a {
    color: red;
}
#tab-2 .form-row .form-field.is-error{
    position: relative;
}

#tab-2 .form-row .form-field .label-error{
    top: unset;
}
/* End */


/* Start:/local/components/moto/footer/templates/.default/style.css?17733196835527*/

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.n_footer {
    background: #212121;
    padding-bottom: 30px;
}
.n_footer__inner {
    display: flex;
    align-items: stretch;
    margin: 10px auto;
    max-width: 2130px;
    padding: 20px 10px;
    gap: 0;
}
.n_footer__inner.mob{
    display: none;
}

.n_footer__left {
    width: 100%;
    position: relative;
}
.n_footer__left-wrap {
    width: 100%;
    display: flex;
}
.n_footer__left .n_footer__col {
    flex: 1;
    min-width: 0;
}

.n_footer__right {
    flex: 0 0 715px;
    width: 715px;
    margin-left: 90px;
}

.n_footer__title{
    font-family: "Oswald";
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.n_footer__nav .n_footer__nav_title,
.n_footer__nav a,
.n_footer__bottom a,
.n_footer__bottom{
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #A1A1A1;
    line-height: 170%;
    display: block;
}
.n_footer__nav a:hover,
.n_footer__bottom a:hover{
    text-decoration: underline;
}
.n_footer__nav_info{
    margin: 10px 0px;
}
.n_footer__contacts-socials{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 65px; 
}
.n_footer__icon{
    width: 40px;
}
.n_footer__pay div:first-child{
    margin-bottom: 15px;
}
.n_footer-subscribe__button{
    margin-top: 20px;
}
.n_footer-subscribe__button .button {
    font-weight: 400;
    font-size: 12px;
    font-family: Arial;
    height: 30px;
    width: 160px;
    color: #fff;
}
.n_footer-subscribe__button .button:hover {
    background-color: #fff;
    color: #ff6b00;
}
.n_footer__bottom {
    width: 100%;
    border-top: dashed 1px #A1A1A1;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.n_footer__bottom-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.n_footer__bottom-mob{
    display: none;
}
.n_footer__col--170 {
    max-width: 170px;
}

@media screen and (max-width: 2150px) {
    .n_footer__inner{
        max-width: 1660px;
    }
    .n_footer__right{
        flex: 0 0 460px;
        width: 460px;
        margin-left: 55px;
    }
}
@media screen and (max-width: 1500px) {
    .n_footer__inner {
        max-width: 1200px;
        position: relative;
    }
    .n_footer__inner.mob{
        display: block;
        padding-top: 0px;
        margin-top: -5px;
    }
    .n_footer__inner.mob .n_footer__bottom{
        position: unset;

    }
    .n_footer__left .n_footer__bottom{
        display: none;
    }
    .n_footer__col--170{
        display: none;
    }
    .n_footer__left .n_footer__bottom{
        display: none;
    }
    .n_footer__nav .n_footer-subscribe__button{
        display: none;
    }
    .n_footer__right{
        margin-left: 20px;
    }
    /*
    .n_footer__right .map{
        height: 280px;
    }*/

    .n_footer__col:nth-child(4){
        min-width: 185px;
    }
    .n_footer__bottom{
        bottom: 20px;
    }
    .n_footer__bottom-mob{
        width: 100%;
        display: flex;
        gap: 30px;
        position: absolute;
        bottom: 0px;
        align-items: center;
    }
    .n_footer__bottom-mob .n_footer__contacts-socials a{
        height: 30px;
    }
    .n_footer-subscribe__button{
        margin-top:0px;
    }
    .n_footer__contacts-socials,
    .n_footer__pay div:first-child{
        margin-bottom: 0px;
    }
    .n_footer__icon {
        width: 30px;
    }
    .n_footer__pay{
        display: flex;
        gap: 25px;
        margin-left: 80px;
    }
    .n_footer__pay img{
        height: 20px;
    }
    .n_footer-subscribe__button .button{
        height: 25px;
        width: 130px;
    }
}

@media screen and (max-width: 1240px) {
    .n_footer__inner {
        max-width: 1020px;
    }
    .n_footer__col:nth-child(4){
        display: none;
    }
    .n_footer__pay{
        margin-left: auto;
    }
}

@media screen and (max-width: 1000px) {
    .n_footer__inner{
        flex-direction: column;
    }
    .n_footer__right{
        margin-left:0px;
        flex: none;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .n_footer__left{
        order: 2;
    }
    .n_footer__bottom-mob{
        position: relative;
        margin-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .n_footer__inner{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 750px) {
    .n_footer__inner.mob .n_footer__bottom{
        flex-direction: column !important;
    }
    .n_footer__inner.mob .n_footer__bottom-links{
        order: -1;
    }
}
@media screen and (max-width: 550px) {
    .n_footer__bottom-mob{
        padding-left: 0px;
        padding-right: 0px;
    }
    .n_footer__pay{
        gap: 15px;
    }
    .n_footer__pay img {
        height: 18px;
    }
}
@media screen and (max-width: 480px) {
    .n_footer__pay img {
        height: 16px;
    }
}
/* End */


/* Start:/local/components/moto/notify.cookies/templates/.default/style.css?1755209775259*/
.modal-cookies{
    position: fixed;
    bottom: 0px;
    right: 0px;
    border: solid 1px #A1A1A1;
    z-index: 100;
}
.modal-cookies .modal-title{
    font-size: 16px;
    margin-top: 30px;
}
.modal-cookies a{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17733132236349*/
.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom{
    display: none;
}
.label-new{
    background-color: #53DB09!important;
}
.margin-top-20{
    margin-top: 20px;
}
.not_basket-dealers{
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.not_basket-dealers-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.page-cert a{
    color: #ff6b00;
    text-decoration: underline;
}
.label.price-type-9,
.basketBlockContentItem__sale.price-type-9{
    background-color: red!important;
}
/*******************************/
#modal-order-success{
    width: 100%;
    max-width: 621px;
}
#modal-order-success > img{
    margin: 10px 0px;
}
#modal-order-success .popupBlock__text-desc{
    text-align: justify;
    border-bottom: solid 1px #ccc;
    margin: 0px 20px;
    padding: 0px;
    padding-bottom: 10px;
    font: normal normal 14px 'Arial', sans-serif;
}
#modal-order-success .btn-wrap{
    display: flex;
    justify-content: center;
    margin: 0px 20px;
    margin-bottom: 10px;
}
#modal-order-success .btn{
    width: 50%;
    color: #fff;
    padding: 7px 10px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;

    font-family: Arial;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#modal-order-success .btn > img{
    margin-right: 15px;
}

#modal-order-success .btn-telegram{
    background: #14AAFF;
    margin-right: 5px;
}
#modal-order-success .btn-vk{
    background: #0077FF;
    margin-left: 5px;
}
@media screen and (max-width:800px){
    #modal-order-success{
        max-width: 400px;
    }
    #modal-order-success .btn-wrap{
        display: block;
    }
    #modal-order-success .btn{
        width: 100%;
        margin-bottom: 10px;
    }

    #modal-order-success .btn-telegram{
        margin-right: 0px;
    }
    #modal-order-success .btn-vk{
        margin-left: 0px;
    }
}
/*******************************/
.radio-button-hover{
    display: none;
}
.radio-button:hover .radio-button-hover{
    position: absolute;
    font-size: 10px;
    margin-top: 20px;
    color: #fff;
    background-color: #505050;
    width: 100%;
    justify-content: center;
    line-height: 135%;
    padding: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 200ms ease-out;
    border: 1px solid #000000;
    cursor: pointer;
    z-index: 1;
    top: -40px;
}
.radio-button-first{
    font-size: 10px;
    margin: 10px auto 0px auto;

    color: #fff;
    background-color: #505050;
    width: 30px;
    justify-content: center;
    line-height: 135%;
    padding: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 200ms ease-out;
    border: 1px solid #000000;
    cursor: pointer;
}
.button-checkbox:hover .radio-button-hover{
    position: absolute;
    font-size: 14px;
    height: 40px;
    margin-left: -1px;
    color: #fff;
    background-color: #505050;
    width: calc(100% + 2px);
    justify-content: center;
    line-height: 135%;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 200ms ease-out;
    border: 1px solid #000;
    cursor: pointer;
    z-index: 1;
    top: -51px;
}
@media screen and (min-width: 640px) {
    .banner-slider{
        margin-top: 20px;
    }
}
.scroll-to-top{
    right: 50px;
    left: unset!important;
}
.scroll-to-top.show{
    opacity: 0.8!important;
}
@media screen and (max-width: 1019px) {
    .scroll-to-top {
        right: 30px;
        left: unset!important;
    }
}

/* Универсальные стрелки для слайдеров */
.slider-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.2s;
}

.slider-nav-arrow:hover {
    opacity: 0.9;
}

.slider-nav-arrow:active {
    opacity: 0.8;
}

.slider-nav-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
}

.slider-nav-arrow_prev {
    left: 0;
}

.slider-nav-arrow_next {
    right: 0;
}

@media (max-width: 1920px) {
    .slider-nav-arrow {
        width: 45px;
        height: 45px;
    }
}
/* Кастомный стиль для селекторов */
.custom-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.custom-select__field {
    width: 100%;
    padding: 8px 56px 8px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 22px;
    background: #fff;
    color: #505050;
    font-size: 16px;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

.custom-select__field:focus {
    border-color: #ff7a00;
    box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.15);
}

.custom-select__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #FF6900;
    pointer-events: none;
}

.custom-select__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -43%);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2 L8 8 L14 2 Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width: 1920px) {
    .custom-select__field {
        font-size: 14px;
    }
    .custom-select__arrow{
        right: 2px;
        width: 24px;
        height: 24px;
    }
    .custom-select__arrow::before {
        width: 16px;
        height: 16px;
    }
}
/* End */
/* /local/components/moto/header.menu/templates/.default/style.css?177331322320046 */
/* /local/components/moto/search.parts.form/templates/index_new/style.css?17733210325706 */
/* /local/components/moto/auth.form/templates/.default/style.css?1754984470183 */
/* /local/components/moto/footer/templates/.default/style.css?17733196835527 */
/* /local/components/moto/notify.cookies/templates/.default/style.css?1755209775259 */
/* /local/templates/main/template_styles.css?17733132236349 */
