#header{
    padding-bottom: 50px;
}

.left-header{
    background: url(../images/bg-header.jpg) no-repeat;
    background-size: 100%;
    height: 634px;
    color: #FFFFff;
    padding: 15px 50px 0 87px;
    position: relative;
    margin-right: -22px;
    padding-bottom: 71px;
}

.wapper-conent-left-header{
    position: relative;
}

.wapper-conent-left-header:before{
    content: " ";
    width: 65px;
    height: 61px;
    background: url(../images/bg-icon-box1.png) no-repeat;
    position: absolute;
    top: -58px;
    left: -35px;
    background-size: 100%;
}

.wapper-conent-left-header:after{
    content: " ";
    width: 65px;
    height: 61px;
    background: url(../images/bg-icon-box1.png) no-repeat;
    position: absolute;
    bottom: -26px;
    right: 78px;
    background-size: 100%;
    transform: rotate(180deg);
}

.line1-header{
    font-size: 39px;
    font-family: 'Roboto';
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    margin-bottom: 75px;
}

.line1-header:after{
    content: " ";
    width: 153px;
    height: 18px;
    background: #f7941d;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.line2-header{
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.line3-header{
    font-size: 18px;
    font-family: 'Roboto';
    line-height: 1.3;
    font-weight: 300;
}

.line3-header{
    margin-bottom: 20px;
}

.line4-header{
    color: #f7941d;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: bold;
}

.line5-header{
    color: #FFFFff;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: bold;
}

.title-right-header{
    color: #f7941d;
    font-size: 44px;
    font-family: 'Roboto';
    font-weight: 300;
}

.title-right-header b{
    font-weight: 900;
    color: #000000;
}

.right-header{
    padding-top: 140px;
    padding-left: 22px;
}

.homebutton{
    margin-bottom: 107px;
}
.homebutton a{
    color: #FFFFff;
    font-weight: bold;
    text-transform: uppercase;
}
.title-right-header{
    margin-bottom: 50px;
}

.content-right-header{
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 1.9;
}

@media only screen and (max-width : 1024px) {
    .left-header:after{
        bottom: 95px;
        right: 30px;
    }
}

@media only screen and (max-width : 768px) {
    .left-header{
        margin-right: -15px;
        margin-left: -15px;
        background: url(../images/bg-header-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 27px 34px;
        height: auto;
    }
    .wapper-conent-left-header:before{
        width: 39px;
        height: 32px;
        top: 17px;
        left: 15px;
    }
    .wapper-conent-left-header:after{
        width: 39px;
        height: 32px;
        bottom: 36px;
    }
    .wapper-conent-left-header{
        background: rgba(0,0,0,0.5);
        padding: 60px 30px 80px;
    }
    .right-header{
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #header{
        padding-bottom: 0;
    }
    .title-right-header{
        font-size: 30px;
        margin-bottom: 25px;
    }
    .wapper-conent-left-header:after{
        right: 8px;
        bottom: 70px;
    }
    .line1-header{
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .homebutton{
        margin-bottom: 15px;
    }
    .line3-header{
        font-size: 12px;
        margin-bottom: 65px;
    }
    .line1-header:after{
        height: 7px;
        bottom: -14px;
    }
}

