body {
    overflow-x: hidden;
}

.quality {
    /*transform: rotate(2deg);*/
    position: relative;
    /*background-color: #921717;*/
    /*background: url(http://images.ru.prom.st/222507240_2015_10_02_13.29.15.jpg) no-repeat fixed;*/
    background: rgba(146, 23, 23, 0.9);
    z-index: 5;
    padding: .5rem 0 3rem;
    margin: 6rem 0 0 0;
}

.quality:before {
    content: '';

    height: 143px;
    width: 100%;
    background: url(images/template/install.png) no-repeat center;
    position: absolute;
    left: 0;
    top: -143px;
    z-index: -1;
}

.quality > .row {
   /* transform: rotate(-2deg);*/
}

.quality h2, .quality .attention {
    color: #FFF;
}

.attention {
    border: 1px solid #FFF;
    padding: 2rem;
    margin-top: 2rem;
}
.attention > strong {
    font-size: 1.5rem;
}

.attention strong {
    margin-bottom: 1rem;
    color: #FFF;
}

.attention p {
    font-weight: 300;
}

.more-info {
    text-align: center;
    font-weight: 300;
    font-size: 1.2rem;
    border: 1px solid #CCC;
    padding: 1rem;
    max-width: 80%;
    margin: 1rem auto;
}

.install {
    background: url(images/template/install.jpg) no-repeat fixed;
    background-size: cover;
    position: relative;
    color: #FFF;
    padding-bottom: 0;
}

.install h2, .install h4, .install h2 strong {
    color: #FFF;
}


.install h2 strong {
    display: block;
    font-weight: 900;
}

.sertifications {
    background: #EAEAEA;
}

.sertifications img {
    border: 10px solid #FFF;
    max-height: 450px;
}
.medium-3 a {
    color: #222;
    text-decoration: none;
}