body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-image: url(../img/bg-line.jpg);
    background-color: #fff;
    background-repeat: repeat-x; 
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
    color: #231f20;
    line-height: 18px;
}

a {
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

h2 {
    margin: 0;
    padding: 0;
    color: #009967;
    text-transform: uppercase;
    float: right;
    font-size: 1.1em;
    line-height: 65px;
}

h3 {
    margin: 0;
    padding: 0;
    color: #231f20;
    text-transform: uppercase;
    padding-top: 75px;
    padding-left: 110px;
}

header {
    height: 65px;
    background-color: #fff;
    margin: 0 auto;
    padding-left: 37px;
    padding-right: 38px;
}

header .header-content {
    width: 856px;
    margin: 0 auto;
}

.top-content {
    margin: 0 auto;
}

.logo {
    background-image: url(../img/logo.png);
    width: 189px;
    height: 22px;
    background-size: contain;
    margin-top: 22px;
    float: left;
}

.content {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    
}

.top {
    background-image: url(../img/top.png);
    width: 960px;
    height: 397px;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}

h1.question {
    padding-top: 87px;
    padding-bottom: 30px;
    width: 574px;
}

.character0 {
    background-image: url(../img/character0.png);
    width: 116px;
    height: 296px;
    position: absolute;
    top: 55px;
    left: 75px;
}

.character4 {
    background-image: url(../img/character4.png);
    width: 122px;
    height: 190px;
    position: absolute;
    top: 160px;
    right: 135px;
}

.benefits {
    width: 755px;
    height: 736px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.reliability,
.effect,
.partners,
.efficiency {
    background-color: #fff;
    border: 4px #009967 solid;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    position: absolute;
}


.reliability {
    width: 425px;
    height: 425px;
    top: 0;
    left: 0;
    z-index: 400;
}

.character1 {
    background-image: url(../img/character1.png);
    width: 158px;
    height: 156px;
    position: absolute;
    bottom: 290px;
    right: 30px;
}

.effect {
    width: 370px;
    height: 370px;
    top: 0;
    right: 0;
    z-index: 300;
}

.partners {
    width: 420px;
    height: 420px;
    bottom: 0;
    left: 10px;
}

.envelope,
.gas-station,
.horse-shoe {
    position: absolute;
}

.envelope {
    background-image: url(../img/envelope.png);
    width: 71px;
    height: 48px;
    top: 195px;
    left: 100px;
}

.gas-station {
    background-image: url(../img/gas-station.png);
    width: 80px;
    height: 83px;
    top: 280px;
    left: 80px;
}

.horse-shoe {
    background-image: url(../img/horse-shoe.png);
    width: 80px;
    height: 74px;
    top: 195px;
    left: 200px;
}

.partners span {
    position: absolute;
    text-transform: uppercase;
    color: #231f20;
    font-size: 0.7em;
    font-weight: bold;
    bottom: 80px;
    right: 90px;
}

.partners span::before {
    content: "+";
    color: #231f20;
    font-size: 3em;
    position: absolute;
    top: -16px;
    right: 122px;
}

.efficiency {
    width: 430px;
    height: 430px;
    bottom: 90px;
    right: 30px;
    z-index: 200;
}

.benefits ul {
    width: 277px;
    margin: 0 auto;
    padding-top: 80px;
    padding-left: 30px;
}

.benefits li {
    position: relative;
    padding-bottom: 15px;
}

.benefits li::before {
    content: "";
    background-image: url(../img/tick.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 2px;
    left: -30px;
}

.benefits .list1 {
    padding-left: 30px;
    width: 194px;
    padding-top: 50px;
}

.benefits .list2 {
    padding-top: 30px;
    width: 265px;
}

.benefits .label2 {
    padding-top: 50px;
}

.benefits .label3 {
    padding-top: 135px;
    padding-left: 50px;
}

.benefits .label4 {
    padding-top: 180px;
    padding-left: 135px;
}

.character2 {
    background-image: url(../img/character2.png);
    width: 120px;
    height: 197px;
    position: absolute;
    bottom: 95px;
    left: 355px;
}

.character3 {
    background-image: url(../img/character3.png);
    width: 136px;
    height: 191px;
    position: absolute;
    bottom: 20px;
    left: 5px;
}

h2.bottom {
    float: none;
    margin: 0 auto;
    width: 586px;
    line-height: 50px;
}

h3.bottom {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #009967;
    font-size: 1.3em;
    padding-bottom: 35px;
}





/*footer*/

footer {
    height: 80px;
    background-color: #1ba171;
}

footer ul {
    padding-top: 12px;
    width: 960px;
    margin: 0 auto;
}

footer li {
    float: left;
    width: 320px;
    position: relative;
}

footer li.address::before,
footer li.phone::before,
footer li.skype::before,
footer li.email::before,
footer li.page::before {
    content: "";
    position: absolute;
    background-size: contain;
    width: 18px;
    height: 18px;
}

footer ul.middle {
    width: 400px;
    padding-top: 5px;
}

footer li.address::before {
    background-image: url(../img/office.png);
    top: 20px;
    left: 25px;
}

footer li.address p {
    padding-left: 50px;
    padding-top: 8px;
    line-height: 15px;
}

footer li.address a {
    float: none;
}

footer li.phone::before {
    background-image: url(../img/tel.png);
    top: 5px;
    left: 78px;
}

footer li.skype::before {
    background-image: url(../img/skype.png);
    top: 5px;
    left: 78px;
}

footer li.phone p,
footer li.skype p {
    text-align: center;
    line-height: 24px;
}

footer li.email {
    margin-top: 18px;
}

footer li.email a {
    font-size: 0.7em;
}

footer li.email::before {
    background-image: url(../img/email.png);
    top: 5px;
    left: 155px;
}

footer li.page::before {
    background-image: url(../img/net.png);
    top: 5px;
    left: 155px;
}

footer p {
    color: #fff;
    font-size: 0.7em;
}

footer a {
    color: #fff;
    float: right;
    line-height: 25px;
    padding-right: 30px;
}

footer a:hover {
    text-decoration: underline;
}