/* common */
input[type="checkbox"] + label::before, input[type="radio"] + label::before { float: none; }
/* header */
header { height: 44px; }
header .logo { float: none; margin: 0 auto; }
header .menu {
    background: url("../images/menu_line.png") no-repeat scroll 14px 12px;
    width: auto;
    min-width: 50px;
    min-height: 40px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
header .menu ul { display: none; margin: 44px 0 0 0; background-color: #ffffff; }
header .menu ul li { float: none; margin: 0 12px 15px 12px; padding: 0; }
header .menu ul li:first-child { padding-top: 15px; }
header .menu ul li:last-child { margin-right: 12px; }
header .menu ul li a div { border-bottom: 4px solid #ffffff !important; padding: 0 0 10px 0; }
header .menu ul li.active a div,
header .menu ul li:hover a div { border-bottom: 4px solid #cf7148 !important; }
/* intro */
section.intro { padding-top: 44px; }
section.intro img { max-width: 350px; }
section.intro .lead {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 5px 0;
}
/* psychology */
section.psychology { padding: 0 0 10px 0; }
section.psychology .block {
    border: 1px solid #909090;
    margin: 0 auto;
    padding: 10px 13px;
    width: 260px;
}
section.psychology p {
    font-family: 'Roboto', serif;
    font-weight: bold;
    color: #585857;
    margin: 0;
    padding: 0 0 2px 0;
    font-size: 18px;
}
section.psychology .video iframe { width: 400px; height: 225px; }
section.psychology .list { float: none; width: auto; }
section.psychology .list ul { list-style: outside none none; }
section.psychology .list ul li {
    background: rgba(0, 0, 0, 0) url("../images/point2.png") no-repeat scroll 4px 3px;
    font-size: 12.5px;
    padding: 0 0 0 25px;
}
section.psychology .testnow { float: none; width: auto; text-align: center; }
section.psychology .testnow .button {
    background: url("../images/button_testnow.png") no-repeat scroll center center / cover;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Roboto', serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 10px 45px 0;
}
section.psychology .testnow span {
    color: #6f6f6e;
    font-size: 13px;
    font-family: 'Roboto', serif;
    font-weight: bold;
}
/* counters */
section.counters .items { margin: 0 auto; width: auto; }
section.counters .items .item {
    float: none;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
section.counters .items .item:first-child { margin: 0 auto; }
section.counters .items .item:last-child { margin: 0 auto; padding: 0 0 50px 0; }
section.counters .items .item .question { font-size: 26px; line-height: 28px; }
section.counters .items .item .counter { padding-left:80px; }
section.counters .items .item .desc { margin-left: 105px; }
/* why */
section.why img { width: 300px; }
section.why .items { width: auto; margin: 30px auto 0; }
section.why .items .item {
    float: none;
    width: 255px;
    padding: 0;
    margin: 0 auto;
}
section.why .items .item.good {
    border-left: none;
    border-right: none;
    border-top: 3px dashed #9f6da3;
    border-bottom: 3px dashed #9f6da3;
    width: 255px;
    padding: 0 0 10px 0;
    margin: 0 auto;
}
section.why .items .item.bad p {
    font-size: 14px;
    color: #6f6f6e;
    margin: 10px 0;
    padding: 0;
}
section.why .items .item.good p {
    font-size: 13px;
    color: #9f6da3;
    margin: 10px 0;
    padding: 0;
}
section.why .items .item.bad p.title {
    background: url("../images/icon_why_bad.png") no-repeat 0 5px;
    color: #828282;
    font-family: "Roboto",serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 0 5px 55px;
    text-align: left;
}
section.why .items .item.good p.title {
    background: url("../images/icon_why_good.png") no-repeat 0 15px;
    color: #9f6da3;
    font-family: "Roboto",serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 65px;
    padding: 15px 0 10px 82px;
    text-align: left;
}
/* potencial */
section.potencial { padding: 0 0 20px 0; }
section.potencial .shadow { padding: 0; }
section.potencial p {
    width: auto;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    display: block;
}
section.potencial .button {
    float: none;
    font-size: 20px;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    width: 160px;
}
/* how */
section.how .steps { width: auto; }
section.how .steps .item { float: none; margin: 0 auto; width: auto; height: auto; }
section.how .steps .item.points .step { padding: 0 0 10px 0; }
section.how .button {
    float: none;
    font-size: 26px;
    margin: 20px auto 0;
    padding: 10px 0;
    width: 250px;
}
section.how p.price { float: none; margin: 0; }
/* resultat */
section.resultat h2 { padding: 10px 0 0 0; }
section.resultat p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    display: block;
    text-align: center;
    width: auto;
}
section.resultat img { width: 99%; }
/* response */
section.response .inner { width: auto; }
section.response .main { width: 300px; float: none; margin: 0 auto; }
section.response .main .preview { text-align: center; }
section.response .main .preview img { width: 99%; }
section.response .main .text { padding: 10px; width: auto; }
section.response .main a { padding: 0 10px; }
section.response .main .button { margin: 20px auto; }
section.response .list {
    float: none;
    padding: 0;
    width: 300px;
    margin: 0 auto;
}
section.response .list .item { width: 290px; float: none; margin: 0 0 20px 10px; }
section.response .form { float: none; width: 400px; margin: 0 auto; }
section.response .form input[type="text"] { width: 380px; }
section.response .form textarea { width: 380px; }
section.response .full .text { width: 250px; }
section.response .full .text { width: 350px; }
/* recommendation */
section.recommendation .inner { margin: 0 auto; width: 300px; }
section.recommendation .item .people .photo { float: left; margin: 0 10px 0 0; }
section.recommendation .item .people .fio { width: 180px; float: left; }
section.recommendation .item .people .post { width: 180px; float: left; }
section.recommendation .item .podpis { display: none; }
section.recommendation .item .text {
    clear: both;
    float: none;
    width: 280px;
    padding: 10px;
}
/* yourway */
section.yourway p { font-size: 17px; }
section.yourway .inner { width: auto; }
section.yourway .your { float: none; }
section.yourway p.rec { display: block; }
section.yourway .list { float: none; width: auto; margin: 0 auto; }
section.yourway .button { float: none; margin: 15px auto 0; }
/* registration */
section.registration h2 { font-size: 21px; padding: 24px 0 0 0; }
section.registration p {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 0 19px;
}
section.registration .form {
    height: auto;
    margin: 0 auto 0;
    width: 400px;
    padding: 0 0 30px;
}
section.registration .form label { font-size: 13px; float: none; }
section.registration .form p { font-size: 13px; text-align: left; }
section.registration .form input[type="text"] { width: 375px; margin-top: 3px; }
section.registration .form .gender { width: 350px; }
section.registration .form input[type="submit"] {    background: url("../images/button_testnow.png") repeat-x scroll center center;
    margin: 36px 0 0 100px;
    font-size: 21px;
    width: 173px;
    height: 55px;
}
section.registration img.face { max-width: 210px; }
section.registration .list { display: none; }
section.registration .list.gadget { display: block; }
section.registration .list { width: 400px; }
section.registration .list .item { float: none; width: 300px; margin: 0 25px 20px; }
section.registration .list .item.four { margin-top: 0; }
section.registration .list .item:last-child { margin-top: 0; }
section.registration .load_file .button { background: rgba(0, 0, 0, 0) url("../images/button_testnow.png") repeat-x scroll center center; }
/* info */
section.info .block { width: 430px; }
section.info .block p { font-size: 21px; line-height: 23px; }
section.info .shadow { display: none; }
section.info p { font-size: 21px; line-height: 23px; }
section.info .items { width: 250px; }
section.info .items .item { width: 250px; float: none; padding: 0 0 50px 0; }
section.info .items .item:last-child { padding: 0; }
section.info .items .item .icon img { width: 80px; }
section.info .items .item .question { font-size: 21px; line-height: 23px; }
section.info .items .item .answer { font-size: 17px; line-height: 19px; }
/* choose */
section.choose .block { width: 400px; }
section.choose .choose_price { padding: 0 0 40px 0; }
section.choose .choose_price label,
section.choose .choose_price .desc { font-size: 21px; }
section.choose .choose_price label { width: 150px; }
section.choose .choose_price .desc { width: 230px; }
/* itog */
section.itog .inner { width: auto; }
/* price */
section.itog p.price { font-size: 22px; padding: 16px 0 19px 150px; }
/* payment */
section.payment h2 { font-size: 22px; }
section.payment .list { width: 450px; }
section.payment .list .items {
    float: left;
    margin: 0 0 0 30px;
    width: 200px;
}
section.payment .list .items.second { margin: 0 0 0 20px; }
section.payment .list .items:first-child { margin: 0 0 0 30px; width: 200px; }
section.payment .list .items:last-child {  margin: 0 0 0 20px; }
section.payment .list .items p { font-size: 22px; width: 150px; }
section.payment .list .items .item .desc { font-size: 14px; width: 115px; }
/* questions */
section.questions .inner { width: 400px; }
section.questions form input[type="submit"] { background: url("../images/button_testnow.png") repeat-x scroll center center; }
section.questions form .return { background: url("../images/button_return.png") repeat-x scroll center center; }
section.questions .left_block,
section.questions .right_block { float: none; width: 400px; }
section.questions form .return,
section.questions form input[type="submit"] { margin-top: 20px; }
section.questions .list { width: 400px; margin: 0 auto; }
section.questions .list .item { float: none; width: 400px; height: 250px; }
section.questions .list .item .pict { float: left; width: 225px; }
section.questions .list .item .check { padding: 0; width: 225px; }
section.questions input[type="checkbox"] + label::before, section.questions input[type="radio"] + label::before { margin: 90px 0 0 35px; }
section.questions form .return.last { margin-top: 65px; }
section.questions form input[type="submit"].last { margin-top: 25px; width: 160px; }
section.questions .video .item { float: none; width: 400px; height: 275px; }
section.questions .video .item input[type="checkbox"] + label::before, section.questions input[type="radio"] + label::before { margin: -115px 0 0 160px; }