* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'PT Root UI', 'Arial', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
}
ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin: 0;
}
img.lazy{
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
img.loaded{
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.lazy{
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.lazy.background-load{
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.lazy img {
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.lazy source{
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    
}
.lazy.loaded.background-load{
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.lazy.loaded img{
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}


    /* Keyframes для переливания */
@keyframes shimmer {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(150%);
    }
}
.promo__item img {
    object-position: 0 -10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.promo__item__text {
    position: relative;
}
.promo__item .button {
    position: relative;
}
.car-item__big__desktop {
    display: none;
}

.catalog__desktop__big {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 40px;   
}
.promo__item .t-2{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.promo__item .h-1{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.promo__item {
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    height: 260px;
    width: calc(100% - 32px);
    justify-content: space-between;
    margin-right: 16px;
    margin-left: 16px;
    padding: 12px;
}
body {
    position: relative;
}

.header {
    position: sticky;
    top: 0;
    z-index: 3;
}

.selection-form__wrapper .input__label {
    width: 100%;
}
.selection-form__wrapper {
    display: flex;
    height: 320px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    background: var(--Gr-1, radial-gradient(140.54% 128.01% at 25.59% 34.06%, #FFF 0%, #92B8FF 100%));
}

.catalog-filter__wrapper {
    display: grid;
    grid-template-columns: 1060px 1fr;
    gap: 20px;
}

.selection-form__button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header__mobile {
    padding: 10px 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.button {
    border-radius: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
}

.button.primary {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    background: var(--Green-Green-4, #209E4E);
}

#modal-header-collections .header__mobile__menu-body {
    height: calc(100% - 100px - 58px);
}

.button.primary:hover {
    background: var(--Green-Green-3, #3DCF61);
}
.button.primary:active {
    background: var(--Green-Green-4, #209E4E);
}

.button.primary.active {
    background: var(--Green-Green-4, #209E4E);
}

.button.secondary {
    background: var(--Grey-Grey-1, #F3F5F7);
    padding: 8px 20px;
    text-decoration: none;
    width: 100%;
    color: var(--Blue-Blue-5, #2969E3);
}

.button.secondary:hover {
    background: var(--Blue-Blue-2, #C4D6F9);
}

.button.secondary:active {
    background: var(--Blue-Blue-1, #EBF1FF);
}

.button.secondary.active {
    background: var(--Blue-Blue-1, #EBF1FF);
}

.button.secondary.button-icon {
    background: var(--Grey-Grey-1, #F3F5F7);
}

.button.button-icon {
    width: fit-content;
    padding: 8px;
}

.header__mobile .burger-icon{
    background: #209E4E;
}

.hidden {
    display: none;
}

.header__mobile__menu {
    background: #fff;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.header__mobile__menu-top .input__label {
    width: 100%;
}

.header__mobile__menu-top {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
    margin-bottom: 40px;
}

.header__mobile__menu-top .cross-icon {
    background: #000;
}

.input__label .input__icon {
    background: #A7B4C2;
}

.input::placeholder {
    color: var(--Grey-Gret-3, #A7B4C2);
}

.input {
    color: #000;
    width: 100%;
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    border: none;
    outline: none;
}

.desktop {
    display: none;
}
.input__label:has(.input:focus) {
    border: 1px solid var(--Blue-Blue-5, #2969E3);
}

.input__label:hover {
    border: 1px solid var(--Grey-Gret-3, #A7B4C2);
    background: var(--White, #FFF);
}

.input__label {
    border-radius: 8px;
    border: 1px solid var(--Grey-Grey-2, #DDE3EE);
    background: var(--White, #FFF);
    display: flex;
    height: 40px;
    min-height: 32px;
    padding: 4px 16px 4px 12px;
    align-items: center;
    gap: 10px;
}

.header__mobile__menu-body {
    background: #fff;
    display: flex;
    padding: 0 16px 40px;
    flex-direction: column;
    height: calc(100% - 204px);
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
}

.header__mobile__menu__city {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.header__mobile__menu__city .chevron-icon {
    background: #A7B4C2;
    transform: rotate(180deg);
    cursor: pointer;
}

.header__mobile__menu__city .h-4 {
    color: var(--Blue-Blue-5, #2969E3);
}
.header__mobile__menu__city .location-icon {
    background: #2969E3;
}

.h-4 {
    /* Desktop/H4 */
    font-family: "PT Root UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.header__mobile__menu-body .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

.t-1 {
    /* Mobile/T1 */
    font-family: "PT Root UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    color: #000;
}

.header__mobile__menu-item:hover {
    color: var(--Green-Green-4, #209E4E);
}

.header__mobile__menu-item.active {
    color: var(--Green-Green-4, #209E4E);
}

.header__mobile__menu-item:last-child {
    
    border-bottom: 1px solid #DDE3EE;
}

.header__mobile__menu-item {
    text-decoration: none;
    padding: 16px 0;
    width: 100%;
    border-top: 1px solid #DDE3EE;
}

.header__mobile__menu-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: flex-end;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
}

.header__mobile__search {
    background: #fff;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}


.param__input__label .cross-icon {
    flex-shrink: 0;
    background: #A7B4C2;
    align-self: center;
}

.main-params .main-params__title {
    color: var(--Grey-Gret-3, #A7B4C2);
}
.main-params {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.param__input__label {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 4px;
    border-top: 1px solid #F3F5F7;
}

.param__input__label.with-name span {
    overflow: hidden;
    color: var(--Grey-Gret-3, #A7B4C2);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.param__input__wrapper {
    width: 100%;
}

.param__input__label input::placeholder {
    color: var(--Grey-Grey-4, #66707C);
    text-overflow: ellipsis;
    /* Mobile/T2 */
    font-family: "PT Root UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.param__input__label input {
    outline: none;
    width: 100%;
    border: none;
    color: var(--Blue-Blue-5, #2969E3);
    text-overflow: ellipsis;
    /* Mobile/T2 */
    font-family: "PT Root UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

#mobile-params .header__mobile__search .h-4{
    overflow: hidden;
    color: var(--Graphite, #282C2F);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}

#mobile-params .header__mobile__search {
    background: #f2f3f5;
}

.param__wrapper {
    width: 100%;
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--White, #FFF);
}
.mobile-filter-bottm__header {
    gap: 12px;
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
    padding: 4px 16px 12px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.main-params .param__wrapper:last-child {
    margin-bottom: 20px
}

.filter-modal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
}
.mobile-filter-bottm__header .line {
    width: 80px;
    height: 2px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Grey-Grey-2, #DDE3EE);
}
.header__mobile__search-top {
    justify-content: space-between;
}
.filter-modal .header__mobile__search-top {
    box-shadow: none;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.filter-modal {
    z-index: 1061;
}
.filter-modal .modal-dialog {
    max-width: none;
    margin: 0;
}
.modal-dialog-bottom {
    align-items: flex-end;
    display: flex;
    height: 100%;
}
#mobile-params .header__mobile__menu-body {
    overflow: hidden;
    overflow-y: auto;    
    background: #f2f3f5;
    gap: 20px;
}
.header__mobile__search-top .reset {
    color: var(--Blue-Blue-5, #2969E3);
    width: 64px;
}

#mobile-params .header__mobile__menu-body {
    height: calc(100% - 80px);
    padding-bottom: 20px;
}

#mobile-params .header__mobile__search-top {
    margin-bottom: 20px;
    justify-content: space-between;
}
.header__mobile__search-top .chevron-icon {
    background: #66707C;
}
.header__mobile__search-top .cross-icon {
    background: #66707C;
}

.filter-modal .header__mobile__search-top .h-3 {
    color: var(--Graphite, #282C2F);
    width: 120px;
    text-align: center;
}

.mobile-filter-bottm__field__wrapper {
    display: flex;
    padding: 20px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #fff;
}

.header__mobile__city-top .chevron-icon {
    background: #66707C;
}

.header__mobile__city-top .h-3 {
    color: var(--Graphite, #282C2F);
}
.mobile-filter-bottom__button__wrapper {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    background: #fff;
}

.header__mobile__search-top {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    margin-bottom: 40px;
    gap: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
}
.filter__field.half .input__label {
    width: 50%;
}
.filter__field.half .input__label:first-child {
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.filter__field.half .input__label:first-child:hover {
    border-right: 1px solid #A7B4C2;
}
.filter__field.half .input__label:first-child:hover + .input__label:last-child {
    border-left: 0;
}
.filter__field.half .input__label:first-child:has(.input:focus) + .input__label:last-child {
    border-left: 0;
}
.filter__field.half .input__label:first-child:has(.input:focus) {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid var(--Blue-Blue-5, #2969E3);
}
.filter__field.half .input__label:last-child {
    border-radius: 0 8px 8px 0;
}

.filter__field.half {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1 0 0;
}

.filter__field.splitted select {
    width: calc(50% - 10px); 
}
.filter__field.half select:first-child {
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.filter__field.half select:last-child {
    border-radius: 0 8px 8px 0;
}
.filter__field.half select {
    width: 50%;
}
.filter__field {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__mobile__city-top {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    margin-bottom: 40px;
    gap: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
}

.header__mobile__city {
    background: #fff;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.h-3 {
    font-family: "PT Root UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}

.header__mobile__menu-body {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.header__mobile__search-input {
    width: 100%;
}

.header__mobile__search__title {
    display: block;
    color: var(--Grey-Gret-3, #A7B4C2);
    margin-bottom: 12px;
}

.header__mobile__search__value-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.header__mobile__search__value {
    width: 100%;
    color: var(--Graphite, #282C2F);
}

.b-s {
    /* Button/Button S */
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
}

.container {
    margin: 0 16px;
}

.params {
    display: flex;
    padding: 16px 16px 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: var(--Grey-Grey-1, #F3F5F7);
}

.params__button__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 12px;
}

.tab .param-icon {
    background: #2969E3;
}
.tab .car-icon {
    background: #2969E3;
}

.tab:hover {
    border: 1px solid var(--Grey-Gret-3, #A7B4C2);
    background: var(--Grey-Grey-1, #F3F5F7);
}

.tab:active {
    border: 1px solid var(--Blue-Blue-3, #9DBBF4);
    background: var(--Blue-Blue-1, #EBF1FF);
}

.tab.active {
    border: 1px solid var(--Blue-Blue-3, #9DBBF4);
    background: var(--Blue-Blue-1, #EBF1FF);
}

.tab {
    cursor: pointer;
    width: 100%;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--White, #FFF);
    border: 1px solid transparent;
    /* Shadow 1 */
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
}

.mark__item.hidden {
    display: none;
}

.params__button__wrapper .tab {
    color: #2969E3;
}

.mark__item__big__image {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.mark__item__small__image {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.title__wrapper {
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: var(--Grey-Grey-1, #F3F5F7);
    box-shadow: 0px -11px 15px 0px rgba(102, 112, 124, 0.10);
}

body {
    background: var(--Grey-Grey-1, #F3F5F7);
}

.main-catalog {
    padding-top: 20px;
}

.h-1 {
    color: var(--Graphite, #282C2F);
    /* Mobile/H1 */
    font-family: "PT Root UI";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 121.429% */
}

.title__bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.title__desc {
    color: var(--Grey-Grey-4, #66707C);
}

.t-2 {
    /* Mobile/T2 */
    font-family: "PT Root UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.car-item-l {
    display: flex;
    width: 100%;
    padding: 16px 0 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: var(--White, #FFF);
}

.main-catalog__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


.car-item-l__photos img:last-child {
    border-radius: 0 8px 8px 0;
    margin-right: 16px;
}

.car-item-l__photos img {
    object-fit: cover;
    width: 300px;
    height: 200px;
}

.car-item-l__photos {
    border-radius: 8px 0 0 8px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.car-item-l__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.h-2 {
    color: var(--Graphite, #282C2F);
    /* Mobile/H2 */
    font-family: "PT Root UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.car-item-l__price__wrapper {
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.car-item-l__price-old {
    color: var(--Red-Red-4, #E60001);
    font-family: "PT Root UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-decoration-line: line-through;
}

.car-item-l__name {
    overflow: hidden;
    color: var(--Graphite, #282C2F);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}

.car-item-l__params {
    color: var(--Grey-Grey-4, #66707C);
}

.car-item-l__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    padding-right: 16px;
}

.car-item-l__name {
    padding-right: 16px;
}

.car-item-l__params {
    padding-right: 16px;
}

.button.black.active {
    background: var(--Black, #16181A);
    color: var(--Grey-Gret-3, #A7B4C2);

}
.button.black:active {
    color: var(--Grey-Gret-3, #A7B4C2);
    background: var(--Black, #16181A);
}

.button.black:hover {
    background: var(--Graphite, #282C2F);
}

.button.black {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    background: #000;
}

.button.blue {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    background: var(--Black, #16181A);
}

.button.blue.active {
    background: var(--Blue-Blue-5, #2969E3);
    color: var(--Blue-Blue-2, #C4D6F9);
}
.button.blue:active {
    color: var(--Blue-Blue-2, #C4D6F9);
    background: var(--Blue-Blue-5, #2969E3);
}

.button.blue:hover {
   background: var(--Blue-Blue-4, #548BF4);
}

.button.blue {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    background: var(--Blue-Blue-5, #2969E3);
}

.banner_1 {
    border-radius: 12px;
    background: linear-gradient(359deg, rgba(15, 45, 103, 0) 25.2%, #0F2D67 39.9%, #1E58C8 70.1%), url(../img/banner-car.png) no-repeat 50% 80px / cover, linear-gradient(270deg, #2969E3 -4.5%, #173A7D 88.3%);
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding: 12px;
    height: 260px;
}

.banner_1 .t-3 {
    color: #fff
}

.banner_1 .h-2 {
    color: #fff;
}

.pagination {
    width: 100%;
    display: flex;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pagination__pages {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination .chevron-icon {
    background: #000;
}
.chevron-icon.p-r {
    transform: rotate(180deg);
} 

.pagination .button-icon {
    border-radius: 8px;
    background: var(--White, #FFF) !important;
}

.pagination__item {
    cursor: pointer;
    background: transparent;
    border-radius: 8px;
    border: 1px solid var(--Grey-Gret-3, #A7B4C2);
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
}


/* ПОДБОРКИ */
.popular-selection {
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 16px;
}
.popular-selection .title__wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: none;
}

.popular-selection__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.popular-selection__item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.popular-selection__item__desc {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Grey-Grey-1, #F3F5F7);
    color: var(--White, #FFF);
    z-index: 1;
    position: relative;
}

.popular-selection__item .h-1 {
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.popular-selection__item {
    text-decoration: none;
    position: relative;
    display: flex;
    height: 180px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
}

.faq {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 16px;
    margin-left: 16px;
}

.faq__form__wrapper {
    display: flex;
    padding: 20px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Gr-1, radial-gradient(140.54% 128.01% at 25.59% 34.06%, #FFF 0%, #92B8FF 100%));

    /* Shadow 1 */
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
}

.faq__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    text-align: center;
}

.faq_desc {
    color: var(--Grey-Grey-4, #66707C);
}

.faq__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
}

.faq__actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
}

.agreement {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.agreement__checkbox {
    width: 18px;
    height: 18px;
}


.agreement__text a {
    color: var(--Blue-Blue-5, #2969E3);
    /* Mobile/T4 */
    font-family: "PT Root UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.agreement__text {
    color: #23232D;
    font-family: "PT Root UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-left: 0;
}

.footer {
    width: 100%;
    background: var(--White, #FFF);
    padding: 40px 16px;
}

hr {
    width: 100%;
    border-top: 1px solid #DDE3EE;
    background: transparent;
}

.footer__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.footer__license {
    color: var(--Grey-Grey2, #96A0A7);
}

.footer .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-content: flex-end;
}

.nav__item {
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    text-decoration: none;
    color: #000;
}

.nav__item.active {
    color: var(--Green-Green-4, #209E4E);
}
.header__desktop {
    display: none;
}

@media (min-width: 1100px) {
    .header__mobile {
        display: none;
    }

    .header__desktop {
        display: block;
        position: sticky;
        top: 0;
        background: var(--White, #FFF);
        box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
    }

    .header__desktop .container {
        max-width: 1420px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        padding: 10px 0;
        justify-content: space-between;
        align-items: center;
    }

    .header__desktop .nav__item.active {
        color: var(--Green-Green-4, #209E4E);
    }

    .header__desktop .nav__item {
        color: var(--Graphite, #282C2F);
        /* Button/Button S */
        font-family: "PT Root UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 128.571% */
    }

    .header__desktop .nav {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .header__desktop .header__mobile__menu__city {
        flex-shrink: 0;
    }

    .header__desktop__side .button {
        max-width: 172px;
    }
    .header__desktop__side {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .mobile {
        display: none;
    } 

    .h-4 {
        /* Desktop/H4 */
        font-family: "PT Root UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

    .h-1 {
        /* Desktop/H1 */
        font-family: "PT Root UI";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px; /* 122.222% */
    }

    .t-2 {
        font-family: "PT Root UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }

    .agreement__text {
        /* Desktop/T4 */
        font-family: "PT Root UI";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
    }

    .faq__actions {
        flex-direction: row-reverse;
    }

    .faq__actions .button {
        max-width: 326px;
    }

    .popular-selection__wrapper {
        display: grid;
        grid-template-columns:  repeat(3, 1fr);
        gap: 20px;
    }

    .popular-selection__item {
        height: 240px;
    }

    .popular-selection .title__wrapper {
        background: none;
    }

    .popular-selection {
        max-width: 1420px;
        background: transparent;
        box-shadow: none;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .button {
        height: 48px;
    }
    .faq {
        max-width: 1420px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq__form__wrapper br {
        display: none;
    }
    .faq__form__wrapper .br-desktop {
        display: block;
    }
    .faq__text {
        text-align: left;
        align-items: flex-start;
    }
    .faq__form__wrapper {
        padding: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .popular-selection>.button {
        display: none;
    }
    .footer hr {
        display: none;
    }
    .header__mobile__menu__city {
        grid-column: 1;
        grid-row: 2;
    }
    .footer__license {
        grid-column: 1 / 3;
        grid-row: 3;
    }
    .footer .nav {
        grid-column: 2;
        grid-row: 1;
    }
    .logo {
        grid-column: 1;
        grid-row: 1;
    }
    .footer .nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .footer__btns .primary {
        height: 34px;
        width: fit-content;
    }
    .footer__btns .secondary {
        height: 34px;
        width: fit-content;
    }
    .footer__btns {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 20px;
        flex-direction: row;
    }
    .footer .container {
        max-width: 1420px;
        margin: 0 auto;
        display: grid;
        gap: 20px;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .title__header .h-3 {
        color: var(--Blue-Blue-5, #2969E3);
    }
    .title__header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-catalog.desktop .title__wrapper {
        background: transparent;
        box-shadow: none;
        padding: 0;
        padding-top: 0;
    }
    .main-catalog__desktop.params {
        border-radius: 12px;
        height: 320px;
        background: var(--White, #FFF);
        box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .main-catalog.desktop {
        max-width: 1420px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1060px 1fr;
        gap: 40px;
    }
    .main-catalog.desktop {
        padding-top: 0;
    }
    .main-catalog.desktop.main {
        grid-template-columns: 1fr;
    }
    .filter__desktop__buttons .button {
        width: fit-content;
    }
    .filter__desktop__buttons {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }
    .main-catalog__right {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .chip__list {
        display: flex;
        padding: 4px 0px;
        align-items: flex-start;
        gap: 7px;
        flex-wrap: wrap;
    }
    .chip__item {
        color: var(--Graphite, #282C2F);
        border-radius: 8px;
        background: var(--Grey-Grey-2, #DDE3EE);
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        font-size: 16px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        text-decoration: none;
    }
    .main-catalog__desktop.params .tab-content {
        width: 100%;
    }

    .mark__list {
        gap: 12px;
        display: none;
        width: 100%;
    }
    
    .mark__list__big {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 10px;
    }

    .mark__item__big .t-3 {
        text-decoration: none;
        color: var(--Grey-Grey-4, #66707C);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 13px;
    }

    .mark__item__big {
        display: flex;
        text-decoration: none;
        padding: 4px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--Grey-Grey-1, #F3F5F7);
        background: var(--White, #FFF);
    }

    .mark__list__small {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 10px;
        row-gap: 4px;
        width: 100%;
    }

    .button.more__marks {
        justify-content: flex-start;
    } 

    .mark__item .t-4 {
        padding: 2px 8px;
        display: flex;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: var(--Grey-Grey-1, #F3F5F7);
    }
    .mark__item .t-3 {
        color: var(--Graphite, #282C2F);
    }
    .mark__item {
        justify-content: flex-start;
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }
    .t-4 {
        color: var(--Grey-Gret-3, #A7B4C2);
        /* Desktop/T4 */
        font-family: "PT Root UI";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
    }
    .more__marks .chevron-icon {
        background: #2969E3;
        transform: rotate(-90deg);
    }
    .more__marks {
        justify-content: flex-start;
        height: auto;
        color: var(--Blue-Blue-5, #2969E3);
    }
    .catalog__desktop {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .catalog__desktop__title__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .catalog__desktop__title__buttons select {
        width: auto !important;
    }
    .catalog__desktop__title__buttons {
        display: flex;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
        gap: 12px;
    }
    .catalog__desktop__title__tabs {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .catalog__desktop__big {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .car-item__big__desktop {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 8px;
        text-decoration: none;
        background: var(--White, #FFF);
    }
    .main .car-item__big__desktop__info {
        max-width: 580px;
        width: 100%;
    }
    .car-item__big__desktop__info {
        flex-shrink: 0;
        display: flex;
        max-width: 420px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }
    .main .car-item__big__desktop__price__wrapper {
        max-width: 320px;
    }
    .car-item__big__desktop__price__wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }
    .car-item__big__desktop__image {
        display: flex;
        width: 372px;
        height: 240px;
        align-items: center;
        gap: 12px;
        border-radius: 8px;
        flex-shrink: 0;
        object-fit: cover;
    }
    .car-item__big__desktop__price__item__container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }
    .car-item__big__desktop__price__item__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }
    .car-item__big__desktop__specs .t-3 {
        color: var(--Grey-Grey-4, #66707C);
    }
    .car-item__big__desktop__specs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px 20px;
    }
    .car-item__big__desktop__btns .button {
        width: fit-content;
    }
    .car-item__big__desktop__btns {
        display: flex;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }
    .car-item-l__price-old {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */   
    }
    .car-item__big__desktop__credit__chip .credit-card-icon {
        background: #236ce3;
    }
    .car-item__big__desktop__credit__chip {
        display: flex;
        padding: 4px 8px;
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        background: var(--Blue-Blue-1, #EBF1FF);
    }
    .car-item__big__desktop__price__help .help-icon {
        background: #8B8C95;
    }
    .car-item__big__desktop__price__help {
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        color: #8B8C95;
    }

    .main .catalog__desktop__small.active.show {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .catalog__desktop__small {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .car-item__desktop__small:hover .t-2 {
        color: #000;
    }

    .car-item__desktop__small {
        text-decoration: none;
        color: #000;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .car-item__desktop__small__price__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .car-item__desktop__small__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;
    }

    .car-item__desktop__small__image {
        width: 100%;
        height: 221px;
        object-fit: cover;
        border-radius: 8px;
    }
    .car-item__desktop__small__price__old {
        color: var(--Grey-Grey-4, #66707C);
        font-family: "PT Root UI";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        text-decoration-line: line-through;
    }

    .car-item__desktop__small__price {
        color: var(--Red-Red-4, #E60001);
        /* Desktop/H2 */
        font-family: "PT Root UI";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .catalog__desktop__title__tabs .tab span {
        background: #2969E3;
        flex-shrink: 0;
    }

    .catalog__desktop__title__tabs .tab {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border: 1px solid var(--Blue-Blue-4, #548BF4);
        background: var(--Blue-Blue-1, #EBF1FF);
    }
    .catalog__desktop__title__tabs .tab:active,
    .catalog__desktop__title__tabs .tab.active {
        background: var(--Blue-Blue-5, #2969E3);
    }
    .catalog__desktop__title__tabs .tab:active span,
    .catalog__desktop__title__tabs .tab.active span{
        background: #fff;
    }
    
    select {
        width: 100%;
        color: var(--Black, #16181A);
        border-radius: 8px;
        border: 1px solid var(--Blue-Blue-3, #9DBBF4);
        background: var(--Blue-Blue-1, #EBF1FF);
        /* Desktop/T3 */
        font-family: "PT Root UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        display: flex;
        height: 40px;
        min-height: 32px;
        padding: 2px 24px 2px 12px;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
    }

    .tab__wrapper__filter {
        display: flex;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--Blue-Blue-4, #548BF4);
    }
    .tab__item__filter span {
        background: #2969E3;
    }
    .tab__item__filter.active,
    .tab__item__filter:active {
        background: var(--Blue-Blue-5, #2969E3);
        color: #fff;
    }

    .tab__item__filter.active span,
    .tab__item__filter:active span {
        background: #fff;
    }

    .tab__item__filter {
        color: var(--Blue-Blue-5, #2969E3);
        /* Button/Button S */
        font-family: "PT Root UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 128.571% */
        display: flex;
        height: 34px;
        padding: 8px 16px;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        background: var(--Blue-Blue-1, #EBF1FF);
    }
    
    .tab__item__filter:last-child {
        border-radius: 0 7px 7px 0;
    }
    .tab__item__filter:first-child {
        border-radius: 7px 0 0 7px;
        border-right: 1px solid #548BF4;
    }

    .filter__desktop__wrapper.active {
        display: grid;
    }

    .pagination {
        padding: 0;
        margin-top: 0;
        grid-column: 1 / -1;
    }

    .promo__wrapper {
        position: sticky;
        top: 88px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .promo__item img{
        left: 0;
        top: 0;
        border-radius: 12px;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        border-radius: 8px;
    }
    .promo__item .h-1 {
        color: #fff
    }
    .promo__item .t-2 {
        color: #fff;
    }
    .promo__item {
        position: relative;
        border-radius: 12px;
        display: flex;
        height: 410px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }
    .promo__item .button {
        z-index: 1;
        position: relative;
    }
    .promo__item__text {
        position: relative;
        z-index: 1;
    }
    

    .mark__list.active{
        display: grid;
    }
    .filter__desktop__wrapper {
        width: 100%;
        display: none;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 16px;
    }
    
    .filter__field.half .input__label:first-child {
        border-radius: 8px 0 0 8px;
        border-right: none;
    }
    .filter__field.half .input__label:first-child:hover {
        border-right: 1px solid #A7B4C2;
    }
    .filter__field.half .input__label:first-child:hover + .input__label:last-child {
        border-left: 0;
    }
    .filter__field.half .input__label:first-child:has(.input:focus) + .input__label:last-child {
        border-left: 0;
    }
    .filter__field.half .input__label:first-child:has(.input:focus) {
        border-radius: 8px 0 0 8px;
        border-right: 1px solid var(--Blue-Blue-5, #2969E3);
    }
    .filter__field.half .input__label:last-child {
        border-radius: 0 8px 8px 0;
    }

    .filter__field.half {
        display: flex;
        align-items: center;
        gap: 0;
        flex: 1 0 0;
    }

    .filter__field.splitted select {
        width: calc(50% - 10px); 
    }
    .filter__field.half select:first-child {
        border-radius: 8px 0 0 8px;
        border-right: none;
    }
    .filter__field.half select:last-child {
        border-radius: 0 8px 8px 0;
    }
    .filter__field.half select {
        width: 50%;
    }
    .filter__field {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .catalog__desktop__big {
        display: none;
    }

    .catalog__desktop__big  .pagination {
        padding-left: 0;
        padding-right: 0;
    }
    .catalog__desktop__big.active {
        display: flex;
    }
    .catalog__desktop__small.active {
        display: grid;
    }
    .catalog__desktop__small {
        display: none;
    }

    .main-catalog__desktop.params:has(.mark__list.active) .filter__desktop__buttons{
        display: none;
    }
    
    .nav__item.show {
        color: var(--Green-Green-4, #209E4E);
    }
    .collections__wrapper.show {
        display: flex;
        border-radius: 12px;
        background: var(--White, #FFF);
        box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
        padding: 20px 40px;
        align-items: flex-start;
        gap: 20px;
        border: none;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 78px !important;
    }
    .list__header {
        color: #A7B4C2;
    }
    .list__link {
        text-decoration: none;
        color: #282C2F;
    }
    .list__item {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0;
        width: max-content;
    }
    .list__items {
        margin-top: 12px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 0;
    }

    .list__link.with-image img {
        width: 64px;
        border-radius: 8px;
        object-fit: cover;
        height: 40px;
    }
    .list__link.with-image{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .list:last-child {
        border-right: none;
    }
    .list {
        width: max-content;
        /* border-right: 1px solid #DDE3EE; */
        padding-right: 20px;
    }

    .section-special {
        max-width: 1420px;
        margin: 0 auto;
    }

    .car-item__big__desktop__price__wrapper {
        max-width: 490px;
    }

    .car-item-l {
        display: none;
    }
}
@media (max-width: 1418px)  {
    .main-catalog__left {
        display: none;
    }
    .main-catalog.desktop {
        grid-template-columns: 1fr;
    } 
}
.modal.show {
    backdrop-filter: blur(6px);
}

.section-special .title__wrapper {
    box-shadow: none;
}

.pagination__item.active {
    color: var(--Blue-Blue-5, #2969E3);
    background: var(--Blue-Blue-1, #EBF1FF);
    border: 1px solid var(--Blue-Blue-4, #548BF4)
}
.pagination__item {
    color: #000;
    width: auto;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .pagination__item {
        font-size: 10px;
        padding: 4px;
        width: 28px;
        height: 28px;
    }

    .pagination {
        margin-top: 0;
    }

    .car-item-l {
        text-decoration: none;
    }

    .pagination .chevron-icon {
        flex-shrink: 0;
    }
    .pagination .button-icon {
        width: 28px;
        height: 28px;
        padding: 4px;
    }
}

.t-4 {
    font-family: "PT Root UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.t-3 {
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.car-info {
    border-radius: 12px;
    background: var(--Grey-Grey-1, #F3F5F7);
    display: flex;
    width: 100%;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.car-info__time__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.car-info .h-1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.car-info__price__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.car-info__price__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.car-info__price {
    color: var(--Graphite, #282C2F);
}

.car-info__price__credit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.car-info__price__credit__item {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #c5d6ff;
}

.car-info__price__credit__notation .help-icon {
    background: #66707C;
}

.car-info__price__credit__notation {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.car-info__price__old {
    color: var(--Red-Red-4, #E60001);
    font-family: "PT Root UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    text-decoration-line: line-through;
}

.car-info__action__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.car-info__action__location .instock {
    color: var(--Green-Green-4, #209E4E);
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.car-info__action__location {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.car-info__address {
    color: var(--Black, #16181A);
    max-width: 245px;
}

.car-info__gallery img{
    object-fit: cover;
    max-height: 200px;
    max-width: 300px;
    width: 100%;
    height: 100%;
}
.car-info__gallery {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    border-radius: 8px;
    overflow-x: auto;
    max-width: 100%;
}

.car-info__views {
    display: flex;
    align-items: center;
    gap: 2px;
}
.car-spec {
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(102, 112, 124, 0.10);
    display: flex;
    width: 100%;
    padding: 20px 16px;
    flex-direction: column;
    gap: 20px;
}

.car-spec__list {
    display: flex;
    width: 100%;
    list-style-type: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.car-spec__item {
    display: flex;
    text-decoration: none;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.car-spec__item__title {
    display: block;
    color: var(--Grey-Gret-3, #A7B4C2);
    max-width: 120px;
    width: 100%;

}

.car-spec__item__value {
    max-width: 200px;
    display: block;
    width: 100%;
    text-align: left;
    color: var(--Graphite, #282C2F);
}

.car-sales {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.car-sales__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    align-self: stretch;
}

.car-sales__list__item:last-child {
    border-bottom: none;
}
.car-sales__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid #F3F5F7;
}
.car-sales__list__item__title {
    color: var(--Grey-Grey-4, #66707C);
}

.car-sales__list__item__value {
    color: var(--Red-Red-4, #E60001);
}

.car-sales__desc {
    color: var(--Grey-Grey-4, #66707C);
}

.car-option {
    display: flex;
    width: 100%;
    padding: 20px 16px;
    flex-direction: column;
    gap: 20px;
    background: var(--White, #FFF);
    border-radius: 12px;
}

.car-option__list {
    display: flex;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.car-option__list__item {
    display: flex;
    cursor: pointer;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--Grey-Grey-2, #DDE3EE);
}
.car-spec .promo__item {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.credit-calculator {
    background: var(--White, #FFF);
    display: flex;
    border-radius: 12px;
    width: 100%;
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.range__title {
    color: var(--Grey-Grey-4, #66707C);
}

.range__input {
    color: var(--Graphite, #282C2F);
    /* Mobile/H2 */
    font-family: "PT Root UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    outline: none;
    border: none;
}

.range__input__label {
    outline: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 2px;
    background: #9ca5b3
}

.range__wrapper {
    position: relative
}

.range__progress {
    pointer-events: none;
    background: #2e58db;
    position: absolute;
    top: 60%;
    transform: translateY(50%);
    height: 2px;
    width: 0%;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #2e58db;
    border-radius: 50%;
    border: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.range::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #2e58db;
    border-radius: 50%;
    border: none;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.range::-webkit-slider-thumb:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(46,88,219,.1);
    box-shadow: 0 0 0 10px rgba(46,88,219,.1)
}

.range:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 13px rgba(46,88,219,.2);
    box-shadow: 0 0 0 13px rgba(46,88,219,.2)
}

.range::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(46,88,219,.1)
}

.range:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(46,88,219,.2)
}

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

.credit-calculator__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.credit-calculator__value {
    color: var(--Graphite, #282C2F);
}
.credit-calculator__value.blue {
    color: var(--Blue-Blue-5, #2969E3);
}

.credit-calculator__value__title {
    color: var(--Grey-Grey-4, #66707C);
}
.credit-calculator__value__item {
    flex-direction: column;
    display: flex;
}
.credit-calculator__values {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.credit-calculator__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.credit-calculator__form__inputs .input__label {
    width: 100%;
}
.credit-calculator__form__inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}

.credit-calculator__form__action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}

@media(min-width: 1100px) {
    .desktop {
        display: block;
    }
    .car-info {
        display: grid;
        width: 100%;
        max-width: 1060px;
        padding: 0;
        row-gap: 20px;
        grid-template-areas: 
            "car-time car-time car-time car-time car-time car-time"
            "car-title car-title car-title price-wrapper price-wrapper price-wrapper"
            "actions actions actions actions actions actions"
            "spec spec gallery gallery gallery gallery"
            "compl compl compl compl compl compl"
            "calc calc calc calc calc calc";
        grid-template-columns: repeat(6, 1fr);
    }

    .car-option__list .button {
        width: fit-content;
        height: 44px;
        padding: 8px 10px;
    }
    .car-option {
        background: transparent;
        grid-area: compl;
    }

    .credit-calculator {
        grid-area: calc;
        padding: 20px;
        border-radius: 12px;
        background: #FFF;
    }

    .credit-calculator__field__wrapper {
        flex-direction: row;
    }

    .credit-field__item {
        width: 50%;
    }

    .credit-calculator__values {
        flex-direction: row;
    }

    .credit-calculator__value__item {
        width: 50%;
    }

    .credit-calculator__form__inputs {
        flex-direction: row;
    }

    .credit-calculator__form__action .button {
        width: 50%;
    }
    .credit-calculator__form__action {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .desktop-car-info-wrapper {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 40px;
        padding-top: 20px;
        max-width: 1420px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .car-info__time__wrapper {
        justify-content: flex-start;
        grid-area: car-time;
        gap: 40px;
    }

    .car-info .h-1 {
        grid-area: car-title;
    }

    .car-info__gallery {
        display: none;
    }

    .car-info__price__container {
        justify-content: flex-end;
        gap: 16px;
    }
    .car-info__price__credit {
        flex-direction: row-reverse;
        justify-content: flex-start;
        gap: 12px;
    }
    .car-info__price__credit__notation {
        max-width: 158px;
        width: 100%;
    }
    .car-info__price__wrapper {
        grid-area: price-wrapper;
    }
    .car-info__action__wrapper {
        grid-area: actions;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .desktop-button-wrapper .secondary {
        background: #209e4e;
        color: white;
    }
    .desktop-button-wrapper .button {
        width: fit-content;
        flex-shrink: 0;
    }
    
    .desktop-button-wrapper {
        justify-content: flex-end;
        flex-shrink: 0;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .car-info__action__location {
        width: 100%;
        border-radius: 8px;
        background: var(--White, #FFF);
        padding: 4px 12px;
    }

    .car-spec .credit-calculator {
        display: none;
    }
    .car-spec .promo__item {
        display: none;
    }
    .car-spec .car-option {
        display: none;
    }

    .car-spec {
        height: 100%;
        justify-content: space-between;
        grid-area: spec;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .car-spec .h-1 {
        display: none;
    }

    .car-info .gallery {
        grid-area: gallery;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 2px;
    }
    .gallery__main img {
        max-width: 700px;
        max-height: 460px;
        object-fit: cover;
        width: 100%;
        cursor: pointer;
        height: 100%;
    }
    .gallery__main {
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
        max-height: 460px;
    }

    .gallery__small img {
        cursor: pointer;
        max-width: 98px;
        width: 98px;
        max-height: 73px;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    .gallery__small {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 2px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .car-sales {
        border-radius: 12px;
        background: var(--White, #FFF);
        /* Shadow 1 */
        box-shadow: 0 0 20px 0 rgba(102, 112, 124, 0.10);
        padding: 20px;
    }
    .gallery__small__item {
        position: relative;
    }
    .gallery__last__item {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        backdrop-filter: blur(2px);
        color: var(--White, #FFF);
        border-radius: 8px;
        /* Desktop/H4 */
        font-family: "PT Root UI";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

    .promo__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .promo__item img {
        object-position: 0 -120px;
    }
    .car-info__price__credit__notation .help-icon {
        flex-shrink: 0;
    }

    .desktop-car-info-wrapper .promo__wrapper {
        height: fit-content;
    }

    .modal-dialog-right {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 50%;
    }
    .desktop-compldectation-content {
        overflow: hidden;
        overflow-y: auto;
        height: 100vh;
        background: #FFF;
        border-radius: 0;
        display: flex;
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        max-width: none;
    }
    .complectation__header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
    .complectation__title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .complectation__header .cross-icon {
        background: #000;
    }
    .complectation__header .button {
        width: 40px;
        height: 40px;
    }
    .complectation__item {
        justify-content: space-between;
        padding-top: 20px;
        border-top: 1px solid #DDE3EE;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }


    .complectation__item__list__item {
        position: relative;
    }
    .complectation__item__list__item::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: -12px;
        top: 11px;
        border-radius: 50px;
        background: #209E4E;
    }
    .complectation__item__list {
        display: flex;
        width: 50%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
    }
}

body:has(.hero) {
    background: var(--Blue-Blue-1, #EBF1FF);
}

.hero.trade-in .hero__conditions .icon {
    width: 48px;
    height: 48px;
}
.hero.trade-in .hero__conditions {
    grid-template-columns: repeat(1, 1fr);
}

.hero.trade-in {
    background-image: url("../img/trade-in-hero.jpg");
}
.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 600px;
    background-image: url("../img/hero-credit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.hero__wrapper {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
}

.hero__content .h-1 {
    color: var(--White, #FFF);
}
.hero__content .t-2 {
    color: #fff;
}
.hero__conditions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 580px;
    width: 100%;
}

.hero__condition-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.hero__condition-item__text .t-2{
    color: var(--Blue-Blue-2, #C4D6F9);
}
.hero__condition-item__text .h-3{
    color: var(--White, #FFF);
}

.hero__condition-item__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.hero__conditions .icon {
    width: 64px;
    height: 64px;
    background: #C4D6F9;
}

body:has(.hero) .credit-calculator{
    max-width: 1420px;
    width: 100%;
    margin: 60px auto 40px auto;
}

.bank-partners .title__wrapper {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.bank-partners {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1420px;
    margin: 0 auto;
}

.bank-partners__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.bank-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bank-item {
    padding: 20px;
    height: 100px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.how-it-works .title__wrapper{
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom: 20px;
}

.how-it-works {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1420px;
    margin: 0 auto;
}

.how-it-works__desc {
    margin-bottom: 40px;
}

.how-it-works__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-items: center;
}

.how-it-works__item {
    overflow: hidden;
    border-radius: 12px;
    background: var(--White, #FFF);
    display: flex;
    width: 340px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
} 

.how-it-works__item .t-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 44px;
}
.how-it-works__item .h-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.how-it-works__item img {
    width: 100px;
    height: 99px;
    object-fit: contain;
}

.trade-in__form__container {
    max-width: 1420px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.trade-in__form .button {
    height: 40px;
}
.trade-in__form {
    border-radius: 12px;
    background: var(--White, #FFF);
    /* Shadow 1 */
    box-shadow: 0 0 20px 0 rgba(102, 112, 124, 0.10);
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.trade-in__form__wrapper .credit-calculator__form__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.trade-in__form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.documents .title__wrapper {
    padding: 0;
    box-shadow: none;
    background: transparent;
}
.documents {
    max-width: 1420px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.documents img {
    height: 350px;
    width: 350px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.documents__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.documents__item {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--White, #FFF);
    width: 100%;
    max-width: 456px;
}

.contacts {
    max-width: 1420px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contacts__map {
    flex-shrink: 0;
    width: 100%;
    max-width: 940px;
    height: 516px;
    border-radius: 16px;
    overflow: hidden;
}

.contacts__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    width: max-content;
}

.contacts__container {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.contacts__address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.contacts__meta__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts__meta__item {
    display: flex;
    width: max-content;
    flex-direction: column;
    padding: 16px 20px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--White, #FFF);
    width: 100%;
}

.contacts__meta__item .t-1 {
    color: var(--Grey-Grey-4, #66707C);
}

.contacts__meta__item .h-3 {
    color: var(--Blue-Blue-5, #2969E3); 
}

.agreement span.error{
    display: none !important;
}

  /* Анимация тряски */
  @keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
  }
  
  .shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    display: flex;
  }

.agreement:has(.agreement__checkbox.error) .agreement__text {
    color: #d02d2d;
}
.agreement:has(.agreement__checkbox.error) .agreement__text a {
    color: #d02d2d;
}
.input__label:has(.input.error) {
    border-color: #d02d2d;
}

span.error {
    display: none !important;
}
.select2-container--open {
    z-index: 1100;
}
.select2-container {
    width: auto;
}

.select2-container--default .select2-selection--single {
   border: 1px solid var(--Grey-Grey-2, #DDE3EE);
   border-radius: 8px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.filter__field.half .select2.select2-container:nth-child(2) .select2-selection.select2-selection--single {
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.filter__field.half .select2.select2-container.select2-container--open:nth-child(2) .select2-selection.select2-selection--single {
    border-radius: 8px 0 0 0;
    border: 1px solid var(--Blue-Blue-5, #2969E3);
}
.filter__field.half .select2.select2-container:last-child .select2-selection.select2-selection--single {
    border-radius: 0 8px 8px 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    border: 1px solid var(--Blue-Blue-5, #2969E3);
}

.filter__field.half .select2.select2-container.select2-container--open:last-child .select2-selection.select2-selection--single {
    border-radius: 0 8px 0 0;
}

.select2-dropdown {
    border: 1px solid var(--Grey-Grey-2, #DDE3EE);
    border-radius: 8px;
}

.select2-search__field {
    outline:  none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid var(--Grey-Grey-2, #DDE3EE);
   border-radius: 4px;
}

.select2-search--dropdown {
    padding: 8px;
}

.select2-results__option {
    padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4px 16px 4px 12px;
}

.select2-results__option {
    font-family: "PT Root UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#success-modal .modal-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#success-modal .modal-content {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Gr-1, radial-gradient(140.54% 128.01% at 25.59% 34.06%, #FFF 0%, #92B8FF 100%));
}

.modal.fade .modal-dialog.modal-dialog-centered {
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
}

.modal-default > .button.button-icon .cross-icon {
    background: #000;
    flex-shrink: 0;
}
.modal-default > .button.button-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--light-grey-50, rgba(243, 245, 247, 0.50));
    backdrop-filter: blur(6px);
}

.modal-default {
    border-radius: 16px;
    background: #fff;
    padding: 40px;
    position: relative;
}

.modal__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}

.modal__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.modal__fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
}

.modal__action {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.modal__action .agreement__text {
    width: 100%;
}

.modal__text .h-3 {
    color: var(--Blue-Blue-5, #2969E3);
}

.modal-default-image .modal__form {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}   
.modal-default-image .modal__action .agreement__text {
    width: 81%;
} 
.modal-default-image {
    position: relative;
    display: flex;
    border-radius: 12px;
    background: var(--White, #FFF);
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}

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

.modal-image {
    overflow: hidden;
    display: flex;
    width: 440px;
    height: 438px;
    background: #9CA5B3;
}

.modal-default-image > .button.button-icon .cross-icon {
    background: #000;
    flex-shrink: 0;
}
.modal-default-image > .button.button-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--light-grey-50, rgba(243, 245, 247, 0.50));
    backdrop-filter: blur(6px);
}

.modal-dialog-centered:has(.modal-default-image) {
    max-width: 992px;
    width: 100%;
}

@media( max-width: 1100px) {
    .hero {
        display: flex;
        padding: 40px 16px;
        height: auto;
        background-image: url("../img/hero-credit-mb.jpg");
    }

    .hero__wrapper {
        flex-direction: column;
        gap: 360px;
    }

    .hero__condition-item {
        gap: 2px;
        flex-direction: column;
        align-items: flex-start;
    }
    .hero__conditions .icon {
        width: 32px;
        height: 32px;
    }
    .hero__condition-item__text {
        gap: 2px;
    }
    .hero__conditions {
        gap: 12px;
    }
    .bank-item {
        width: 180px;
    }
    .bank-partners {
        padding: 40px 20px;
    }
    .bank-partners__wrapper {
        overflow: hidden;
        overflow-x: auto;
    }
    .how-it-works {
        padding: 40px 20px;
    }
    .how-it-works__item {
        width: 100%;
    }
    .how-it-works__item .t-2 {
        margin-bottom: 12px;
    }
    .how-it-works__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .hero.trade-in {
        background-image: url("../img/trade-in-hero-mb.jpg");
    }
    .trade-in__form__wrapper .credit-calculator__form__inputs {
        grid-template-columns: repeat(1, 1fr);
    }
    .trade-in__form__container {
        width: 100%;
    }
    .trade-in__form {
        padding: 40px 16px;
    }
    .hero.trade-in .hero__conditions .icon {
        width: 32px;
        height: 32px;
    }

    .documents img{
        order: 5;
        display: flex;
        width: 100%;
        height: 291.813px;
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }

    .documents__item {
        width: 100%;
        max-width: none;
    }

    .documents__item .check-icon {
        flex-shrink: 0;
    }
    .documents {
        padding: 40px 20px;
    }

    .contacts {
        flex-direction: column;
        padding: 40px 16px;
    }

    .contacts__map {
        height: 200px;
    }

    hr {
        margin: 0;
    }

    .modal-default {
        padding: 20px 12px;
    }

    .modal__action {
        flex-direction: column-reverse;
    }

    .desktop-button-wrapper .button.secondary {
        background: #d9e7f5;
    }
    .desktop-button-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .modal-default-image {
        flex-direction: column;
    }

    .modal-image {
        height: 200px;
        max-width: 328px;
    }
    .modal-default-image .modal__form {
        padding: 20px 12px;
    }

    .modal-dialog-centered:has(.modal-default-image) {
        max-width: 328px;
        margin: 0 auto;
    }
}

.section-selection-banner__text .t-2 {
    color: #fff;
}

.section-selection-banner__text .h-1 {
    color: #fff;
}

.section-selection-banner__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.section-selection-banner__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    max-width: 440px;
    width: 100%;
    height: 100%;
}
.section-selection-banner {
    height: 320px;
    max-width: 1420px;
    margin: 40px auto;
    border-radius: 12px;
    padding: 40px;
    background: 
        linear-gradient(276deg, rgba(84, 139, 244, 0) 40%, #2969E3 63.29%, #154193 80.24%),
        url("../img/selection-banner.png") 223.473px -42.799px / 86.214% 121.225% no-repeat,
        linear-gradient(270deg, #2969E3 -4.51%, #173A7D 88.29%);
}

.section-selection {
    display: flex;
    padding: 40px 0;
    max-width: 1420px;
    margin: 0 auto;
}

.section-selection__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 100%;
}

.section-selection__item {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
}

.section-selection__header .h-2 {
    color: #fff;
    position: relative;
    z-index: 2;
}
.section-selection__content {
    display: flex;
    padding: 20px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border-radius: 0 0 12px 12px;
    background: var(--Blue-Blue-2, #C4D6F9);
}
.section-selection__header {
    z-index: 2;
    position: relative;
    display: flex;
    padding: 20px 40px;
    height: 192px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    background: linear-gradient(0deg, #C4D6F9 0%, rgba(196, 214, 249, 0.00) 22.58%), radial-gradient(72% 71.37% at 11.51% 130.24%, #92B8FF 0%, rgba(146, 184, 255, 0.00) 100%), radial-gradient(99.59% 83.07% at 10.99% 91.53%, #92B8FF 0%, rgba(146, 184, 255, 0.00) 100%);
}

.selection-car-item .title .blue {
    color: var(--Blue-Blue-5, #2969E3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    text-overflow: ellipsis;
}
.selection-car-item .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.sections-selection__cars {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.selection-car-item img {
    width: 100%;
    object-fit: cover;
    height: 228px;
    border-radius: 4px;
}

.selection-car-item__content .t-2 {
    color: #282C2F;
}

.selection-car-item__content {
    display: flex;
    gap: 22px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}
.selection-car-item {
    text-decoration: none;
    border-radius: 8px;
    background: var(--White, #FFF);
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.section-selection__img {
    z-index: 1;
    max-height: 192px;
    position: absolute;
    border-radius: 12px 12px 0 0;
    right: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%;
}

:root {
  --banner-url: url("../img/selection-banner.png");
}

.section-selection-banner.selection-used {
    background: linear-gradient(276deg, rgba(84, 139, 244, 0) 40%, #2969E3 63.29%, #154193 80.24%), var(--banner-url), linear-gradient(270deg, #2969E3 -4.51%, #173A7D 88.29%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 0;
    height: 192px;
    width: 100%;
}

@media (max-width: 1100px) {
    :root {
        --banner-url: url("../img/selection-banner-mb.jpg");
    }

    .section-selection-banner {
        margin-top: 0;
        height: 560px;
        border-radius: 0;
        padding: 40px 16px;
        border-radius: 0 0 12px 12px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: var(--banner-url);
        /* background: linear-gradient(359deg, rgba(84, 139, 244, 0.00) 35.45%, #2969E3 47.32%, #154193 55.95%), var(--banner-url) lightgray -465.945px 273.398px / 251.45% 51.221% no-repeat, linear-gradient(270deg, #2969E3 -4.51%, #173A7D 88.29%); */
    }
    
    .section-selection-banner__text {
        gap: 20px;
    }

    .section-selection__img {
        object-position: -310px 0px;
        height: 100px;
    } 
    .section-selection__header {
        height: 100px;
        padding: 20px;
        background: linear-gradient(0deg, #C4D6F9 0%, rgba(196, 214, 249, 0.00) 22.58%), radial-gradient(72% 71.37% at 11.51% 130.24%, #92B8FF 0%, rgba(146, 184, 255, 0.00) 100%), radial-gradient(99.59% 83.07% at 10.99% 91.53%, #92B8FF 0%, rgba(146, 184, 255, 0.00) 100%);
    }
    .section-selection__content {
        padding: 16px 0 16px 16px;
    }

    .sections-selection__cars {
        overflow: hidden;
        overflow-x: auto;
        grid-template-columns: repeat(4, 1fr);
    }

    .selection-car-item {
        width: 280px;
    } 
}

.app-main .container {
    margin: 0;
    padding: 0;
}
.app-main {
    max-width: 1420px;
    margin: 40px auto;
}

@media (max-width: 1100px) {
    .app-main .container {
        padding: 0 16px;
    }
}


.cookies__wrapper {
    position: fixed;
    align-items: center;
    z-index: 4;
    bottom: 24px;
    max-width: 440px;
    left: 24px;
    width: fit-content;
    padding: 24px 32px;
    background: #fff;
    border-radius: 13px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35); 
}

.cookies__btn {
    background: var(--Blue-Blue-5, #2969E3);
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    color: #fff;
    border: none;
    width: 100%;
    align-items: center;
    border-radius: 8px;
}

.cookies__text {
    max-width: 440px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.cookies__link {
    display: inline;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: unset;
    }

    .cookies__wrapper {
        width: 100%;
        max-width: unset;
        left: 0;
        bottom: 0;
        gap: 24px;
        padding: 24px 16px;
        flex-direction: column;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    } 
}

.car-item__desktop__small .car-item__big__desktop__btns .button {
    width: 100%;
}

.breadcrumbs  {
    max-width: 1420px;
    margin: 0 auto;
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

span.breadcrumbs__item {
    color: #000;
}
.breadcrumbs__item:first-child::before {
    content: none;
}
.breadcrumbs__item::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: #66707C;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) rotate(180deg);
    background: url("../img/icons/chevron.svg") no-repeat center center;
}

.breadcrumbs__item:first-child {
    padding-left: 0;
}
@media(max-width: 576px) {
    .breadcrumbs  {
        overflow: hidden;
        overflow-x: auto;
        max-width: 360px;
    }
}
.breadcrumbs__item {
    flex-shrink: 0;
    position: relative;
    color: var(--Grey-Grey-4, #66707C);
    padding-left: 32px;
    text-decoration: none;
}
.filter__field .select2 {
    width: 100% !important;
}

@media (max-width: 1420px) {
   .catalog-filter__wrapper {
        display: flex; 
        flex-direction: column;
   }
   .selection-form__wrapper {
        display: none;
        height: auto;
        gap: 20px;
   }
   .header__desktop {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main-catalog.desktop.main {
       padding-left: 16px;
       padding-right: 16px;
    }
    .catalog__desktop__big {
        padding-left: 16px;
        padding-right: 16px;
    } 
    .popular-selection {
        padding-left: 16px;
        padding-right: 16px;
    }
    .faq {
        padding-left: 16px;
        padding-right: 16px;
    }
    .breadcrumbs  {
        padding-left: 16px;
        padding-right: 16px;
    }
    .bank-partners {
        padding-left: 16px;
        padding-right: 16px;
    }
    .how-it-works {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }
    .trade-in__form__container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .documents {
        padding-left: 16px;
        padding-right: 16px;
    }
    .contacts {
        padding-left: 16px;
        padding-right: 16px;
    }
    .contacts__map {
        max-width: 60%;
    }
    .section-selection-banner {
        margin-left: 16px;
        margin-right: 16px;
        max-width: calc(100% - 32px);
    }
    .desktop-car-info-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .section-selection {
        padding-left: 16px;
        padding-right: 16px;
    }
    body:has(.hero) .credit-calculator {
        margin-left: 16px;
        width: auto;
        margin-right: 16px;
    }
    .gallery__small {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
    } 
}
.main-catalog.desktop.main {
    margin-top: 12px;
}

@media (max-width:1100px) {
    .header__mobile__search .tab__wrapper__filter {
        display: none;
    }
    .header__mobile__search .main-catalog__desktop{
        width: 100%;
        padding: 0;
    }
    .tab-content>.filter__desktop__wrapper.active{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .main-catalog__desktop .tab-content {
        width: 100%;
    }
    .header__mobile__search .filter__desktop__buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 12px;
    }
    .header__mobile__search .fade.mark__list {
        display: none;
    }

    .header__mobile__menu-body .t-3 {
        text-decoration: none;
        color: var(--Graphite, #282C2F);
        font-size: 16px;
    }
    .header__mobile__menu-body .t-4 {
        font-size: 14px;
        color: var(--Graphite, #282C2F);
    }
    .header__mobile__menu-body .mark__item .mark__item__small__image {
        width: 32px;
        height: 32px;
    }
    .header__mobile__menu-body .mark__item {
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .header__mobile__menu-body:has(.mark__list__small) {
        padding-bottom: 20px;
        height: calc(100vh - 100px);
    }
    .header__mobile__menu-body .mark__list__small {
        overflow: hidden;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .header__mobile__search-input {
        display: none;
    }


    .faq {
        padding-left: 0;
        padding-right: 0;
    }

    .contacts__map {
        max-width: 100%;
    }

    .desktop-car-info-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .promo__item {
        margin-bottom: 12px;
    }
    .section-selection-banner {
        margin-right: 0;
        margin-left: 0;
    }
    .section-selection {
        padding-left: 0;
        padding-right: 0;
    }
    .car-option__list {
        display: none;
    } 
}