.counters h2 {
	color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 38px 0 0;
    text-align: center;
    text-transform: uppercase;
}

* { font-family: 'Ledger', serif; }
/* common */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    min-width: 100%;
    -webkit-text-size-adjust: none;
}
.text-center { text-align: center; }
.shadow { background: url("../images/shadow.png") no-repeat center top; height: 10px; }
input[type="text"] {
    border: 1px solid #939392;
    height: 35px;
    margin: 0 0 0 -115px;
    padding: 0 10px;
    width: 340px;
}
input[type="checkbox"],
input[type="radio"] { display:none; }
input[type="checkbox"] + label,
input[type="radio"] + label { cursor: pointer; text-align: left !important; }
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: -5px 5px 0 0;
    vertical-align: top;
    background-image: url("../images/checkbox.png");
    background-repeat: no-repeat;
    float: left;
}
input[type="checkbox"] + label::before { background-position: 0 0; }
input[type="radio"] + label::before { background-position: 0 0; }
input[type="checkbox"]:checked + label::before { background-position: -28px 0; }
input[type="radio"]:checked + label::before { background-position: -28px 0; }
input[type="checkbox"]:disabled + label::before { background-position: 0 0; }
input[type="checkbox"]:checked:disabled + label::before { background-position: -28px 0; }
input[type="radio"]:disabled + label::before { background-position: 0 0; }
input[type="radio"]:checked:disabled + label::before { background-position: -28px 0; }
/* header */
header {
    background-color: #ffffff;
    height: 63px;
    width: 100%;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    z-index: 100;
}
header .logo {
    background: url("../images/logo.png") no-repeat 0 0;
    width: 116px;
    height: 37px;
    margin: 7px 0 0 18px;
    float: left;
}
header .menu { width: 510px; height: 63px; margin: 0 auto; }
header .menu ul { list-style: outside none none; }
header .menu ul li { float: left; margin: 0 8px 16px; padding: 16px 0 10px; }
header .menu ul li:first-child { margin-left: 12px; }
header .menu ul li:last-child { margin-right: 0; }
header .menu ul li a { text-decoration: none; }
header .menu ul li a div {
    font-family: 'Roboto', serif;
    color: #222221;
    font-size: 13px;
    border-bottom: none;
}
header .menu ul li.active a div,
header .menu ul li:hover a div {
    font-family: 'Roboto', serif;
    color: #cf7148;
    font-weight: bold;
    border-bottom: 4px solid #cf7148;
    padding: 0 0 10px 0;
}
header .menu ul li:hover a div { font-weight: normal; }
header .menu ul li.active:hover a div { font-weight: bold; }

header .lang {
    margin-top: 14px;
    font-size: 12px;
    float: right;
    margin-right: 20px;
}

/* intro */
section.intro { background: url("../images/bg_intro.jpg") no-repeat scroll center center / cover; padding-top: 63px; }
section.intro.registration { padding-top: 0; }
section.intro img { max-width: 450px; width: 100%; }
section.intro .lead {
    color: #ffffff;
    font-size: 39.5px;
    line-height: 48px;
    margin: 0;
    padding: 0 0 29px 0;
}
/* psychology */
section.psychology { background: url("../images/bg_psychology.jpg") no-repeat scroll center center / cover; padding: 0 0 35px 0; }
section.psychology .block {
    border: 2px solid #909090;
    margin: 25px auto 0;
    padding: 35px 50px;
    width: 880px;
}
section.psychology p {
    font-family: 'Roboto', serif;
    font-weight: bold;
    color: #585857;
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 29.5px;
}
section.psychology .video { text-align: center; }
section.psychology .video p {
    font-family: 'Roboto', serif;
    font-weight: bold;
    color: #585857;
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 29.5px;
}
section.psychology .video iframe { width: 560px; height: 315px; }
section.psychology .list { float: left; width: 600px; }
section.psychology .list ul { list-style: outside none none; }
section.psychology .list ul li {
    background: rgba(0, 0, 0, 0) url("../images/point.png") no-repeat scroll 0 5px;
    font-size: 20px;
    padding: 0 0 0 34px;
}
section.psychology .testnow {
    float: right;
    width: 270px;
    text-align: center;
}
section.psychology .testnow .button {
    background: url("../images/button_testnow.png") no-repeat scroll center center / cover;
    width: 270px;
    height: 65px;
    color: #ffffff;
    font-size: 34px;
    font-family: 'Roboto', serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 23px 0 0 0;
    margin: 0 0 14px 0;
    cursor: pointer;
}
section.psychology .testnow span {
    color: #6f6f6e;
    font-size: 21px;
    font-family: 'Roboto', serif;
    font-weight: bold;
}
/* counters */
section.counters { background: url("../images/bg_counters.jpg") no-repeat scroll center center / cover; padding: 0 0 35px 0; }
section.counters .items { margin: 0 auto; width: 1150px; }
section.counters .items .item {
    float: left;
    margin: 0 35px;
    width: 360px;
    text-align: center;
}
section.counters .items .item:first-child { margin: 0; }
section.counters .items .item:last-child { margin: 0; }
section.counters .items .item .icon { padding: 30px 0 5px; }
section.counters .items .item .question {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto', serif;
    font-weight: bold;
    line-height: 45px;
}
section.counters .items .item .answer {
    color: #ffffff;
    font-size: 23.5px;
    line-height: 25px;
    height: 55px;
}
section.counters .items .item .counter {
    color: #0058a2;
    font-size: 65px;
    font-family: 'Roboto', serif;
    font-weight: bold;
    line-height: 72px;
    padding: 45px 0 0 35px;
    display: inline-block;
    float: left;
}
section.counters .items .item .numbers {
    background-color: #ffffff;
    display: inline-block;
    float: left;
    margin: 54px 0 0;
    height: 54px;
    overflow: hidden;
}
section.counters .items .item .num {
    position: relative;
    color: #0058a2;
    font-family: "Roboto",serif;
    font-size: 65px;
    font-weight: bold;
    height: 52px;
    line-height: 54px;
}
section.counters .items .item .arrows {
    float: left;
    background: url("../images/arrows_counters.png") no-repeat scroll 0 0;
    height: 82px;
    left: -24px;
    position: relative;
    top: 40px;
    width: 10px;
}
section.counters .items .item .desc {
    display: inline-block;
    float: left;
    line-height: 15px;
    margin: 55px 0 0 10px;
    text-align: left;
}
section.counters .items .item .desc span {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
}
section.counters .items .item .desc span.mini { font-size: 14px; }
/* why */
section.why { background: url("../images/bg_why.jpg") no-repeat scroll center center / cover; }
section.why h2 {
    text-align: center;
    color: #714192;
    font-family: "Roboto",serif;
    font-size: 33.5px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 18px;
    margin: 0;
    padding: 47px 0 0;
}
section.why p.desc {
    text-align: center;
    color: #6f6f6e;
    font-family: "Ledger",serif;
    font-size: 23px;
    letter-spacing: 1px;
    padding: 13px 0 0;
    margin: 0;
}
section.why .items { width: 1150px; margin: 30px auto 0; padding: 0 0 30px 0; }
section.why .items .item {
    float: left;
    width: 320px;
    padding: 0 30px;
}
section.why .items .item.good {
    border-left: 3px dashed #9f6da3;
    border-right: 3px dashed #9f6da3;
    width: 300px;
    padding: 0 40px;
}
section.why .items .item.bad p {
    font-size: 20px;
    color: #6f6f6e;
    margin: 0;
    padding: 0;
}
section.why .items .item.good p {
    font-size: 23.5px;
    color: #9f6da3;
    margin: 0;
    padding: 0;
}
section.why .items .item.bad p.title {
    background: url("../images/icon_why_bad.png") no-repeat 0 15px;
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    padding: 15px 0 30px 54px;
    text-align: left;
}
section.why .items .item.good p.title {
    background: url("../images/icon_why_good.png") no-repeat 0 0;
    color: #9f6da3;
    font-family: "Roboto",serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 75px;
    padding: 0 0 10px 82px;
    text-align: left;
}
/* uniq */
section.uniq h2 {
    color: #4499d4;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
}
section.uniq img { width: 99%; max-width: 460px; }
section.uniq p {
    color: #4499d4;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    padding: 5px;
    text-align: center;
}
section.uniq .button {
    border: 2px solid #4499d4;
    color: #4499d4;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
    margin: 14px auto;
    padding: 14px 0;
    text-align: center;
    width: 270px;
    cursor: pointer;
}
section.uniq .more { display: none; }
/* potencial */
section.potencial { background: url("../images/bg_potencial.jpg") no-repeat scroll center center / cover; padding: 0 0 55px 0; }
section.potencial .shadow { padding: 0 0 50px 0; }
section.potencial p {
    width: 50%;
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 70px;
    display: inline-block;
}
section.potencial .button {
    background: rgba(0, 0, 0, 0) url("../images/button_potenical.png") no-repeat scroll 0 0;
    color: #ffffff;
    float: right;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    height: 100px;
    margin: 0 65px 0 0;
    padding: 20px 0 0 20px;
    text-transform: uppercase;
    width: 270px;
    cursor: pointer;
}
/* how */
section.how { background-color: #b34c8d; }
section.how h2 {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
}
section.how p {
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
section.how .steps { margin: 35px auto 0; width: 1200px; }
section.how .steps .item { float: left; width: 200px; }
section.how .steps .item.points { width: 50px; }
section.how .steps .item .ico { text-align: center; }
section.how .steps .item .step {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
section.how .steps .item.points .step { font-size: 58px; letter-spacing: 1px; padding: 65px 0 0 0; }
section.how .steps .item .desc { color: #ffffff; font-size: 18px; text-align: center; }
section.how .button {
    background: url("../images/button_how.png") no-repeat 0 0;
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 50px auto 0;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    width: 416px;
    cursor: pointer;
}
section.how p.price {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
}
/* resultat */
section.resultat { background: url("../images/bg_resultat.jpg") no-repeat scroll center center / cover; padding: 0 0 20px 0; }
section.resultat h2 {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 38px 0 0;
    text-align: center;
    text-transform: uppercase;
}
section.resultat p {
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 870px;
}
section.resultat .button {
    color: #ffffff;
    background: url("../images/button_resultat.png") no-repeat 0 0;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 20px auto 0;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    width: 264px;
    cursor: pointer;
}
section.resultat p.price {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 0;
}
/* response */
section.response h2 {
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 25px 0 45px;
    text-align: center;
    text-transform: uppercase;
}
section.response .inner { margin: 0 auto; width: 1185px; }
section.response .main { width: 350px; float: left; }
section.response .main .text {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 14px;
    padding: 10px 0;
}
section.response .main a {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 10px;
    text-decoration: none;
}
section.response .main a:hover { text-decoration: underline; }
section.response .main .button {
    border: 2px solid #4499d4;
    color: #4499d4;
    cursor: pointer;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
    margin: 70px 0 0;
    padding: 15px 0;
    text-align: center;
    width: 210px;
}
section.response .list { float: right; padding: 0 0 0 150px; width: 685px; }
section.response .list .item { width: 300px; float: left; margin: 0 0 60px 20px; }
section.response .list .item .preview {
    float: left;
    height: 94px;
    margin: 0 15px 0 0;
    width: 94px;
}
section.response .list .item .preview img { border-radius: 50px; }
section.response .list .item .text {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 14px;
    padding: 10px 0;
}
section.response .list .item a {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 10px;
    text-decoration: none;
}
section.response .list .item a:hover { text-decoration: underline; }
section.response .form { display: none; float: right; width: 500px; }
section.response .form .close {
    background: url("../images/close.png") no-repeat 0 4px;
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 18px;
    padding: 0 0 25px 22px;
    float: right;
    cursor: pointer;
}
section.response .form input[type="text"] {
    background-color: #f2f2f2;
    border: 1px solid #eeeeee;
    height: 30px;
    margin: 0 0 10px;
    width: 480px;
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 15px;
    padding: 0 10px;
}
section.response .form input[type="text"]:focus { background-color: #ffffff; }
section.response .form input[type="submit"] {
    background-color: #ffffff;
    border: 2px solid #4499d4;
    color: #4499d4;
    cursor: pointer;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px 0;
    padding: 15px 0;
    text-align: center;
    width: 210px;
}
section.response .form textarea {
    background-color: #f2f2f2;
    border: 1px solid #eeeeee;
    height: 155px;
    margin: 0 0 10px;
    width: 480px;
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 15px;
    padding: 0 10px;
}
section.response .form textarea:focus { background-color: #ffffff; }
section.response .form .photo {
    background: url("../images/ico_download.png") no-repeat 0 0;
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 12px;
    height: 20px;
    margin: 3px 0 25px;
    padding: 0 0 0 29px;
    cursor: pointer;
}
section.response .form .video {
    background: url("../images/ico_video.png") no-repeat 0 0;
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 12px;
    height: 20px;
    margin: 3px 0 25px;
    padding: 0 0 0 29px;
    cursor: pointer;
}
section.response .full { float: left; display: none; margin: 0 0 0 50px; }
section.response .full .preview {
    float: left;
    height: 94px;
    margin: 0 15px 0 0;
    width: 94px;
}
section.response .full .preview img { border-radius: 50px; }
section.response .full .text {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 14px;
    padding: 10px 0;
    width: 500px;
    float: left;
}
section.response .full .close {
    background: url("../images/close.png") no-repeat 0 4px;
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 18px;
    padding: 0 0 25px 22px;
    cursor: pointer;
}
/* recommendation */
section.recommendation h2 {
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 25px 0 0;
    text-align: center;
    text-transform: uppercase;
}
section.recommendation .inner { margin: 0 auto; width: 1185px; }
section.recommendation .item { display: inline-block; margin: 10px 0; }
section.recommendation .item .people { float: left; width: 310px; }
section.recommendation .item .people .photo img { border-radius: 65px; }
section.recommendation .item .people .fio {
    color: #9f6da3;
    font-family: "Roboto",serif;
    font-size: 20px;
}
section.recommendation .item .people .post {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 14px;
    padding: 10px 0;
}
section.recommendation .item .podpis {
    float: left;
    min-height: 10px;
    padding: 30px 0 0;
    text-align: center;
    width: 310px;
}
section.recommendation .item .text {
    float: left;
    width: 565px;
    color: #222221;
    font-family: "Roboto",serif;
    font-size: 14px;
    padding: 10px 0;
}
section.recommendation .item .text a {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 10px;
    text-decoration: none;
}
section.recommendation .item .text a:hover { text-decoration: underline; }
section.recommendation .item .more {
    display: none;
    color: #222221;
    font-family: "Roboto",serif;
    font-size: 14px;
    padding: 10px 0;
}
/* yourway */
section.yourway { background-color: #e8e8e8; }
section.yourway .findyourway { padding: 40px 0 0 0; }
section.yourway p {
    color: #9f6da3;
    font-size: 23px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
section.yourway p.rec {
    font-family: 'Roboto', serif;
    font-weight: bold;
    color: #585857;
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    display: none;
}
section.yourway .inner { margin: 10px auto 0; width: 980px; }
section.yourway .your {
    color: #9f6da3;
    font-size: 32px;
    text-align: center;
    float: left;
}
section.yourway .list { float: left; padding: 0 10px 10px; width: 445px; }
section.yourway .list ul { list-style: outside none none; }
section.yourway .list ul li {
    background: rgba(0, 0, 0, 0) url("../images/point.png") no-repeat scroll 0 5px;
    font-size: 13px;
    padding: 0 0 5px 30px;
    color: #585857;
}
section.yourway .button {
    background: url("../images/button_testnow.png") no-repeat scroll center center / cover;
    width: 205px;
    height: 55px;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto', serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 15px 0;
    margin: 15px 30px 0;
    float: left;
    cursor: pointer;
}
/* registration */
section.registration h2 {
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
}
section.registration p {
    color: #4499d4;
    font-size: 23px;
    line-height: 30px;
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: justify;
    width: 845px;
}
section.registration .form {
    height: 335px;
    margin: 35px auto 0;
    width: 530px;
    padding: 0 0 30px;
}
section.registration .form label {
    color: #828282;
    float: left;
    font-family: "Roboto",serif;
    font-size: 17px;
    padding: 9px 15px 0 0;
    text-align: right;
    width: 131px;
}
section.registration .form p {
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 17px;
    line-height: 13px;
    margin: 0;
    padding: 0 53px 24px 0;
    text-align: right;
    width: auto;
}
section.registration .form .gender { display: inline-block; width: 366px; height: 49px; }
section.registration .form input[type="text"] {
    color: #222221;
    font-family: "Roboto",serif;
    font-size: 17px;
    border: 1px solid #939392;
    background-color: #ffffff;
    width: 336px;
    height: 36px;
    margin: 0 0 11px;
    padding: 0 12px;
}
section.registration .form input[type="text"]:focus { background-color: #e8e8e8; }
section.registration .form input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/button_testnow.png") no-repeat scroll center center / cover;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-family: "Roboto",serif;
    font-size: 24px;
    font-weight: bold;
    height: 63px;
    margin: 36px 0 0 147px;
    padding: 2px 0 0;
    text-transform: uppercase;
    width: 197px;
}
section.registration .list { width: 980px; margin: 0 auto; }
section.registration .list.gadget { display: none; }
section.registration .list .item { float: left; margin: 0 0 20px; width: 325px; }
section.registration .list .item:last-child { margin-top: -80px; }
section.registration .list .item.three { margin-bottom: 50px; }
section.registration .list .item .pict {
    display: inline-block;
    float: left;
    height: 60px;
    margin: 0 20px 0 0;
    width: 60px;
}
section.registration .list .item .desc {
    color: #6f6f6e;
    display: inline-block;
    font-size: 16px;
    padding: 5px 0 0 0;
}
section.registration .load_file { text-align: center; padding: 0 0 30px 0; }
section.registration .load_file a.file_load {
    border-bottom: 2px solid #4499d4;
    color: #4499d4;
    font-family: "Roboto",serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 2px;
    text-decoration: none;
}
section.registration .load_file p.file_desc {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 17px;
    font-weight: lighter;
    line-height: 22px;
    margin: 0;
    padding: 11px 0 13px;
    width: auto;
    text-align: center;
}
section.registration .load_file .button {
    background: rgba(0, 0, 0, 0) url("../images/button_testnow.png") no-repeat scroll center center / cover ;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-family: "Roboto",serif;
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    margin: 0 auto;
    padding: 18px 0 0;
    text-transform: uppercase;
    width: 170px;
}
/* price */
section.price { background-color: #b34c8d; }
section.price p {
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    line-height: 24px;
    margin: 0;
    padding: 35px 0 18px;
}
section.price p.price {
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    padding: 0 0 40px 0;
}
/* info */
section.info { background: url("../images/bg_why.jpg") no-repeat scroll center center / cover; padding: 50px 0 40px 0; }
section.info .block { border: 2px solid #909090; margin: 0 auto; width: 960px; }
section.info .block p {
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
section.info p {
    color: #4499d4;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding: 40px 0 30px;
    text-align: center;
}
section.info .items { margin: 0 auto; width: 960px; }
section.info .items .item { float: left; text-align: center; width: 320px; }
section.info .items .item .question {
    color: #0058a2;
    font-family: "Roboto",serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 10px 0;
}
section.info .items .item .answer { color: #0058a2; font-size: 23px; line-height: 25px; }
/* choose */
section.choose { background: url("../images/bg_resultat.jpg") no-repeat scroll center center / cover; padding: 50px 0 30px 0; }
section.choose .block { width: 690px; margin: 0 auto; }
section.choose .choose_price { padding: 0 0 20px 0; }
section.choose .choose_price input[type="checkbox"],
section.choose .choose_price input[type="radio"] { display:none; }
section.choose .choose_price input[type="checkbox"] + label,
section.choose .choose_price input[type="radio"] + label { cursor: pointer; text-align: left !important; }
section.choose .choose_price input[type="checkbox"] + label::before,
section.choose .choose_price input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 42px;
    width: 42px;
    margin: -5px 5px 0 0;
    vertical-align: top;
    background-image: url("../images/button_radio.png");
    background-repeat: no-repeat;
    float: left;
}
section.choose .choose_price input[type="checkbox"] + label::before { background-position: 0 0; }
section.choose .choose_price input[type="radio"] + label::before { background-position: 0 0; }
section.choose .choose_price input[type="checkbox"]:checked + label::before { background-position: -42px 0; }
section.choose .choose_price input[type="radio"]:checked + label::before { background-position: -42px 0; }
section.choose .choose_price input[type="checkbox"]:disabled + label::before { background-position: 0 0; }
section.choose .choose_price input[type="checkbox"]:checked:disabled + label::before { background-position: -42px 0; }
section.choose .choose_price input[type="radio"]:disabled + label::before { background-position: 0 0; }
section.choose .choose_price input[type="radio"]:checked:disabled + label::before { background-position: -42px 0; }
section.choose .choose_price label,
section.choose .choose_price .desc {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 30px;
    font-weight: bold;
}
section.choose .choose_price label { width: 225px; }
section.choose .choose_price .desc { float: right; width: 470px; }
/* itog */
section.itog { background-color: #66388b; }
section.itog .inner { margin: 0 auto; width: 980px; }
section.itog p.price {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 25px 0 26px 230px;
}
/* payment */
section.payment { padding: 0 0 30px 0; }
section.payment h2 {
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 38px 0 0;
    text-align: center;
    text-transform: uppercase;
}
section.payment .list { width: 980px; margin: 0 auto; }
section.payment .list .items {
    float: left;
    margin: 0 30px;
    width: 200px;
}
section.payment .list .items:first-child { width: 225px; margin: 0 30px 0 5px; }
section.payment .list .items:last-child { margin: 0; }
section.payment .list .items p {
    color: #222221;
    font-family: "Roboto",serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    padding: 41px 0 25px 0;
    width: 200px;
}
section.payment .list .items .item { margin: 0 0 20px; }
section.payment .list .items .item .pict {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
section.payment .list .items .item .desc {
    color: #222221;
    display: inline-block;
    font-size: 23px;
    width: 125px;
}
/* findyoutway */
section.findyoutway { background-color: #e8e8e8; }
section.findyoutway .findyourway { padding: 40px 0 0 0; }
section.findyoutway p {
    color: #9f6da3;
    font-size: 23px;
    margin: 0;
    padding: 9px 0 32px 0;
    text-align: center;
}
/* questions */
section.questions { padding: 50px 0; }
section.questions .inner { margin: 0 auto; width: 980px; }
section.questions .number {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0 10px 0;
}
section.questions .question {
    color: #68a4da;
    font-size: 27px;
    line-height: 30px;
    padding: 3px 0 30px 0;
}
section.questions p {
    color: #989797;
    font-family: "Roboto",serif;
    font-size: 17px;
    padding: 15px 0 30px 0;
    margin: 0;
}
section.questions form input[type="submit"] {
    background: url("../images/button_testnow.png") no-repeat scroll center center / cover ;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: "Roboto",serif;
    font-size: 24px;
    font-weight: bold;
    height: 63px;
    margin: 75px 0 0;
    padding: 0;
    text-transform: uppercase;
    width: 135px;
}
section.questions form input[type="submit"].last { width: 165px; }
section.questions form .return {
    background: url("../images/button_return.png") no-repeat scroll center center / cover ;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: "Roboto",serif;
    font-size: 24px;
    font-weight: bold;
    height: 29px;
    margin: 75px 0 0;
    padding: 17px;
    text-transform: uppercase;
    width: 81px;
}
section.questions input[type="checkbox"],
section.questions input[type="radio"] { display:none; }
section.questions input[type="checkbox"] + label,
section.questions input[type="radio"] + label { cursor: pointer; text-align: left !important; }
section.questions input[type="checkbox"] + label::before,
section.questions input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 44px;
    width: 44px;
    margin: -10px 10px 0 0;
    vertical-align: top;
    background-image: url("../images/button_radio2.png");
    background-repeat: no-repeat;
    float: left;
}
section.questions input[type="checkbox"] + label::before { background-position: 0 0; }
section.questions input[type="radio"] + label::before { background-position: 0 0; }
section.questions input[type="checkbox"]:checked + label::before { background-position: -44px 0; }
section.questions input[type="radio"]:checked + label::before { background-position: -44px 0; }
section.questions input[type="checkbox"]:disabled + label::before { background-position: 0 0; }
section.questions input[type="checkbox"]:checked:disabled + label::before { background-position: -44px 0; }
section.questions input[type="radio"]:disabled + label::before { background-position: 0 0; }
section.questions input[type="radio"]:checked:disabled + label::before { background-position: -44px 0; }
section.questions label {
    color: #828282;
    float: left;
    font-family: "Roboto",serif;
    font-size: 17px;
    width: 130px;
}
section.questions .left_block { float: left; width: 490px; }
section.questions .right_block { float: right; width: 490px; }
section.questions .left_block label,
section.questions .right_block label { width: 450px; padding: 0 0 25px 0; }
section.questions .list .item { float: left; width: 245px; }
section.questions .list .item label { float: none; width: 44px; }
section.questions .list .item .pict { text-align: center; }
section.questions .list .item .check { margin: 20px auto 0; width: 44px; height: 44px; }
section.questions .video .item { float: left; width: 480px; height: 275px; }
section.questions .video .item label { float: none; width: 44px; }
section.questions .video .item .pict { width: 300px; height: 200px; float: left; }
section.questions .video .item .check { margin: 20px auto 0; width: 44px; height: 44px; }
section.questions .video .item input[type="checkbox"] + label::before, section.questions .video .item input[type="radio"] + label::before { margin: -115px 0 0 120px; }
/* footer */
footer { background-color: #828282; text-align: center; }
footer .social { margin: 0 auto; width: 234px; padding: 25px 0 0 0; }
footer .social a {
    float: left;
    display: block;
    background: url("../images/icon_socials.png") no-repeat 0 0;
    height: 58px;
    width: 58px;
    margin: 0 10px;
}
footer .social .vk { background-position: 0 0; }
footer .social .insta { background-position: -58px 0; }
footer .social .ok { background-position: -116px 0; }
footer h2 {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    text-transform: uppercase;
}
footer .address {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 15px 0 30px 0;
    text-align: center;
}
footer .address a {
    color: #ffffff;
    font-family: "Roboto",serif;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
}
footer .address a:hover { text-decoration: underline; }
footer .payment {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto",serif;
}
footer .payment img { margin: 10px; }
footer .copyright {
    color: #ffffff;
    font-size: 12px;
    font-family: "Roboto",serif;
    padding: 0 0 40px 0;
}