.rr-widget__title {
    display: none;
}

.catalog__content {
    width: 100%;
}


#region_detect {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.16);
    z-index: 4;
    padding: 12px;
    top: 36px;
    border: none;
    position: absolute;
}

#region_detect .flex {
    gap: 8px;
    margin-top: 8px;
}

#region_detect .flex button {
    flex: 1;
}

/**************************************************/
#cityList {
    line-height: 1.55em;
}

#cityList table {
    display: flex
}

#cityList table tbody {
    display: flex;
    flex-direction: column;
}

#cityList .city-search-header {
    display: flex;
    flex-direction: column
}

#cityList a {
    font-size: 14px;
}

#cityList .city-search-header a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    color: #464646;
    text-decoration: none;
    transition: 0.1s;
}

#cityList .city-search-header a:hover {
    color: #e43a2d;
}

#cityList .city-search-header td:nth-child(1) {
    display: flex;
    gap: 24px;
    width: 100% !important;
}

#cityList .city-search-header td:nth-child(2) {
    margin-top: 12px;
    width: 100% !important;
}

#cityList .city-list a {
    color: #464646;
    text-decoration: none;
    transition: 0.1s;
}

#cityList .city-list a:hover {
    color: #e43a2d;
}

#cityList .city-list {
    margin-top: 12px;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-close-small {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.fancybox-close-small {
    color: #3f3f3f;
}

.fancybox-content {
    max-width: 100%;
}

@media (max-width: 1000px) {
    #cityList tr td {
        display: block;
        width: 25% !important;
        float: left;
    }
}

@media (max-width: 767px) {
    #cityList tr td {
        width: 50% !important;
    }
}

@media (max-width: 512px) {
    #cityList tr td {
        width: 100% !important;
    }
}

#cityList h3 {
    font-size: 16px;
    color: #000;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-weight: bold;
}


.popup_producer [type="submit"],
.popup_producer [type="reset"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 115%;
    color: #fff;
    margin: 0 !important;
}

.popup_producer [type="reset"]:disabled {
    cursor: default;
}

.popup_producer [type="reset"] {
    border: 1px solid #333;
    color: #282828;
    background: #fff;
    gap: 8px;
}

@media (any-hover: hover) {
    .popup_producer [type="reset"]:hover {
        background: #282828;
        color: #fff;
    }
}


.popup_producer [type="submit"] {
    background: #e43a2d;
    gap: 8px;
}

@media (any-hover: hover) {
    .popup_producer [type="submit"]:hover {
        background: #c7281c;
    }
}

.popup_producer [type="submit"]:active {
    background: #e43a2d;
}

.btn-primary:active svg {
    fill: #e4e4e4;
}

.btn-primary:disabled {
    background: #b5b5b5;
}

.popup_producer .btn {
    gap: 12px;
    align-items: center;
}

.popup_producer .select {
    flex: 0 0 calc(33% - 6px)

}

@media (max-width: 712px) {
    .popup_producer .btn {
        flex-wrap: wrap;
        height: auto;
        margin-top: 14px;
    }
}

.catalog__control {
    gap: 24px
}

@media (max-width: 719px) {
    .catalog__control {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .catalog__control .checkbox {
        margin-bottom: 18px;
    }

    .catalog__control {
        gap: 8px
    }

}

.catalog__control .checkbox label {
    cursor: pointer;
    font-weight: 500;
}

/**************************************************/
.add-basket h2 {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}

.add-basket__wrap {
}

.add-basket__content {
}

.add-basket__control label input {
    margin: 0px 4px;
    text-align: center;
}

.add-basket__control label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-basket__bottom {
    margin-top: 14px;
    gap: 12px
}

.add-basket__bottom .btn {
    flex: 1;
    height: 40px;
    font-size: 14px;
}

@media (max-width: 719px) {
    .add-basket h2 {
        font-size: 18px;
    }

    .add-basket__bottom .btn {
        flex: auto;
        height: 38px;
        font-size: 12px;
    }

    .add-basket__bottom {
        flex-direction: column;
    }
}


.info-dp_help {
    flex-wrap: wrap;
}

.help__text img, .popup-help__text img {
    max-width: 100%;
}

.filter-home .help__text {
    width: max-content;
    max-width: 330px;
}

.popup_producer {
    max-width: 100%;
    margin: 0 !important;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.popup_producer:after {
    display: none;
}

@media (max-width: 719px) {
    .popup_producer {
        height: auto;
    }

    .popup_producer .popular_brands {
        overflow: visible !important;
    }

    #popularBrands {
        display: flex;
        flex-wrap: wrap;
        gap: 8px
    }

    .popup_producer .brend {
        width: calc((100% - 16px) / 3) !important;
        margin: 0px !important;
    }

    .popup_producer .btn .select {
        display: flex;
        gap: 8px;
    }
}


/**************************************************/

.season-links {
    display: flex;
    display: none;
    margin-top: 12px;
    justify-content: space-between;
}

.season-links .season {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 50%;
    margin-right: 20px;
}

.season-links .season section {
}

.season-links .season section a {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 8px;
    transition: 0.2s;
    font-weight: 500;
}

.season-links .season section a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.season-links .season section a:hover {
    color: #e43a2d;
}

.season-links .brend {
    max-width: 136px;
}

.season-links .brend img {
    max-width: 100%;
}

@media (max-width: 719px) {
    .season-links {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .season-links .season {
        gap: 12px;
        margin-top: 12px;
    }

    .season-links .season section a {
        font-size: 14px;
    }

    .hide_mob {
        display: none;
    }


    .filter-home .small-filter .select-box.active .select-box__list {
        position: absolute;
        right: 0;
        top: 18px;
    }

    .filter-home #rim_types_block.small-filter .select-box.active .select-box__list {
        position: fixed;
        top: calc(50% - 118px);
        right: 36px;
    }
}


.offers-cd__color {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #8e8e8e;
}

.slick-slide .prod-cart__img img {
    max-height: 200px;
}

@media (max-width: 725px) {

    .slick-slide .prod-cart__img img {
        max-height: 180px;
    }

    .popup.popup_producer {
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }

    div#moreBrands {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
}


.filter-home {
    opacity: 0 !important;
}

.filter-home.init {
    opacity: 1 !important;
}

.info-pc .info-pc__icon {
    cursor: pointer;
    pointer-events: auto;
}

.prod-cart-model .price-pc__value, .product-list__slider .price-pc__value {
    font-size: 16px;
}


.prod-cart-model .prod-cart__body, .prod-cart-model .prod-cart__bottom, .product-list__slider .prod-cart__body, .product-list__slider .prod-cart__bottom {

    align-items: center;

}

#brand_toggle {
    color: #464646;
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    margin-left: 25px;
    font-weight: 400;
    text-decoration: underline;
}

#brand_toggle:hover {
    text-decoration: none;
}

.select-box-check .checkbox, .select-box-check .checkbox label {
    width: 100%;
    display: block;
}

.select-box-check .select-box__list li {
    padding: 0;

}

.select-box-check .checkbox label {
    padding: 12px 15px;
    padding-left: 43px;
}

.select-box-check .checkbox label::before, .select-box-check .checkbox label::after {
    left: 15px;
    top: 12px;
}

.select-box.active.select-box-check .select-box__list {
    max-height: unset;
}

#apply_check {
    background: #e43a2d;
    height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    border-radius: 4px;
    padding: 0 10px;
}

.wr_apply_check {
    display: flex;
    justify-content: center;
    padding: 5px;
}


.popup_producer .btn .select, .popup_producer [type="submit"], .popup_producer [type="reset"] {
    font-size: 16px;
}

.box_yellow {
    margin-top: 30px;
    display: none;
}

@media (min-width: 719px) {
    .select-box-check .checkbox label {
        padding: 4px 16px;
        padding-left: 43px;
    }

    .select-box-check .checkbox label::before, .select-box-check .checkbox label::after {
        left: 16px;
        top: 4px;
    }
}

@media (max-width: 360px) {

    #brand_toggle {
        margin-left: 0px;
    }
}

.mob {
    display: none !important;

}

.desc {
    display: block !important;
}

.season-form__checkbox input:checked + label img {
    width: 36px;
    height: 36px;
}


#season_form label, #rim_types_form label, .jq-checkbox {
    cursor: pointer !important;
}

.jq-checkbox {
    border: 1px solid #aaa !important;
}

.jq-checkbox {
    top: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    /* margin: 4px 0 0 4px; */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #8ea604;
}

.podbor-form label {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 6px;
}

.btn-form {
    background: #e43a2d !important;
    box-shadow: none !important;
    font-size: 16px !important;
    text-transform: none !important;
    line-height: 120%;
    font-weight: 600;
    height: 52px;
    max-width: 272px;
    color: white !important;
}


.podbor-form input[type="submit"], .podbor-form input[type="button"], .podbor-form button {
    cursor: pointer;
    background: #8ea604;
    -webkit-box-shadow: 0 3px 0 #75880a;
    -moz-box-shadow: 0 3px 0 #75880a;
    box-shadow: 0 3px 0 #75880a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: none;
    padding: 7px 35px;
    color: #fff;
    font-size: 16px;
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    margin: 3px 0 4px;
}

.podbor-form h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}


.wr-podbor .filter-home__line .box-form {
    flex: 0 0 calc(24% - 16px);
}

.wr-podbor .filter-home__item.active .filter-home__img {
    display: none;
}

.wr-podbor .filter-home__item_auto .filter-home__form {
    max-width: 100%;
}

.podbor-filter {
    background: white;
    margin-top: 30px;
}

.wr-podbor .head {

    font-size: 32px;
    font-weight: 600;
    line-height: 44.8px;
    text-align: center;
    margin-bottom: 25px;
}

.wr-podbor table.style01 {
    width: 100%;
    float: left;

    margin-bottom: 20px;

    border-spacing: 15px;
    border-collapse: separate;
}

.wr-podbor table.style01 th {
    font-size: 20px;
    line-height: 28px;
    background: #B5B5B533;
    padding: 5px 0;
    border-radius: 8px;
    font-weight: 600;
}

.wr-podbor table.style01 td {
    border: 1px solid #edededed;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
}


.podbor-title {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
}

.wr-podbor .table_box a {
    color: #4888D4;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}

.wr-podbor .filter-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.wr-podbor .table_box {
    font-size: 16px;
    line-height: 22px;

    margin-left: -15px;
    margin-right: -15px;
}

.wr-podbor .table_box td a:not(:first-child) {
    margin-top: 5px;
}


.wr-podbor .table_box td a {
    display: inline-block;
}

.wr-podbor .table_box table.style01 td span {
    display: inline-block;
    padding: 0 0 0 35px;
}

.wr-podbor .filter-home {
    padding: 0;
}

.wr-podbor .wr-span span {
    white-space: nowrap;
}

.container-index-map {
    margin-top: 30px;
}

.wr-not-available {
    width: fit-content;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

.wr-not-available span {
    padding-left: 10px;
}

.wr-not-available svg {
    fill: #707070;
    padding-top: 2px;
}

.brend.disabled {
    opacity: 0.2;
}


@media (max-width: 768px) {
    .mob {
        display: block !important;
    }

    .desc {
        display: none !important;
    }


    .wr-podbor .filter-home__line .box-form {
        flex: unset;
        width: 100%;
    }

    .wr-podbor .filter-title {
        font-size: 18px;
        line-height: 25px;
    }

    .podbor-filter {
        margin-left: -20px;
        margin-right: -20px;
        border: none !important;

    }

    .wr-podbor .head-page {
        padding-bottom: 0;
    }

    .wr-podbor .head {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .wr-podbor table.style01 th {
        font-size: 15px;
        line-height: 25px;
    }


    .podbor-title {
        font-size: 14px;
        line-height: 20px;
    }

    .wr-podbor .podbor-title a {
        font-size: 14px;
        line-height: 20px;
    }

    .wr-podbor .wr-title {
        display: flex;
        padding: 5px;
    }

    .wr-podbor .wr-span {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: end;
        padding: 5px;

    }

    .wr-podbor .wr-rec {
        display: flex;
    }
}


.filter__collapse--box {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.filter__collapse--btn {
    width: 315px;
    margin: 0;
    border-radius: 8px;
    padding: 12px 24px 12px 24px;
    transform: translateY(-4px);
    box-shadow: 4px 4px 12px rgba(40, 40, 40, .08);
    background-color: white;
    cursor: pointer;
}

.filter__collapse--disk {
    width: 330px;

}

span.filter__collapse--arrow {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
}

span.filter__collapse--arrow svg {
    margin: 0;
    width: 10px;
    height: 10px;
    fill: none;
}

.arrow--active svg {
    transform: rotate(180deg);
}

#filter__collapse.collapse_filter {
    display: none;
}

@media (max-width: 719px) {
    .filter-home .filter__collapse--btn {
        flex-direction: row;
        width: 280px;
    }

    .filter-home .filter__collapse--btn.filter__collapse--disk {
        flex-direction: row;
        width: 300px;
    }
}

.filter-home {
    background: white;
    padding-bottom: 10px;
}


label.disabled {
    opacity: 0.2;
}

.filter__collapse--firsttext {
    margin-right: 3px;
}

@media (max-width: 719px) {
    body .sort-box .select-box .select-box__list li {
        font-size: 14px;
    }

    .sort_parent_block {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .sort_parent_block .select-box {
        margin-left: 10px;
    }

    .sort_parent_block .sort-box {
        display: flex;
        width: 100%;
        margin-bottom: 4px;
    }

    .sort_parent_block .sort-box label {
        font-size: 12px;
    }
}


.item__split {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
}

.item__split .help__icon {
    width: 12px;
    height: 12px;
}

.split__popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.split__popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000;
    width: 686px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 52px 40px 52px 40px;
    border-radius: 25px;
}

.split__popup-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
}

.split__popup-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 10px;
}

.split__popup-tab {
    cursor: pointer;
    padding: 10px;
    background: none;
    width: 100%;
    border: 2px solid #3F3F3F;
    border-radius: 5px;
}

.split__popup-tab.active {
    background-color: #3F3F3F;
    color: white;
}

.split__popup-tab-content {
    display: none;
}

.split__popup-tab-content.active {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.split__popup-logo {
    text-align: center;
}

.split__popup-text {
    display: flex;
    gap: 12px;
    flex-direction: column;
    text-align: center;
}

.split__popup-text--1 {
    font-size: 32px;
}

.split__popup-text--2 {
    font-size: 16px;
    font-weight: 500;
}

.split__popup-box {
    background-color: #F8F8F8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 24px 32px 24px 32px;
    font-size: 16px;
    gap: 20px;
}

.split__popup-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.split__popup-date--box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.split__popup-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.split__popup-info--item {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.split__bold {
    font-weight: bold;
}

.split__popup-footer {
    text-align: center;
}

.split__popup-date--mobile {
    display: none;
}

.split__popup-date--text {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 18px;
}

.split_share .split__popup-date--desktop {
    width: 100%;
    text-align: center;
}

.split_share .split__popup-box--text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

a.split__link {
    color: #0047FF;
    cursor: pointer;
}

@media (max-width: 768px) {
    .split__popup {
        width: 100%;
        overflow: scroll;
        max-height: 100%;
        border-radius: 0px;
    }

    .split__popup-tabs {
        flex-direction: column;
    }

    .split__popup-date {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .split__popup-date--mobile {
        display: block;
    }

    .split__popup-date--desktop {
        display: none;
    }

    .split__popup-text--1 {
        font-size: 22px;
    }

    .split__popup-text--2 {
        font-size: 18px;
    }

    .split__popup-tab-content.active {
        gap: 24px;
    }

    .split__popup-date--box {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    .split__popup-info {
        gap: 8px;
    }


    .split_share .split__popup-date--box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .split_share .split__popup-box--text {
        flex-direction: column;
        text-align: left;
    }

    .split_share .split__popup-date {
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }

    .item__split {
       /* font-size: 12px;*/
    }
}


.tyre-fitting {
    display: flex;
    flex-direction: column;
    padding: 20px 0 50px 0;
    gap: 50px;
}

.tyre-fitting__filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.filter__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter__header h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
}

.filter__banner img {
    max-width: 100%;
    width: 304px;
}


.filter__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter__form--select-block {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.filter-form__item {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
}

.filter-form__item label {
    margin-bottom: 8px;
}

.filter-form__item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    width: 272px;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 12px;
    padding-right: 40px; /* Место для стрелки */
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1.5L6 6.5L1 1.5" stroke="%23E43A2D" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 16px center;
    background-size: 12px 8px; /* Размер SVG */
}

.filter-form__item select:focus {
    outline: none;
    border-color: #E43A2D; /* Цвет границы при фокусе */
}

.filter-form__btn {
    display: flex;
    gap: 16px;
    align-items: center;
}

.filter-form__btn button[type="button"] {
    background: #E43A2D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}


.filter-form__btn button[type="button"]:hover {
    background: #c73227;
}

.filter-form__btn button[type="reset"] {
    background: none;
    color: #888;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-form__btn button[type="reset"]:hover {
    color: #555;
}


.filter__table {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.filter__table table {
    width: 642px;
    max-width: 100%;
    border-collapse: collapse;
}

.filter__table p {
    flex: 1;
}

.filter__table th {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    color: #707070;
}

.filter__table tr:first-child td {
    font-weight: 600;
    color: black;
}

.filter__table tr:first-child th {
    font-weight: 600;
    color: black;
}

.filter__table td {
    color: #707070;
    font-weight: 500;
}

.filter__table td:first-child {
    text-transform: capitalize;
}

.filter__table th.no-wrap,
.filter__table td.no-wrap {
    white-space: nowrap;
}

.filter__table td:last-child {
    width: 50px;
}

.filter__table td {
    padding: 8px;
}

.tyre-fitting__footer {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tyre-fitting__footer--header h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.tyre-fitting__footer--body {
    display: flex;
    gap: 20px;
}

.tyre-fitting__footer-body--item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.tyre-fitting__footer-body--item h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: #8F8F8F;
}

.tyre-fitting__footer-body--item ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tyre-fitting__banner {
    position: relative;
}

.tyre-fitting__banner--btn {
    position: absolute;
    display: flex;
    align-items: center;
    right: 20px;
    bottom: 20px;
    width: 124px;
    height: 40px;
    padding: 10px 16px 10px 16px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid rgba(181, 181, 181, 1);
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}


.tyre-fitting__banner--link::after {
    content: '';
    position: absolute;
    inset: 0;
}

.tyre-fitting__mobile--block {
    display: none;
}

.tyre-fitting__banner img {
    width: 100%;
}

@media (max-width: 768px) {
    .tyre-fitting__mobile--block {
        display: block;
    }

    img.tyre-fitting__mobile--block {
        width: 100%;
    }

    .tyre-fitting__mobile--none, .tyre-fitting__banner--btn {
        display: none;

    }

    .filter__form--select-block {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .filter-form__item {
        width: 100%;
    }

    .filter-form__item select {
        width: 100%;
    }

    .filter-form__btn {
        flex-direction: column;
        gap: 20px;
    }

    .filter-form__btn button[type="button"] {
        width: 100%;
        justify-content: center;
    }

    .filter-form__btn button[type="reset"] {
        display: none;
    }

    .filter__banner {
        display: none;
    }

    .tyre-fitting__footer--body {
        flex-direction: column;
    }

    .tyre-fitting {
        gap: 20px;
        padding: 20px 0;
    }

    .tyre-fitting__footer {
        padding: 0;
    }
}


.filter__banner {
    position: relative;
}

.filter__banner a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.tyre-fitting__banner--2 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 10px;
}

.tyre-fitting__banner--2 img {
    width: 100%;
}

.tyre-fitting__banner--left {
    width: 215px;
}

.tyre-fitting__banner--right {
    width: 486px;
}

.tyre-fitting__banner--body {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.tyre-fitting__banner--body h3 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
}

.tyre-fitting__banner--mobile {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.banner-body__btn {
    background: #E43A2D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 194px;
    height: 46px;
}

.banner-body__btn a {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .tyre-fitting__banner--left {
        display: none;
    }

    .tyre-fitting__banner--2 {
        flex-direction: column-reverse;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }

    .tyre-fitting__banner--right {
        width: 100%;
    }

    .banner-body__btn {
        width: 100%;
        justify-content: center;
    }
}


.storage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 100px 0;
    gap: 50px;
}

.storage__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.storage__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    width: 304px;
    height: 240px;
    justify-content: space-between;
    background-color: white;
}

.storage__item--header {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.storage__row {
    display: flex;
    align-items: flex-end;
}

.storage__row-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    flex-shrink: 0;
    color: #707070;

}

.storage__row-value {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.storage__row-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #000;
    margin: 0 10px;
}

.storage__item--footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.storage__footer--price {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}

.storage__footer--price-mouth {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #8F8F8F;
}


.storage__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    width: 304px;
    height: 240px;
    justify-content: space-between;
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.1);
}

.storage__text {
    flex: 1;
    min-width: 270px;
    max-width: 520px;
}

.storage__text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.storage__text ul {
    list-style: none;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.storage__text ul li {
    position: relative;
    padding-left: 20px;
}

.storage__text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #E43A2D;
    border-radius: 50%;
}

.storage__banner {
    flex: 0 0 100%;
    width: 100%;
    height: 380px;
    border-radius: 8px;
    background-size: contain;
    background-image: url("/images/content/storage__banner.png");
}

.storage__footer {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .storage__item {
        width: 100%;
    }

    .storage__banner {
        background-image: url("/images/content/storage__banner--mobile.png");
        background-size: cover;
    }

    .storage {
        padding: 20px 0;
        gap: 20px;
    }

    .storage__footer {
        padding: 10px 0;
    }
}

.storage__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-item__top {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #707070;
}

.contact-item__bottom {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.contact-item__bottom span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #8F8F8F;
}

.storage__footer-header h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
}

.storage__footer-banner {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.storage-banner__item img {
    width: 628px;
    max-width: 100%;
}


#contact .contact {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.contact-top__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-top__item--header {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #707070;
}

.contact-top__item--body {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.contact-top__item--time {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.contact-top__item--body img {
    width: 28px;
}

.contact-top__time--item {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.contact__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__body--header {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}


.contact__address {
    max-height: 528px;
    overflow: hidden;
    width: 272px;
}

.contact__address--select {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
}

.contact__address--select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    width: 272px;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 12px;
    padding-right: 40px; /* Место для стрелки */
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1.5L6 6.5L1 1.5" stroke="%23E43A2D" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 16px center;
    background-size: 12px 8px; /* Размер SVG */
}

.contact__address--select select:focus {
    outline: none;
    border-color: #E43A2D; /* Цвет границы при фокусе */
}

.contact__body--map {
    display: flex;
    gap: 20px;
}

.contact__map {
    flex: 1;
}

.city-info {
    display: none;
}

.contact__address--response {
    padding: 20px 0;
    max-width: 300px;
    height: calc(528px - 48px);
    overflow-y: scroll;
}

/* Стили для полосы прокрутки */
.contact__address--response::-webkit-scrollbar {
    width: 4px; /* Ширина вертикальной полосы прокрутки */
}

/* Стили для бегунка */
.contact__address--response::-webkit-scrollbar-thumb {
    background: #B5B5B5;
    border-radius: 8px;
}

.contact__address--response::-webkit-scrollbar-track {
    background-color: #E4E4E4;
}

.city-info__accordion {
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    width: 272px;
    margin-bottom: 8px;
}

.info__accordion--btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
}

.info__accordion--btn::after {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1.5L6 6.5L1 1.5" stroke="%23E43A2D" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 16px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.info__accordion--btn.active::after {
    transform: rotate(180deg);
}

.info__accordion--item {
    display: none;
    padding: 12px 0;
    background: #fff;
    border-top: 1px solid #ccc;
}

.info__accordion--content {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.accordion-content__address {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.accordion-content__mode {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;

}


.contact__body--mobile {
    display: none;
}

.contact-mobile__active {
    border-bottom: 2px solid #E43A2D;
}

@media (max-width: 768px) {
    .contact__address--response {
        height: 528px;
    }

    .contact__body--mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contact-mobile {
        display: flex;
        justify-content: center;
        gap: 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
    }

    .contact-mobile > div {
        padding: 10px;
    }

    .mobile__none {
        display: none;
    }

    .contact__address {
        display: none;
        width: 100%;
    }

    .contact__address--response {
        max-width: 100%;
        width: 100%;
    }

    .city-info__accordion {
        width: 100%;
    }

    .contact__address--select select {
        width: 100%;
    }


}

.contact__schema {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.contact__schema input[type="submit"], .contact__schema input[type="button"], .contact__schema button {
    cursor: pointer;
    background: #8ea604;
    -webkit-box-shadow: 0 3px 0 #75880a;
    -moz-box-shadow: 0 3px 0 #75880a;
    box-shadow: 0 3px 0 #75880a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: none;
    padding: 7px 35px;
    color: #fff;
    font-size: 16px;
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    margin: 3px 0 4px;
}