.b-two-columns-page__right-column {
    display: none;
}

.b-two-columns-page__left-column {
    width: 100% !important;
}

.b-images--gallery {
    padding-top: 0;
    height: 216px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.b-images__picture {
    border-radius: 8px;
}

.b-card--gallery .b-card__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b-gallery__head {
    display: none;
}

.b-popup-gallery__video-wrap {
    max-width: 904px;
    margin-bottom: 24px;
}

.b-popup-gallery__info-wrap {
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
}

.b-popup-gallery__slide {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}

.b-popup-gallery__arrows-wrap .swiper-button-next,
.b-popup-gallery__arrows-wrap .swiper-button-prev {
    border: none;
    background-color: transparent;
    width: 56px;
    height: 56px;
    padding: 0;
}

.b-popup-gallery__arrows-wrap .swiper-button-next::after,
.b-popup-gallery__arrows-wrap .swiper-button-prev::after,
.b-popup-gallery__arrows-wrap .swiper-button-next::before,
.b-popup-gallery__arrows-wrap .swiper-button-prev::before {
    display: none;
}

.b-popup-gallery__slide .b-popup-gallery__description {
    margin-bottom: 0;
}

.b-popup--gallery .b-popup__close{
    z-index: 2;
    cursor: pointer;
}

.b-video .plyr--full-ui.plyr--video .plyr__control--overlaid{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    z-index: 3;
    height: 50px;
    border: none;
    cursor: pointer;
    margin-top: -25px;
    margin-left: -25px;
}

.b-video .plyr__control--overlaid:before{
    font-size: 30px;
}

.b-video .plyr--full-ui.plyr--video .plyr__control--overlaid .plyr__sr-only,
.b-video .plyr--full-ui.plyr--video .plyr__control--overlaid.plyr__control--pressed{
    display: none;
}

.b-video.b-video--file .plyr__controls{
    display: none;
}

.b-video .plyr__poster{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.b-video .plyr--playing .plyr__poster{
    display: none;
}

@media (max-width: 1024px) {
    .b-popup-gallery__arrows-wrap{
        display: none;
    }
}

@media (max-width: 768px) {
    .b-images--gallery {
        height: 184px;
    }

    .b-card-list__item {
        margin-bottom: 24px;
    }
}