header {
    background: #1c6adb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1c6adb 0%, #115dcb 42%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6adb), color-stop(42%,#115dcb));
    background: -webkit-linear-gradient(top, #1c6adb 0%,#115dcb 42%);
    background: -o-linear-gradient(top, #1c6adb 0%,#115dcb 42%);
    background: linear-gradient(to bottom, #1c6adb 0%,#115dcb 42%);
}


div.header{
    /* «включаем» FlexBox режим */
    display: flex;

    /* Размещаем элементы внутри шапки */
    justify-content: space-between;

    /* Выравниваем элементы вертикально посередине*/
    align-items: center;






}

div.phone b {
    font-size:38px; font-weight:500;
}



@media (max-width: 450px){
    div.header{
        /* Изменяем направление оси в шапке на вертикальное */
        flex-direction: column;

        /* Выравниваем элементы в «шапке» влево */
        align-items: flex-start;
    }

    header {

    }

    div.phone b {  font-size:24px; font-weight:500;

    }

}
















@media (min-width: 320px) and (max-width: 412px) {

div.right1 {
    min-width:100%;
    color:#135FCD;
    font-size:22px;
    font-family: 'Cuprum', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align:center;

}


div.right1-content {
    padding:20px;
}


div.left1 {
    min-width:100%;
}



div.img {
    width:100%;
    margin:0 auto;
    height:100%;
    text-align:center;
    max-height:140px;
    min-width:100%;
}

div.img img{
    width:100%;
    max-width:200px;

}

div.text {
    all: inherit;
width:100%;
font-size:16px;
line-height:1.3;
text-align: justify;

}


div.offers-div {
    width:100%;
}






}

















body {
    margin:0px;
    padding:0px;
   font-family: 'Roboto', sans-serif;

}

.header {
    background: #1c6adb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1c6adb 0%, #115dcb 42%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6adb), color-stop(42%,#115dcb));
    background: -webkit-linear-gradient(top, #1c6adb 0%,#115dcb 42%);
    background: -o-linear-gradient(top, #1c6adb 0%,#115dcb 42%);
    background: linear-gradient(to bottom, #1c6adb 0%,#115dcb 42%);
    height:100%;
    display: block;
    padding:20px;
}


footer.footer {
    background: #1c6adb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1c6adb 0%, #115dcb 42%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6adb), color-stop(42%,#115dcb));
    background: -webkit-linear-gradient(top, #1c6adb 0%,#115dcb 42%);
    background: -o-linear-gradient(top, #1c6adb 0%,#115dcb 42%);
    background: linear-gradient(to bottom, #1c6adb 0%,#115dcb 42%);
    height:100%;
    display: block;
     width:100%;
}








div.body {
    width:100%; max-width:1120px; margin:0 auto;
}



div.left1 {
    width:50%;
    float:left;
}

div.right1 {
    width:50%;
    float:right;
    color:#135FCD;
    font-size:26px;
    font-family: 'Cuprum', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align:center;
}

.offers1, .offers2, .offers3, .offers4,.offers5 {
    width:100%; max-width:1120px;
}


.offers1 {
    background-color: #E6E6E6;
    height:100%;
    max-height:140px;
}

.offers1 div.img {
    float:left;
    width:100%;
    max-width:140px;
    margin-right:20px;
}

.offers1 div.img img{
    width:100%;
    max-width:140px;
}

div.text {
display: table-cell;
vertical-align: middle;


font-size:16px;
line-height:1.3;
}



.offers2 {
    height:100%;
    max-height:140px;
}

div.img {
    float:left;
    width:100%;
    max-width:140px;
    margin-right:20px;
}

div.img img{
    width:100%;
    max-width:140px;
}


div.offers-div {
    padding:20px;  display: table-cell; height:100%; vertical-align: middle;
}


div.img {
    float:left;
    width:100%;
    max-width:140px;
    margin-right:20px;
    display: table-cell;
    height:100%;
    vertical-align: middle;
}

div.img img {

    width:100%;
    max-width:140px;

}



h3 {
    font-size:36px;
    text-align: center;
    color:#135FCD;
}

.offers3, .offers5 {
    background-color: #E6E6E6;
    height:100%;
}




/* clearfix сбрасывает float*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}








footer/footer {
    width:100%;
}

div.footer {
    width:100%;
    max-width:1120px;
    margin:0 auto;
}

div.footer-1 {
    max-width:100%;
    padding:20px;
}



div.footer-left1 {
    color:#FFF;
    float:left;
    width:100%;
    max-width:45%;

}

div.footer-left1 span {
    white-space: pre-wrap;
}


div.footer-left1 a {
    color:#FFF;
}


div.footer-right1 {
    float:right;
    width:100%;
    max-width:45%;
    text-align:right;
}



.section-2 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 25px; background-color:#E0E0E0;
}

span.box {
    color:#135FCD; font-size:32px;
}

@media (max-width: 450px){
    .section-2 span.box {
        font-size:26px;
}

}




.cid-r3CYF18t1J {
    padding-top: 135px;
    padding-bottom: 45px;
    background-image: url(../images/main-img.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



































