.constructor-gallery {
    padding: 60px 30px 50px;
}

.constructor-gallery .maxwidth-theme{
    max-width: 872px;
}
.constructor-gallery__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #333333;
    margin-bottom: 25px;
}

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

.constructor-gallery__tabs {
    width: max-content;
    display: flex;
    margin: 0 auto;
    border: 1px solid #EEEEEE;
    border-radius: 3px 0 0 3px;
}

.constructor-gallery__tab {
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    background: #F6F6F6;
    padding: 0 26px;
}

.constructor-gallery__tab:first-child {
    border-right: 1px solid #EEEEEE;
}

.constructor-gallery__tab:not(.active) {
    cursor: pointer;
}

.constructor-gallery__tab.active {
    color: #3D60D4;
    background: #fff;
}

.constructor-gallery .tab-content {
    margin-top: 30px;
}

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

.constructor-gallery__video {
    /*padding-top: 56.25%;*/
    position: relative;
}

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

.constructor-gallery__images {
}

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


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

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

.constructor-gallery .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) {
    .constructor-gallery {
        padding: 60px 0 0;
    }

    .constructor-gallery__title {
        font-weight: 400;
        font-size: 24px;
        line-height: 145.9%;
        text-align: left;
        margin-bottom: 20px;
    }

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

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