<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.n-slider-wrap {
    position: relative;
}

.n-slide-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 10px;
    align-items: flex-start;
}

.use_before.n-slide-item {
    background-position: center right;
}

.js-slider-main .js-slider-main__list.one-slide  {
    height: 344px;
}

@media (max-width:768px) {
    .js-carousel-tyres-main__button-prev,
    .js-carousel-tyres-main__button-next {
        display: none;
    }
    .js-slider-main .n-slide-item {
         padding-left: 0;
        justify-content: flex-end;
        padding-bottom: 26px;
        align-items: center;
        background-size: cover;
        height: 100% !important;
    }
}

.modal-podbor-auto {
    display: none;
}

section.n-slider-main {
    /* padding: 15px 0 45px; */
    padding-top: 0;
    /* height: 360px; */
}

.n-slide-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    margin: 0 0 10px;
    z-index: 1;
}

.n-slide-item p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 25px;
    max-width: 425px;
    z-index: 1;

}

.n-item-error {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #93969D;
}

.n-slide-btn {
    display: inline-block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: var(--slider-background-color);
    background: #fff;
    border-radius: 4px;
    padding: 13px 45px;
    z-index: 1;
}

section.n-filters-section {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.n-filter-wrap {
    background: #F5F7F8;
    border-radius: 8px;
    width: 49%;
    padding: 25px 30px;
}

.n-filter-top-row {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

h2.n-filter-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #18191B;
    margin: 0 12px 0 0;
}

.n-filter-togglers a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #2C5692;
    border-bottom: 2px dashed;
    margin-right: 12px;
    cursor: pointer;
}

.n-filter-togglers a.active {
    padding: 8px 16px;
    background: #E2E2E2;
    border-radius: 30px;
    border: none;
    color: #000;
}

.n-form-filter-control {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 12px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #18191B;
    cursor: pointer;
}

.n-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.n-col {
    width: 49%;
}

.n-filter-btn.homepage__top__filter__submit__button {
    background: #2C5692;
    border-radius: 4px;
    width: 100%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding: 0px 12px;
    height: 45px;
    border: 1px solid #2C5692;
    text-transform: none;
    cursor: pointer;
}

.n-filter-btn.homepage__top__filter__submit__button:disabled {
    opacity: 0.6;
    cursor: auto;
}

section.n-listing-section {
    padding: 50px 0;
}

.popular-goods-list {
    display: flex;
}

section.n-listing-section.podbor-section {
    padding: 0;
}

section.n-listing-section h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #18191B;
    margin-bottom: 40px;
}

.n-listing-item {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.n-listing-item.recommended {
    padding: 0;
}

.n-listing-item-main-page {
    padding: 8px;
    display: flex;
}

.n-listing-item-top {
    align-items: flex-start;
    position: relative;
}

.n-listing-item.recommended .n-listing-item-top {
    display: grid;
    align-items: center;
    grid-template-columns: max-content 1fr;
}

.n-listing-item.recommended a.n-item-title {
    display: block;
    margin-bottom: 12px;
}

.n-listing-item-img {
    position: relative;
    width: 150px;
}

.n-listing-item-info-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

.n-listing-item-info-row img {
    max-width: 63px;
}

.n-item-article {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #7E8589;
}

.n-listing-item-info {
    padding-left: 9px;
    flex: 1 1 auto;
    display: block;
    text-align: left;
}

.n-item-post-title span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    color: #18191B;
    display: flex;
    align-items: center;
}

.n-item-post-title span div {
    width: 17px;
    height: 17px;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}

.n-item-post-title &gt; * {
    margin-right: 8px;
}

.n-tag-row-item {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    color: #FFFFFF;
    background: #FF4343;
    border-radius: 2px;
    padding: 3px 6px;
}

.n-tag-row-item.n-tag-row-item-success {
    background: #4DB453;
}

.n-item-post-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    color: #7E8589;
    margin: 0 0 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a.n-item-title {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0.2px;
    color: #18191B;
}

.n-item-listing-inside {
    display: flex;
    margin: 7px 0 11px;
    align-items: center;
    flex-wrap: wrap;
}

.n-item-listing-bgd-row {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    color: #444444;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
}

.n-item-listing-bgd-avtobonus-wrapper {
    border-bottom: 1px dashed rgba(68, 68, 68, .4);
}

.n-item-listing-bgd-avtobonus-text {
    padding-left: 2px;
}

.n-item-listing-bgd-row img {
    max-width: 18px !important;
    margin-right: 6px;
}

.n-item-listing-inside span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;


    color: #444444;
}

.n-item-listing-inside a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;


    color: #1E9CDB;
    margin-right: 5px;
}


.n-overall-price {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    display: block;
    text-align: center;
    font-family: inherit;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: .2px;
}

.n-overall-price div {
    padding-top: 6px;
    padding-bottom: 6px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    color: #5D5F63;
    font-weight: 500;
}

.n-item-listing-inside .product-tag {
    background: rgba(44, 86, 146, 0.1);
    border-radius: 4px;
    padding: 4px;
    margin-right: 5px;
    margin-bottom: 4px;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15.6px;
    color: #2C5692;
}

.n-listing-item-ats {
    background-repeat: no-repeat;
    background-size: contain;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 110%;
    color: #444444;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 3px;
}

.clear {
    clear: both;
}

.n-listing-item-ats span {
    position: absolute;
    left: -55px;
    top: 100%;
    z-index: 10;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #444444;
    border-radius: 3px;
    padding: 10px;
    margin: 11px 0 0;
    display: none;
    width: 140px;
    text-align: center;
}

.n-listing-item-ats:hover span {
    display: block;
}

.n-listing-item-ats span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #444444;
    top: -6px;
    left: 50%;
    margin-left: -7px;
}

.n-icon-options {
    position: absolute;
    width: 32px;
    left: 0px;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.n-icon-option-desc {
    position: absolute;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 275px;
    top: 100%;
    left: -144px;
    z-index: 1;
    padding: 15px;
    /*margin-top: 10px;*/
}

.popular-goods-component .swiper__slide .n-icon-option-desc {
    left: 0px;
}

.n-icon-option-desc div {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #18191B;
    margin-bottom: 10px;
}

.n-icon-option-desc p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #444444;
}

.n-icon-options &gt; *:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 22px;
    background-image: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: inherit;
}

.n-icon-options &gt; *:hover:before {
    filter: brightness(100);
}

.n-icon-options &gt; *:hover .n-icon-option-desc {
    display: block;
}

.n-icon-option-desc-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.n-icon-option-desc-row span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    text-decoration-line: underline;
    color: #2C5692;
}

.n-icon-option-desc-row div {
    background: #EAEEF4;
    border-radius: 2.66667px;
    width: 39px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    margin-right: 10px;
}

.n-icon-options &gt; * {
    width: 100%;
    height: 32px;
    background-size: auto;
    background-repeat: no-repeat;
    margin: 0;
    background-color: #EAEEF4;
    border: 2px solid #FFFFFF;
    border-radius: 31.3333px;
    background-position: center;
    box-sizing: content-box;
    position: relative;
}

.n-icon-options &gt; *:hover {
    background-color: #2C5692;
    cursor: pointer;
}

.n-listing-item-shield {
    background-size: contain;
    bottom: 20px;
    height: 20px;
    position: absolute;
    right: calc( 50% - 60px );
    transform: rotate(27deg);
    width: 40px;
    /*background-image: url(https://storage.yandexcloud.net/nik-auto/vezemkolesa/www/assets/template_vlad/common/icons/sber_label.svg);*/
    background-repeat: no-repeat;
}

section.n-listing-section .owl-carousel .owl-item,
section.n-listing-section .swiper__slide {
    display: flex;
}

section.n-listing-section .owl-carousel .owl-stage {
    display: flex;
}

.n-listing-item-bottom {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
}

.n-listing-item-price {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #2C5692;
    width: 38%;
    min-width: 38%;
    max-width: 38%;
}

.n-listing-item-action button.catalog__grid__item__link {
    padding-left: 10px;
    border: none;
    border-radius: 4px;
    text-transform: none;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    background: #2C5692;
    background-image: url(/site/images/cart_icon.svg);
    text-align: left;
    background-repeat: no-repeat;
    background-position: 90% center;
    position: relative;
    margin-right: 10px;
    min-width: 131px;
}

.n-listing-item-action button.catalog__grid__item__link:after {
    width: 1px;
    background: #000;
    position: absolute;
    height: 100%;
    content: "";
    opacity: .2;
    right: 28%;
    top: 0;
}

.n-listing-item-action .catalog__grid__item__content__row__column-second {
    font-family: 'Manrope';
}

.n-listing-item-action {
    min-width: 130px;
    margin-right: 12px;
}

.n-listing-row {
    padding: 0 25px;
}

.n-listing-section .owl-nav .owl-next span,
.n-listing-section .swiper__arrow--next {
    right: 0;
}

.n-listing-section .owl-nav .owl-prev
span,
.n-listing-section .swiper__arrow--prev {
    left: 0;
    transform: translateY(-23px);
}


.n-listing-section .owl-nav span {
    font-family: 'Manrope';
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.catalog__grid__item__total__cost__caption {
    white-space: nowrap;
}

.n-listing-tab-togglers a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    color: #18191B;
    margin-right: 40px;
    padding: 0 0 25px;
    display: inline-block;
    cursor: pointer;
}

.n-listing-tab-togglers {
    margin-bottom: 25px;
    display: flex;
}

.order-flex {
    display: flex;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.order-13 {
    order: 13;
}
.order-14 {
    order: 14;
}
.order-15 {
    order: 15;
}
.order-16 {
    order: 16;
}
.order-17 {
    order: 17;
}
.order-18 {
    order: 18;
}
.order-19 {
    order: 19;
}
.order-20 {
    order: 20;
}

.n-listing-tab-togglers a.active {
    border-bottom: 3px solid;
    color: #2C5692;
}

p.n-add__title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    /* or 19px */
    display: flex;
    align-items: center;
    text-align: center;
    color: #2C5692;
}

a.n-add__item {
    width: 157px;
    height: 134px;
    border: 1px solid #D8DCDE;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px 4px 6px;
}

.swiper-pagination {
    text-align: center;
    margin: 30px 0 0;
}

.swiper__pagination__page {
    border-radius: 11px;
    width: 6px;
    height: 6px;
    background: #C9E7F5 !important;
    display: inline-block;
    margin: 0 9px;
}

.swiper__pagination__page.is-active {
    background: #2C5692 !important;
}

section.n-listing-section.n-listing-section-bg {
    background: #F9F9F9;
    margin: 0 -15px 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.n-block-listing-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-block-listing-item {
    margin: 0 0 40px;
}

a.n-block-listing-img {
    display: block;
    height: 290px;
    background-size: cover;
    background-position: center;
}

a.n-block-listing-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    /* or 22px */
    color: #2C5692;
    display: block;
    margin: 10px 0 15px;
}

.n-block-listing-item div {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    display: flex;
    align-items: center;

    /* ГѓЖ’Г‚ВђГѓвЂљГ‚ВќГѓЖ’Г‚ВђГѓвЂљГ‚Вµ ГѓЖ’Г‚ВђГѓвЂљГ‚В°ГѓЖ’Г‚ВђГѓвЂљГ‚ВєГѓЖ’Гўв‚¬ЛњГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Г‚ВђГѓвЂљГ‚ВёГѓЖ’Г‚ВђГѓвЂљГ‚ВІГѓЖ’Г‚ВђГѓвЂљГ‚ВЅГѓЖ’Гўв‚¬ЛњГѓВўГўвЂљВ¬Г‚В№ГѓЖ’Г‚ВђГѓвЂљГ‚В№ */
    color: #949DA7;
    background-repeat: no-repeat;
    padding: 0 0 0 21px;
    background-size: contain;
}

.n-flex-full {
    width: 100%;
    min-width: 100%;
    text-align: center;
}

.btn-single {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding: 12px 0;
    background: #2C5692;
    border-radius: 4px;
    width: 350px;
    display: inline-block;
}
.post&gt;.post-info a.btn-single {
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
}

p.n-static-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    color: #18191B;
    margin-bottom: 20px;
}

a.js-tab.btn-single-inline {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    color: #2c5692;
}

.n-columns-row {
    display: flex;
    justify-content: space-between;
}

.n-column {
    width: 49%;
    background: #F6F7F8;
    border-radius: 8px;
    padding: 30px;
}

section.n-listing-section h2.n-title-sm {
    font-size: 24px;
}

.n-column-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    /* identical to box height, or 22px */
    color: #18191B;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.n-column-title img {
    margin: 0 0 0 10px;
}

.n-column-listing a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    display: flex;
    align-items: center;
    text-align: center;
    color: #2C5692;
    margin: 0 0 13px;
}

.n-column-listing {
    -webkit-column-count: 4;
    -webkit-column-gap: 35px;
    -moz-column-count: 4;
    -moz-column-gap: 35px;
    column-count: 4;
    column-gap: 35px;
}

.use_before.n-slide-item:before {
    content: '';
    height: 0;
    /*	width: 299px; */
    width: 22%;
    border-top: 299px solid;
    border-right: 77px solid transparent;
    position: absolute;
    left: 32%;
    top: 0;
    border-top-color: inherit;
}

.n-mobile-main-links-wrap, .n-listing-item-bottom-links {
    display: none;
}

.n-column-title.n-column-title-sm, .n-mobile-listing-row {
    display: none;
}

.n-filter-togglers span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #18191B;
    margin-right: 13px;
}

.n-slider-wrap .owl-dots,
.n-mobile-slider-wrap .owl-dots,
.n-slider-wrap .swiper__pagination,
.n-mobile-slider-wrap .swiper__pagination {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 100%;
}


.n-slider-wrap .owl-dots button.owl-dot,
.n-mobile-slider-wrap .owl-dots button.owl-dot,
.n-slider-wrap .swiper__pagination .swiper__pagination__page,
.n-mobile-slider-wrap .swiper__pagination .swiper__pagination__page {
    background: #0A1219 !important;
    width: 6px;
    height: 6px;
}

.n-slider-wrap .owl-dots button.owl-dot.active,
.n-mobile-slider-wrap .owl-dots button.owl-dot.active,
.n-slider-wrap .swiper__pagination .swiper__pagination__page.is-active,
.n-mobile-slider-wrap .swiper__pagination .swiper__pagination__page.is-active {
    background: #9aacff !important;
}

.n-slider-wrap[style="display: block;"] {
    display: block !important;
}

.n-mobile-slider-wrap {
    display: none;
    position: relative;
}

.n-mobile-slider-wrap[style="display: block;"] {
    display: block !important;
}

.n-mp-togglers {
    display: none;
}

/*MODAL STYLES*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
    padding: 30px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: none !important;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative !important;
    padding: 0px !important;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.ord_small {
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    color: #fff;
    z-index: 10;
    left: 45px
}



@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }


}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.modal button.btn-close {
    width: 15px;
    height: 15px;
    background-image: url(/site/images/cross_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

/*MODAL STYLES AND*/
.n-modal-product-row {
    display: flex;
    align-items: flex-start;
}

.modal img {
    max-width: 100%;
}

.n-modal-adt-goods-listing {
    display: flex;
    margin: 30px 0 0;
}

.n-modal-product-info {
    padding-left: 20px;
    padding-right: 40px;
}

.n-modal-header-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    color: #18191B;
    background-image: url(/site/images/success.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 40px;
}

.n-modal-counter-toggler.n-listing-item-action {
    margin: 0;
    display: flex;
    white-space: nowrap;
    width: auto;
    min-width: auto;
    align-items: center;
}

.n-modal-cart-price {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #18191B;
    margin-right: 10px;
}

.n-modal-cart-price-total {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #18191B;
    margin-left: 10px;
}

.n-modal-btns-row {
    background: #EAEEF4;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.n-modal-adt-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    /* identical to box height */
    color: #18191B;
}

.n-modal-btns-row-info {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #18191B;
}

.n-modal-btns-row-info span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #18191B;
}

.n-modal-btns-wrap &gt; * {
    border: 1px solid rgba(44, 86, 146, 0.4);
    border-radius: 4px;
    padding: 13px 30px;
    display: inline-block;
    margin: 0 7px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2C5692;
    cursor: pointer;
}

.n-modal-btns-wrap a.n-modal-btn-invert {
    color: #fff;
    background: #2C5692;
}

.n-modal-adt-goods-listing .owl-dots {
    margin: 0 0 20px;
}

.n-modal-adt-goods-listing .owl-nav {
    position: static;
}

.n-modal-adt-goods-listing.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: #2C5692 !important;
    border-radius: 27.5625px;
    width: 36px;
    height: 36px;
    color: #fff !important;
    font-size: 35px !important;
    line-height: 1 !important;
    font-family: 'Manrope' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -15px;
    padding-bottom: 4px !important;
}

.n-modal-adt-goods-listing.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: #2C5692 !important;
    border-radius: 27.5625px;
    width: 36px;
    height: 36px;
    color: #fff !important;
    font-size: 35px !important;
    line-height: 1 !important;
    font-family: 'Manrope' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px !important;
    right: -15px;
}

.n-modal-adt-goods-listing {
    position: relative;
    padding: 0 15px;
}

.n-list-item-order-state {
    margin-right: 0;
}

@media (max-width: 1400px) {
    a.n-add__item {
        width: 126px;
    }

    p.n-add__title {
        font-size: 14px;
    }

    section.n-listing-section .owl-carousel .owl-item {
        justify-content: center;
    }

    .n-slide-item:before {
        left: 23%;
        z-index: 0;
        width: 32%;
    }

    .n-slide-title, .n-slide-btn, .n-slide-item p {
        position: relative;
    }
}

@media (max-width: 1200px) {
    .n-slide-item:before {
        left: 6%;
        width: 50%;
    }

    h2.n-filter-title {
        font-size: 16px;

    }

    .n-filter-togglers a.active {
        padding: 10px;
    }

    .n-filter-togglers a {
        font-size: 14px;
        margin-right: 11px;
    }

    .n-filter-wrap {
        padding: 20px;
    }

    .n-form-filter-control {
        font-size: 14px;
    }

    .n-filter-btn.homepage__top__filter__submit__button-disabled {
        font-size: 14px;
        padding: 11px;
    }

    section.n-listing-section h2 {
        font-size: 30px;
    }

    .n-listing-tab-togglers a {
        font-size: 20px;
    }

    a.n-add__item {
        width: 22%;
    }

    .n-block-listing-item {
        }

    a.n-block-listing-img {
        height: 280px;
    }

    .n-column {
        padding: 20px;
    }

    .n-column-listing {
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }

    .popular-goods-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .n-slide-item {
        overflow: hidden;
        height: 250px;
    }

    .n-slide-item:before {
        left: 0;
        border-top-width: 300px;
        width: 56%;
    }

    .n-slide-title {
        font-size: 26px;
    }

    .n-slide-item p {
        font-size: 16px;
    }

    .n-filter-top-row {
        flex-wrap: wrap;
    }

    h2.n-filter-title {
        margin-bottom: 19px;
    }

    .n-filter-togglers {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .n-filter-togglers a {
        width: 49%;
        text-align: center;
    }

    .n-filter-wrap {
        padding: 15px;
    }

    .n-modal-product-row {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .n-modal-product-info {
        padding: 0;
    }

    .n-modal-btns-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .n-modal-btns-wrap {
        margin: 15px 0 0;
        flex: 1 1 auto;
        width: 100%;
    }

    .n-modal-btns-wrap &gt; * {
        width: 100%;
        margin: 0 0 15px;
    }

    .n-modal-adt-goods-listing {
        flex-wrap: wrap;
    }

    .n-modal-adt-goods-listing .n-listing-item {
        width: 100%;
        flex: 1 1 auto;
        padding: 0;
        margin-bottom: 15px;
    }

    .n-modal-adt-goods-listing .n-listing-item-top {
        display: flex;
    }

    .n-modal-adt-goods-listing .n-listing-item-info {
        padding-left: 30px;
    }

    .n-modal-adt-goods-listing .n-listing-item-img {
        width: 100px;
        max-width: 100px;
        min-width: 100px;
    }

    .modal-content {
        padding: 15px;
    }

    .n-modal-adt-goods-listing .n-listing-item-action {
        flex: 1 1 auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 12px 0 130px;
    }

    .n-modal-adt-goods-listing .n-listing-item-action button.catalog__grid__item__link {
        text-align: center;
    }


    .modal .n-item-listing-inside .product-tag {
        width: 100%;
        text-align: center;
    }

    .modal .n-icon-options {
        display: none;
    }

    .n-modal-adt-goods-listing.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .n-modal-adt-goods-listing.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .n-listing-item {
        overflow: hidden;
        width: 100%;
        padding: 12px 0px;
    }

    .n-listing-item-bottom-links {
        background: #DDE3E8;
        margin: 0 -16px -15px;
        padding: 12px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .n-listing-item-bottom-links a {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 120%;
        letter-spacing: 0.01em;
        color: #1E9CDB;
        background-repeat: no-repeat;
        padding-left: 25px;
        background-size: contain;

    }

    .n-listing-item-bottom {
        margin: 10px 0 0px;
        display: block;
    }

    .n-listing-item-img {
        width: 100%;
    }

    .n-listing-item-img a {
        display: block;
        width: 175px;
        margin: auto;
    }

    .n-listing-item-img img {
        height: 100%;
    }
}

@media (max-width: 768px) {
    section.n-filters-section {
        height: auto;
    }

    .ord_small {
        left: 17px;
    }

    .first_card .ord_small {
        bottom: 30px;
    }

    #js-news .desktop-view {
        display: none;
    }

    .n-mobile-main-links-wrap, .n-listing-item-bottom-links {
        display: block;
    }

    a.sale-full-desc-link {
        width: auto !important;
        margin: 0px !important;
    }

    .n-mobile-link {
        background: #2C5692;
        border-radius: 8px;
        padding: 34px 24px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;

        letter-spacing: 0.2px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-position: bottom right;
        margin: 0 0 10px;
        cursor: pointer;
    }

    .n-mobile-link img {
        margin: 0 0 0 11px;
    }

    .n-mobile-main-links-slider {
        margin: 10px 0 0;
    }

    .n-mobile-main-links-slider-col .n-mobile-link img {
        width: auto !important;
        margin: 6px 0 0;
    }

    .n-mobile-main-links-slider-col .n-mobile-link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 17px 24px;
        flex: 1 1 auto;
    }

    .n-mobile-link.n-mobile-link-custom {
        background-color: #B3C1D0;
        background-position: top right;
    }

    .n-mobile-main-links-wrap .owl-carousel .owl-stage {
        display: flex;
    }

    .n-mobile-main-links-wrap .owl-carousel .owl-item {
        display: flex;
        flex-direction: column;
    }

    .n-mobile-main-links-slider-col {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        height: 206px;
    }

    .n-mobile-link.n-mobile-link-custom.n-mobile-link-custom-orange {
        background-color: #D96846;
    }

    .n-mobile-link.n-mobile-link-empty {
        background-color: #f4f4f4;
        color: #000;
        background-image: url(/site/images/template/wheel.svg);
        background-size: 50px;
        background-position: 90% 90%;
    }

    .n-mobile-main-links-wrap .owl-carousel .owl-item.active + .owl-item:not(.active) {
        margin-left: -25px;
    }

    .n-mobile-main-links-wrap .owl-carousel .owl-item.active + .owl-item.active {
        padding-right: 35px;
    }

    .n-mobile-main-links-wrap .owl-dots {
        margin: 0;
    }

    .n-listing-item-action button.catalog__grid__item__link {
        display: block;
        width: 100%;
        text-align: center;
        height: 39px;
    }

    .n-icon-option-desc {
        left: 0px;
    }

    .catalog__grid__item__content__row__column-second {
        display: block;
    }

    .n-list-item-order-state a {
        width: 100%;
        width: 100%;
        text-align: center;
        height: auto;
    }

    .n-slider-wrap {
        display: none !important;
    }

    .n-mobile-slider-wrap {
        display: block !important;
    }

    .n-filter-wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1302;
        bottom: 0;
        overflow: auto;
    }

    section.n-slider-main {
        padding-bottom: 0;
        height: auto;
    }

    section.n-listing-section {
        padding: 35px 0 0;
    }

    section.n-listing-section h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .n-listing-tab-togglers a {
        font-size: 17px;
        padding: 0 0 10px;
        margin-right: 15px;
    }

    section.n-listing-section.n-listing-section-hidden {
        display: none;
    }

    .n-listing-row {
        padding: 0;
    }


    .n-listing-section .owl-dots,
    .swiper__pagination {
        margin: 0 0 0;
    }

    .n-column-listing {
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }

    .n-column-title {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .n-column-listing a {
        font-size: 14px;
    }

    .n-columns-row {
        margin-bottom: 20px;
    }

    a.n-dot-slider-wrap {
        width: 100%;
    }

    a.n-block-listing-img {
        height: 165px;
    }

    a.n-block-listing-title {
        font-size: 16px;
    }

    h2.n-filter-title {
        font-size: 24px;
        margin-bottom: 115px;
        width: 100%;
    }

    .n-col {
        width: 100%;
    }

    .n-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .n-form-filter-control {
        height: 45px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    header.n-header {
        height: auto;
    }

    .n-filter-togglers a {
        width: auto;
        margin-right: 15px;
    }

    .n-filter-togglers a.active {
        padding: 10px 19px;
    }

    .n-filter-togglers {
        justify-content: flex-start;
        margin-top: 50px;
    }

    a.n-close-tab-sm {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 15px;
        height: 15px;
        background-image: url(/site/images/cross.svg);
        background-position: center;
        background-size: cover;
    }

    .n-mp-togglers a {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: #18191B;
        width: 49%;
        padding: 12px 0;
        text-align: center;
    }

    .n-mp-togglers {
        display: flex;
        justify-content: space-between;
        margin-bottom: 11px;
    }

    .n-mp-togglers a.active {
        background: #EDF2F8;
        border-radius: 8px;
        color: #2C5692;
    }

    .n-slide-item {
        height: 340px;
        background-size: 100%;
        background-position: center bottom;
        justify-content: flex-start;
        padding: 30px;
    }

    .n-slide-item:before {
        border-top-width: 250px;
        width: 0;
        border-right-width: 1556px;
    }

    .n-slide-btn {
        color: #ffffff;
        text-decoration: underline;
        font-size: 14px;
        font-weight: normal;
        background: none;
        border: none;
        line-height: 100%;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .n-mobile-main-links-slider-col .n-mobile-link {
        padding-left: 15px;
    }

    .n-slide-item:before {
        width: 12px;
        border-top-width: 225px;
        border-right-width: 1590px;
    }

    .n-mobile-main-links-wrap .owl-carousel .owl-item.active + .owl-item.active {
        padding-right: 25px;
    }

    .n-listing-item {
        border: none;
    }

    .owl-carousel button.owl-dot,
    .swiper__pagination__page {
        margin: 0 7px;
    }

    section.n-listing-section h2 {
        font-size: 24px;
    }

    a.n-dot-slider-wrap {
        width: 96%;
    }

    section.n-listing-section .n-dotted-slider.owl-carousel .owl-item {
        justify-content: flex-start;
    }

    section.n-listing-section.n-listing-section-bg {
        background: unset;
    }

    .n-column + .n-column {
        display: none;
    }

    .n-column {
        width: 100%;
    }

    .n-column-title {
        display: none;
    }

    .n-column-title.n-column-title-sm {
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;

        letter-spacing: 0.2px;
        color: #2C5692;
        margin-right: 20px;
        border-bottom: 1px dashed;
    }

    .n-column-listing {
        margin-top: 20px;
    }

    .n-column-title.n-column-title-sm.active {
        background: #E2E2E2;
        padding: 10px 19px;
        color: #000;
        border-radius: 21px;
        border: none;
    }

    .n-listing-item-main-page {
        margin-bottom: 5px;
    }

    .n-mobile-listing-row {
        display: block;
    }


    .n-block-listing-item {
        width: 100%;
        padding-right: 16px;
        margin-bottom: 0px;
    }

    a.btn-single {
        text-align: center;
        margin: 25px auto 10px;
        width: 350px;
        max-width: 100%;
        display: block;
    }

    .n-mobile-main-links-wrap .owl-carousel .owl-item:last-child {
        padding-right: 0 !important;
    }

    a.n-block-listing-img {
        height: 0;
        padding-bottom: 61%;
    }

    .n-filter-wrap {
        bottom: 66px;
    }

}

@media (min-width: 768px) {
    .js-carousel-tyres-main__pagination-wrapper {
        display: none;
    }
    .n-filter-wrap.n-filter-wrap-custom {
        display: none !important;
    }
}


.add_to_cart_button_component {
    position: relative;
}

.catalog__grid__item__count__switcher__controls__container {
    display: flex;
}

.catalog__grid__item__count__switcher__container {
    display: flex;
    height: 39px;
    border-radius: 4px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D3D8DE;
    font-family: 'Manrope';
}

.catalog__grid__item__total__cost__container {
    display: flex;
    padding-left: 10px;
    align-items: center;
}

.n-list-item-order-state a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2C5692;
    border: 1px solid #2C5692;
    border-radius: 4px;
    padding: 7px 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    min-width: 131px;
}

.catalog__grid__item__count__switcher__controls__container {
    display: grid;
    grid-template-columns: 1fr 117px;
    column-gap: 10px;
    align-items: center;
}

.catalog__grid__item__count__switcher__container &gt; div {
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 39px;
    flex: 1 1 auto;
    justify-content: center;
}

.catalog__grid__item__count__switcher__container &gt; div:nth-child(2) {
    border-left: 1px solid #D3D8DE;
    border-right: 1px solid #D3D8DE;
}

.catalog__grid__item__count__switcher__button {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__grid__item__count__switcher__caption {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    letter-spacing: .2px;
    color: #2C5692;
}

.catalog__grid__item__total__cost__container {
    display: flex;
    padding-left: 10px;
    align-items: center;
}

.catalog__grid__item__total__cost__caption {
    font-size: 16px;
    line-height: 1.2em;
    color: #444;
    font-weight: 700;
}

.catalog__grid__item__total__cost__label {
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    color: #c7c7c7;
    font-weight: 700;
}


@media (max-width: 470px) {
    .use_before.n-slide-item {
        background-size: auto 55%;
    }
}

/* styles for button catalog */
.header-catalog {
    position: relative;
}

@media (max-width: 768px) {
    .header-catalog {
        display: none
    }

    .n-slide-item {
        height: auto !important;
        padding: 0px;
    }

    .use_before.n-slide-item {
        padding: 30px;
    }
}

.header-catalog-button {
    width: 118px;
    height: 51px;
    background: #2C5692;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.header-catalog-content {
    display: none;
    position: absolute;
    margin-top: 10px;
    top: 50px;
    left: 0px;
    width: 261px;
    height: 208px;
    background: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(161, 166, 169, 0.2);
    border-radius: 12px;
    z-index: 1;
}

.header-catalog-content a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #010000;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
}

.header-catalog-content a:hover {
    color: #35A7E2;
    background-color: rgb(53, 167, 226, 0.08);
    text-decoration: none;
}

.show {
    display: block;
}

.header-catalog-button:hover {
    cursor: pointer;
    box-shadow: 0 0 0 #2C5692;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2C5692;
    }
    70% {
        -webkit-box-shadow: 0 0 0 7px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #2C5692;
        box-shadow: 0 0 0 0 #2C5692;
    }
    70% {
        -moz-box-shadow: 0 0 0 7px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 7px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@media (min-width: 350px) and (max-width: 500px) {
    .desktop {
        display: none
    }
}

.n-slider-wrap .swiper-button-next, .n-slider-wrap .swiper-button-prev {
    --swiper-navigation-color: black;
    --swiper-navigation-top-offset: 45%;
}

.n-slider-wrap .swiper-button-prev, .n-slider-wrap .swiper-rtl .swiper-button-next,
.n-slider-wrap .swiper-button-next, .n-slider-wrap .swiper-rtl .swiper-button-prev {
    --swiper-navigation-size: 35px;
    --swiper-navigation-sides-offset: -30px;
}

.n-slider-wrap .swiper-button-prev, .n-slider-wrap .swiper-rtl .swiper-button-next {
    rotate: 180deg;
}

.n-slider-wrap .swiper-button-next.swiper-button-disabled, 
.n-slider-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

@media (max-width: 979px) {

    .n-mobile-slider-wrap .swiper-button-next, .n-mobile-slider-wrap .swiper-button-prev {
        --swiper-navigation-color: white;
        --swiper-navigation-top-offset: 50%;
    }

    .n-mobile-slider-wrap .swiper-button-prev, .n-mobile-slider-wrap .swiper-rtl .swiper-button-next,
    .n-mobile-slider-wrap .swiper-button-next, .n-mobile-slider-wrap .swiper-rtl .swiper-button-prev {
        --swiper-navigation-sides-offset: 30px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 100%;
        padding: 6px;
    }

    .n-mobile-slider-wrap .swiper-button-prev, .n-mobile-slider-wrap .swiper-rtl .swiper-button-next {
        rotate: 180deg;
    }

    .n-mobile-slider-wrap .swiper-button-prev, .n-mobile-slider-wrap .swiper-rtl .swiper-button-next svg,
    .n-mobile-slider-wrap .swiper-button-next, .n-mobile-slider-wrap .swiper-rtl .swiper-button-prev svg {
        fill: white;
    }

    .js-slider-main .swiper__arrows button {
        padding: 6px !important;
        width: 30px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2) !important;
        border-radius: 100%;
        position: absolute;
        color: #fff !important;
    }

    .js-slider-main .swiper__arrows button svg {
        fill: white;
    }

    .js-slider-main .swiper__arrow--prev {
        left: 30px;
    }

    .js-slider-main .swiper__arrow--next {
        right: 30px;
    }

    .js-slider-main .swiper__arrow--prev svg {
        left: 4px;
    }

    .js-slider-main .swiper__arrow--prev svg {
        right: 4px;
    }
}

.catalog_items_sales_icon {
    width: 31px !important;
}

.yandex-pay-badge-wrapper {
    display: grid;
    row-gap: 4px;
  }

.yandex-pay-badge-wrapper.carousel-main {
    padding-left: 9px;
}</pre></body></html>