

/* Start:/local/source/filter-product_2/css/style.css?177452969012690*/
.filter__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding-bottom: 24px;
    align-self: flex-start;
}

.filter__title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
}

.filter__help {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter__help:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid var(--main-blue-color);
}

.filter__season-item .filter__help:before {
    left: calc(50% + 8px);
}

.filter__help:hover:before {
    border: 1px solid var(--main-red-color);
}

.filter__help svg {
    display: block;
    width: 16px;
    height: 10px;
    fill: var(--main-blue-color);
    transform: translateZ(0);
}

.filter__season-item .filter__help svg {
    position: absolute;
    left: 0;
}

.filter__help:hover svg {
    fill: var(--main-red-color);
}

.filter__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.filter__label-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter__label {
    font-size: 14px;
    line-height: 14px;
}

.filter__controls {
    position: relative;
    display: none;
    z-index: 5;
}

.filter__controls-btn {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 32px;
    font-size: 18px;
    line-height: 42px;
    color: #FFF;
    text-align: center;
    background-color: var(--main-blue-color);
    border-radius: 6px;
}

.filter__controls-btn.open {
    background-color: var(--hover-blue-color);
}

.filter__controls-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    right: 8px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.16788L5.16788 7L12 13.8905L18.8321 7L20 8.16788L12 16.1679L4 8.16788Z' fill='white'/%3E%3C/svg%3E%0A");
    transform: rotate(0);
    transition: transform .3s;
}

.filter__controls-btn.open:before {
    transform: rotate(-180deg);
    transition: transform .3s;
}

.filter__controls-wrap {
    position: relative;
}

.filter__sort-label {
    display: block;
    text-align: center;
    position: absolute;
    left: 8px;
    top: -8px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 14px;
    color: #303030;
    background: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    width: 72px;
}

.filter__controls-symbol {
    width: 1px;
    height: 40px;
    background-color: #FFF;
}

.filter__sort-body {
    display: none;
    position: absolute;
    margin-top: -8px;
    z-index: -1;
    width: 100%;
    top: 100%;
    background-color: #FFF;
    padding: 24px 16px 8px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    border-radius: 6px;
}

.filter__sort-body > span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 1px solid #C4C4C4;
}

.filter__sort-body ul {
    margin-top: 8px;
}

.filter__sort-body ul a {
    display: block;
    font-size: 14px;
    line-height: 36px;
}

.filter__wrap {
    display: flex;
    flex-direction: column;
}

.filter__img {
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
}

.filter__img-content {
    font-size: 20px;
}

.filter__img-link {
    font-size: 16px;
    color: var(--main-blue-color);
}

.filter__img-link:hover {
    color: var(--main-red-color);
}

.filter__img-wrap {
    margin: 0 auto;
    width: 260px;
    height: 100%;
    min-height: 140px;
    max-height: 250px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.filter__truck-tires .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/truck-tire.webp)
}

.filter__industrial-tires .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/industrial-tire.webp)
}

.filter__agricultural-tires .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/agricultural-tire.webp)
}

.filter__truck-wheels .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/truck-wheel.webp)
}

.filter__agricultural-wheels .filter__img-wrap,
.filter__industrial-wheels .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/agricultural-wheel.webp)
}

.filter__car-tires .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/car-tire.webp)
}

.filter__car-wheels .filter__img-wrap {
    background-image: url(/local/source/filter-product_2/css/../img/car-wheel.webp)
}

.filter__form {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 24px;
}

.filter__form-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: end;
}

.filter__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.filter__items {
    display: flex;
    gap: 24px;
}

.filter__item_mark {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.filter__item_mark div:first-of-type {
    grid-column: span 2;
}

.filter__item_modif {
    display: flex;
    gap: 24px;
}

.filter__item > .checkbox-wrapper .chbox-label {
    display: block;
    padding: 0 0 0 28px;
    font-size: 20px;
    line-height: 48px;
    font-weight: 500;
}

.filter__item.multichoose {
    position: static;
}

.filter__item.multichoose .multichoose-body {
    left: 0;
    right: 0;
    top: auto;
    margin: 10px auto 0;
    width: 842px;
}

.filter__item.multichoose .multichoose-body__main ul {
    columns: 4;
}

.filter-total__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.filter-total__value {
    display: inline;
    font-size: 22px;
    line-height: 26px;
}

.filter-total__value h1 {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.filter-total__value h1:after {
    content: ':';
}

.filter-total__sort {
    display: flex;
    align-items: baseline;
    position: relative
}

.filter-total__sort .select-style {
    width: 172px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 40px 0 8px
}

.filter-total__sort > span {
    margin-right: 8px;
    font-size: 16px;
    line-height: 19px;
}

.filter__season {
    display: flex;
    gap: 24px;
}

.filter__season-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.filter__season-item .chbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;
    padding-left: 20px;
    height: 48px;
}

.filter__season-svg {
    width: 32px;
    height: 32px;
}

.filter__season-item .select-style {
    background: #FFF;
    padding: 0;
    border: none;
    box-shadow: inset 0 0 0 1px #DADADA;
}

.filter__season .checkbox-wrapper {
    display: block;
    padding: 0 12px;
}

.filter__on-main .filter__schema {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 70px;
}

.filter__on-main .filter__schema img {
    max-width: 314px;
    width: 100%;
    object-fit: cover
}

.filter__on-main .filter__content {
    position: relative
}

.filter__item_type,
.filter__item_pcd,
.filter__item_width,
.filter__item_et,
.filter__item_truck {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.filter__item_size {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 24px;
}

.filter__item_truck {
    grid-column: 1 / -1;
}

.filter__items .filter__item:nth-of-type(2) {
    position: relative
}

.filter__items .filter__item:nth-of-type(2):after,
.filter__items .filter__item:nth-of-type(2):before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    font-size: 20px;
    line-height: 48px;
    font-weight: 500;
    text-align: center
}

.filter__items .filter__item:nth-of-type(2):before {
    content: '/';
    left: 0;
    margin-left: -22px
}

.filter__items .filter__item:nth-of-type(2):after {
    content: 'R';
    right: 0;
    margin-right: -22px
}

.brand__banner-form {
    flex-shrink: 0;
}

.brand__banner-form .filter__items {
    grid-column: 1 / -1;
}

.brand__banner-form .filter__label {
    color: #FFF;
}

.brand__banner-form .filter__items .filter__item:nth-of-type(2):after,
.brand__banner-form .filter__items .filter__item:nth-of-type(2):before {
    color: #FFF;
}

.filter__counter-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 4px;
}

.filter__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    color: #FFF;
    border-radius: 50%;
    background: var(--main-red-color);
}

.brand__banner-form .filter__item_result {
    grid-column: 1 / -1;
}

@media (max-width: 1199px) {
    .filter__content {
        grid-template-columns: 1fr;
    }

    .filter__form-wrap {
        gap: 20px 24px;
    }

    .filter__img {
        display: none;
    }

    .filter__form {
        grid-column: auto;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 24px;
    }

    .filter__item > .checkbox-wrapper .chbox-label {
        font-size: 16px;
    }

    .filter__season .checkbox-wrapper {
        padding: 0 8px;
    }
}

@media (max-width: 959px) {
    .filter__item.multichoose .multichoose-body {
        width: 728px;
    }

    .filter-total__wrap {
        padding: 8px 0 20px 0;
    }
}

@media (max-width: 767px) {
    .filter .container-block {
        width: 100%;
    }

    .filter__form-wrap {
        gap: 16px 24px;
    }

    .filter__title {
        padding-bottom: 16px;
    }

    .filter__title span {
        font-size: 18px;
        line-height: 21px;
    }

    .filter__item.multichoose .multichoose-body {
        width: auto;
    }

    .filter__item.multichoose .multichoose-body__main ul {
        columns: 3;
    }

    .filter__img-content {
        font-size: 18px;
        line-height: 21px;
    }

    .filter-total .container-block {
        width: 100%;
    }

    .filter-total__wrap {
        padding: 8px 0 14px 0;
    }
}

@media (max-width: 639px) {
    .filter__controls + .filter__wrap {
        visibility: hidden;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }

    .filter__controls + .filter__wrap.show {
        visibility: visible;
        max-height: 1000px;
        opacity: 1;
    }

    .filter__controls {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 16px;
    }

    .filter__controls + .filter__wrap .filter__title {
        margin-top: 16px;
    }

    .filter__controls-wrap .select-style {
        line-height: 40px;
    }

    .filter__img-link {
        font-size: 16px;
    }

    .filter__item > .checkbox-wrapper .chbox-label {
        line-height: 20px;
    }

    .filter-total__wrap {
        padding: 8px 0;
    }

    .filter-total__value {
        font-size: 18px;
        line-height: 22px;
    }

    .filter-total__sort {
        display: none;
    }

    .filter__on-main .filter__schema {
        display: none
    }

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

    .filter__form {
        gap: 16px;
    }

    .filter__form-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .filter__item_mark {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .filter__item_mark div:first-of-type {
        grid-column: 1;
    }

    .filter__item_modif {
        flex-direction: column;
        gap: 16px;
    }

    .filter__item_size,
    .filter__item_type,
    .filter__item_pcd,
    .filter__item_width,
    .filter__item_et,
    .filter__item_truck {
        gap: 16px;
    }

    .filter__item_truck {
        grid-template-columns: 2fr 3fr;
    }

    .filter__item.multichoose .multichoose-body__main ul {
        columns: 2;
    }
}

@media (max-width: 359px) {
    .filter__label {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/dev.autoset/breadcrumb/templates/.default/style.css?16799162862189*/
.breadcrumbs__wrap {
    position: relative;
    padding: 8px 0 16px 0;
}

.breadcrumbs__items,
.breadcrumbs__items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__items {
    overflow: auto;
}

.bg-block .shadow-left:before,
.bg-block .shadow-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    background: linear-gradient(90deg, #E8E9EB 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.bg-block .shadow-left:before {
    left: -1px;
}

.bg-block .shadow-right:after {
    right: -1px;
    transform: rotate(-180deg);
}

.breadcrumbs__items-wrap.visible {
    flex-wrap: wrap;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 20px;
}

.breadcrumbs__item:last-of-type {
    margin-right: 0;
}

.breadcrumbs__item a, .breadcrumbs__item span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    color: #828282;
}

.breadcrumbs__item a {
    font-weight: 500;
}

.breadcrumbs__item:last-of-type a, .breadcrumbs__item:last-of-type span {
    pointer-events: none;
    font-weight: 400;
}

.breadcrumbs__item:not(:last-child):before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: -16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58394 10L4 9.41606L7.44526 6L4 2.58394L4.58394 2L8.58395 6L4.58394 10Z' fill='%23828282'/%3E%3C/svg%3E%0A");
}

.breadcrumbs-filter .breadcrumbs__wrap {
    padding: 24px 24px 16px 0;
}

@media (min-width: 768px) {
    .breadcrumbs-filter .container-block {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumbs-filter .breadcrumbs__wrap {
        padding: 16px 32px 16px 0;
    }

    .breadcrumbs .container-block {
        width: 100%;
    }

    .breadcrumbs__item a, .breadcrumbs__item span {
        font-size: 10px;
        line-height: 16px;
    }
}
/* End */


/* Start:/local/components/dev.autoset/breadcrumb/templates/.default/style_after_form.css?1666245794206*/
.breadcrumbs {
    margin-top: -24px;
}

@media (max-width: 1199px) {
    .breadcrumbs {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-top: -16px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/new_global_pagination/style.css?17110151623257*/
/*Pagination*/
.pagination-block__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.pagination-block__back,
.pagination-block__next {
    position: absolute;
}

.pagination-block__back a, .pagination-block__next a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
}

.pagination-block__back a:before, .pagination-block__next a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3847 18.4L15.2 17.5241L10.3898 12.4L15.2 7.27594L14.3847 6.40002L8.79995 12.4L14.3847 18.4Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.pagination-block__back {
    left: 0;
}

.pagination-block__back a {
    padding-left: 32px;
    padding-right: 16px;
}

.pagination-block__back a:before {
    left: 6px;
}

.pagination-block__next {
    right: 0;
}

.pagination-block__next a {
    padding-right: 32px;
    padding-left: 16px;
}

.pagination-block__next a:before {
    right: 8px;
    transform: rotate(180deg) translateY(50%);
}

.pagination-block__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.pagination-block__page {
    width: 38px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    background-color: #FFF;
    color: var(--main-blue-color)
}

.pagination-block__page:first-child {
    border-radius: 6px 0 0 6px;
}

.pagination-block__page:last-child {
    border-radius: 0 6px 6px 0;
}

.pagination-block__page.active, .pagination-block__page:hover:not(.pages-dots) {
    background-color: var(--main-blue-color);
    color: #FFF;
}

.pagination-block__page.pages-dots {
    cursor: default;
}

@media (max-width: 767px) {
    .pagination-block .container-block {
        width: 100%;
        min-width: auto;
    }

    .pagination-block__wrap {
        margin: 0 auto;
        max-width: 360px;
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagination-block__back + .pagination-block__pages {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .pagination-block__back,
    .pagination-block__next {
        position: relative;
    }
}

@media (max-width: 359px) {
    .pagination-block__back a,
    .pagination-block__next a {
        font-size: 15px;
        line-height: 34px;
    }

    .pagination-block__page {
        width: 34px;
        height: 34px;
        font-size: 15px;
        line-height: 34px;
    }
}

/*Pagination*/
/* End */


/* Start:/local/components/dev.autoset/catalog.section.items/templates/.default/style.css?175526250516629*/
/* start: индекс нагрузки */

.product__index {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.product__index-wrapper {
    position: relative;
    padding: 0 40px;
}

.product__index-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath fill='%23E2001A' fill-rule='evenodd' d='M12.996 26C20.177 26 26 20.177 26 12.996 26 5.823 20.177 0 12.996 0 5.823 0 0 5.823 0 12.996 0 20.177 5.823 26 12.996 26Zm-1.29-9.716h2.324l.263-11.408h-2.84l.254 11.408Zm.08 2.438c-.272.28-.413.622-.413 1.052 0 .403.132.745.404 1.017.263.272.64.412 1.13.412.492 0 .87-.14 1.132-.412.272-.272.404-.614.404-1.017 0-.43-.14-.772-.413-1.052-.271-.28-.648-.421-1.122-.421-.474 0-.85.14-1.122.42Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.product__index-title {
    display: flex;
    justify-content: center;
}

.product__index-title div {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;

}

.product__index-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 639px) {
    .product__index {
        font-size: 14px;
        line-height: 22px;
    }

    .product__index-wrapper:before {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E2001A' fill-rule='evenodd' d='M11.996 24C18.626 24 24 18.625 24 11.996 24 5.375 18.625 0 11.996 0 5.375 0 0 5.375 0 11.996 0 18.626 5.375 24 11.996 24Zm-1.19-8.969h2.145l.243-10.53H10.57l.235 10.53Zm.073 2.25a1.33 1.33 0 0 0-.38.972c0 .372.12.688.372.939.243.25.59.38 1.044.38.453 0 .801-.13 1.044-.38.251-.251.373-.567.373-.939 0-.397-.13-.712-.38-.971-.252-.26-.6-.389-1.037-.389-.437 0-.785.13-1.036.389Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    }

    .product__index-text {
        flex-direction: column;
    }

    .product__index-text .union {
        display: none;
    }
}

@media (max-width: 359px) {
    .product__index-wrapper {
        padding: 0px;
    }

    .product__index-wrapper:before {
        content: none;
    }
}

/* end: индекс нагрузки */

.tyre_marker {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 12px;
    line-height: 14px;
}

.tyre_marker:after {
    content: "";
    display: block;
    position: absolute;
    padding-right: 10px;
    right: 100%;
    top: 50%;
    margin-top: -7px;
    white-space: nowrap;
}

.tyre_marker_ops:hover:after {
    content: "Опшинторг";
}

.tyre_marker_sht:hover:after {
    content: "Шате-м";
}

.tyre_marker_kls:hover:after {
    content: "КолесоПлюс";
}

.tyre_marker_nok:hover:after {
    content: "Nokian";
}

.tyre_marker_mtl:hover:after {
    content: "МоторЛенд";
}

.tyre_marker_ops {
    background-color: #FF9800;
}

.tyre_marker_sht {
    background-color: red;
}

.tyre_marker_kls {
    background-color: green;
}

.tyre_marker_nok {
    background-color: black;
}

.tyre_marker_mtl {
    background-color: rgb(51, 51, 153);
}

@media (max-width: 1340px) {
    .top-row-container .container {
        width: 1330px !important;
    }
}

.no-result-txt {
    text-align: center;
}

.contact-right-page-podbor form .id_154 {
    display: none !important;
}

.errortext {
    font-size: 14px;
}

.feedback form {
    overflow: hidden;
    width: 300px;
    margin: 20px auto 0;
}

.feedback {
    margin: 0 auto;
    padding: 20px;
}

.feedback div {
    margin-bottom: 20px;
    margin-top: 20px;
}

.feedback label {
    font-size: 16px;
    display: inline-block;
    width: 153px;
    color: #595652;
}

.feedback .select-label {
    float: left;
    padding-top: 8px;
}

.feedback label span {
    color: #F00;
}

.feedback input {
    font-size: 18px;
    width: 276px;
    height: 28px;
    padding: 3px 6px;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #898989 #C0C0C0 #DDD;
    border-image: none;
    outline: medium none;
    background: #FFF none repeat scroll 0 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    height: 31px;
    text-indent: 6px;
    border: 1px solid silver;
    border-radius: 3px;
    background-color: #FFF;
}

.feedback .feedback-select-box {
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 276px;
    height: 24px;
    margin: 0 0 0 4px;
    padding: 7px 6px 5px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #898989 #C0C0C0 #DDD;
    border-image: none;
    background: #FFF none repeat scroll 0 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.feedback #contact-add-input_child {
    top: 36px !important;
    left: -1px;
}

.feedback #contact-add-input_child ul {
    width: 288px;
    list-style: outside none none;
    border: 1px solid #DDD;
    background: #F7F7F7 none repeat scroll 0 0;
}

.feedback #contact-add-input_child ul li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #E3E3E3;
    background-color: #FFF;
}

.feedback #contact-add-input_child ul li div {
    margin: 0 !important;
}

.feedback #contact-add-input_child ul li:hover {
    color: #EEF0F2;
    background: #2A7ECB none repeat scroll 0 0;
}

.feedback textarea {
    font-size: 16px;
    font-style: italic;
    width: 276px;
    height: 150px;
    padding: 3px 6px;
    resize: none;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #898989 #C0C0C0 #DDD;
    border-image: none;
    outline: medium none;
    background: #FFF none repeat scroll 0 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.feedback .submit-box {
    margin: 14px 0 56px 91px;
}

.feedback div.mf-ok-text {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    margin: 15px auto 17px;
    padding: 10px;
    text-align: center;
    color: #3C3C3C;
    background-color: #D0F9C5;
}

.tirecart-body-left-pic__link img[src*="nofoto.jpg"] {
    width: 150px;
    margin: 0px 10px 0px 50px;
}

.goodscart-main-block + .pager,
.goodscart-marketing-block + .pager {
    padding-bottom: 20px;
    padding-top: 15px;
}

div.pager ul {
    margin: 0px;
}

/*----------------------------------------------*/

.goodscart-main-block.supersale .goodscart-body-left-wrapper .goodscart-body-left__sale {
    position: absolute;
    bottom: 0px;
    left: -20px;
    display: block;
    width: 100%;
    width: calc(95% + 20px);
    border-radius: 0px 10px 0px 0px;
    background-color: #E21D2C;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.0015em;
    color: #FFFFFF;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale {
    padding-right: 10px;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value {
    margin-top: 42px;
    position: relative;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithSale-value {
    margin-top: 19px;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    background-color: #E2001A;
    width: 105px;
    height: 3px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.goodscart-main-block.supersale .goodscart-body {
    -webkit-box-shadow: inset 0px 0px 0px 5px #E21D2C;
    box-shadow: inset 0px 0px 0px 5px #E21D2C;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithSale {
    float: right;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__caption {
    color: #E2001A;
    font-weight: 500;
    line-height: 16px;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithSale .goodscart-body-middle-pricegoods__caption-icon {
    fill: #E2001A;
}

.goodscart-main-block.supersale .goodscart-hover-body-wrapper span.red-text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.goodscart-main-block.supersale .goodscart-body-middle-pricegoods-hover-text span.red-text {
    color: #E2001A;
    margin-bottom: 0px;
}

@media (max-width: 1339px) and (min-width: 1200px) {
    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithSale-value {
        margin-top: 21px;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value {
        margin-top: 54px;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__caption {
        line-height: 15px;
    }
}

@media (max-width: 1339px) {
    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value:before {
        left: -3px;
    }
}

@media (max-width: 1199px) {
    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithSale-value {
        margin-top: 7px;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value:before {
        right: 32px;
        left: auto;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value {
        margin-top: 29px;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale {
        padding-right: 20px;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithSale-value {
        margin-top: 4px;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value:before {
        width: 80px;
        top: 23px;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value {
        margin-top: 26px;
    }
}

@media (max-width: 767px) and (min-width: 640px) {
    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
    }

    .goodscart-main-block.supersale .goodscart-body-middle-pricegoods__priceWithoutSale-value {
        margin-top: auto;
    }
}

@media (max-width: 639px) {
    .goodscart-main-block.supersale .goodscart-body-left-wrapper .goodscart-body-left__sale {
        font-size: 16px;
        line-height: 35px;
    }
}

@media (max-width: 479px) {
}

@media (max-width: 320px) {
}

/*----------------------------------------------*/

/* стили для кастомного шрифта */
@font-face {
    font-family: 'customfonts';
    src: url('/local/components/dev.autoset/catalog.section.items/templates/.default/fonts/customfonts.eot?q5w06x');
    src: url('/local/components/dev.autoset/catalog.section.items/templates/.default/fonts/customfonts.eot?q5w06x#iefix') format('embedded-opentype'),
    url('/local/components/dev.autoset/catalog.section.items/templates/.default/fonts/customfonts.ttf?q5w06x') format('truetype'),
    url('/local/components/dev.autoset/catalog.section.items/templates/.default/fonts/customfonts.woff?q5w06x') format('woff'),
    url('/local/components/dev.autoset/catalog.section.items/templates/.default/fonts/customfonts.svg?q5w06x#customfonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.customfonts {
    font-family: customfonts;
    letter-spacing: -0.5px;
}

.separator-analog {
    padding: 30px;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #666;
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .separator-analog {
        font-size: 28px;
        line-height: 32px;
    }
}

.filter-modal .param-caption {
    text-align: center;
}

.filter-modal .param-caption span {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #4C4C4C;
    margin-bottom: 20px;
}

.filter-modal .modal-main span,
.filter-modal .modal-main p {
    display: block;
}

.filter-modal .modal-main span {
    font-size: 20px;
    line-height: 22px;
}

.filter-modal .modal-main p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.filter-modal .main-param__top,
.filter-modal .main-param__bottom {
    margin: 0 -10px;
}

.filter-modal .main-param__item {
    padding: 0 10px;
    float: left;
}

.filter-modal .main-param__top .main-param__item {
    width: 33.3333333333%;
}

.filter-modal .main-param__bottom .main-param__item {
    width: 50%;
}

.filter-modal .main-param__item.mobile {
    display: none;
}

.filter-modal .main-param__img {
    text-align: center;
    margin-top: 20px;
}

.filter-modal .main-param__bottom {
    margin-top: 20px;
}

.filter-modal .where-param {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
}

.filter-modal .where-param__wrapper {
    margin: 0 -10px;
}

.filter-modal .where-param__item {
    padding: 0 10px;
    float: left;
    width: 33.3333333333%
}

.filter-modal .where-param__item span {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.filter-modal .where-param__item img {
    margin-top: 10px;
}

.filter-modal .where-param__text {
    text-align: center;
    margin-top: 20px;
}

.filter-modal .where-param__text p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .filter-modal .where-param {
        display: none;
    }

    .filter-modal .main-param__img {
        display: none;
    }

    .filter-modal .main-param {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .filter-modal .main-param__item.mobile {
        display: block;
    }

    .filter-modal .param-caption {
        width: 100%;
    }

    .filter-modal .main-param__top {
        margin: 0px;
    }

    .filter-modal .main-param__top .main-param__item {
        width: 100%;
    }

    .filter-modal .main-param__item {
        padding: 0px;
    }

    .filter-modal .main-param__top .main-param__item + .main-param__item {
        margin-top: 20px;
    }

    .filter-modal .main-param__bottom {
        display: none;
    }
}

@media (max-width: 479px) {
    .filter-modal .modal {
        width: 320px;
        max-width: 320px;
    }

    .filter-modal .main-param .main-param__top .main-param__item + .main-param__item {
        margin-top: 10px;
    }

}

@media (max-width: 379px) {
    .filter__tab a.js-open-modal {
        right: 10px;
    }
}

/*Кнопка "Показать ещё"*/

.show-result {
    padding: 24px 0;
}

.show-result__btn {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    background-color: #E2001A;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.show-result__btn:hover {
    background-color: #FF2C2C;
}

.show-result__btn .preloader {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: -17px;
}

.show-result__btn .preloader1 {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(171, 171, 171, 0.8);
    box-shadow: inset 0px 0px 0px 5px rgba(171, 171, 171, 0.8);
}

.show-result__btn .preloader__item {
    width: 30px;
    height: 30px;
}

.btn_preloader .show-result__btn {
    display: block;
}

.limit_opt_otgr {
    border: 3px dashed #FF0909;
}

/*Кнопка "Показать ещё" конец*/
/* End */


/* Start:/local/source/product-result/css/product-global.css?175733662836135*/
@charset "UTF-8";
/*Кнопка "Показать ещё"*/
.show-result {
    padding: 24px 0;
}

.show-result__btn {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    background-color: var(--main-red-color);
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.show-result__btn:hover {
    background-color: var(--main-red-color);
}

.show-result__btn .preloader {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: -17px;
}

.show-result__btn .preloader1 {
    box-shadow: inset 0px 0px 0px 5px rgba(171, 171, 171, 0.8);
}

.show-result__btn .preloader__item {
    width: 30px;
    height: 30px;
}

/*Кнопка "Показать ещё" конец*/
/*Product-global*/
.product .text-medium {
    font-weight: 400 !important;
}

.product .red-text {
    color: var(--main-red-color) !important;
}

.product .link_hov:hover {
    cursor: pointer;
    color: var(--main-red-color) !important;
}

.product__drop {
    position: absolute;
    left: 100%;
    top: 50%;
    display: block;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translate3d(12px, -50%, 0);
    padding-left: 12px;
    z-index: 8;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product__drop-wrap {
    position: relative;
    box-shadow: 0px 12px 24px rgba(49, 56, 64, 0.3);
    border-radius: 6px;
    z-index: 1;
    transform: translateZ(0);
    max-width: 280px;
    cursor: default;
}

.product__drop-wrap:before {
    content: '';
    display: block;
    border-radius: 2px;
    position: absolute;
    left: -6px;
    top: 50%;
    border: 10px solid #FDFDFD;
    box-shadow: 0px 12px 24px rgba(49, 56, 64, 0.3);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    z-index: -1;
}

.product__modal-close {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.0042em;
    margin: 16px 0 0 0;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.product__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    width: 100%;
    font-weight: normal;
}

.product__title .brand {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
}

.product__title .brand .brand-link {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product__title .model {
    display: block;
    width: 100%;
    margin-top: 4px;
    font-size: 22px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product__title .size {
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.product__title .size .size-val {
    font-size: 22px;
    line-height: 26px;
}

.product__title .size .size-val span {
    padding: 1px 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px var(--main-light-gray-color);
}

.product__title .size .index {
    cursor: pointer;
}

.product__title .size .index + .index:not(:last-of-type) {
    margin-right: 4px;
}

.product__title .size .br {
    display: none;
}

.product__fitting {
    position: relative;
    display: flex;
    gap: 4px;
    margin-left: 6px;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--main-red-color);
}

.product__fitting:hover {
    cursor: pointer;
}

.product__fitting-svg {
    width: 26px;
    height: 26px;
    fill: var(--main-red-color);
}

.product__fitting-help {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid var(--main-blue-color);
}

.product__fitting-help.bottom {
    align-self: end;
    margin-bottom: 2px;
}

.product__fitting-help svg {
    width: 8px;
    height: 10px;
    fill: var(--main-blue-color);
}

.product__delivery {
    display: flex;
    margin-left: 6px;
    height: 100%;
}

.product__delivery-svg {
    width: 122px;
    height: 28px;
}

.no-touch .product__fitting:hover .product__fitting-help,
.touch .product__fitting:active .product__fitting-help {
    border: 1px solid var(--main-red-color);
}

.no-touch .product__fitting:hover svg,
.touch .product__fitting:active svg {
    fill: var(--main-red-color);
}

.product__photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.product__photo-link .product__photo-longterm-wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 140px;
    height: 30px;
    cursor: pointer;
    pointer-events: all;
}

.product__photo-link .product__photo-longterm-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.product__photo-link span.product__photo-longterm,
.product__wrap .product__photo-link span.product__photo-longterm {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background-color: #06C;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}

.product__photo-link {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 174px;
    width: 100%;
}

.product__photo-link img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.product__photo-link svg.no-photo {
    display: block;
    margin-top: auto;
    width: 90px;
    height: 90px;
    fill: #DADADA;
}

.product__photo-link > span {
    display: block;
    margin-top: 24px;
    margin-bottom: auto;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #DADADA;
}

.product__photo-overview {
    position: absolute;
    display: block;
    width: 167px;
    bottom: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #303030;
    box-shadow: inset 0 0 0 2px #FEC023;
    border-radius: 4px;
    font-size: 13px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.0015em;
    text-transform: uppercase;
    color: #FEC023;
}

.product__photo-overview:hover {
    background-color: #19191C;
}

.product__wrap .product__photo-link .product__photo-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 32px;
    width: 48px;
    height: 48px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(48, 48, 48, 0.7);
    margin: 0;
    color: #FFFFFF;
}

.product__wrap .product__photo-link .product__photo-count_val {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.0674em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.product__wrap .product__photo-link .product__photo-count_text {
    display: block;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.0024em;
    color: #FFFFFF;
    margin: 0;
}

.product__photo .tire-spikes {
    position: absolute;
    display: block;
    left: 16px;
    top: 16px;
    width: 36px;
    height: 32px;
    cursor: pointer;
}

.product__photo .tire-spikes svg {
    display: block;
    width: 100%;
    height: 100%;
}

.product__photo-seasson-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.product__labels-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: -4px;
}

.product__labels-item {
    margin: 4px;
    box-shadow: inset 0px 0px 0px 1px #E8E9EB;
    border-radius: 6px;
}

.prod-card .product__labels-wrap {
    margin: -4px;
}

.prod-card .product__labels-item {
    margin: 4px;
}

.product__labels-item:not(.disabled):not(.no-click):hover {
    box-shadow: inset 0px 0px 0px 1px #FF2C2C;
    cursor: pointer;
}

.product__labels-item:not(.disabled):not(.no-click):hover .product__labels-content .item-title {
    color: #FF2C2C;
}

.product__labels-item.big-label .product__labels-content {
    width: 180px;
    height: 58px;
    padding-right: 4px;
    padding-left: 4px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.product__labels-item.big-label .product__labels-content .item-title {
    margin-top: 0px;
}

.product__labels-item.big-label .product__labels-content svg {
    fill: var(--main-text-color);
}

.product__labels-item.big-label .product__labels-content svg.small-icon {
    width: 54px !important;
    height: 44px !important;
}

.product__labels-item.big-label .product__labels-content svg.truck-icon {
    width: 48px !important;
    height: 20px !important;
}

.product__labels-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    height: 86px;
}

.product__labels-content:not(.active-href) {
    pointer-events: none;
}

.product__labels-content svg {
    display: block;
    width: 64px;
    height: 36px;
    fill: #2A47B0;
}

.product__labels-content .char-class {
    display: block;
    width: 64px;
    height: 36px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.product__labels-content .char-class.model_class_A,
.product__labels-content .char-class.model_class_AP,
.product__labels-content .char-class.model_class_APP {
    color: #ECB424;
}

.product__labels-content .char-class.model_class_B,
.product__labels-content .char-class.model_class_BP {
    color: #A5ADBB;
}

.product__labels-content .char-class.model_class_C,
.product__labels-content .char-class.model_class_CP,
.product__labels-content .char-class.model_class_D {
    color: #E96D13;
}

.product__labels-content .char-class.no-class {
    color: #DADADA;
}

.product__labels-content .item-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
}

.price-btns__wrap {
    display: flex;
}

.product__cost {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 50%;
    padding-right: 8px;
}

.product__cost-wrap:last-child .product__cost-val .full,
.product__cost-wrap:last-child .product__cost-val .coins {
    color: var(--main-red-color);
}

.product__cost-wrap.product__cost-wrap_dopinfo:last-child {
    box-shadow: none;
}

.product__cost-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 7px;
}

.product__cost-title .val {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 16px;
    padding-right: 4px;
}

.product__cost-title .sale-percent {
    padding: 0 4px;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background-color: var(--main-red-color);
    border-radius: 4px;
}

.product__cost-title .val__old-price {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 4px;
}

.product__cost-title .val__old-price:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: var(--main-red-color);
    top: 40%;
    left: 0;
}

.product__cost-title .val__old-price .full,
.product__cost-title .val__old-price .coins {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #303030;
}

.product__cost-title .val__old-price .full {
    font-size: 18px;
    line-height: 16px;
}

.product__cost-title .val__old-price .coins {
    margin: -1px 0 0 2px;
}

.product__cost-val {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "full coins"
        "full rub";
}

.product__cost-val .full,
.product__cost-val .coins {
    font-family: 'Anton';
    letter-spacing: 0.05em;
}

.product__cost-val .full {
    grid-area: full;
    font-size: 50px;
    line-height: 54px;
    margin-left: auto;
}

.product__cost-val .coins {
    grid-area: coins;
    font-size: 30px;
    line-height: 32px;
    margin-top: 4px;
}

.product__cost-val .rub {
    grid-area: rub;
    margin-right: auto;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.product__longterm {
    margin-top: 7px;
}

.product__longterm a {
    display: block;
    position: relative;
    padding-right: 16px;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-blue-color);
    cursor: pointer;
}

.product__longterm a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60001 9.61527L6.47592 8.79999L11.6 13.6102L16.7241 8.79999L17.6 9.61527L11.6 15.2L5.60001 9.61527Z' fill='%2306C'/%3E%3C/svg%3E%0A");
}

.product__longterm a:hover {
    color: #FF2C2C;
}

.product__longterm a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60001 9.61527L6.47592 8.79999L11.6 13.6102L16.7241 8.79999L17.6 9.61527L11.6 15.2L5.60001 9.61527Z' fill='%23ff2c2c'/%3E%3C/svg%3E%0A");
}

.product__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8px;
    width: 50%;
    /*align-self: stretch;*/
}

.product__btns-wrap {
    width: 100%;
}

.product__btns-wrap + .product__btns-wrap {
    margin-top: 12px;
}

.product__btns-wrap:only-child {
    width: 100%;
}

.product__btns-wrap .btn-style {
    height: auto;
    font-size: 18px;
    line-height: 44px;
    font-weight: normal;
}

.product__btns-wrap:first-child .btn-style + .btn-style {
    display: none;
}

.product__btns-info {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__btns-info a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
}

.product__btns-info span {
    color: var(--main-green-color);
}

.product__btns-reserv {
    height: 100%;
}

.product__btns-reserv a {
    display: block;
}

.product__btns-reserv .btn-style {
    padding: 4px 8px;
    height: inherit;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__availability {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: auto;
    width: 100%;
}

.product__availability .content {
    font-size: 14px;
    line-height: 16px;
}

.product__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    box-shadow: 0 1px 0 0 #E8E9EB;
}

.product__list .title, .product__list .val {
    font-size: 14px;
    line-height: 24px;
}

.product__list .title {
    flex-shrink: 60;
    font-weight: 300;
}

.product__list .val {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: right;
}

.product__list .title,
.product__list .val {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product__list-show-all {
    margin-top: 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    color: var(--main-blue-color);
}

.product__list-show-all:hover {
    color: var(--main-red-color);
}

.product__list-show-all:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60001 9.61527L6.47592 8.79999L11.6 13.6102L16.7241 8.79999L17.6 9.61527L11.6 15.2L5.60001 9.61527Z' fill='%2306C'/%3E%3C/svg%3E%0A");
}

.product__list-show-all:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60001 9.61527L6.47592 8.79999L11.6 13.6102L16.7241 8.79999L17.6 9.61527L11.6 15.2L5.60001 9.61527Z' fill='%23ff2c2c'/%3E%3C/svg%3E%0A");
}

.product__advantage {
    width: 100%;
    margin-top: 8px;
}

.no-active-item .product__advantage {
    margin-top: auto;
}

.product__advantage-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 16px;
    box-shadow: 0 0 0 1px #E8E9EB;
    border-radius: 6px;
}

.product__advantage-item {
    width: 100px;
    text-align: center;
}

.product__advantage-item svg {
    display: block;
    width: 60px;
    height: 36px;
    margin: 0 auto;
    fill: #747B8F;
}

.product__advantage-item span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.product__dopinfo {
    display: -ms-flexbox;
    display: flex;
    box-shadow: inset 0 0 0 1px #E8E9EB;
    border-radius: 4px;
    height: 123px;
    padding: 20px;
}

.product__dopinfo p {
    margin: auto;
    max-width: 320px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.product__dopinfo-for-sale {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 0 1px #E8E9EB;
    box-shadow: inset 0 0 0 1px #E8E9EB;
    background-color: #F8F8F8;
    padding: 8px;
    cursor: pointer;
}

.product__dopinfo-for-sale:hover .link_blue {
    color: #FF2C2C !important;
}

.product__dopinfo-for-sale p {
    margin: auto;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.product__dopinfo-for-sale p span.black {
    color: #000;
}

.product__dopinfo-for-sale p span {
    color: #0FAE2A;
}

.product__info-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.product__info-circle:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid var(--main-blue-color);
}

.no-touch .product__info-circle:hover:before,
.touch .product__info-circle.open:before {
    border: 1px solid var(--main-red-color);
}

.product__info-circle.grt,
.product__info-circle.vik,
.product__info-circle.ship {
    position: relative;
    margin-left: 0;
}

.product__info-circle.grt:before,
.no-touch .product__info-circle.grt:hover:before,
.touch .product__info-circle.grt.open:before {
    background: var(--main-blue-color);
    border: 1px solid var(--main-blue-color);
}

.product__info-circle.ship:before,
.no-touch .product__info-circle.ship:hover:before,
.touch .product__info-circle.ship.open:before {
    background: var(--main-red-color);
    border: 1px solid var(--main-red-color);
}

.product__info-circle.vik:before,
.no-touch .product__info-circle.vik:hover:before,
.touch .product__info-circle.vik.open:before {
    background: var(--main-yellow-color);
    border: 1px solid var(--main-yellow-color);
}

.product__info-circle.red:before,
.no-touch .product__info-circle.red:hover:before,
.touch .product__info-circle.red.open:before {
    border: 2px solid red;
}

.product__info-circle.green:before,
.no-touch .product__info-circle.green:hover:before,
.touch .product__info-circle.green.open:before {
    border: 2px solid green;
}


.product__info-circle.label_red_border:before{
    border: 3px solid #f52020 !important;
}

.product__info-circle.label_sklad_b_empty:before,
.no-touch .product__info-circle.label_sklad_b_empty:hover:before,
.touch .product__info-circle.label_sklad_b_empty.open:before {
    border: 3px solid #f52020;
    background-color: #1a90f1;
}

.product__info-circle.label_sklad_b_full:before,
.no-touch .product__info-circle.label_sklad_b_full:hover:before,
.touch .product__info-circle.label_sklad_b_full.open:before {
    border: 2px solid #1a90f1;
    background-color: #1a90f1;
}


.product__info-circle.label_komission:before {
    border: 2px solid #0b8c76;
    background-color: #0b8c76;
    content: "K";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product__info-circle.label_uk713:before {
    border: 2px solid #faac29;
    background-color: #faac29;
    content: "!";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.product__info-circle svg {
    display: block;
    width: 8px;
    height: 10px;
    fill: var(--main-blue-color);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.no-touch .product__info-circle:hover svg,
.touch .product__info-circle.open svg {
    fill: var(--main-red-color);
}

.product__info-circle p {
    white-space: normal;
}

.touch .product__labels a[href*="-modal"] {
    pointer-events: auto;
}

.product__cost-title.specprice-title {
    margin-top: -20px;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--main-red-color);
    border-radius: 0px 0px 4px 4px;
}

.product__cost-title.specprice-title .val {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
}

.product__wrap .product-price .product__cost-wrap:nth-of-type(1) .full,
.product .product__cost-wrap:nth-of-type(1) .full {
    position: relative;
}

.product__wrap .product-price .product__cost-wrap:not(:only-child):nth-of-type(1) .full:before,
.product .product__cost-wrap:not(:only-child):nth-of-type(1) .full:before {
    top: 40px;
    width: 125px;
}

.product__nopresence-text {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    box-shadow: inset 0 0 0 1px #E8E9EB;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product__btns-reserv a {
    height: 100%;
}

.product__nopresence-text span {
    margin: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.product__photo-link .product__photo-footnote {
    display: block;
    padding: 7px 14px;
    margin: 0;
    position: absolute;
    top: 19px;
    left: 0;
    background: rgba(135, 135, 135, .8);
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-modal .info-modal .modal-header {
    padding: 24px 56px 24px 24px;
    background-color: #FFF;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: left;
}

.product-modal .info-modal .modal-header-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.product-modal .info-modal .modal-close-btn {
    position: absolute;
    top: 28px;
    right: 24px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3455 20C19.2 20 18.9091 20 18.7636 19.8539L4.21818 5.24201C3.92727 4.94977 3.92727 4.51142 4.21818 4.21918C4.50909 3.92694 4.94545 3.92694 5.23636 4.21918L19.7818 18.8311C20.0727 19.1233 20.0727 19.5616 19.7818 19.8539C19.7818 20 19.4909 20 19.3455 20Z' fill='black'/%3E%3Cpath d='M4.8 20C4.65454 20 4.36364 20 4.21818 19.8539C3.92727 19.5616 3.92727 19.1233 4.21818 18.8311L18.7636 4.21918C19.0545 3.92694 19.4909 3.92694 19.7818 4.21918C20.0727 4.51142 20.0727 4.94977 19.7818 5.24201L5.23636 19.8539C5.23636 20 4.94545 20 4.8 20Z' fill='black'/%3E%3C/svg%3E%0A");;
    background-position: center top;
    background-repeat: no-repeat;
}

.product-modal .info-modal .modal-close-btn:hover,
.product-modal .info-modal .modal-close-btn:active {
    background-color: rgba(0, 0, 0, .09);
}

.product-modal .info-modal .modal-main {
    padding: 0 24px 24px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.product__compare {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -100%;
    max-width: 100%;
    z-index: 55;
}

.product__compare *,
.product__compare *:before,
.product__compare *:after {
    box-sizing: border-box;
}

.product__compare.show {
    bottom: 0;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product__compare .container-block {
    display: flex;
    justify-content: flex-end;
}

.product__compare-wrap {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    min-width: 220px;
    height: 40px;
}

.product__compare-items {
    height: 100%;
    position: relative;
    z-index: 2;
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.product__compare-items.moved {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.product__compare-item {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}

.product__compare-item svg {
    width: 44px;
    min-width: 44px;
    height: 40px;
    padding: 10px 12px;
    fill: #FFF;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 0;
    border-left: 1px solid #FFF;
}

.product__compare-item svg:hover,
.product__compare-item svg:active {
    background-color: #066015;
    cursor: pointer;
}

.product__compare-btn {
    line-height: 40px;
    font-size: 17px;
    font-weight: normal;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
}

.product__compare-item + .product__compare-item {
    left: 100%;
}

.product__compare-check {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFF;
    border-top-right-radius: 6px;
    padding: 6px 10px 6px 0;
}

.product__compare-check .chbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
}

.no-touch .product__compare-check .chbox-label:hover {
    color: var(--main-red-color)
}

.product__compare-check .chbox-label:before {
    position: relative;
    margin: 0 8px 0 0;
    transform: translateY(0);
}

/* start: tab-class */

.prod-card-dopinfo__class-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod-card-dopinfo__class-wrap .prod-card-dopinfo__class-title {
    display: none;
    margin-left: 16px;
}

.prod-card-dopinfo__class-your {
    margin-bottom: 36px;
}

.prod-card-dopinfo__class-your .prod-card-dopinfo__class-block {
    margin-top: 16px;
}

.prod-card-dopinfo__class-block {
    display: flex;
    align-items: flex-start;
}

.prod-card-dopinfo__class-block .product__labels-item {
    margin: 0;
}

.prod-card-dopinfo__class-block .product__labels-item:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #E8E9EB;
    box-shadow: inset 0px 0px 0px 1px #E8E9EB;
    cursor: default;
}

.prod-card-dopinfo__class-block .product__labels-item:hover .product__labels-content .item-title {
    color: #202124;
}

.prod-card-dopinfo__class-desc {
    margin-left: 16px;
}

.prod-card-dopinfo__class-title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
}

.prod-card-dopinfo__class-text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #0A0A0A;
    margin: 8px 0 0 0;
}

.prod-card-dopinfo__class-full_title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.0042em;
    color: #202124;
    margin-bottom: 16px;
}

.prod-card-dopinfo__class-full_item .prod-card-dopinfo__class-block + .prod-card-dopinfo__class-block {
    margin-top: 16px;
}

.prod-card-dopinfo__class-full_item + .prod-card-dopinfo__class-full_item {
    margin-top: 16px;
}

.prod-card-dopinfo__class-full_single {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0 8px;
    margin-bottom: 16px;
}

.prod-card-dopinfo__class-full_single.prem {
    background-color: #ECB424;
}

.prod-card-dopinfo__class-full_single.stand {
    background-color: #C5CDDC;
}

.prod-card-dopinfo__class-full_single.eco {
    background-color: #E96D13;
}

/* end: tab-class */

@media (max-width: 1339px) {
    .product__compare {
        right: 20px;
        left: 20px;
        right: max(20px, env(safe-area-inset-right));
        left: max(20px, env(safe-area-inset-right));
    }

    .product__btns {
        padding-left: 7px;
    }
}

@media (max-width: 1199px) {
    .product__photo-link {
        height: 195px;
    }

    .product__wrap .product-price .product__cost-wrap:not(:only-child):nth-of-type(1) .full:before,
    .product .product__cost-wrap:not(:only-child):nth-of-type(1) .full:before {
        top: 35px;
        width: 115px;
    }

    .product__btns {
        padding-left: 12px;
    }

    .product__cost {
        padding-right: 12px;
    }

    .product__availability {
        flex-grow: 0;
        margin-top: 0;
    }

    .product__wrap .product__list li:last-child {
        display: none;
    }
}

@media (max-width: 959px) {
    .product__title .brand .brand-link {
        font-size: 24px;
        line-height: 28px;
    }

    .product__title .model {
        font-size: 20px;
        line-height: 23px;
    }

    .product__title .size .size-val {
        font-size: 18px;
        line-height: 21px;
    }

    .product__title .size .size-val + .index {
        margin-left: 4px;
        margin-right: 4px;
    }

    .product__labels-content {
        align-items: center;
        width: 60px;
        height: 60px;
    }

    .product__labels-content svg {
        width: 46px;
        height: 26px;
    }

    .product__labels-content .char-class {
        width: 46px;
        height: 26px;
        font-size: 22px;
        line-height: 26px;
    }

    .product__labels-content .item-title {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px;
    }

    .product__btns {
        padding-left: 8px;
    }

    .product__cost {
        padding-right: 8px;
    }

    .product__wrap .product__list li:last-child {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .product__photo .tire-spikes {
        left: 0;
    }
}

@media (max-width: 767px) {
    .product__title .brand .brand-link {
        font-size: 22px;
        line-height: 26px;
    }

    .product__title .model {
        margin-top: 2px;
        font-size: 18px;
        line-height: 21px;
    }

    .product__fitting {
        font-size: 11px;
        line-height: 11px;
    }

    .product__fitting-svg {
        width: 20px;
        height: 20px;
    }

    .product__delivery-svg {
        width: 96px;
        height: 22px;
    }

    .product__fitting-help {
        margin-bottom: 0;
    }

    .product__wrap .product-price .product__cost-wrap:not(:only-child):nth-of-type(1) .full:before,
    .product .product__cost-wrap:not(:only-child):nth-of-type(1) .full:before {
        top: 30px;
        width: 105px;
    }

    .product__btns-wrap .btn-style {
        line-height: 40px;
    }

    .product__btns-reserv .btn-style {
        line-height: 24px;
    }

    .product__photo-seasson-icon {
        width: 32px;
        height: 32px;
    }

    .product__title .size {
        margin-top: 4px;
    }

    .product__cost-title {
        margin-bottom: 3px;
    }

    .prod-card-gallery .product__compare-check {
        padding: 7px 12px 7px 0;
    }

    .product__compare-check .chbox-label {
        line-height: 15px;
    }

    .chbox-label:before {
        width: 16px;
        height: 16px;
    }

    .product__nopresence-text {
        height: 92px;
    }

    .product__compare {
        right: 14px;
        left: 14px;
        right: max(14px, env(safe-area-inset-right));
        left: max(14px, env(safe-area-inset-right));
    }
}

@media (max-width: 639px) {
    .product__wrap .presence__btn-slide-down {
        width: 100%;
        margin: 8px 0 0;
        position: relative;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .product__photo-link .product__photo-longterm-wrap {
        bottom: 0px;
    }

    .product__wrap .product__photo-link .product__photo-count {
        bottom: 0;
        right: 24px;
    }

    .product__wrap .product__list li:nth-child(5),
    .product__wrap .product__list li:last-child {
        display: none;
    }

    .product__compare-check {
        bottom: -1px;
        padding: 6px 8px 6px 0;
    }

    .product__btns {
        padding-left: 4px;
    }

    .product__cost {
        padding-right: 4px;
    }

    .product__cost-val .full {
        font-size: 48px;
        line-height: 52px;
    }

    .product__availability {
        margin-top: 16px;
    }
}

@media (max-width: 479px) {
    .product__photo .tire-spikes {
        left: 0;
        top: 0;
    }
}

@media (max-width: 359px) {
    .product__title .brand .brand-link {
        font-size: 20px;
        line-height: 23px;
    }

    .product__cost-val .coins {
        font-size: 28px;
        line-height: 30px;
        margin-top: 2px;
        margin-left: 2px;
    }

    .product__photo-link > span {
        font-size: 20px;
        line-height: 24px;
    }

    .product__btns-reserv .btn-style {
        font-size: 16px;
    }

    .product__availability .content {
        font-size: 13px;
    }

    /* start: tab-class */
    .prod-card-dopinfo__class-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prod-card-dopinfo__class-desc {
        margin-left: 0;
        margin-top: 8px;
    }

    .prod-card-dopinfo__class-wrap .prod-card-dopinfo__class-title {
        display: block;
    }

    .prod-card-dopinfo__class-desc .prod-card-dopinfo__class-title {
        display: none;
    }

    .prod-card-dopinfo__class-desc {
        margin-top: 16px;
    }

    .prod-card-dopinfo__class-text {
        margin: 0;
    }

    /* end: tab-class */
}

/* End */


/* Start:/local/source/product-result/css/product-result.css?174781931512045*/
@media (min-width: 768px) {
    .product .container-block {
        padding: 16px;
    }
}

.product__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
}

.product__double-wrap .product__wrap:first-of-type {
    position: relative;
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 32px;
}

.product__double-wrap .product__wrap:last-of-type {
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.product__double-wrap .product__wrap:last-of-type:before {
    content: "";
    width: calc(100% - 32px);
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    border-top: 1px var(--main-gray-color) solid;
}

.product__wrap .product__title {
    align-self: flex-start;
}

.product__wrap .product__title:hover,
.product__wrap .product__title:active {
    cursor: pointer;
    color: var(--main-red-color);
}

.product__photo {
    margin-top: 14px;
}

.product-about__wrap .product__photo-link {
    position: relative;
}

.product-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 524px;
    max-width: 524px;
}

.product-about__wrap:first-child {
    margin-bottom: -16px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 328px;
}

.product-about__wrap:first-child .product__rating,
.product-about__wrap:first-child .product__labels {
    display: none;
}

.product-about__wrap:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 16px;
}

.product-about__wrap:last-child .product__rating {
    min-height: 53px;
}

.product-about__wrap:last-child .product__labels-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-about__wrap:last-child .product__labels + .product__labels {
    margin-top: 8px;
}

.product-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
    width: 376px;
    min-width: 0;
    box-sizing: border-box;
}

.product-price .product__cost a,
.product-price .product__longterm a {
    font-size: 14px;
    line-height: 16px;
}

.product-price .product__list {
    display: none;
}

.product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 16px;
    min-width: 0;
}

.product-info .product__advantage {
    margin-top: auto;
}

/*NO PHOTO*/

.product__wrap .product__photo-link.disabled {
    opacity: 1;
    pointer-events: none;
    padding-top: 0;
}

.product__wrap .product__photo-link svg.no-photo {
    margin-top: 16px;
    width: 48px;
    height: 48px;
}

.product__wrap .product__photo-link > span {
    margin-top: 16px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

/*NO PHOTO*/

.product__photo-link > svg.no-photo {
    display: block;
    margin-top: auto;
    width: 90px;
    height: 90px;
    fill: #DADADA;
}

.product__photo-link > span {
    display: block;
    margin-top: 24px;
    margin-bottom: auto;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #DADADA;
}

@media (max-width: 1339px) {
    .product-about {
        min-width: 500px;
        max-width: 500px;
    }

    .product-about__wrap:first-child {
        min-width: 304px;
    }

    .product-price {
        width: 325px;
    }
}

@media (max-width: 1199px) {
    .product-price {
        align-content: space-between;
        flex-grow: 1;
        width: auto;
    }

    .product-price .product__list {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-price .product__list a {
        margin-top: 4px;
    }

    .product-price .product__list a {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product-price .product__dopinfo {
        height: 113px;
    }

    .product-price .product__dopinfo p {
        font-size: 16px;
        line-height: 19px;
    }

    .product-price .product__cost-wrap.for-truck-spec-tires:first-child {
        padding-right: 0px;
    }

    .product-info {
        display: none;
    }

    .product__advantage {
        display: none;
    }
}

@media (max-width: 959px) {
    .product-about {
        min-width: 359px;
        max-width: 359px;
    }

    .product-about__wrap:first-child {
        min-width: 291px;
    }

    .product-about__wrap:first-child .product__rating {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .product-about__wrap:first-child .product__labels {
        display: flex;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: auto;
    }

    .product-about__wrap:first-child .product__labels-wrap {
        height: auto;
    }

    .product-about__wrap:first-child .product__labels-item {
        margin: 0;
        padding: 0;
    }

    .product-about__wrap:first-child .product__labels-wrap {
        margin: 0;
    }

    .product-about__wrap:first-child .product__labels-content {
        height: 53px;
    }

    .product-about__wrap:first-child .product__rating,
    .product-about__wrap:first-child .product__labels {
        margin-top: 8px;
    }

    .product-about__wrap:last-child {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-left: 8px;
    }

    .product-about__wrap:last-child .product__rating,
    .product-about__wrap:last-child .product__labels-item.big-label {
        display: none;
    }

    .product-about .product__labels {
        padding-top: 0px;
        height: 100%;
    }

    .product-about .product__labels-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-end;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: calc(100% + 8px);
    }

    .product-about .product__labels-content {
        width: 60px;
        height: 60px;
    }

    .product-price {
        flex-grow: 1;
        margin-left: 8px;
    }

    .product-about__wrap:last-child .product__labels-wrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .product__wrap .product__photo-link > span {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .product-about {
        min-width: 282px;
        max-width: 282px;
    }

    .product-about__wrap:first-child {
        min-width: 214px;
    }

    .product__photo-link {
        height: 176px;
    }

    .product-price .product__list span {
        font-size: 13px;
    }

    .product-price .product__longterm {
        margin-top: 3px;
    }

    .product-price .product__dopinfo {
        height: 98px;
        padding: 8px;
    }
}

@media (max-width: 639px) {
    .product__wrap {
        padding: 16px 10px;
    }

    .product__double-wrap .product__wrap:last-of-type:before {
        width: calc(100% - 20px);
        right: 10px;
        left: 10px;
    }

    .product__double-wrap .product__wrap:first-of-type {
        padding-bottom: 16px;
    }

    .product__photo-link {
        height: 162px;
        max-width: 256px;
    }

    .product__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-about, .product-price {
        width: 100%;
        max-width: none;
    }

    .product-about__wrap:first-child {
        margin: 0;
        width: 100%;
        min-width: 0;
    }

    .product-about__wrap:last-child {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .product-about .product__labels-wrap {
        margin: -2px;
    }

    .product-about .product__labels-item {
        margin: 2px;
    }

    .product-price {
        margin: 8px 0 0 0;
    }

    .product-price .product__list span,
    .product-price .product__list a {
        font-size: 14px;
    }

    .product-price .product__list a {
        margin-top: 4px;
    }

    .product-price .product__dopinfo {
        height: 108px;
        padding: 8px;
    }


    .product-price .product__cost,
    .product-price .product__btns,
    .product-price .product__dopinfo {
        margin-top: 16px;
    }

    .product-price.no-active-item .product__cost,
    .product-price.no-active-item .product__btns,
    .product-price.no-active-item .product__dopinfo {
        margin-top: 16px;
    }
}

@media (max-width: 359px) {
    .product-about {
        min-width: 0;
    }

    .product-price .product__btns-wrap .btn-style {
        font-size: 16px;
    }

    .product-price .product__cost-wrap.for-truck-spec-tires:first-child {
        padding-right: 8px;
    }

    .product-price .product__cost a,
    .product-price .product__longterm a {
        font-size: 13px;
        line-height: 15px;
    }

    .product__cost-val .rub {
        bottom: 6px;
    }

    .product__longterm a:before {
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background-size: cover;
    }
}

@media (max-width: 339px) {
    .product__title .size .br {
        display: block;
    }
}

/*-------------для IE10 IE11------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-about__wrap:last-child,
    .product__wrap .product__title {
        width: 100%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 959px) {
    .product-about__wrap:last-child {
        width: auto;
    }

    .product-about .product__labels {
        height: auto;
    }
}

.not-found .not-found__title {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
}

.not-found .not-found__desc {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

@media (max-width: 959px) {
    .not-found .not-found__title {
        font-size: 28px;
        line-height: 38px;
    }

    .not-found .not-found__desc {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .not-found .not-found__title {
        font-size: 24px;
        line-height: 32px;
    }

    .not-found .not-found__desc {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (max-width: 479px) {
    .not-found .not-found__title {
        font-size: 18px;
        line-height: 24px;
    }

    .not-found .not-found__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

/* End */


/* Start:/local/source/product-result/css/services.css?1667215555923*/
.service-block-caption {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.service-punkt {
	display: block;
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	margin: -8px 0px;
}

.service-punkt span {
	display: block;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	border-bottom: none;
	outline: none;
}

.service-punkt span:not(.city) {
	margin-top: 2px;
}

.service-punkt span.gray {
	color: #999;
}

.service-punkt li {
	display: inline-block;
	padding: 8px 0px;
}

.service-punkt li {}

.service-punkt li:nth-of-type(1),
.service-punkt li:nth-of-type(4),
.service-punkt li:nth-of-type(7) {}

@media (max-width: 767px) {
	.service-punkt {
		-webkit-columns: 2;
		-moz-columns: 2;
		-o-columns: 2;
		columns: 2;
	}

	.service-punkt li:nth-of-type(4),
	.service-punkt li:nth-of-type(7) {}

	.service-punkt li:nth-of-type(6) {}
}
@media (max-width: 639px)  {}

/* End */


/* Start:/local/components/dev.autoset/product.head.sort/templates/result/style.css?1628854369213*/
.tirecart-filter-field{
    margin-bottom: 8px;

}

.tirecart-filter-field .container-block {
    padding: 0 20px;
}

@media (max-width: 767px) {
	.tirecart-filter-field .container-block {
		padding: 0 14px;
	}
}

/* End */
/* /local/source/filter-product_2/css/style.css?177452969012690 */
/* /local/components/dev.autoset/breadcrumb/templates/.default/style.css?16799162862189 */
/* /local/components/dev.autoset/breadcrumb/templates/.default/style_after_form.css?1666245794206 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/new_global_pagination/style.css?17110151623257 */
/* /local/components/dev.autoset/catalog.section.items/templates/.default/style.css?175526250516629 */
/* /local/source/product-result/css/product-global.css?175733662836135 */
/* /local/source/product-result/css/product-result.css?174781931512045 */
/* /local/source/product-result/css/services.css?1667215555923 */
/* /local/components/dev.autoset/product.head.sort/templates/result/style.css?1628854369213 */
