.gallery_block .common-title.title_align_center {
    text-align: center;
}
.gallery_block .title_wrap {
    padding-bottom: 111px;
}
.galler-img {
    width: 50%;
    /*height: 700px;*/
    height: auto;
    margin: 0 auto;
    aspect-ratio: 3 / 2;
    text-align: center;
}
.galler-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.gallery-swiper {
    overflow: hidden;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    position: relative;
    display: block;
    height: 56.25px;
    width: 56.25px;
}
.swiper-btn {
    display: flex;
    justify-content: center;
    gap: 26.25px;
    height: 100%;
    padding-top: 81px;
}

@media(max-width:1200px) {
    .galler-img {
        width: 100%;
    }
}

/*@media(max-width:992px) {
    .galler-img {
        height: calc(100vh - 222px);
        width: 100%;
        height: auto;
        width: 100vw;
    }
}*/
@media(max-width:768px) {
    .swiper-btn {
        padding-top: 50px;
    }
    .gallery_block .title_wrap {
        padding-bottom: 69px;
    }
}
