._VideoSlider {
    /*display: inline-block;*/
    width: 100%;

    /*min-height: 700px;*/
}

.vs-video-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*min-height: 700px;*/
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.clientImage  {
    width: 70%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.sliderProject .vs-title-2 {
    /*display: none;*/
}
.vs-video-voile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #041c2cba;
    background-image: url(/themes/steelman/assets/images/sections/video_slider/back_dots.png);
    background-size: 80px;
    opacity: 0.3;
}

.vs-video-wrap .header-video:not(:first-child) {
    display: none;
}

.vs-video-wrap .header-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
   /* margin-left: 50%;*/
    transform: translateX(-50%);
}

.vs-video-wrap .header-video.max-height {
    height: 100%;
}

.vs-line-1 {
    margin-top: 0;
}

.vs-title {
    display: flex;
    flex-direction: column;
    color: #fff;

}

.vs-title-1 {
    width: 220px;
    margin-bottom: 20px;
}

.vs-title-2 {
    font-size: 19px;
    /*margin-bottom: 104px;*/
}

.vs-title-3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

a.vs-button {
    width: 200px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 5px solid #fff;
    text-align: center;
    color: #fff;
}
.clientImage {
    height: 80px;
}
.sliderProject .vs-clientName {
    margin-bottom: 20px;
}
a.vs-button:hover, .vs-button:active {
    text-decoration: none;
}

.vs-nav {
    width: 100%;
    text-align: center;
    /*margin-top: -50px;*/
    margin-bottom: 42px;
    padding-left: 41px;
}

.vs-nav > div {
    display: inline-block;
    padding: 12px;
    border-radius: 50%;
    background: #ffffff4f;
    margin: 0 1px;
    cursor: pointer;
    transition: 300ms;
}

.vs-nav > div.active {
    background: #fff;
}

.vs-dynamic {
    animation: show_text_block ease-out 1000ms;
}

.vs-dynamic:not(:first-child) {
    display: none;
}

.vs-slide-down {
    height: 0;
    text-align: center;
}

.vs-slide-down i {
    position: absolute;
    margin-top: -120px;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    transition: 300ms;
}
.vs-slide-down i:hover {
    animation: slow_quake ease-in-out infinite 500ms;
    background: #ffffff21;
}

/*.sliderProject .vs-title-2,*/
/*.sliderProject .vs-title-3,*/
/*.sliderProject .vs-title-1{*/
/*    margin: 0;*/
/*}*/

/*.sliderProject .vs-title {*/
/*    justify-content: space-between;*/
/*    !*height: 80vh;*!*/
/*    !*margin: 10vh 0;*!*/
/*}*/

.sliderProject  .vs-line-1 {
    margin: 0;
}

.sliderProject .vs-title-3 {
    font-size: 50px;
}
.sliderProject .vs-clientName {
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.sliderProject .vs-dynamic {
    animation: none;
}

.sliderProject .vs-title-2 {
    font-size: 14px;
    text-transform: uppercase;
}
@keyframes show_text_block {
    from {
        margin-left: 100px;
    }
    to {
        margin-left: 0;
    }
}

@keyframes slow_quake {
    from {
        margin-top: -120px;
    }
    50% {
        margin-top: -110px;
    }
    to {
        margin-top: -120px;
    }
}
@media (max-width: 1400px) {
    .vs-title-3 {
        font-size: 55px;
    }
}
@media (max-width: 1300px) {
    ._VideoSlider {
        min-height: 700px;
    }
}
@media (max-width:  1200px) {
    .sliderProject .vs-title-3 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .sliderProject .vs-title-3 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .sliderProject .vs-title-2 {
        display: block;
    }
    .sliderProject .vs-title-1 {
        width: 180px;
    }
    .clientImage {
        min-width: 89px;
        max-height: 89px;
    }

    .sliderProject .vs-dynamic-wrap, .vs-dynamic {
        margin-bottom: 50px;
    }
    .no-nav .vs-nav {
        display: none;
    }

    section ._VideoSlider.sliderProject .vs-title-3 {
        margin-bottom: 30px;
        margin-top: 0;

        line-height: 36px;
        font-size: 32px;
    }
    .vs-slide-down i:hover {
        animation: none;
        background: transparent;
    }

}
@media (max-width: 600px) {
    .vs-title-3 {
        margin-right: 40px;
    }
    .vs-nav {padding-left: 0;padding-right: 20px;}
    /*.vs-slide-down {padding-right: 55px;}*/
}

@media (max-width: 576px) {
    .sliderProject .vs-title-3 {
        font-size: 28px;
    }

}

@media (max-width: 500px) {
    .clientImage {
        max-height: 70px;
    }
}
@media (max-width: 450px) {
    .sliderProject .vs-title-2 {
        text-transform: none;
    }
    ._VideoSlider {
        min-height: 100%;
    }
    .vs-video-wrap {
        min-height: 100%
    }
    .vs-video-wrap .header-video {
        min-height: 100%;
    }
    .sliderProject .vs-title-3 {
        font-size: 26px;
    }
    .sliderProject .vs-title-1 {
        width: 150px;
    }
}

@media (max-width: 400px) {
    .sliderProject .vs-title-1 {
        width: 100px;
    }
    .sliderProject .vs-title-3 {
        font-size: 20px;
    }
    .sliderProject .vs-title-2 {
        font-size: 14px;
    }
    section ._VideoSlider.sliderProject .vs-title-3 {
        margin-bottom: 30px;
        line-height: 32px;
    }
    .sliderProject .vs-clientName {
        font-size: 18px;
    }
}

@media (max-width: 380px) {
    .clientImage {
        max-height: 60px;
    }
    section ._VideoSlider.sliderProject .vs-title-3 {
        line-height: 34px;
        margin-bottom: 65px;
        font-size: 30px;
    }
    section ._VideoSlider.sliderProject .vs-dynamic {
        margin-top: 30px;
    }

    .sliderProject .vs-title-2 {
        font-size: 14px;
    }
    .sliderProject .vs-buttonWrapper {
        margin-top: 20px;
    }
}