@import '../reset/reset.css';
/*Start common*/
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
body {
    line-height: 1.5;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    background-color: #eff3f8;
}
h1 {
    margin: 0;
    font-size: 38px;
    color: #465b90;
    text-align: center;
    font-weight: 700;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.4;
}
p {
    margin: 9px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.4;
}
a:focus,
a {
    text-decoration: none;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.block {}
.block__row {
    background-color: #ffffff;
}
.block__column {
    margin: 0 auto;
    padding: 66px 40px 28px;
    width: 940px;
}
/*End common*/

/*Start features*/
.block__row.block__row--features {}
.block__row.block__row--features .block__column {
    padding: 89px 0 67px;
}
.letter-spacing_1 {letter-spacing: -1px;}
.features {
    margin: 45px auto 0 auto;
    width: 852px;
}
.features h1 {
    font-size: 36px;
}
.features p {
    font-size: 24px;
    line-height: 34px;
}
.features__label span {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-right: 17px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    background-color: #465b90;
}
.features__img {
    margin: 27px 0 27px;
    background: url('../../images/ro/install/sprites.png') 0 0 no-repeat transparent;
    cursor: pointer;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.2);
    width: 377px;
    height: 277px;
}
.features__left {
    float: left;
    width: 377px;
}
.features__left .features__img {}
.features__right {
    float: right;
    width: 377px;
}
.features__right .features__img {background-position: -377px 0;}
@media screen and (max-width: 860px) {
    .features {
        width: auto;
    }
    .features__right,
    .features__left {
        float: none;
        margin: 0 auto;
    }
    .features__right {
        margin-top: 40px;
    }
}
/*End features*/

/*Start reason*/
.block__row.block__row--reason {background-color : #f2f6ff;}
.block__row.block__row--reason .block__column {
    padding: 78px 0 52px;
}
.reasons {
    margin: 35px 0 0 0;
    text-align: center;
}
.reasons__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 13px;
    width: 164px;
}
.reasons__txt {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    word-break: break-word;
}
.reasons__img {
    margin: 0 auto;
    height: 84px;
    background: url('../../images/ro/install/sprites.png') 0 0 no-repeat transparent;
    background-position-y: -307px;
    display: inline-block;
}
.reasons__item:nth-child(1) .reasons__img {
    width: 78px;
    background-position-x: 0px;
}
.reasons__item:nth-child(2) .reasons__img {
    width: 78px;
    background-position-x: -166px;
}
.reasons__item:nth-child(3) .reasons__img {
    width: 78px;
    background-position-x: -332px;
}
.reasons__item:nth-child(4) .reasons__img {
    width: 76px;
    background-position-x: -515px;
}
.reasons__item:nth-child(5) .reasons__img {
    width: 69px;
    margin-right: 0;
    background-position-x: -702px;
}
/*End reason*/

/*Start trouble*/
.block__row.block__row--trouble {}
.block__row.block__row--trouble .block__column {
    padding: 70px 0 28px;
}
.trouble__tbl {
    display: table;
    margin: 34px auto;
    text-align: center;
    border-spacing: 24px 0;
    font-weight: 700;
}
.trouble__btn {
    border-radius: 30px;
    border: 2px solid #465b90;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    width: 255px;
    height: 61px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    color: #465b90;
    text-align: center;
    background-color: #f0fbff;
}
.trouble__btn:hover {
    color: #ffffff;
    background-color: #465b90;
    transition: all .4s;
    text-decoration: none;
}
/*End trouble*/
@media screen and (max-width: 940px) {
    .block__column {
        width: auto;
    }
}
/*Start header*/
/*End header*/

/*Start footer*/
.footer_container p {
    line-height: 1.5;
    font-weight: 400;
}
/*End footer*/