.frames__images {
    display: none;
}

.frame {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -26%;
    margin: 0 auto;
    transition: all 1s ease-out;
}

.frame img {
    width: auto;
    height: 100%;
    display: none;
}

.frame img.active {
    display: block;
}

.frame_increased {
    bottom: 0 !important;
}

.frame_hidden {
    opacity: 0;
    visibility: hidden;
}

.frames .main__button {
    animation: none;
    cursor: default;
}

.frames {
    position: relative;
    height: 100vh;
    min-height: 650px;
}

.frames .main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
}

.frames .container,
.frames .main__layer1,
.frames .main__layer3,
.frames .main__button {
    opacity: 1;
    transition: all 1s ease-out;
}

.frames .main_hidden .container,
.frames .main_hidden .main__layer1,
.frames .main_hidden .main__layer3,
.frames .main_hidden .main__button {
    opacity: 0;
    visibility: hidden;
}

.frames .main__layer2 {
    display: none;
}

.frames .slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-out;
}

.frames .slider .owl-stage {
    display: flex;
    align-items: center;
}

.frames .slider_visible {
    opacity: 1;
    visibility: visible;
}

.frames .slider__dots {
    top: calc( (100vh - 450px - 76px) / 2 + 76px);
}

.frames .slider__slide {
    width: 100vw;
}

/*.frames .slider__dots:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*}*/

.frames .slider__wrapper {
    padding: 76px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.frames .slider__image {
    display: none;
}

.frames .slider__image_pos8 {
    display: block;
    transform: translate(0, -13px);
}

.frames .slider__caption {
    margin-top: 0;
}

.frames .slider__range {
    transform: translate(0, -13px);
}

.frames .slider__carousel {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-out;
}

.frames .slider__carousel_visible {
    opacity: 1;
    visibility: visible;
}

.frames__progress {
    z-index: 1;
    position: absolute;
    height: 2px;
    left: 0;
    top: 0;
    background: #06F;
}

.frames__progress.active {
    transition: width 1s linear;
}

@media only screen and (max-width: 1919.98px) {
    .frame {
        bottom: -37%;
    }

    .main__button {
        /*display: none;*/
    }
}

@media only screen and (max-width: 1439.98px) {
    .main__text {
        margin-top: 15px;
    }

    .frame {
        bottom: -42%;
    }
}

@media only screen and (max-width: 1309.98px) {
    .frame {
        display: none;
    }

    .frames .main__layer2 {
        display: block;
    }
}

@media only screen and (max-width: 769.98px) {

}

@media only screen and (min-width: 1920px) {
    .header .container {
        width: 1510px;
    }
}