.s-header {
    background: #f3f3f3;
    padding-bottom: 30px;
}


h1 {
    		font-size: 35px !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
        font-family: RobotoLight,sans-serif !important;
}

.s-area {
    background: #f3f3f3;
    padding-top: 0;
}

.s-section {
    padding: 50px 0;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.h2-block.decoration {
    position: relative;
    height: 96px;
    margin-bottom: 30px;
}

.h2-block.decoration h2 {
    background: url(../img/Bezymyanny-1.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 96px;
    line-height: 70px;
    width: auto;
    position: absolute;
    left: -37px;
    top: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 120px 0 50px;
}
.s-adv {
    background: #f3f3f3;
    padding-top: 0;
}


@media only screen and (max-width: 1200px)
.h2-block.decoration h2 {
    font-size: 30px;
    height: 80px;
    line-height: 62px;
}