._VideoSlider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

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

.vs-video-voile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #041c2cba;
    background-image: url(/assets/images/sections/video_slider/back_dots.png);
    background-size: 80px;
    opacity: 0.6;
}

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

.vs-video-wrap .header-video {
    position: absolute;
    min-width: 100vw;
    min-height: 700px;
   /* 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;
    margin: 8vh 0;
    justify-content: space-between;
}

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

.vs-title-2 {
    font-size: 19px;
}

.vs-title-3 {
    font-size: 51px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 180px;
    margin-bottom: 25px;
    display: flex;
    color: #fff;
    align-items: center;
}

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;
}

a.vs-button:hover, .vs-button:active {
    text-decoration: none;
}

.vs-nav {
    width: 100%;
    text-align: center;
    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;
    width: 100%;
}

.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;
}

.vs-slide-mobil {
    display: none;
}

._VideoSlider .vs-button.btn {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

._VideoSlider .vs-button.btn:hover {
    box-shadow: none;
    border-color: #fff;
    color: #00264c;
    background-color: rgba(255, 255, 255, 1);
}

@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) {
    ._VideoSlider .vs-title-3 {
        font-size: 40px;
    }

    ._VideoSlider .vs-title-1 {
        width: 175px;
    }

    ._VideoSlider .vs-title-2 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    ._VideoSlider .vs-title-3 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    ._VideoSlider .vs-dynamic {
        animation: none;
    }
    .vs-video-wrap.items-slider video {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .vs-slide-down i:hover {
        animation: none;
        background: transparent;
    }

    .down-arrow-Pc {
        display: none;
    }

    .vs-dynamic {

    }

    .vs-line-1 {
        height: 100%;
    }

    section ._VideoSlider {

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .vs-buttonWrapper {
        justify-content: space-between;
    }

    .vs-slide-down {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    .vs-slide-mobil {
        display: flex;
    }

    .vs-button.btn.black {
        margin-top: 0;
        border: 10px solid #fff;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        align-items: center;
        width: auto;
        line-height: 24px;
        height: 89px;
        padding: 0 65px;
    }

    .vs-slide-mobil.vs-slide-down i {
        margin: 0;
        position: relative;
        width: auto;
        height: auto;
        font-size: 64px;
        border: none;
    }

    .vs-slide-down.vs-slide-mobil {
        width: 98px;
        margin: 0;
        position: relative;
        width: 89px;
        height: 89px;
        margin-right: 15px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 6px solid rgba(255, 255, 255, 0.6);
    }


    section .vs-nav > div {
        padding: 20px;
        margin: 0 12px;
    }

    ._VideoSlider .vs-title-1 {
        width: 190px;
    }

    ._VideoSlider .vs-title {
        margin-top: 46px;
        height: auto;
        margin-bottom: 0;
    }

    .vs-logo {
        display: inline-block;
    }

    ._VideoSlider .vs-title-2 {
        font-size: 24px;
        font-weight: lighter;
        margin-top: 10px;
        opacity: 0.6;
    }

    section ._VideoSlider .vs-title-3 {
        margin-bottom: 0;
    }

    ._VideoSlider .vs-title-3 {
        font-size: 46px;
        margin: 30px 0;
        color: #fff;
    }

    .vs-dynamic-wrap,
    .vs-dynamic {
        margin-bottom: 20px;
    }

    .vs-buttonWrapper {
        margin-top: 40px;
    }


}

@media (max-width: 600px) {
    ._VideoSlider .container {
        padding-left: 25px;
    }
    .vs-title-3 {
        margin-right: 40px;
    }

    .vs-nav {
        padding-left: 0;
        padding-right: 20px;
    }
}

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

    ._VideoSlider .vs-title {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .vs-button.btn.black {
        padding: 0 40px;
    }

    .vs-slide-down.vs-slide-mobil {
        width: 70px;
        font-size: 22px;
    }

    .vs-slide-down.vs-slide-mobil,
    .vs-button.btn.black {
        height: 70px;
        border: 6px solid #fff;
    }

    .vs-slide-down.vs-slide-mobil {
        border: 6px solid rgba(255, 255, 255, .15);
    }

    .vs-slide-mobil.vs-slide-down i {
        font-size: 53px;
    }


    ._VideoSlider .vs-title-1 {
        width: 165px;
    }

    section .vs-nav > div {
        padding: 20px;
        margin: 0 8px;
    }

}


@media (max-width: 450px) {
    ._VideoSlider {
        min-height: 100vh;
    }

    .vs-video-wrap {
        min-height: 100vh;
    }

    .vs-video-wrap .header-video {
        min-height: 100vh;
    }

    ._VideoSlider .vs-title-3 {
        font-size: 26px;
        line-height: 35px;
    }

    ._VideoSlider .vs-title-1 {
        width: 150px;
    }

    ._VideoSlider .vs-title-2 {
        line-height: 22px;
    }

}

@media (max-width: 400px) {
    ._VideoSlider .vs-title-1 {
        width: 100px;
    }

    ._VideoSlider .vs-title-3 {
        font-size: 30px;
        line-height: 30px;
    }

    ._VideoSlider .vs-title-2 {
        font-size: 16px;
    }
}

@media (max-width: 380px) {

    ._VideoSlider .vs-title-1 {
        width: 120px;
    }

    .vs-slide-down.vs-slide-mobil {
        width: 50px;
        font-size: 22px;
    }

    .vs-slide-down.vs-slide-mobil,
    .vs-button.btn.black {
        height: 50px;
        border: 4px solid #fff;
    }

    .vs-slide-down.vs-slide-mobil {
        border: 3px solid rgba(255, 255, 255, .6);
    }

    .vs-slide-mobil.vs-slide-down i {
        font-size: 37px;
    }

    .vs-button.btn.black {
        padding: 0 20px;
        font-size: 18px;
    }

    section .vs-nav > div {
        padding: 13px;
        margin: 0 7px;
    }

    ._VideoSlider .vs-title-3 {
        margin-bottom: 100px;
    }


    ._VideoSlider .vs-title-3 {
        margin-top: 0;
        min-height: 120px;
    }
}