.images_slider {
    margin-left: calc(((100vw - 1280px) / 2) - 538px);
    overflow: hidden;
}

.images_slider .swiper {
    width: 100%;
    height: 725px;
}

.overlay_image img {
    width: 100%;
    height: 725px;
    object-fit: cover;
}

.custom-nav {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.images_slider .custom-nav .swiper-progress-bar{
	display: block !important;
	width: 342px;
	height: 1px;
	position: relative;
	margin: 0;
	margin-right: 28px;
	padding-left: 36px;
	background: #30303099;
}

.custom-nav .swiper-progress-bar .progress{
    height: inherit;
    left: 0;
    top: 0;
    position: absolute;
    background: #D2B589;
    z-index: 1;
}
.custom-nav .swiper-progress-bar .progress-sections{
    left: 0;
    top: 0;
    position: absolute;
    height: inherit;
    width: inherit;
    z-index: 2;
    display: flex;
    flex-direction: row;
}

.custom-nav .swiper-progress-bar .progress-sections span{
    flex: 1;
    height: inherit;
}

.custom-nav .custom-pagi {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 178px;
    height: 26px;
    justify-content: center;
    align-items: center;
}

.custom-nav .custom-pagi .swiper-button-prev {
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    margin: 0;
    color: transparent;
    z-index: 30;
}
.custom-nav .custom-pagi .swiper-button-prev:hover svg path {
    stroke: #D2B589;
}
.custom-nav .custom-pagi .swiper-button-prev::after {
    display: none;
}

.custom-nav .custom-pagi .swiper-button-next {
    width: 15px;
    height: 27px;
    top: 0;
    right: 0;
    margin: 0;
    color: transparent;
    z-index: 30;
}
.custom-nav .custom-pagi .swiper-button-next:hover svg path {
    stroke: #D2B589;
}
.custom-nav .custom-pagi .swiper-button-next::after {
    display: none;
}

.custom-nav .custom-pagi .swiper-pagination.swiper-pagination-fraction {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    bottom: 0;
    left: 0;
    color: #E6E2D8;
    font-family: 'Kalnia Regular';
    font-size: 28px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -4px;
}

.custom-nav .custom-pagi .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
    font-size: 12px;
    letter-spacing: 0;
}

.images_slider .custom-nav {
    padding-left: calc((100vw - 499px) / 2 + 36px);
    padding-top: 25px;
    justify-content: flex-end;
}

.custom-nav .line-nav {
    display: block;
    width: 362px;
    height: 1px;
    background: #30303099;
    margin-right: 30px;
    margin-bottom: 5px;
}

.images_slider .custom-nav .custom-pagi {
    max-width: 130px;
}

.images_slider .custom-nav .custom-pagi .swiper-button-next {
    height: 20px;
}

.images_slider .custom-nav .custom-pagi .swiper-button-prev {
    height: 20px;
}
.images_slider .custom-nav .custom-pagi .swiper-button-next:hover svg path,
.images_slider .custom-nav .custom-pagi .swiper-button-prev:hover svg path{
    stroke: #D2B589;
}
.images_slider .custom-nav .custom-pagi .swiper-pagination.swiper-pagination-fraction {
    padding: 0;
    width: auto;
    color: #D2B589;
}

@media (max-width: 1500px) {
    .images_slider {
        margin-left: calc((-100vw + 520px) / 2);
    }

    .overlay_image img {
        height: 699px;
    }

    .images_slider .custom-nav {
        padding-top: 12px;
    }
}

@media(max-width: 1279px){
    .images_slider .swiper {
        height: 600px;
    }
    
    .overlay_image img {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .images_slider .swiper {
        height: 373px;
    }
    
    .overlay_image img {
        height: 373px;
    }

    .images_slider .custom-nav .swiper-progress-bar {
        width: 233px;
    }
}

@media (max-width: 767px) {
    .images_slider {
        margin-left: -150px;
    }

    .images_slider .custom-nav {
        padding-left: 186px;
        padding-top: 50px;
    }

    .custom-nav .line-nav {
        width: 232px;
        margin-right: 20px;
    }

    .images_slider .custom-nav .swiper-progress-bar {
        width: calc(100vw - 197px);
        margin-right: 19px;
    }

    .images_slider .custom-nav .custom-pagi {
        max-width: 106px;
    }
}