.cont {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

header {
    text-align: center;
    background: #0f8edb;
    padding-bottom: 45px;
}
header img {
    padding: 34px 0 8px;
}
header h1 {
    font-size: 19.91px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}
header hr {
    width: 235px;
    border: none;
    background: #2c9cdf;
    height: 2px;
    margin-top: 23px;
    margin-bottom: 20px;
}
header h2 {
    font-size: 48.76px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}
header h3 {
    font-size: 28.91px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding: 18px 0 26px;
}
header h4 span {
    display: inline-block;
    background: #c32406;
    line-height: 40px;
    font-size: 32.77px;
    color: #FFFFFF;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    padding: 7px 15px;
}
.one {
    padding-bottom: 5px;
}
.one .boxes {
    overflow: hidden;
}
.one .boxes .left{
    float: left;
    width: 35%;
}
.one .boxes .left img{
    max-width: 100%;
    padding-top: 105px;
}
.one .boxes .right{
    float: right;
    width: 62%;
}
.one .boxes .right h2 {
    color: #090909;
    font-size: 37.91px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 43px 0 25px;
}
.one .boxes .right h3 {
    color: #dc2e2c;
    font-size: 28px;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    padding: 20px 0;
    line-height: 32px;
}
.one .boxes .right .inner {
    position: relative;
    border: 5px solid #0f8edb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 37px;
}
.one .boxes .right .inner:after {
    content: url("img/arrow.jpg");
    position: absolute;
    top: -17px;
    left: 26px;
}
.one .boxes .right .inner ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 27px;
    position: relative;
}
.one .boxes .right .inner ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 14px;
    background: #0f8edb;
}
.one .boxes .right p {
    font-size: 21px;
    line-height: 25px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
}
.one .boxes .right .txt p:last-child {
    padding-bottom: 0;
}
.one .boxes .right li p {
    padding-top: 6px;
    padding-bottom: 23px;
}
.one .boxes .right p strong {
    font-weight: 700;
}
.formBox {
    background: #f1f1f1;
    padding: 32px 0 25px;
}
.formBox .form {
    border: 5px solid #cecece;
    background: #FFFFFF;
    max-width: 544px;
    text-align: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 32px;
}
.formBox .form .old p {
    font-size: 31px;
    color: #181818;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    text-decoration: line-through;
    padding: 18px 0 2px;
    text-transform: uppercase;
}
.formBox .form .new p {
    font-size: 45px;
    color: #dc2e2c;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.formBox .form form label {
    display: none;
}
.formBox .form form input {
    max-width: 376px;
    width: 376px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0px auto 8px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
    font-size: 20px;
    height: 52px;
    text-indent: 10px;
}
.formBox .form form input[type='submit'] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed482c+0,cd170b+100 */
    background: #ed482c; /* Old browsers */
    background: -moz-linear-gradient(top,  #ed482c 0%, #cd170b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ed482c 0%,#cd170b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ed482c 0%,#cd170b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed482c', endColorstr='#cd170b',GradientType=0 ); /* IE6-9 */
    font-size: 22.15px;
    color: #FFF;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 5px;
    height: 68px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(134,0,13,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(134,0,13,1);
    box-shadow: 0px 5px 0px 0px rgba(134,0,13,1);
    border: none;
    outline: none;
    cursor: pointer;
}
.formBox .form form input[type='submit']:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd170b+0,ed482c+100 */
    background: #cd170b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cd170b 0%, #ed482c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cd170b 0%,#ed482c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cd170b 0%,#ed482c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd170b', endColorstr='#ed482c',GradientType=0 ); /* IE6-9 */
}
.formBox .form form input[type='submit']:active {
    margin-top: 21px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd170b+0,ed482c+100 */
    background: #cd170b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cd170b 0%, #ed482c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cd170b 0%,#ed482c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cd170b 0%,#ed482c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd170b', endColorstr='#ed482c',GradientType=0 ); /* IE6-9 */
}
footer {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    background: #000000;
}
footer .topFoot {
    overflow: hidden;
    border-bottom: 1px solid #5d6263;
    padding-bottom: 15px
}
footer .topFoot .left {
    float: left;
    overflow: hidden
}
footer .topFoot .left img {
    float: left;
    padding: 37px 5px 0 1px
}
footer .topFoot .left .text {
    float: left;
    padding: 23px 0 0 12px
}
footer .topFoot .left .text p {
    color: #FFF;
    font-size: 13px;
    line-height: 16px
}
footer .topFoot .left .text p a {
    color: #FFF;
    border-bottom: 1px solid
}
footer .topFoot .social {
    float: right;
    padding-top: 20px;
    text-align: right
}
footer .topFoot .social p {
    font-weight: 600;
    color: #FFF;
    font-size: 16px;
    line-height: 20px
}
footer .topFoot .social a {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 5px
}
footer .bottomFoot {
    overflow: hidden
}
footer .bottomFoot .boxes {
    overflow: hidden;
    float: left;
    padding-top: 19px
}
footer .bottomFoot .boxes .box:first-child {
    width: 212px;
    padding-left: 0
}
footer .bottomFoot .boxes .box {
    float: left;
    padding-left: 41px;
    width: 261px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #868a8b
}
footer .bottomFoot .boxes ul li {
    padding-bottom: 4px
}
footer .bottomFoot .boxes ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.43);
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 14px
}
footer .bottomFoot .boxes .box:last-child {
    border: none
}
footer .contacts {
    float: right;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    padding: 20px 0 0
}
footer .contacts p:first-child {
    padding-bottom: 12px
}
footer .contacts p {
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 4px
}
footer .contacts a {
    color: #2daae1
}
.oferta {
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
    font-family: "PT Sans", sans-serif;
    color: #777;
}
.oferta a {
    text-decoration: underline;
    color: #777;
}
@media (max-width: 980px) {
    .cont {
        width: 720px!important;
    }
    footer .topFoot .left {
        width: 71%;
    }
    footer .topFoot .left .text {
        width: 82%;
    }
    footer .bottomFoot .boxes .box {
        width: 190px;
        padding-left: 10px;
    }
    footer .bottomFoot .boxes .box:first-child {
        width: 130px;
    }
    header h2 {
        font-size: 44px;
    }
    header h3 {
        font-size: 26px;
    }
    .one .boxes .right .inner {
        padding: 20px;
    }
    .one .boxes .right p,
    .one .boxes .right li p {
        padding-top: 0;
        padding-bottom: 16px;
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 760px) {
    .cont {
        width: 320px!important;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
        padding: 0 5px!important;
    }
    footer .topFoot .left {
        width: 100%;
    }
    footer .topFoot .left img {
        width: 50px;
    }
    footer .topFoot .left .text {
        width: 77%;
    }
    footer .topFoot .social {
        float: left;
        text-align: left;
        width: 100%;
    }
    footer .bottomFoot .boxes .box {
        border:none;
        padding-left: 0;
        width: 100%;
    }
    footer .contacts {
        float: left;
    }
    header {
        padding-bottom: 20px;
    }
    header h2 {
        font-size: 32px;
    }
    header h3 {
        font-size: 21px;
        line-height: 24px;
    }
    header h4 span {
        font-size: 23px;
        line-height: 24px;
    }
    .one .boxes .right ,
    .one .boxes .left {
        width: 100%;
    }
    .one .boxes .left {
        text-align: center;
    }
    .one .boxes .left img {
        padding-top: 20px;
        width: 50%;
    }
    .formBox .form form input {
        width: 90%;
    }
}
