.case_study_image_block_containers {
    display: flex;
}
.single_image_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.single_image_block .slides_per_view {
    display: none;
}
.case_study_swipers_amount_2 {
    gap: 28px;
}
.case_study_swipers_amount_2 .single_image_block {
    width: calc(50% - 14px);
}
.swiper_container_float {
    height: 320px;
    width: 100%;
    float: left;
}
.single_image_block .swiper{
    height: 100%;
}
.single_image_block .swiper .swiper-slide img{
    height:100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.single_image_block.only_one_image {
    gap: 0;
}
.swiper_elements {
    display: flex;
    gap: 14px;
    width: 100%;
    height: auto;
    align-items: end;
}
.swiper_buttons_container {
    width: 65px;
    display: flex;
    justify-content: space-between;
}
.swiper_buttons_container .swiper-button-prev, .swiper_buttons_container .swiper-button-next{
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
}
.swiper_buttons_container svg{
    width: 28px;
    height: auto;
    display: block;
}
.swiper_elements .swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
.swiper_elements .swiper-pagination {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
.swiper_elements .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 1px;
    width: calc(100% - 79px);
}
.swiper_elements span.swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-lock {
    display: none;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    margin: 28px 0 10px 0;
}
.single_image_block.multiple_images {
    height: auto;
}
.image_no_swiper {
    height: auto;
    float: left;
    width: calc(50% - 14px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 359px;
}
.image_no_swiper.contain{
    background-size: contain;=
}
.full_width.case_study_image_block_containers.case_study_swipers_amount_1 .image_no_swiper {
    height: auto;
    float: left;
    width: 100%;
    min-height: 500px;
}
.case_study_swipers_amount_1 .swiper_container_float {
    float: left;
    height: 500px;
    width: 100%;
}
@media screen and (max-width: 1250px) {
    .swiper_container_float {
        height: 280px;
    }
    .image_no_swiper {
        min-height: 319px;
    }
    .full_width.case_study_image_block_containers.case_study_swipers_amount_1 .image_no_swiper {
        min-height: 390px;
    }
    .case_study_swipers_amount_1 .swiper_container_float {
        height: 390px;
    }
}
@media screen and (max-width: 1000px) {
    .swiper_container_float {
        height: 220px;
    }
    .image_no_swiper {
        min-height: 259px;
    }
}
@media screen and (max-width: 940px) {
    .case_study_image_block_containers {
        display: flex;
        flex-direction: column;
    }
    .case_study_swipers_amount_2 .single_image_block {
        width: 100%;
    }
    .single_image_block {
        height: auto;
    }
    .swiper_container_float {
        width: 100%;
        height: 280px;
        float: left;
    }
    .image_no_swiper {
        height: 320px;
        width: 100%;
    }
    .full_width.case_study_image_block_containers.case_study_swipers_amount_1 .image_no_swiper {
        min-height: 320px;
    }
    .case_study_swipers_amount_1 .swiper_container_float {
        height: 320px;
    }
}
@media screen and (max-width: 639px) {
    .image_no_swiper {
        height: 250px;
        width: 100%;
    }
    .swiper_container_float {
        height: 250px;
    }
    .full_width.case_study_image_block_containers.case_study_swipers_amount_1 .image_no_swiper {
        min-height: 260px;
    }
    .case_study_swipers_amount_1 .swiper_container_float {
        height: 260px;
    }
}
@media screen and (max-width: 500px) {
    .swiper_container_float {
        height: 240px;
    }
}