.banner {
    position: relative;
}

.banner__content {
    position: absolute;
    width: auto;
    height: 28.9rem;
    top: 12.9rem;
    left: 31.2rem;
}

.banner__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    width: 38.4rem;
    padding: 0 2rem;
    grid-gap: 1rem;
    border-radius: 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
}

.banner__title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4rem;
}

.banner__title span {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2rem;
}
@media(max-width: 767px){
    .banner__title span {
        color: #000;
    }
}
.banner__btn {
    width: 28.3rem;
    height: 5.2rem;
}

.banner__btn:hover {
    background-color: var(--black);
    color: #fff;
}

.banner__btn:hover svg path {
    stroke: #fff;
}

.banner-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    justify-content: space-between;
    width: 129.6rem;
    height: 8rem;
    bottom: 3.1rem;
    left: 31.2rem;
    padding: 1.4rem 2.4rem 1.4rem 1.4rem;
    grid-gap: 0;
    border-radius: 13.2rem;
    background-color: #FFFFFF33;
    backdrop-filter: blur(14px)
}

.banner-info__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
}

.banner-info__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50% 50%;
}

.banner-info__image img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
}

.banner-info__item span {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2rem;
}

.banner-rassrochka {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 26.1rem;
    height: 10.4rem;
    top: 11.4rem;
    right: 70rem;
    grid-gap: 1rem;
    transform: rotate(4.74deg);
    position: absolute;
    z-index: 2;
    background-image: url("../images/banner-rassrochka.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-rassrochka span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.98rem;
    text-transform: uppercase;
    color: #fff;
}


.banner-slider {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 8.4rem;
    position: relative;
}
.banner-slider .owl-dots {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    justify-content: center;
    bottom: 2rem;
    gap: 1rem;
}
.banner-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50% 50%;
    border: 1px solid rgba(255,255,255, .6);
    flex-shrink: 0;
    opacity: .3;
    cursor: pointer;
}
.banner-slider .owl-dots .owl-dot.active {
    background-color: #A6192E;
    opacity: 1;
}
.banner-slider .owl-nav .owl-prev,
.banner-slider .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 2.5rem);
    z-index: 1;
    cursor: pointer;
}
.banner-slider .owl-nav .owl-btn-icon{
    width: 5rem;
    height: 5rem;
    object-fit: contain;

}
.banner-slider .owl-nav .owl-btn-icon path{
    stroke: #A6192E;
}
.banner-slider .owl-nav .owl-prev{
    left: 2rem;
}
.banner-slider .owl-nav .owl-next{
    right: 2rem;
}
.banner-slider .owl-nav .owl-prev.disabled{
    display: none;
}
.banner-slider .owl-nav .owl-next.disabled{
    display: none;
}
@media (min-width: 1281px){
    .banner-slider .owl-dots,
    .banner-slider .owl-nav {
        opacity: 0;
        transition: opacity .3s ease;
    }
    .banner-slider:hover .owl-dots,
    .banner-slider:hover .owl-nav {
        opacity: 1;
    }
}
@media (max-width: 767px){
    .banner-slider {
        padding-top: 5.6rem;
        padding-bottom: 4rem;
    }
    .banner-slider .owl-nav {
        display: none;
    }
    .banner-slider .owl-dots .owl-dot {
        background-color: #000;
        border: 1px solid rgba(255,255,255, .6);
        opacity: .3;
    }
    .banner-slider .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
}
.banner-slider .owl-item {
    width: 100%;
    height: 100%;
}

.banner-slider .owl-stage {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}



.timer {
    width: 100%;
    height: 13.8rem;
    background-color: var(--red);
}

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

.timer__right .timer__btn {
    width: 26rem;
    height: 5.2rem;
}

.timer__right .timer__btn:hover {
    background-color: var(--black);
    color: #fff;
}

.timer__ico {}

.timer__ico svg {
    width: 5.2rem;
    height: 4.8rem;
    object-fit: contain;
}

.timer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    gap: 1.2rem;
}

.timer__title {
    font-size: 2.6rem;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.timer__text {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #fff;
    text-transform: uppercase;
}

.timer__left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1.2rem;
}

.timer__content {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    padding: 0;
    margin: 0;
}

.timer__content_item {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
    background: conic-gradient(#000 0%, #FFF 0%);
}

.timer__content_item__in {
    background: var(--red);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: .3rem;
    transform: rotateY(-180deg);
}

.timer__content_item .timer__name {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 100%;
    color: #fff;
    margin: 0;
}

.timer__content_item span {
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fff;
}

.timer__content .dots {
    font-size: 3.9rem;
    font-weight: 900;
    color: #fff;
}

.cards {
    padding: 6rem 0 4rem;
    background: #F5F5F5;
}

.card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #000000;
    /*height: 52.8rem;*/
    padding: 3.4rem;
    grid-gap: 1.4rem;
    border-radius: 2.4rem;
    position: relative;
    margin-bottom: 8rem;
}

.card {}

.card-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 7.2rem;
    padding: 1rem 4rem 1rem 1rem;
    border-radius: 13.2rem;
    background-color: var(--red);
    width: 100%;
}

.card-bottom__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
}

.card-bottom__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50% 50%;
}

.card-bottom__image img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
}

.card-bottom__item span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 120%;
}

.card__title {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 4.4rem;
    margin-bottom: 1.2rem;
    margin-top: 4.1rem;
}

.card__title span {
    color: var(--red);
}

.card-price__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.card-price__credit .card-price {
    margin-right: 1rem;
}

.card__subtitle {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.3rem;
    text-transform: uppercase;
    margin-right: 1rem;
    white-space: nowrap;
}

.card-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 3.3rem;
    background-color: transparent;
    border: 1px solid var(--red);
    width: auto;
    height: 4.1rem;
    padding: .4rem 1.4rem;
    grid-gap: 1rem;
    border-radius: 4.4rem;
    color: var(--red);
    cursor: pointer;
    white-space: nowrap;
}

.card-left {
    width: 54rem;
}

.card__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .6rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    height: 5.2rem;
    text-transform: uppercase;
    cursor: pointer;
}

.card__action:nth-child(1),
.card__action:nth-child(2) {
    width: 26.7rem;
}

.card__action:nth-child(3) {
    width: 100%;
    background-color: #000;
}

.card__action:nth-child(3) span {
    color: #fff;
}

.card__action:hover {
    background-color: var(--red);
    color: #fff;
    border: 1px solid var(--red);
}

.card__left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.card-right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    width: calc(100% - 54rem - 1.4rem);
}

.card-right picture img {
    width: 62.8rem;
    height: calc(38rem - 1.4rem);
    object-fit: contain;
}

.card-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 1.4rem;
}

.card-tab {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 10.6rem;
    cursor: pointer;
    height: 4rem;
}

.card-tab:not(.active) {
    border-bottom: 2px solid #00000080;
}

.card-tab.active {
    border-bottom: 2px solid var(--red);
}

.card-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #181818;
    border-radius: 5.5rem;
    /* width: 37.1rem; */
    width: fit-content;
    height: 5.6rem;
    padding: .6rem 2rem .6rem .6rem;
    position: absolute;
    left: 4rem;
    top: -2.6rem;
}

.card-tag__ico {
    width: 4.4rem;
    height: 4.4rem;
    object-fit: contain;
    margin-right: 1rem;
}

.card-tag__text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.card-tag__text span {
    display: inline-block;
}

.card-colopicker {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    position: absolute;
    right: 0;
    top: 5rem;

}

.card-colorpicker__item {
    width: 3rem;
    height: 3rem;
    border-radius: 50% 50%;
    cursor: pointer;
    border: 1px solid #00000033;
    position: relative;
}
.card-colorpicker__tabs {
    width: 100%;
    height: 100%;
}

.card-colorpicker__item.active:after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: '✔';
    position: absolute;
    top: calc(50% - .75rem);
    left: calc(50% - .75rem);
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-colorpicker__item.active:not(.lightgrey)::after,
.card-colorpicker__item.active:not([data-color="Белый"]):after,
.card-colorpicker__item.active:not(.white)::after {
    color: #fff;
}

.card-colorpicker__item.active.lightgrey:after,
.card-colorpicker__item.active[data-color="Белый"]:after,
.card-colorpicker__item.active.white:after {
    color: #000;
}

.card-colorpicker__item[data-color="Зеленый"],
.card-colorpicker__item.green {
    background-color: var(--green);
}

.card-colorpicker__item.lightgrey {
    background-color: var(--lightgrey);
}

.card-colorpicker__item[data-color="Пурпурный"],
.card-colorpicker__item.purple {
    background-color: var(--purple);
}

.card-colorpicker__item.midgrey {
    background-color: var(--midgrey);
}

.card-colorpicker__item[data-color="Синий"],
.card-colorpicker__item.cyan {
    background-color: var(--cyan);
}

.card-colorpicker__item[data-color="Черный"],
.card-colorpicker__item.black {
    background-color: var(--black);
}

.card-colorpicker__item[data-color="Белый"],
.card-colorpicker__item.white {
    background-color: var(--white);
}

.card-colorpicker__item[data-color="Серый"],
.card-colorpicker__item.grey {
    background-color: var(--grey);
}

.card-colorpicker__item[data-color="Красный"],
.card-colorpicker__item.red {
    background-color: var(--car-red);
}

.card-colorpicker__item[data-color="Голубой"],
.card-colorpicker__item.blue {
    background-color: var(--blue);
}

.card-colorpicker__content {
    display: none;
    width: 100%;
    height: 100%;
}

.podbor .card-colorpicker__content picture{
    display: block;
    width: 100%;
    height: 100%;
}
.podbor .card-colorpicker__content picture img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-colorpicker__content.active {
    display: block;
}

.card-content {
    display: none;
    min-height: calc(38rem - 1.4rem);
    max-height: calc(38rem - 1.4rem);
    overflow: hidden;
}

.card-content {
    width: 100%;
}

/*.card-content.card-content__interior{
    width: 62.8rem;
}*/
.card-content.active {
    display: block;
}

.card-slider__wrapper {
    display: flex;
    flex-direction: row;
    grid-gap: 1.4rem;
    width: 100%;
}

.card-slider {
    width: calc(100% - 7.2rem - 1.4rem);
}

.card-slider .card-slider__item {
    width: 100%;
    height: calc(38rem - 1.4rem);
}

.card-slider .card-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-thumbnails {
    display: flex;
    flex-direction: column;
    grid-gap: 1.4rem;
    max-height: calc(38rem - 1.4rem);
    overflow: auto;
}

.card-thumbnails img {
    width: 7.2rem;
    height: 7.2rem;
    object-fit: cover;
    opacity: .6;
    cursor: pointer;
}

.card-thumbnails img.active,
.card-thumbnails img:hover {
    opacity: 1;
}

.podbor {
    margin: 8rem 0;
}

.podbor__title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    text-align: center;
    margin-bottom: 4rem;
}

.podbor-tabs__header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /*justify-content: center;*/
    justify-content: space-between;
    /*grid-gap: 2.4rem;*/
    border-bottom: 1px solid #00000066;
}

.podbor-tabs__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.76rem;
    text-align: center;
    color: #00000066;
    width: 14.1rem;
    min-height: 8rem;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 2.4rem;
    position: relative;
}

.podbor-tabs__btn.active,
.podbor-tabs__btn:hover {
    color: #000000;
}

.podbor-tabs__btn.active::after,
.podbor-tabs__btn:hover::after {
    content: '';
    width: 100%;
    height: .15rem;
    background-color: #000;
    bottom: -.05rem;
    left: 0;
    z-index: 1;
    position: absolute;
}

.podbor-tabs__item {
    padding: 2.4rem;
    display: flex;
    flex-direction: row;
}

#podbor .podbor-tabs__item-inner {
    display: none;
}

#podbor .podbor-tabs__item-inner.active {
    display: block;
}

.podbor-tabs__item-l {
    margin-right: 2.4rem;
    min-width: 29.6rem;
    width: 29.6rem;
    /*height: 35rem;*/
    height: 22rem;
    position: relative;
    /*padding-bottom: 4rem;*/
}

.podbor-tabs__item-l .card-colopicker {
    flex-direction: row;
    top: unset;
    bottom: 0;
    right: unset;
}

.podbor-tabs__item-l .card-colorpicker__item {
    width: 2rem;
    height: 2rem;
}

.podbor-tabs__item-l .card-colorpicker__btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podbor-tabs__item-m {
    margin-right: auto;
}

.podbor-tabs__item-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 3.3rem;
    margin-bottom: .6rem;
    text-transform: uppercase;
}

.podbor-tabs__item-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.98rem;
    margin-bottom: 2rem;
}

.podbor-tabs__item-price {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 2.64rem;
    margin-bottom: 2rem;
    text-decoration: line-through;
}

.podbor-tabs__item-r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1.4rem;
}

.podbor-tabs__item-r .btn {
    width: 31.5rem;
    height: 5.2rem;
}

.podbor-tabs__item-r .btn:hover {
    background-color: var(--red);
    color: #fff;
    border: unset;
}

.podbor-tabs__item-r .btn:hover svg path {
    stroke: #fff;
}

.podbor-tabs__item-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: .6rem;
}

.podbor-tabs__item-tag {
    display: flex;
    flex-direction: row;
    padding: .4rem 1.4rem .4rem .4rem;
    grid-gap: .6rem;
    border-radius: 5.5rem;
    background-color: var(--red);
}

.podbor-tabs__item-tag:nth-child(1) {
    width: 15.4rem;
    height: 4rem;
}

.podbor-tabs__item-tag:nth-child(2) {
    width: 21rem;
    height: 4rem;
}

.podbor-tabs__item-tag span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #fff;

}

.podbor-tabs__item-tag img {
    width: 3.2rem;
    height: 3.2rem;
    object-fit: contain;
}

.podbor-tabs__item {
    border-bottom: 1px solid #000;
}

.special {
    background-color: #000;
    padding: 6rem 0;
}

.special__title {
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.special-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.4rem;
}

.special-grid__item-image {
    margin-bottom: 1.4rem;
    width: 41.6rem;
    height: 27.8rem;
}

.special-grid__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-grid__item:nth-child(3) .special-grid__item-image img {
    object-position: top;
}

.special-grid__item-title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 2.64rem;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

.special-grid__item-btn {
    width: 41.6rem;
    height: 5.2rem;
}

.special-grid__item-btn:hover {
    background-color: var(--red);
    color: #fff;
}

.special-grid__item-btn:hover svg {
    filter: invert(1);
}

.trade-in__inner {
    padding: 6rem 0 10rem;
    position: relative;
    background-color: #F5F5F5;
}
.trade-in{
    margin: 0 31.2rem;
    position: relative;
}
.trade-in__image {
    width: 105.2rem;
    height: 35.9rem;
    object-fit: contain;
    margin: 0 auto;
}

.trade-in__title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    z-index: 2;
    margin-bottom: 4rem;
}

.trade-in_form {
    z-index: 2;
    margin-bottom: 4rem;
}

.trade-in_form__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
    margin-bottom: 1.4rem;
}

.trade-in_form__btn {
    width: 23.2rem;
    height: 5.2rem;
    border: none;
}

.trade-in_form__btn:hover {
    color: #fff;
    background-color: var(--red);
}

.trade-in_form__btn:hover svg path {
    stroke: #fff;
}

.trade-in_form__text {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.32rem;
    text-align: center;
    color: #00000066;
    margin-top: 2.4rem;
}

.trade-in_form__col input {
    height: 5.2rem;
    width: 100%;
    padding: 1.85rem 2rem;
    border: 1px solid #000000;
    color: #00000066;
    font-size: 1.4rem;
    background-color: transparent;
}

.bottom-form {
    height: 40rem;
    width: 100%;
    position: relative;
}

.bottom-form__content {
    position: absolute;
    top: 8rem;
    left: 31.2rem;
    width: 56.4rem;
}

.bottom-form__title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    color: #fff;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
}

.bottom-form__subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.98rem;
    color: #fff;
    margin-bottom: 2rem;
}

.bottom-form__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.4rem;
}

.bottom-form__input input {
    height: 5.2rem;
    width: 100%;
    padding: 1.85rem 2rem;
    border: 1px solid #FFFFFF;
    color: #FFFFFF99;
    font-size: 1.4rem;
    background-color: transparent;
}

.bottom-form__sogl {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1.2rem;
}

.bottom-form__sogl input {
    border: 1px solid #FFFFFF;
    background: transparent;
    width: 1.4rem;
    height: 1.4rem;
}

.bottom-form__sogl label {
    color: #FFFFFF99;
    font-size: 1.2rem;
    white-space: nowrap;
}

.reviews {
    display: flex;
    flex-direction: row;
    padding: 8rem 0;
    background-color: var(--red);
}

.reviews__inner {
    display: flex;
    flex-direction: row;
    position: relative;
}

.reviews__l {
    margin-right: 2.4rem;
}

.reviews__r {}

.reviews-slider {
    display: block;
    overflow: hidden;
    width: calc((41.2rem* 2) + 2.4rem);
}

.reviws-slider__item {
    display: flex;
    flex-direction: row;
}

.reviews-slider .owl-stage {
    display: flex;
    overflow: hidden;
}

.reviews-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    overflow: hidden;
    position: absolute;
    bottom: 3.4rem;
    left: 3.4rem;
    max-width: 30rem;
}
@media(max-width: 767px){
    .reviews-slider .owl-dots {
        position: relative;
        bottom: unset;
        left: unset;
    }
}
.reviews-slider .owl-dot {
    width: 8rem;
    height: .4rem;
    margin-right: 1.2rem;
    background: #FFFFFF33;
    border: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.reviews-slider .owl-dot.active {
    width: 8rem;
    height: .4rem;
}

.reviews-slider .owl-dot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateX(-8rem);
    height: .4rem;
    overflow: hidden;
    transition: transform 5s ease, background 5s ease;
}

.reviews-slider .owl-dot.animated:after {
    background: #fff;
    transform: translateX(0rem);
    overflow: hidden;
    width: 8rem;
}

.reviews-item {
    width: calc(41.6rem - 4px);
    height: 42.9rem;
    padding: 3.4rem;
    overflow-y: auto;
}

.reviews-item::-webkit-scrollbar {
    width: 4px;
}

.reviews-item::-webkit-scrollbar-track {
    background: #FFFFFF33;
}

.reviews-item::-webkit-scrollbar-thumb {
    background: #fff;
}

.reviews-item::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.reviews-slider .owl-stage .reviews-item {
    margin-right: 2.4rem;
}

.reviews-slider .reviews-item {
    background-color: #FFFFFF1A;
}

.reviews-item__title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    margin-bottom: 2.4rem;
    color: #fff;
    text-transform: uppercase;
}

.reviews-item__subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.16rem;
    color: #fff;
}

.reviews-item__name {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.86rem;
    margin-bottom: 1rem;
}

.reviews-item__rank {
    color: #ffffff60;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.76rem;
    margin-bottom: 1rem;

}

.reviews-item__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 22rem;
}

.reviews-item__mark {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.reviews-item__mark img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.reviews-item__date {
    color: #ffffff60;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.76rem;
}

.reviews-item__text {
    margin-top: 2.4rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.52rem;
}
.reviews-item__mark img.star {
}

.reviews-item__mark img.empty {
    opacity: 0.3;
}

.map__inner {
    position: relative;
}

.map__inner .map-block {
    height: 62rem;
    width: 100%
}

.map-block .ymaps-2-1-79-ground-pane {
    /*filter: grayscale(100%);*/
    /* Применяем черно-белый фильтр к карте */
}

.map-block .ymaps-2-1-79-places-pane {
    /*filter: none !important;*/
}

.map__inner .map-content__block,
.map-block {
    display: none;
}

.map__inner .active {
    display: inline-flex;
}

.map-content {
    display: flex;
    flex-direction: column;
    width: 52.6rem;
    height: 49.2rem;
    left: 31.2rem;
    top: calc(50% - 24.6rem);
    padding: 4rem;
    background-color: #181818;
    position: absolute;
    z-index: 1;
}

.map-content__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}

.map-content__tab {
    display: inline-flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.76rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    width: 22.3rem;
    height: 5.2rem;
    padding-bottom: .6rem;
}

.map-content__title {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.2rem;
    text-transform: uppercase;
}

.map-content__tab.active {
    border-bottom: 2px solid var(--red);
}

.map-content__block {
    display: flex;
    flex-direction: column;
    grid-gap: 2.4rem;
}

.map-content__item {
    display: flex;
    flex-direction: column;
}

.map-content__name {
    color: #FFFFFF66;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.68rem;
    margin-bottom: .4rem;
}

.map-content__value {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.52rem;
    text-decoration: underline;
}

.map-content__btn {
    width: 100%;
    cursor: pointer;
    border: 0;
    height: 5.2rem;
}

.map-content__btn:hover {
    background-color: var(--red);
    color: #fff;
}

.map-content__btn svg {
    width: 2rem;
    height: 2rem;
}

.map-content__btn:hover svg path {
    stroke: #fff;
}

.conditions {
    background-color: #000;
    min-height: 6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

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

.conditions-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
    cursor: pointer;
}

.conditions-toggle svg {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
}

.conditions-toggle.opened svg {
    transform: rotate(180deg);
}

.conditions-toggle span {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.54rem;
}

.conditions__hidden {
    display: none;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.54rem;
    padding: 1.4rem 31.2rem 8rem;
    background-color: #000;
}

.conditions__hidden p {
    margin: 0 0 1rem 0;
}

.banner.autumn .banner__content {
    top: 20rem;
    left: 12.4rem;
}

.banner.autumn .banner__title {
    font-weight: 700;
    font-size: 5rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.banner.autumn .banner__text {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 100%;
    color: #fff;
    margin-bottom: 3.4rem;
}

.banner.autumn.autumn-new .banner__content {
    top: 14.5rem;
}

.banner.autumn.autumn-new .banner__title {
    text-transform: none;
    font-size: 6.2rem;
    line-height: 120%;
}

.banner.autumn.autumn-new .banner__text {
    font-size: 2.8rem;
    line-height: 120%;
    margin-bottom: 3.2rem;
}

.banner.autumn.autumn-new .banner__logo {
    max-width: 77.8rem;
    margin-top: 10.8rem;
}

@media (max-width: 767px) {
    .banner.autumn .banner__content,
    .banner.autumn.autumn-new .banner__content {
        top: unset;
        left: unset;
    }
    .banner.autumn .banner__title,
    .banner.autumn.autumn-new .banner__title {
        font-size: 2.4rem;

    }
    .banner.autumn .banner__text,
    .banner.autumn.autumn-new .banner__text {
        color: #000;
        font-size: 1.8rem;
    }
    .banner.autumn.autumn-new .banner__logo {
        display: none;
    }
    .banner.autumn.autumn-new .banner__title br,
    .banner.autumn.autumn-new .banner__text br {
        display: none;
    }
}

@media (max-width: 480px) {
    .banner.autumn .banner__title {
        line-height: 1.4;
    }
}



@media (min-width: 768px) and (max-width: 1280px){
    .container {
        width: calc(100% - 24.8rem);
    }
    .card-content {
        min-height: calc(58rem - 1.4rem);
        max-height: calc(58rem - 1.4rem);
    }
    .card-slider .card-slider__item {
        height: calc(58rem - 1.4rem);
    }
    .card-tab {
        width: 21rem;
        height: 6.8rem;
        font-size: 3.4rem;
    }
    .card-bottom {
        height: 14.4rem;
        padding: 2rem 8rem 2rem 2rem;
    }
    .card-bottom__item {
        grid-gap: 2rem;
    }
    .card-bottom__image {
        width: 8.8rem;
        height: 8.8rem;
    }
    .card-bottom__image img {
        width: 4.4rem;
        height: 4.4rem;
    }
    .conditions__inner {
        padding: 4rem 0;
    }
    .conditions-toggle span {
        font-size: 4.4rem;
        line-height: 120%;
    }
    .conditions__hidden {
        font-size: 4.4rem;
        line-height: 120%;
    }
    .conditions-toggle {
        grid-gap: 2rem;
    }
    .conditions-toggle svg {
        width: 4.4rem;
        height: 4.4rem;
    }
}




@media (max-width: 767px) {
    .banner-rassrochka {
        display: none;
        left: 2.7rem;
        right: 2.3rem;
        top: 6rem;
        width: 32.5rem;
        height: 3.75rem;
        grid-gap: .5rem;
        padding: .3rem;
        transform: rotate(-3.87deg);
    }

    .banner-rassrochka svg {
        width: 3.4rem;
        height: 3.4rem;
    }

    .banner-rassrochka span {
        font-size: 1.6rem;
        line-height: 1.76rem;
    }

    .banner__content{
        position: relative;
        width: auto;
        height: auto;
        top: unset;
        left: unset;
        margin: 1.5rem;
    }

    .banner__badge {
        display: none;
        position: absolute;
        width: auto;
        font-size: 1.6rem;
        line-height: 1.76rem;
        white-space: nowrap;
        height: 3.8rem;
        margin-bottom: unset;
        top: -8rem;
    }

    .banner__title {
        color: #000;
        font-size: 2.8rem;
        line-height: 3.1rem;
        width: 90%;
        margin-bottom: 2.4rem;
    }

    .banner__title br {
        display: none;
    }

    .banner__btn {
        width: 100%;
        background-color: #000;
        color: #fff;
    }

    .banner__btn svg path {
        stroke: #fff;
    }

    .banner-info {
        position: relative;
        bottom: unset;
        width: auto;
        height: auto;
        flex-direction: column;
        left: unset;
        justify-content: flex-start;
        align-items: baseline;
        border-radius: 2.4rem;
        margin: 2.4rem 1.5rem 2.4rem;
        grid-gap: 1rem;
        background-color: var(--red);
    }

    .owl-item .banner picture.banner-image__inner img {
        height: 25rem;
        object-fit: cover;
        object-position: 72%;
    }

    .owl-item .banner.banner-credit-rates picture.banner-image__inner img {
        object-position: 90%;
    }

    .timer {
        height: auto;
    }

    .timer__inner {
        flex-direction: column;
        padding: 2.4rem 1.5rem;
        grid-gap: 2.4rem;
    }

    .timer__title {
        margin-bottom: unset;
    }
    .timer__title br {
        display: none;
    }
    .timer__text {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .timer__content_item span {
        color: #FFFFFFCC;
    }

    .timer__content_item {
        width: 6.5rem;
        height: 6.5rem;
        padding: 3px;
    }

    .timer__content_item .timer__name {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    .timer__content {
        justify-content: center;
    }

    .timer__content .dots {
        font-size: 2.6rem;
    }

    .timer__right {
        width: 100%;
    }

    .timer__right .timer__btn {
        width: 100%;
    }

    .cards {
        padding: 7.5rem 0 0;
        margin: 0 1.5rem;
    }

    .card {
        flex-direction: column;
        /*height: 95rem;*/
        padding: 1rem;
        flex-wrap: nowrap;
        margin-bottom: 4rem;
    }

    .card-tag {
        width: 28.6rem;
        height: 3.6rem;
        padding: .25rem;
        left: calc(50% - 14.3rem);
        top: -1.8rem;
    }

    .card-tag__text {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.56rem;
    }

    .card-tag__ico {
        width: 3.2rem;
        height: 3.2rem;
    }

    .card-left {
        width: auto;
        order: 2;
    }

    .card-right {
        width: auto;
        order: 1;
    }

    .card-bottom {
        order: 3;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 2.4rem;
        padding: 1rem;
        grid-gap: 1rem;
    }

    .card-content {
        min-height: 100%;
        max-height: 100%;
    }

    .card-right picture img {
        width: 100%;
        height: calc(19rem - 1.4rem);
    }

    .card-colopicker {
        flex-direction: row;
        top: unset;
        bottom: -3rem;
        left: 0;
        right: 0;
        justify-content: center;
    }

    .podbor-tabs__item-l .card-colopicker {
        flex-direction: row;
        top: unset;
        bottom: unset;
        right: unset;
        position: relative;
        left: unset;
    }

    .podbor-tabs__item-l .card-colorpicker__tabs {
        display: flex;
        flex-direction: column;
        grid-gap: 1rem;
    }

    .podbor-tabs__item-l .card-colorpicker__btns {
        order: 1000;
    }

    .card-tabs {
        margin-top: 1.4rem;
    }

    .card-colorpicker__item {
        width: 2.4rem;
        height: 2.4rem;
    }

    .card-slider__wrapper {
        flex-direction: column;
    }

    .card-slider {
        width: 100%;
        overflow: hidden;
    }

    .card-slider__container {
        overflow: hidden;
    }

    .card-thumbnails {
        flex-direction: row;
        max-height: unset;
    }

    .card__title {
        font-size: 2.8rem;
        line-height: 3rem;
        margin-top: 2.4rem;
    }

    .card__subtitle {
        font-size: 2.4rem;
        line-height: 2.67rem;
        font-weight: 700;
    }

    .card-price {
        font-size: 2.4rem;
        line-height: 2.67rem;
        font-weight: 700;
        /* width: 13.7rem; */
        height: 3rem;
        padding: 0 0.8rem;
    }

    .card-price__inner {
        margin-bottom: 1.4rem;
    }

    .card__actions {
        margin-bottom: 0;
        margin-top: 2.4rem;
    }

    .card__action:nth-child(1),
    .card__action:nth-child(2) {
        width: 100%;
    }

    .podbor {
        margin: 6rem 1.5rem;
    }

    .podbor__title {
        font-size: 2.8rem;
        line-height: 3.08rem;
    }

    .podbor-tabs__header {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: flex-start;
        grid-gap: 2.4rem;
    }

    .podbor-tabs__btn {
        white-space: nowrap;
        padding-bottom: 0;
        width: auto;
    }

    .podbor-tabs__item {
        flex-direction: column;
    }

    .podbor-tabs__item-l {
        margin-right: 0;
        width: auto;
        min-width: auto;
        /*height: 26rem;*/
        height: 22rem;
    }

    .podbor-tabs__item-m {
        margin-right: 0;
        margin-top: 2.4rem;
    }

    .podbor-tabs__item-tags {
        position: relative;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 2.4rem;
    }

    .special {
        padding: 6rem 1.5rem;
    }

    .special__title {
        font-size: 2.8rem;
        line-height: 2.87rem;
    }

    .special-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 4rem;
    }

    .special-grid__item-image {
        width: 100%;
        height: 20rem;
        margin-bottom: 2rem;
    }

    .special-grid__item-btn {
        width: 100%;
    }

    .special-grid__item-title {
        font-size: 1.8rem;
        line-height: 1.98rem;
    }

    .special-grid__item-title br {
        display: none;
    }

    .trade-in__inner {
        padding: 4rem 0;
    }
    .trade-in {
        margin: 0 1.5rem;
    }

    .trade-in__title {
        position: relative;
        color: #000;
        width: 100%;
        height: auto;
        top: unset;
        left: unset;
        font-size: 2.8rem;
        line-height: 3.1rem;
        margin-bottom: 2.4rem;
    }

    .trade-in:after {
        display: none;
    }

    .trade-in__image {
        height: 14rem;
        width: 100%;
    }

    .trade-in_form {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        height: 37rem;
        padding: 1.5rem;
    }

    .trade-in_form__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .trade-in_form__btn {
        width: 100%;
    }

    .bottom-form {
        display: flex;
        flex-direction: column;
        height: 59.7rem;
        background-color: #000;
        padding: 4rem 1.5rem;
    }

    .bottom-form__content {
        position: absolute;
        top: unset;
        left: unset;
        width: calc(100% - 3rem);
        order: 1;
        z-index: 2;
    }

    .bottom-form picture {
        display: block;
        order: 2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .bottom-form__title {
        font-size: 2.8rem;
        line-height: 3.08rem;
    }

    .bottom-form__subtitle {
        font-size: 1.6rem;
        line-height: 1.76rem;
        margin-bottom: 2.4rem;
    }

    .bottom-form__inner {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.4rem;
    }

    .reviews {
        padding: 4rem 1.5rem;
    }

    .reviews-item:not(.reviews__l .reviews-item) {
        width: 100%;
        height: 37.6rem;
        padding: 2.4rem;
    }

    .reviews-item__title {
        font-size: 2.8rem;
        line-height: 3.1rem;
        width: 30rem;
    }

    .reviews-item__subtitle {
        font-size: 1.6rem;
        line-height: 1.92rem;
        margin-bottom: 4rem;
    }

    .reviews__inner {
        flex-direction: column;
    }

    .reviws-slider__item {
        flex-direction: column;
    }

    .reviews__l {
        margin-right: 0;
    }

    .reviews__l .reviews-item {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .reviews-slider {
        width: 34rem;
    }

    .reviews-slider .owl-stage .reviews-item {
        margin-right: 0;
        margin-bottom: 2.4rem;
    }

    .reviews-item__name {
        font-size: 2.4rem;
        line-height: 2.64rem;
    }

    .reviews-item__text {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

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

    .map__inner .map-block {
        height: 30rem;
    }

    .map-content {
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
        height: 51.7rem;
        padding: 4rem 1.5rem;
        order: 3;
    }

    .conditions {
        padding: 0 1.5rem;
    }

    .conditions__hidden {
        padding: 1.5rem 1.5rem 4rem;
    }

}


.banner-image__inner.tinted {
    position: relative;
}

.banner-image__inner.tinted:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .33);
}
@media (max-width: 576px) {
    .timer__title {
        font-size: 2.1rem;
    }
}

@media(max-width: 767px) {
    .banner-image__inner.tinted:after {
        background-color: rgba(0, 0, 0, 0);
    }
}

@media(min-width: 768px) {
    .banner.tinted .banner__title {
        text-shadow: 0px 0px 2.5rem #000000;
    }
}

.banner-image__inner.tinted+.banner__content {
    z-index: 2;
}

.banner-image__inner.tinted+.banner__content+.banner-info {
    z-index: 2;
}

.eighth-march .banner__title {
    font-size: 3.2rem;
    line-height: 160%;
    margin-bottom: 1rem;
}

.eighth-march .banner__title span {
    font-size: 7.7rem;
    line-height: 1.2;
}

.eighth-march .banner-rassrochka {
    transform: none;
    position: static;
    background-color: #000;
    width: fit-content;
    height: auto;
}

.eighth-march .banner-rassrochka img {
    width: 3.7rem;
    height: 3.7rem;
}

@media (min-width: 767px) {
    .banner.july .banner__content {
            position: absolute;
            width: auto;
            /* height: 28.9rem; */
            top: 18.9rem;
            left: 12.4rem;
            max-width: 60rem;
    }

    .banner.july .banner__content .banner__title{
        font-family: HarmonyOS Sans;
        font-weight: 700;
        line-height: 90%;
        text-transform: uppercase;

    }

    .banner.july .banner__content.banner__content--large {
        max-width:90rem;
    }

    .banner.july .banner__content .banner__title span {
        font-weight: 700;
        font-size: 7.3rem;
        line-height: 90%;
        text-transform: uppercase;
        margin-bottom: 14px;

    }

    .banner.july .banner__content .banner__title.banner__title--black,
    .banner.july .banner__content .banner__title.banner__title--black span{
        color:#323232;
    }
}

@media (min-width: 767px) {
    .eighth-march .banner__content {
        top: calc(15rem);
        left: 31.2rem;
        transform: none;
        text-align: left;
        background-color: rgba(174, 104, 142, 0.35);
        padding: 2.6rem;
        border-radius: 2.5rem;
        height: auto;
        backdrop-filter: blur(4px);
    }

    .eighth-march .banner__content {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;

    }
}

@media (max-width: 767px) {
    .eighth-march .banner-rassrochka {
        display: flex;
    }

    .eighth-march .banner__title {
        font-size: 2.8rem;
    }

    .eighth-march .banner__title span {
        font-size: 2.8rem;
    }

    .eighth-march .banner-rassrochka img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .eighth-march .banner__title {
        line-height: 1.2;
    }

}


@media(min-width: 576px) and (max-width: 767px){
      .card-slider .card-slider__item {
        width: 100%;
        height: calc(45rem - 1.4rem);
    }
}
@media (min-width: 376px) and (max-width: 576px){
      .card-slider .card-slider__item {
        width: 100%;
        height: calc(28rem - 1.4rem);
    }
}
@media(max-width: 375px){
      .card-slider .card-slider__item {
        width: 100%;
        height: calc(22rem - 1.4rem);
    }
}



@media (min-width: 767px){
   .banner.july.custom .banner__title.banner__title--black span {
        font-size: 6rem;
    }
    .banner.july.custom .banner__title.banner__title--black {
        font-size: 3rem;
    }
    .banner.july.custom .banner__content {
        max-width: 90rem;
    }
}

.card__bet {
    white-space: normal;
}