#header{
    background: url("../images/bg-header.jpg") no-repeat ;
    background-position: top center;
    background-size:100%;
}

.header{
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
}
.header:before{
    content: " ";
    width: 650px;
    height: 515px;
    background-size: 100%;
    background: url(../images/bg-header-2.jpg) no-repeat;
    position: absolute;
    bottom: 99px;
    left: -314px;
    z-index: 9;
}
.header:after{
    content: " ";
    width: 650px;
    height: 515px;
    background-size: 100%;
    background: url(../images/bg-header-2.jpg) no-repeat;
    position: absolute;
    bottom: 99px;
    right: -314px;
    z-index: 9;

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.logo{
    position: absolute;
    left: 100px;
    top: 0;
}

.header-botton{
    position: absolute;
    right: 35px;
    top: 60px;
    width: 142px;
    height: 41px;
    line-height: 41px;
    font-family: 'Roboto';
    color: #000000;
    font-size: 15px;
    background: url("../images/bg-button-1.png") no-repeat center;
    text-align: center;
}

.solo-gan-header{
    text-align: center;
    margin-bottom: 45px;
}

.item-header{
    font-family: 'Myriad Pro Condensed';
    width: 216px;
    height: 184px;
    background: url("../images/bg-item-header.png") no-repeat;
    font-weight: bold;
    background-position: center;
    padding: 25px 12px;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    line-height: 1.2;
}

.list-item-header{
    padding-left: 135px;
    padding-right: 135px;
}

.list-item-header{
    margin-bottom: 35px;
    position: relative;
    z-index: 10;
}

.button-header-2{
    text-align: center;
}

.button-header-2 a{
    width: 393px;
    height: 138px;
    line-height: 138px;
    background: url("../images/bg-button-2.png") no-repeat;
    color: #ffffff;
    font-size: 31px;
    font-family: 'Roboto';
    font-weight: 900;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.clouds-header{
    width: 176px;
    height: 44px;
    background: url("../images/clouds.png") no-repeat;
    position: absolute;
    z-index: 999;
}

.clouds-header-1{
    bottom: 92px;
    left: 31%;
}

.clouds-header-2{
    bottom: 114px;
    right: 26%;
}
@media screen and (max-width: 1024px){
    .logo {
        left: 30px;
    }
    .list-item-header {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 800px){
    .logo{
        top: -65px;
        left: 0;
    }
    .header-botton{
        right: 0;
        top: 36px;
    }
    #header{
        background-size: auto;
    }
    .header{
        padding-top: 200px;
    }
    .list-item-header{
        padding-left: 135px;
        padding-right: 135px;
    }
    .item-header{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .header:after,.header:before{
        display: none;
    }
    .solo-gan-header{
        margin-bottom: 15px;
    }
    .button-header-2 a{
        position: relative;
        z-index: 99999;
    }
}

@media screen and (max-width: 600px){
    .list-item-header{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 480px){
    .logo {
        top: -25px;
        left: 0;
        width: 75px;
    }
    .header {
        padding-top: 100px;
    }
    .list-item-header {
         padding-left: 0;
         padding-right: 0;
    }
    .item-header{
        width: 100%;
        background-size: 100%;
        font-size: 15px;
    }
    .col-item-header{
        padding: 0;
    }
    .item-header{
        margin-bottom: 0;
        height: 166px;
    }

    .button-header-2 a{
        width: 240px;
        height: 80px;
        background-size: 100%;
        line-height: 85px;
        font-size: 19px;
    }
    .clouds-header{
        display: none;
    }
    .button-header-2 a{
        position: relative;
        z-index: 99;
    }

}



