header {
    height: 830px;
}

header .after {
    height: 67px;
    background: url(../img/slider_after_bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.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;
}

.header-after-block .title {
    font-size: 24px;
    font-weight: 700;
}

.header-after-block .span7 .text {
    border-left: 2px solid #face01;
    padding-left: 50px;
    font-size: 17px;
    line-height: 1.6em;
}

.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;
        width: 80%;
        margin: auto;
    }
}

@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;
    }
}


