.mainAreaCatalog160 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
}

.boxCatalog160 {
    width: 100%;
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.breadcrumbsCatalog160 {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: start;
}

.itemBeadCatalog {
    display: flex;
    gap: 1px;
    align-items: center;
    justify-content: center;

    padding: 6px 8px 8px 8px;

    gap: 4px;
    border-radius: 4px;
    background: #E6E6E6;
    color: #282828;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.boxMainINfoCatalogPage {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.titlePage {
    color: #282828;
    font-family: "Montserrat Alternates";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    width: 100%;

}

.descPage {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;

}

.boxCardsCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.itemCardCar160 {
    display: flex;
    gap: 24px;
    border-radius: 12px;
    background: #FFF;
    padding: 40px;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
}

.leftPartCard {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.topINfoCard {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.titleCard {
    color: #282828;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;

}

.descCard {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
    width: 100%;
    color: #636363;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.boxParamsCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemParamsCar {

    gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.nameParam {
    color: #636363;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.valueParam {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.boxBtnsAndPrice {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    width: 100%;
}

.priceCard {
    color: #282828;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.btnsSend {
    display: flex;
    gap: 12px;
}

.btnSendContact,
.btnToGo {
    display: flex;
    padding: 12px 4px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.btnSendContact:hover,
.btnToGo:hover {
    background: linear-gradient(90deg, #fc956d 0%, #f16b31 100%);
}

.rightPartCard {
    display: flex;
    position: relative;
    max-width: 542px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.imageRelatedCar {
    display: flex;
    position: relative;
    max-width: 542px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.relatedSizeHover {
    height: 222px !important;

}

.borderRelated {
    border-radius: 16px !important;
}



.countryImg {
    width: 40px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
}

.mainImageCardSlider {
    width: 100%;
    height: 326px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.sliderWrapperImg {
    width: 100%;
    height: 100%;

}

.itemSliderImg {
    width: 100%;
    height: 100%;
}

.itemSliderImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pointsSlider {
    position: absolute;
    bottom: 12px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 4px;
    z-index: 4;
}

.pointSlider {
    width: 8px;
    cursor: pointer;
    height: 8px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    border-radius: 20px;
}

.pointSlider.active {
    background: #E5E5E5;
}



.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%
}


.hoverGallery {
    position: relative;
    width: 100%;
    height: 326px;
    overflow: hidden;
    border-radius: 14px;
}

.hoverGalleryImages {
    position: relative;
    width: 100%;
    height: 100%;
}

.hoverGalleryImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.hoverGalleryImage.is-active {
    opacity: 1;
}

.hoverGalleryZones {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
}

.hoverGalleryZone {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.pointsSlider {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 4;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.pointSlider {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.pointSlider.active {
    background: #E5E5E5;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxRelatedCars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: start;
    justify-content: start;
    margin-top: clamp(24px, 10vw, 48px);
}

.boxRelatedCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 100%;
}

.itemRelatedCard {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    display: flex;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    gap: 16px;
}

.titleRelated {
    color: #282828;
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.relatedCardInfo {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.boxParamsCarRelated {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.priceCardRelated {
    color: #282828;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.btnSendContactRelated {
    width: 100%;
    border-radius: 8px;
    display: flex;
    padding: 12px 4px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;

    box-sizing: border-box;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.btnSendContactRelated:hover {
    background: linear-gradient(90deg, #f18960 0%, #cc6437 100%);

}

.relatedGapBtns {
    gap: 12px !important;
}



@media screen and (max-width: 1260px) {
    .mainAreaCatalog160 {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .leftPartCard,
    .boxBtnsAndPrice {
        width: 100%;
    }
}

@media screen and (max-width: 1060px) {
    .titlePage {
        font-size: clamp(28px, 6vw, 40px);
        line-height: normal;
    }

    .boxRelatedCards {
        grid-template-columns: repeat(2, 1fr);
    }

    .imageRelatedCar {
        max-width: 100%;
    }

    .itemRelatedCard:nth-child(3) {
        grid-column: span 2;
    }

    .relatedSizeHover {
        height: clamp(222px, 60vw, 400px) !important;
    }


}


@media screen and (max-width: 960px) {
    .boxCardsCar {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .rightPartCard {
        max-width: inherit;
        border-radius: 16px;
    }

    .itemCardCar160 {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
        padding: clamp(16px, 3vw, 24px);
    }

    .hoverGallery {
        height: clamp(222px, 70vw, 460px);
    }

    .titleCard,
    .titleRelated {
        font-size: clamp(20px, 3.7vw, 24px);
    }

    .priceCard {
        font-size: clamp(16px, 2.5vw, 22px);
    }

    .btnSendContact {
        text-align: center;
    }

    .btnsSend {
        display: flex;
        gap: 12px;
        flex-direction: column;
    }
}


@media screen and (max-width: 730px) {
    .boxRelatedCards {
        grid-template-columns: repeat(1, 1fr);
    }

    .imageRelatedCar {
        max-width: 100%;
    }

    .itemRelatedCard:nth-child(3) {
        grid-column: inherit;
    }

    .relatedSizeHover {
        height: clamp(222px, 60vw, 400px) !important;
    }
}

@media screen and (max-width: 640px) {
    .boxCardsCar {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .hoverGallery {
        height: clamp(222px, 59vw, 400px);
    }

    .priceCardRelated {
        font-size: clamp(16px, 2.5vw, 22px);
    }

}