body.bg-video .bg-shablon {
    background:url("/themes/classic/img/video-bg.jpg") center top no-repeat #ffffff;
    background-size: cover;
    height: 600px;
}

.script-head {
    letter-spacing: 8px;
    margin: 170px 0;
}
@media (max-width: 1400px) {
    .script-head {
        margin: 60px 0 120px 0;
    }
    .connected-script {
        bottom: 30px;
    }
}
@media (max-width: 1100px) {
    .script-head {
        margin: 20px 0 100px 0;
    }
    .header-promo p {
        margin-bottom: 30px;
    }
    .connected-script {
        bottom: 23px;
    }
}
@media (max-width: 890px) {
    .script-head {
        margin: 0 0 70px 0;
    }
    .header-promo p {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 700px) {
    .script-head {
        margin: 0 0 70px 0;
    }
    .connected-script {
        bottom: 50px;
    }
}
@media (max-width: 450px) {
    .script-head {
        margin: 0 0 60px 0;
    }
    .connected-script {
        position: relative;
        right: 0;
        bottom: 80px;
    }
}

.video-head {
    letter-spacing: 14px;
    margin: 230px 0;
}
.connected {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 60px;
    font-style: italic;
    opacity: 0.5;
}
.connected-script {
    position: absolute;
    right: 0;
    bottom: 55px;
    margin-right: 60px;
    font-style: italic;
    opacity: 0.5;
}
@media (max-width: 1400px) {
    .video-head {
        margin: 160px 0;
    }
}
@media (max-width: 1100px) {
    .video-head {
        margin: 125px 0;
    }
}
@media (max-width: 700px) {
    .video-head {
        margin: 100px 0;
    }
    .connected {
        position: relative;
        margin-right: 0;
    }
}

.header-promo {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.header-promo p {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: normal;
}
.header-promo p.header-button {
    margin-top: 2.5em;
    margin-bottom: 0;
}
.header-promo p.header-button a {
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
    line-height: 48px;
    color: #000;
    background: #ffbb33;
    text-decoration: none;
    border-radius: 3px;
}
@media (max-width: 60rem) {
    .header-promo p {
        font-size: 18px;
    }
}

body.dark .bg-shablon { margin-bottom: 0 !important; }