.gallery-tabs {
    position: relative;
    overflow: hidden;
    padding: 60px 30px 50px;
    background: #F3F4F6;
}

.gallery-tabs .maxwidth-theme{
    /*max-width: 872px;*/
    background: transparent;
}
.gallery-tabs__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}

.gallery-tabs__sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

.gallery-tabs__tabs {
    width: max-content;
    display: flex;
    border: 1px solid #EEEEEE;
    border-radius: 3px 0 0 3px;
}

.gallery-tabs__tab {
    height: 23px;
    line-height: 23px;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    background: #F6F6F6;
    padding: 0 10px;
}

.gallery-tabs__tab:first-child {
    border-right: 1px solid #EEEEEE;
}

.gallery-tabs__tab:not(.active) {
    cursor: pointer;
}

.gallery-tabs__tab.active {
    color: #3D60D4;
    background: #fff;
}

.gallery-tabs .tab-content {
    margin-top: 9px;
}

.gallery-tabs .tab-content:not(.active) {
    display: none;
}

.gallery-tabs__video {
    /*padding-top: 56.25%;*/
    position: relative;
}

.gallery-tabs__video iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-tabs__images {
}

.gallery-tabs .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 435px;
    object-fit: cover;
}


/**/
.gallery-tabs .owl-carousel.short-nav:hover .owl-nav,
.gallery-tabs .owl-carousel.visible-nav .owl-nav {
    left: 0;
    right: 0;
}

.gallery-tabs .owl-carousel.dots-in-slider .owl-dots {
    position: relative;
    margin-top: 20px;
}

.gallery-tabs .owl-theme .owl-dots .owl-dot span{
    width: 12px !important;
    height: 12px !important;
    border: 2px solid rgba(61, 96, 212, 0.1);
    background: #fff;
}


@media (max-width: 992px) {
    .gallery-tabs {
        padding: 60px 0;
    }

    .gallery-tabs__title {
        font-weight: 400;
        font-size: 32px;
        line-height: 39px;
        text-align: left;
        margin-bottom: 30px;
    }

    .gallery-tabs__sub-title {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 138.9%;
        text-align: left;
    }

    .gallery-tabs .owl-carousel .owl-item img {
        height: auto;
    }
}