.hc-image-content-slider {
    padding-top: var(--top-spacing-desktop, var(--wp--preset--spacing--2-l, 70px));
    padding-bottom: var(--bottom-spacing-desktop, var(--wp--preset--spacing--2-l, 70px));
    overflow: hidden;
}

.hc-image-content-slider__container {
    max-width: var(--wp--custom--width--wide, 1240px);
    margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--s, 30px);
    width: 100%;
}

.hc-image-content-slider__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--wp--preset--spacing--3-xl, 100px);
    align-items: flex-start;
    gap: var(--wp--preset--spacing--2-l, 70px);
}

.hc-image-content-slider__title {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: fit-content;
    text-transform: uppercase;

}

.hc-image-content-slider__title span {
    transform: rotate(-5deg);
    margin-left: var(--wp--preset--spacing--l, 80px);
    text-transform: capitalize;
}

.hc-image-content-slider__right-block {
    display: flex;
    gap: var(--wp--preset--spacing--3-s, 24px);
    align-items: flex-start;
}

.hc-image-content-slider__details-block {
    max-width: 398px;
}

.hc-image-content-slider__details-btn {
    margin-top: var(--wp--preset--spacing--xs, 20px);
}

.hc-image-content-slider__title-main {
    text-align: center;
    margin-bottom: var(--wp--preset--spacing--2-l, 70px);
}

.hc-image-content-slider__title-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: var(--wp--preset--spacing--s, 30px) 0 0 0;
    text-transform: uppercase;
}

.hc-image-content-slider__title-main-title span {
    transform: rotate(-5deg);
    text-transform: capitalize;
}

.hc-image-content-slider__main {
    overflow: visible;
}

.hc-image-content-slider__slide {
    display: flex;
    align-items: stretch;
    gap: var(--wp--preset--spacing--m, 60px);
}

.hc-image-content-slider__img-block {
    width: 70%;
}

.hc-image-content-slider__img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    display: block;
}

.hc-image-content-slider__deatils-block {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--wp--preset--spacing--s, 30px) 0;
    gap: var(--wp--preset--spacing--m, 60px);
}



.hc-image-content-slider__slide-title {
    margin: 0;
    text-transform: uppercase;
    font-size: var(--_font-size);
}

.hc-image-content-slider__slide-title-year {
    font-size: 68px;
    letter-spacing: 2.04px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.hc-image-content-slider__slide-sub-title {
    margin: 0 0 var(--wp--preset--spacing--xs, 20px) 0;
    text-transform: uppercase;
}

.hc-image-content-slider__slide-content {
    margin-bottom: var(--wp--preset--spacing--xs, 20px);
}

.hc-image-content-slider--type-history .hc-image-content-slider__slide-content {
    margin-bottom: 0;
}

.hc-image-content-slider__navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--wp--preset--spacing--s, 30px);
}

.hc-image-content-slider__navigation-arrow {
    display: flex;
    gap: var(--wp--preset--spacing--3-xs, 12px);
}

.hc-image-content-slider__navigation-arrow .swiper-button-prev,
.hc-image-content-slider__navigation-arrow .swiper-button-next {
    position: static;
    transform: unset;
    margin: 0;
    transition: all 0.5s;
    fill: var(--wp--preset--color--deep-ocean, #193661);
    width: 30px;
    height: 30px;
    border: 1px solid var(--wp--preset--color--deep-ocean, #193661);
    border-radius: 50%;
}

.hc-image-content-slider__navigation-arrow .swiper-button-prev svg,
.hc-image-content-slider__navigation-arrow .swiper-button-next svg {
    width: 14px;
}

.hc-image-content-slider__navigation-arrow .swiper-button-prev path,
.hc-image-content-slider__navigation-arrow .swiper-button-next path {
    fill: var(--wp--preset--color--deep-ocean, #193661);
}

.hc-image-content-slider__navigation-arrow .swiper-button-prev::after,
.hc-image-content-slider__navigation-arrow .swiper-button-next::after {
    content: unset;
}

.hc-image-content-slider__navigation-arrow .swiper-button-prev:hover,
.hc-image-content-slider__navigation-arrow .swiper-button-next:hover {
    background-color: var(--wp--preset--color--deep-ocean, #193661);
    color: var(--wp--preset--color--surface-primary, #FDF5ED);
}

.hc-image-content-slider__navigation-arrow .swiper-button-prev:hover path,
.hc-image-content-slider__navigation-arrow .swiper-button-next:hover path {
    fill: var(--wp--preset--color--surface-primary, #FDF5ED);
}

@media (max-width:1400px) {
    .hc-image-content-slider__right-block {
        flex-direction: column-reverse;
    }
}

@media (max-width:1200px) {
    .hc-image-content-slider__img-block {
        width: 60%;
    }

    .hc-image-content-slider__deatils-block {
        width: 40%;
    }

    .hc-image-content-slider__slide {
        gap: var(--wp--preset--spacing--s, 30px);
    }

    .hc-image-content-slider__slide-title-year {
        font-size: 50px;
    }
}

@media (max-width:992px) {
    .hc-image-content-slider {
        padding-top: var(--top-spacing-mobile, var(--wp--preset--spacing--2-l, 70px));
        padding-bottom: var(--bottom-spacing-mobile, var(--wp--preset--spacing--2-l, 70px));
    }

    .hc-image-content-slider__img {
        height: 400px;
    }

    .hc-image-content-slider__img-block {
        width: 50%;
    }

    .hc-image-content-slider__deatils-block {
        width: 50%;
    }

    .hc-image-content-slider__header {
        flex-direction: column;
    }

    .hc-image-content-slider__details-block {
        max-width: 100%;
    }

    .hc-image-content-slider__slide-title-year {
        font-size: 40px;
    }

}

@media (max-width:767px) {
    .hc-image-content-slider__slide {
        flex-direction: column;
    }

    .hc-image-content-slider__img-block {
        width: 100%;
    }

    .hc-image-content-slider__deatils-block {
        width: 100%;
        padding: 0;
        gap: var(--wp--preset--spacing--l, 60px);
    }

    .hc-image-content-slider__title span {
        margin-left: var(--wp--preset--spacing--s, 30px);
    }

    .hc-image-content-slider__title-main {
        margin-bottom: var(--wp--preset--spacing--3-xl, 70px);
    }

    .hc-image-content-slider__header {
        gap: var(--wp--preset--spacing--2-m, 40px);
    }
}

@media (max-width:575px) {
    .hc-image-content-slider__img {
        height: 200px;
    }



    .hc-image-content-slider__slide-title-year {
        font-size: 38px;
    }


}