@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

body {
    font-family: "Open Sans", Arial;
}

a {
    text-decoration: none;
    color: #000;
}

.header {
    width: 960px;
    margin: 0px auto 20px auto;
    height: 180px;
    text-align: center;
}

.header a.menu {
    color: #808080;
    text-decoration: none;
    margin: 0px 20px 0px 20px;
    font-size: 13px;
}

.header a.menu.selected, .header a.menu:hover {
    color: #808080;
} 

.section {
    display: block;
    padding: 60px 20px;
}


.green {
    background: #afca52;

}

.orange {
    background: #ea651e;
}

.gray {
    background: #4d4d4d;
}

.gray p, .gray h2 {
    color: #fff;
}

.content {
    display: block;
    width: 920px;
    margin: 0px auto;
    text-align: center;
    min-height: 300px;
}

.content p.number {
    border: 1px solid #000;
    border-radius: 25px;
    width: 25px;
    height: 35px;
    padding: 22px 18px 15px 10px;
    font-size: 30px;
    text-align: center;
    margin: 50px auto 0 auto;
}

.gray .content p.number {
    border: 1px solid #fff;
}

.content h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0 50px 0;
}

.content p {
    font-size: 17px;
    margin: 0px 0px 10px 0px;
    letter-spacing: -0.02em;
    line-height: 26px;
}

.section-left {
    display: block;
    float: left;
    margin-top: 20px;
    width: 500px;
}

.section-left p, .section-right p  {
    text-align: left;
}

.section-right {
    display: block;
    float: right;
    margin-top: 20px;
    width: 350px;
}

.fontwhite p {
    font-size: 15px !important;
    font-weight: bold;
    color: #fff;
}

a.social {
    margin: 0px 5px 0px 5px;
}

.white .content p {
    color: #808080;
}
.white .content .fontgreen p {
    font-size: 15px !important;
    font-weight: bold;
    color: #afca52;
}
.contacts p {
    font-size: 24px;
    margin: 20px 0px;
}
