@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,cyrillic);
@font-face {
    font-family: Oswald-HeavyItalic;
    src: url(../fonts/Oswald-Demi-BoldItalic.ttf);
}
@font-face {
    font-family: Oswald-Bold;
    src: url(../fonts/Oswald-Bold.ttf);
}
body {
    background-color: #eee;
}
h3, li, p, a, .save, .email, textarea {
    font-family: 'Open Sans', Arial, serif;
}
a {
    text-decoration: none;
}
.header-wrapper, .header-image-slogan, .content-description {
    overflow: hidden;
}
.header, .content-steps p, .tab-content {
    margin: 0 auto;
}
.tab-content, .header {
    max-width: 1024px;
    min-width: 900px;
}
.header-wrapper {
    background-color: #10bfc5;
    width: 100%;
}
.header {
    background: url(../img/background-circles.png) no-repeat top center;
    height: 310px;
}
.header-logo-block {
    background: url(../img/logo-wave.png) no-repeat top right;
    margin-top: -5px;
    height: 74px;
}
.header-border {
    border-top: 5px solid #1d80bc;
    position: relative;
    z-index: 1;
}
.logo {
    margin-right: 96px;
    float: right;
    position: relative;
    z-index: 2;
}
.header-image-slogan, .header-slogan h1 {
    margin-top: -10px;
}
.header-image, .header-slogan, .papper-plan, .content-description p, .step-01, .step-02, .step-03{
    float: left;
}
.header-image {
    padding-right: 2%;
    width: 30%;
    margin-left: 9%;
}
.header-image img {
    float: right;
    width: 79%;
    margin-top: 15px;
}
.header-slogan {
    padding-left: 2%;
    width: 57%;
    margin-top: 7px;
}
.header-slogan h2, .header-slogan h1 {
    font-weight: 600;
    color: #0c2f45;
}
.header-slogan h2 {
    margin-top: 5px;
    font-family: Oswald-Bold, Arial, serif;
    font-size: 43px;
}
.header-slogan h1 {
    font-family: Oswald-HeavyItalic, Arial, serif;
    font-size: 90px;
    margin-top: 7px;
}
.content-description {
    margin-top: 5px;
    margin-bottom: 30px;
}
.papper-plan {
    padding-right: 2%;
    min-width: 80px;
    width: 10%;
}
.papper-plan img {
    width: 100%;
}
.content-description p {
    border-left: 3px #d0d0d0 solid;
    line-height: 1.5;
    padding-left: 2%;
    font-size: 17px;
    color: #55595e;
    width: 84%;
}
.step-01, .step-02, .step-03 {
    text-align: center;
    width: 33%;
}
.step-01 h3, .step-02 h3, .step-03 h3 {
    margin: 10px auto 0 auto;
    background-color: #ebeaea;
    border-radius: 100px;
    font-size: 15px;
    color: #36a2e3;
    padding: 7px;
    width: 180px;
}
.step-01 p, .step-02 p, .step-03 p {
    line-height: 1.3;
    font-size: 14px;
    color: #1d1e20;
    width: 70%;
}
.tab-content {
    padding-bottom: 50px;
    padding-top: 40px;
    display: none;
    display: block;
}
.btn{
    z-index: 99;
    position: relative;
    margin-top: 7px;
    margin-bottom: 40px;
}
button{
    clear: both;
    position: relative;
    top: -3px;
    background-color: rgb(255, 205, 36);
    box-shadow: rgb(220, 185, 55) 0px 3px 0px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    color: rgb(51, 51, 51);
    display: block;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    width: 210px;
    padding: 13px 0 10px 0;
}
button:active{
    top: 0px;
    background-color: #f5c213;
    box-shadow: 0 0 0 #dcb937;
}
.badges {
	text-align: center;
	margin: -30px 0 30px 0;
}
.badge {
	height: 60px; width: auto;
}
.separator {
	margin-left: 30px;
	margin-right: 50px;
}