.gallery {
    margin-top: 180px;
}

.gallery__wrapper {
    display: flex;
    flex-direction: column;
}

.gallery__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

    .gallery__items:last-child {
        margin-bottom: 0;
    }

.gallery__content {
    margin-bottom: 50px;
    width: 30%;
}

.gallery__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gallery__content p {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    text-align: justify;
}

.gallery__slider {
    width: 65%
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.swiper2 .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate(0) !important;
    justify-content: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper1 {
    width: 100%;
    height: 450px
}

    .swiper1 img {
        object-fit: contain;
    }

.swiper2 {
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

    .swiper2 .swiper-slide {
        width: 80px;
        height: 80px;
        opacity: 0.4;
        margin: 0 0 10px 0;
    }

.swiper-free-mode > .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.swiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next {
    right: 20px
}

.swiper-button-prev {
    left: 20px;
}

    .swiper-button-next img, .swiper-button-prev img {
        background: #fff;
        border-radius: 50%;
    }

    .swiper-button-prev img {
        transform: rotate(180deg);
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        content: ""
    }

@media (max-width: 1199.99px) {
    .gallery {
        margin-top: 130px;
    }

    .gallery__items {
        margin-bottom: 100px;
    }
}

@media (min-width: 1024.99px) {
    .gallery__content {
        position: sticky;
        height: 100%;
        top: 100px;
    }
}

@media (max-width: 1024.99px) {
    .gallery__items {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .gallery__content, .gallery__slider {
        width: 100%;
    }

    .swiper-button-next img, .swiper-button-prev img {
        width: 40px;
        height: 40px;
    }

    .swiper1 {
        height: 450px;
    }

    .swiper2 .swiper-slide {
        width: 85px;
        height: 85px;
    }
}


@media (max-width: 767.99px) {
    .gallery {
        margin-top: 100px;
    }

    .gallery__items {
        margin-bottom: 40px;
    }

    .gallery__title {
        margin-bottom: 20px;
    }

    .gallery__content {
        margin-bottom: 25px;
    }

        .gallery__content p {
            font-size: 14px;
        }

    .swiper-button-next {
        right: 10px
    }
   
    .swiper-button-prev {
        left: 10px;
    }

    .swiper2 .swiper-slide {
        width: 50px;
        height: 50px;
        margin-right: 5px !important; 
    }
}
