.catalog-wrapper {
    padding: 6.875vw 10vw 0vw 10vw;
    width: 100%;
}

/* Хлібні крихти початок */
.breadcrumb {
    width: 100%;
}

.breadcrumb ul {
    display: flex;
    gap: 0.625vw;
    align-items: end;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Inter Tight", serif;
    font-weight: 500;
    font-size: 0.833vw;
}

.breadcrumb ul li:not(:last-child) {
    color: #444651;
}

.breadcrumb ul li:last-child {
    color: #828689;
}

.breadcrumb ul li a {
    color: #444651;
}

.breadcrumb ul span {
    width: 0.833vw;
    height: 0.833vw;
}

.breadcrumb ul span img {
    width: 100%;
}
/* Хлібні крихти кінець */


.category-name {
    margin-top: 3.1vw;
    color: #444651;
    font-family: "Wix Madefor Display", serif;
    font-size: 2.8vw;
    font-weight: 600;
}

.catalog-rows {
    margin-top: 3.1vw;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

/* Фільтр початок */
.catalog-rows .filter-wrapper {
    width: 15vw;
    padding: 1.875vw;
    border: 1px solid #EDF0F2;
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
}

.filter-wrapper .title {
    color: #828689;
    font-family: "Wix Madefor Display", serif;
    font-size: 1.25vw;
    font-weight: 400;
}

.filter-wrapper .category-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
}

.filter-wrapper .category-wrapper .category {
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.filter-wrapper .category-wrapper .category .name {
    color: #444651;
    font-family: "Inter Tight", serif;
    font-weight: 600;
    font-size: 0.833vw;
}

.filter-wrapper .category-wrapper .category .items-scroll {
    height: 10vw;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
    overflow-y: auto;
}

.filter-wrapper .category-wrapper .category .items-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #EDF0F2;
    border-radius: 5px;
}

.filter-wrapper .category-wrapper .category .items-scroll::-webkit-scrollbar-thumb {
    background-color: #7AC4FF;
    border-radius: 5px;
}

.filter-wrapper .category-wrapper .category .item .checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    cursor: pointer;
}

.filter-wrapper .category-wrapper .category .item .checkbox-container:hover .custom-checkbox::after {
    content: '';
    width: 0.2vw;
    height: 0.4vw;
    border: solid #989899;
    border-width: 0 2px 2px 0;
    margin-bottom: 2px;
    transform: rotate(45deg);
}

.filter-wrapper .category-wrapper .category .item .checkbox-container input[type="checkbox"] {
    display: none;
}

.filter-wrapper .category-wrapper .category .item .checkbox-container .custom-checkbox {
    width: 1.04vw;
    height: 1.04vw;
    border-radius: 5px;
    background-color: #C7D0DA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-wrapper .category-wrapper .category .item .checkbox-container input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #42A5F5;
}

.filter-wrapper .category-wrapper .category .item .checkbox-container input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '';
    width: 0.2vw;
    height: 0.4vw;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin-bottom: 2px;
    transform: rotate(45deg);
}

.filter-wrapper .category-wrapper .category .item .checkbox-container .value {
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 500;
    transition: color 300ms ease;
}

.filter-wrapper .category-wrapper .category .item .checkbox-container:hover .value {
    color: #42A5F5;
}

.filter-wrapper .category-wrapper .category .btn-send-run {
    background-color: #42A5F5;
    color: #FFFFFF;
    padding: 0.41vw 1.25vw;
    border-radius: 5px;
    text-align: center;
    font-family: "Inter Tight", serif;
    font-size: 0.625vw;
    font-weight: 400;
    transition: background-color 300ms ease;
}

.filter-wrapper .category-wrapper .category .btn-send-run:hover {
    cursor: pointer;
    background-color: #1976D2;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper {
    display: flex;
    align-items: center;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item {
    width: 50%;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .caption {
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.625vw;
    font-weight: 400;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-family: "Inter Tight", serif;
    font-size: 0.625vw;
    font-weight: 400;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"] {
    width: 100%;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"] {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 0.416vw 0.625vw;
    width: 3.75vw;
    text-align: center;
    border: none;
    outline: none;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"]:focus {
    border: none;
    outline: none;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"]::-webkit-inner-spin-button,
.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"]::placeholder {
    color: #828689;
}

.filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text span {
    color: #828689;
}
/* Фільтр кінець */

/* Сотрувати за ціною початок */
.catalog-rows .catalog-right {
    width: 63.75vw;
    position: relative;
}

.catalog-right .sortable {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: end;
}

.catalog-right .sortable .text {
    color: #828689;
    font-family: "Inter Tight", serif;
    font-size: 0.83vw;
    font-weight: 600;
}

.catalog-right .sortable .hidden-select {
    display: none;
}

.catalog-right .sortable .custom-select-wrapper {
    position: relative;
}

.catalog-right .sortable .custom-select-display {
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.83vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 0 0.83vw 0.83vw 0.83vw;
    transition: color 300ms ease;
}

.catalog-right .sortable .custom-select-display:hover {
    color: #42A5F5;
}

.catalog-right .sortable .custom-select-display svg {
    width: 0.625vw;
    height: 0.625vw;
}

.catalog-right .sortable .custom-select-display svg.arrow-up {
    display: none;
}

.catalog-right .sortable .custom-select-display svg path {
    stroke: #444651;
    transition: stroke 300ms ease;
}

.catalog-right .sortable .custom-select-display:hover svg path {
    stroke: #42A5F5;
}

.catalog-right .sortable .custom-options {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #EDF0F2;
    font-weight: 500;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.catalog-right .sortable .custom-options li {
    padding: 0.625vw;
    background-color: #FFFFFF;
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.83vw;
    cursor: pointer;
    transition: color 300ms ease, background-color 300ms ease;
}

.catalog-right .sortable .custom-options li:hover {
    background-color: #eee;
    color: #42A5F5;
}
/* Сортувати за ціною кінець */

/* Каталог початок */
.catalog-rows .catalog-right .product-cards {
    margin-top: 1.4vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25vw;
}

.catalog-right .product-cards .item {
    border: 1px solid #EDF0F2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.catalog-right .product-cards .item .img-container {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.catalog-right .product-cards .item .main-img {
    width: 100%;
    display: block;
    height: 10.72vw;
    transition: transform 0.3s ease;
}

.catalog-right .product-cards .item .info-wrapper {
    padding: 1.25vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}

.catalog-right .product-cards .item .info-wrapper .title {
    display: block;
}

.catalog-right .product-cards .item .info-wrapper .title .country {
    display: flex;
    align-items: center;
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 500;
}

.catalog-right .product-cards .item .info-wrapper .title .country img {
    margin: 0vw 0.31vw;
    width: 0.83vw;
    height: 0.88vw;
}

.catalog-right .product-cards .item .info-wrapper .title .model {
    margin: 0.31vw 0vw 0.93vw 0vw;
    color: #444651;
    font-family: "Wix Madefor Display", serif;
    font-size: 1.250vw;
    font-weight: 500;
    transition: color 300ms ease;
}

.item .info-wrapper .characteristics {
    margin-top: auto;
}

.catalog-right .product-cards .item .info-wrapper .characteristics .first-line,
.catalog-right .product-cards .item .info-wrapper .characteristics .second-line {
    gap: 0.625vw;
    display: flex;
}

.catalog-right .product-cards .item .info-wrapper .characteristics .second-line {
    margin-top: 0.625vw;
}

.catalog-right .product-cards .item .info-wrapper .characteristics .year-info,
.catalog-right .product-cards .item .info-wrapper .characteristics .engine-info,
.catalog-right .product-cards .item .info-wrapper .characteristics .fuel-info,
.catalog-right .product-cards .item .info-wrapper .characteristics .mileage-info,
.catalog-right .product-cards .item .info-wrapper .characteristics .transmission-info {
    display: flex;
    align-items: center;
}

.catalog-right .product-cards .item .info-wrapper .characteristics .year-info img,
.catalog-right .product-cards .item .info-wrapper .characteristics .engine-info img,
.catalog-right .product-cards .item .info-wrapper .characteristics .fuel-info img,
.catalog-right .product-cards .item .info-wrapper .characteristics .mileage-info img,
.catalog-right .product-cards .item .info-wrapper .characteristics .transmission-info img {
    width: 0.729vw;
    height: 0.781vw;
}

.catalog-right .product-cards .item .info-wrapper .characteristics .value {
    margin-left: 0.31vw;
    color: #828689;
    font-family: "Inter Tight", serif;
    font-size: 0.625vw;
    font-weight: 500;
}

.catalog-right .product-cards .item .info-wrapper .price {
    margin: 0.93vw 0vw 0.47vw 0vw;
    color: #42A5F5;
    font-family: "Wix Madefor Display", serif;
    font-size: 1.250vw;
    font-weight: 500;
}

.catalog-right .product-cards .item .info-wrapper .rescheduling {
    margin: 0vw 0vw 0.93vw 0vw;
    color: #828689;
    font-family: "Wix Madefor Display", serif;
    font-size: 0.93vw;
    font-weight: 500;
}


.catalog-right .product-cards .item .info-wrapper .send-application {
    background-color: #42A5F5;
    color: #fff;
    border-radius: 5px;
    padding: 1.041vw 1.25vw;
    text-align: center;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 500;
    transition: background-color 300ms ease;
}

.catalog-right .product-cards .item .info-wrapper .send-application:hover {
    background-color: #1976D2;
    cursor: pointer;
}

.catalog-right .product-cards .item .info-wrapper .more-info {
    display: flex;
    align-items: center;
    margin-top: 0.625vw;
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 500;
    cursor: pointer;
    transition: color 300ms ease;
}

.catalog-right .product-cards .item .info-wrapper .more-info svg {
    margin-left: 0.31vw;
    width: 0.83vw;
    height: 0.88vw;
}

.catalog-right .product-cards .item .info-wrapper .more-info svg path {
    transition: stroke 300ms ease;
}

.catalog-right .product-cards .item .info-wrapper .more-info:hover {
    color: #42A5F5;
}

.catalog-right .product-cards .item .info-wrapper .more-info:hover svg path {
    stroke: #42A5F5;
}

.catalog-right .product-cards .item:hover .info-wrapper .model {
    color: #42A5F5;
}

.catalog-right .product-cards .item:hover .img-container .main-img {
    transform: scale(1.15);
}
/* Каталог кінець */

/* Пагінація початок */
.load-management {
    margin-top: 2.1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.load-management .pagination {
    display: flex;
    gap: 0.625vw;
}

.load-management .pagination .page-number {
    width: 3.125vw;
    height: 3.125vw;
    color: #444651;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 300ms ease, background-color 300ms ease;
}

.load-management .pagination .page-number:not(.active):not(.dots):hover {
    color: #FFFFFF;
    background-color: #1976D2;
    cursor: pointer;
}

.load-management .pagination .page-number.active {
    color: #FFFFFF;
    background-color: #42A5F5;
}

.load-management .more-loading {
    padding: 1.041vw 1.25vw;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #42A5F5;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 500;
    transition: background-color 300ms ease;
}

.load-management .more-loading:hover {
    background-color: #1976D2;
    cursor: pointer;
}
/* Пагінація кінець */

/* Заявка перед футером початок */
.uncertainty-section .uncertainty-wrapper {
    margin-top: 6.25vw;
    padding: 2.7vw 0vw;
    background-color: #42A5F5;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper {
    padding: 0vw 10vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .text-container {
    width: 48.95%;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .text-container .title {
    color: #FFFFFF;
    font-family: "Wix Madefor Display", serif;
    font-size: 1.250vw;
    font-weight: 600;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .text-container .subtitle {
    margin-top: 0.625vw;
    color: #FFFFFF;
    font-family: "Inter Tight", serif;
    font-size: 0.833vw;
    font-weight: 400;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container {
    width: 31.3%;
    display: block;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container input {
    height: 3.125vw;
    padding: 1.041vw 2.91vw;
    border-radius: 5px;
    outline: none;
    border: none;
    width: 100%;
    background-color: #fff !important;
    background: url('../img/Phone.webp') no-repeat 1.25vw center;
    background-size: 1.041vw 1.041vw;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container input::placeholder {
    color: #828689;
    font-family: "Inter Tight", serif;
    font-weight: 500;
    font-size: 0.833vw;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container .send-application {
    margin-top: 0.625vw;
    width: 100%;
    background-color: #EF7403;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 1.041vw 1.25vw;
    text-align: center;
    font-family: "Inter Tight", serif;
    font-weight: 500;
    font-size: 0.833vw;
    transition: background-color 300ms ease;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container .send-application:hover {
    background-color: #1976D2;
    cursor: pointer;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container .note {
    margin-top: 0.625vw;
    color: #EDF0F2;
    font-size: 0.625vw;
    font-family: "Inter Tight", serif;
    font-weight: 400;
}

.uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container .note a {
    color: #EDF0F2;
    font-weight: 800;
}
/* Заявка перед футером кінець */

.controls-toggle-mobile {
    display: none;
}

.catalog-rows .filter-wrapper .exit-mobile-filter {
    display: none;
}

.catalog-rows .sortable-wrapper-mobile {
    display: none;
}

@media (max-width: 768px) {
    .catalog-wrapper {
        padding: 24.61vw 6.15vw 0vw 6.15vw;
    }

    .breadcrumb ul {
        font-size: 4.1vw;
    }

    .breadcrumb ul span {
        width: 4.1vw;
        height: 4.1vw;
    }

    .category-name {
        margin-top: 6.15vw;
        font-size: 7.69vw;
    }

    .catalog-rows {
        margin-top: 6.15vw;
    }

    .catalog-rows .filter-wrapper {
        padding: 6.15vw 0vw 6.15vw 6.15vw;
        position: fixed;
        display: none;
        z-index: 6;
        right: 0;
        top: calc(12.3vw + 3.07vw * 2);
        height: calc(100% - (12.3vw + 3.07vw * 2));
        background-color: #FFFFFF;
        width: 0px;
        overflow-x: hidden;
    }

    .catalog-rows .sortable-wrapper-mobile {
        padding: 6.15vw 0vw 6.15vw 6.15vw;
        border: 1px solid #EDF0F2;
        position: fixed;
        display: none;
        flex-direction: column;
        align-items: start;
        z-index: 6;
        right: 0;
        top: calc(12.3vw + 3.07vw * 2);
        height: calc(100% - (12.3vw + 3.07vw * 2));
        background-color: #FFFFFF;
        width: 0px;
        overflow-x: hidden;
    }

    .catalog-rows .sortable-wrapper-mobile .title-exit {
        padding-right: 6.15vw;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .catalog-rows .sortable-wrapper-mobile .title-exit .title {
        color: #828689;
        font-family: "Wix Madefor Display", serif;
        font-size: 5.64vw;
        font-weight: 500;
    }

    .catalog-rows .sortable-wrapper-mobile .items {
        margin-top: 14.1vw;
        display: flex;
        flex-direction: column;
        gap: 6.15vw;
    }

    .catalog-rows .sortable-wrapper-mobile .items .item {
        color: #444651;
        font-family: "Inter Tight", serif;
        font-weight: 600;
        font-size: 4.1vw;
        transition: color 300ms ease;
    }

    .catalog-rows .sortable-wrapper-mobile .items .item.active {
        color: #42A5F5;
    }

    .catalog-rows .filter-wrapper .title-exit {
        padding-right: 6.15vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6.15vw;
    }

    .catalog-rows .filter-wrapper .exit-mobile-filter,
    .catalog-rows .sortable-wrapper-mobile .exit-mobile-sortable {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12.3vw;
        height: 12.3vw;
        background-color: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #C7D0DA;
        transition: background-color 300ms ease, border 300ms ease;
    }
    
    .catalog-rows .filter-wrapper .exit-mobile-filter svg,
    .catalog-rows .sortable-wrapper-mobile .exit-mobile-sortable svg {
        width: 5.12vw;
        height: 5.12vw;
    }
    
    .catalog-rows .filter-wrapper .exit-mobile-filter svg path,
    .catalog-rows .sortable-wrapper-mobile .exit-mobile-sortable svg path {
        stroke: #444651;
        transition: stroke 300ms ease;
    }
    
    .catalog-rows .filter-wrapper .exit-mobile-filter:hover,
    .catalog-rows .sortable-wrapper-mobile .exit-mobile-sortable:hover {
        cursor: pointer;
        background-color: #1976D2;
        border: 1px solid #1976D2;
    }
    
    .catalog-rows .filter-wrapper .exit-mobile-filter:hover svg path,
    .catalog-rows .sortable-wrapper-mobile .exit-mobile-sortable:hover svg path {
        stroke: #FFFFFF;
    }

    .controls-toggle-mobile {
        display: flex;
        align-items: center;
        gap: 9.23vw;
    }

    .controls-toggle-mobile .filter-toggle,
    .controls-toggle-mobile .sort-toggle {
        display: flex;
        gap: 3.07vw;
    }

    .controls-toggle-mobile svg {
        width: 4.61vw;
        height: 4.61vw;
    }

    .controls-toggle-mobile .text {
        color: #828689;
        font-family: "Inter Tight", serif;
        font-size: 4.1vw;
        font-weight: 600;
    }

    .filter-wrapper .title {
        font-size: 5.64vw;
    }

    .filter-wrapper .category-wrapper {
        gap: 6.15vw;
        padding-right: 6.15vw;
        overflow-y: scroll;
    }

    .filter-wrapper .category-wrapper::-webkit-scrollbar {
        width: 4px;
        background-color: #EDF0F2;
        border-radius: 5px;
    }
    
    .filter-wrapper .category-wrapper::-webkit-scrollbar-thumb {
        background-color: #7AC4FF;
        border-radius: 5px;
    }

    .filter-wrapper .category-wrapper .category {
        gap: 3.07vw;
    }

    .filter-wrapper .category-wrapper .category .name {
        font-size: 4.1vw;
    }

    .filter-wrapper .category-wrapper .category .item .checkbox-container {
        gap: 3.07vw;
    }

    .filter-wrapper .category-wrapper .category .item .checkbox-container .custom-checkbox {
        width: 5.12vw;
        height: 5.12vw;
    }

    .filter-wrapper .category-wrapper .category .item .checkbox-container .value {
        font-size: 4.1vw;
    }

    .filter-wrapper .category-wrapper .category .item .checkbox-container:hover .custom-checkbox::after {
        width: 0.98vw;
        height: 1.96vw;
    }
    
    .filter-wrapper .category-wrapper .category .item .checkbox-container input[type="checkbox"]:checked + .custom-checkbox::after {
        width: 0.98vw;
        height: 1.96vw;
    }

    .filter-wrapper .category-wrapper .category .items-scroll {
        height: 55.12vw;
        gap: 3.07vw;
    }

    .filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .caption {
        font-size: 3.07vw;
    }
    
    .filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text {
        gap: 1.53vw;
        margin-top: 1.53vw;
        font-size: 3.07vw;
    }

    .filter-wrapper .category-wrapper .category .inputs-wrapper .run-item .input-text input[type="number"] {
        padding: 2vw 3.07vw;
        width: 18.46vw;
    }

    .filter-wrapper .category-wrapper .category .btn-send-run {
        padding: 2vw 6.15vw;
        font-size: 3.07vw;
    }

    .catalog-right .sortable {
        display: none;
    }

    .catalog-rows .catalog-right {
        width: 100%;
    }

    .catalog-rows .catalog-right .product-cards {
        margin-top: 10.76vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.07vw;
    }

    .catalog-right .product-cards .item .main-img {
        height: 33.3vw;
    }

    .catalog-right .product-cards .item .info-wrapper {
        padding: 3.07vw;
    }

    .catalog-right .product-cards .item .info-wrapper .title .country {
        font-size: 3.07vw;
    }

    .catalog-right .product-cards .item .info-wrapper .title .country img {
        margin: 0 1.53vw;
        width: 4.1vw;
        height: 4.1vw;
    }

    .catalog-right .product-cards .item .info-wrapper .title .model {
        margin: 1.53vw 0vw 3.07vw 0vw;
        font-size: 5.64vw;
    }

    .catalog-right .product-cards .item .info-wrapper .characteristics .first-line,
    .catalog-right .product-cards .item .info-wrapper .characteristics .second-line {
        gap: 1.53vw;
        flex-direction: column;
    }

    .item .info-wrapper .characteristics .second-line {
        margin-top: 1.53vw !important;
    }

    .catalog-right .product-cards .item .info-wrapper .characteristics .year-info img,
    .catalog-right .product-cards .item .info-wrapper .characteristics .engine-info img,
    .catalog-right .product-cards .item .info-wrapper .characteristics .fuel-info img,
    .catalog-right .product-cards .item .info-wrapper .characteristics .mileage-info img,
    .catalog-right .product-cards .item .info-wrapper .characteristics .transmission-info img {
        width: 3.58vw;
        height: 3.58vw;
    }

    .catalog-right .product-cards .item .info-wrapper .characteristics .value {
        margin-left: 1.53vw;
        font-size: 3.07vw;
    }

    .catalog-right .product-cards .item .info-wrapper .price {
        margin: 3.07vw 0vw 1vw 0vw;
        font-size: 5.64vw;
    }
    
    .catalog-right .product-cards .item .info-wrapper .rescheduling {
        margin: 0vw 0vw 3.07vw 0vw;
        font-size: 3.07vw;
    }

    .catalog-right .product-cards .item .info-wrapper .send-application {
        padding: 4.1vw 0vw;
        font-size: 3.07vw;
    }

    .catalog-right .product-cards .item .info-wrapper .more-info {
        margin-top: 3.07vw;
        font-size: 3.07vw;
    }

    .catalog-right .product-cards .item .info-wrapper .more-info svg {
        margin-left: 1.53vw;
        width: 4.1vw;
        height: 4.1vw;
    }

    .load-management {
        margin-top: 3.07vw;
        gap: 3.07vw;
        flex-direction: column-reverse;
        width: 100%;
    }

    .load-management .more-loading {
        padding: 5.12vw 6.15vw;
        font-size: 4.1vw;
        width: 100%;
        text-align: center;
    }

    .load-management .pagination {
        gap: 3.07vw;
        width: 100%;
    }

    .load-management .pagination .page-number {
        width: 12.3vw;
        height: 12.3vw;
        font-size: 4.1vw;
    }

    .uncertainty-section .uncertainty-wrapper {
        margin-top: 18.46vw;
        padding: 9.23vw 6.15vw;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper {
        padding: 0;
        flex-direction: column;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .text-container {
        width: 100%;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .text-container .title {
        font-size: 5.64vw;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .text-container .subtitle {
        margin-top: 2vw;
        font-size: 4.1vw;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container {
        margin-top: 6.15vw;
        width: 100%;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container input {
        height: 15.38vw;
        padding: 5.12vw 14.86vw;
        background: url('../img/Phone.webp') no-repeat 6.15vw center;
        background-size: 5.12vw 5.12vw;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container input::placeholder {
        font-size: 4.1vw;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container .send-application {
        margin-top: 3.07vw;
        padding: 5.12vw 6.15vw;
        font-size: 4.1vw;
    }

    .uncertainty-section .uncertainty-wrapper .appl-wrapper .appl-container .note {
        margin-top: 3.07vw;
        font-size: 3.07vw;
    }
}