header {
    height: 830px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

header .after {
    height: 67px;
    background: url("../img/slider_after_bg.png") no-repeat;
    background-size: cover;
    background-position: center bottom;

    display:none;
}

.info-slide {
    display: block;
    align-items: center;
    text-align: center;
    background: #fdb713;
    margin-top: -100px;
    padding: 20px;
    border-radius: 5px;
}

.info-slide .item {
    margin-left: 5px;
    margin-right: 5px;
}

.scenario-video {
    margin: 15px;
    padding: 15px;
    text-align: center;
    margin-top: 0;
}

.scenario-video iframe {
    width: 90%;
    height: 250px;
}

.header-main {
    z-index: 3;
    text-align: center;
    top: 175px;
}

.header-after-block {
    background: #fdb713;
    color: #1e1a16;
    overflow: auto;
    padding: 80px 0;
    line-height: 24px;

    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.block-two__cards-content {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.header-after-block .title {
    font-size: 24px;
    font-weight: 700;
}

.header-after-block .scenario-title {
    font-size: 24px;
    font-weight: 700;
}

.header-after-block .description {
    border-top: 2px solid #face01;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 17px;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 15px;
}

.header-after-block .span7 .text {
    border-left: 2px solid #face01;
    padding-left: 50px;
    font-size: 17px;
    line-height: 1.6em;
    text-align: justify;
}

.item-block .angle.bottom-left, .item-block .angle.bottom-right, .item-block .angle.top-left, .item-block .angle.top-right {
    border-color: #facd02;
}

@media screen and (max-width: 1599px) {
    header {
        height: 610px;
    }

    .header-main {
        top: 80px;
    }
}

@media screen and (max-width: 1359px) {
    .header-main {
        top: 60px;
    }
}

@media screen and (max-width: 1199px) {
    header {
        height: 430px;
    }

    .header-block-info {
        width: 95%;
    }

    .header-main {
        top: 5px;
    }

    .header-main img {
        width: 210px;
    }
}

@media screen and (max-width: 991px) {
    header {
        height: 390px;
    }

    .header-main img {
        width: 160px;
    }
}

@media screen and (max-width: 784px) {

    .header-main {
        top: 60px;
    }
}

@media screen and (max-width: 679px) {
    header {
        height: 270px;
    }

    header:before {
        height: 90px;
    }

    .header-after-block .span7 .text {
        border-top: 2px solid #face01;
        border-left: none;
        padding-left: 15px;
        margin-top: 15px;
        padding-top: 15px;

    }

    .header-main {
        font-size: 40px;
    }
}

@media screen and (max-width: 450px) {

    .header-main {
        font-size: 32px;
    }
}


