/* header **/
header .menu { width: 530px; }
/* psychology */
section.psychology .block { padding: 35px 20px; width: 680px; }
section.psychology .list { width: 400px; }
section.psychology .list ul li { font-size: 16px; }
section.psychology p { font-size: 20.5px; }
/* counters */
section.counters .items { margin: 0 auto; width: auto; padding: 0; }
section.counters .items .item {
    float: left;
    margin: 0 auto;
    width: 250px;
    text-align: center;
}
section.counters .items .item:first-child { margin: 0 auto; }
section.counters .items .item:last-child { margin: 0 auto; padding: 0; }
section.counters .items .item .question { font-size: 26px; line-height: 28px; height: 60px; }
section.counters .items .item .counter { padding-left: 40px; }
section.counters .items .item .clearnum { clear: both; }
section.counters .items .item .desc { margin-left: 55px; margin-top: 10px; }
/* why */
section.why .items { width: auto; margin: 30px auto 0; }
section.why .items .item {
    float: left;
    width: 250px;
    padding: 0 5px;
    margin: 0 auto;
}
section.why .items .item.good {
    border-left: 3px dashed #9f6da3;
    border-right: 3px dashed #9f6da3;
    border-top: none;
    border-bottom: none;
    width: 230px;
    padding: 0 5px;
    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 p { width: 40%; }
/* how */
section.how .steps { width: 740px; }
section.how .steps .item { width: 190px; height: 300px; }
section.how .steps .item .desc { font-size: 16px; }
section.how .button {
    float: right;
    font-size: 20px;
    margin: -250px 30px 0 0;
    width: 250px;
}
section.how p.price {
    float: right;
    margin: -165px 50px 0 0;
    font-size: 16px;
    line-height: 22px;
}
/* resultat */
section.resultat p { width: 700px; }
/* response */
section.response .inner { width: auto; }
section.response .main { width: auto; float: none; margin: 0 auto; }
section.response .main .preview { text-align: center; }
section.response .main .preview img { width: 99%; max-width: 720px; }
section.response .main .text { padding: 10px; width: 720px; }
section.response .main a { padding: 0 10px; }
section.response .main .button { margin: 20px auto; }
section.response .list {
    float: none;
    padding: 0;
    width: auto;
    margin: 0 auto;
}
section.response .list .item { width: auto; float: none; margin: 0 0 40px 10px; }
section.response .form { float: none; margin: 0 auto; }
/* yourway */
section.yourway .inner { width: 700px; }
section.yourway .list { float: left; width: 210px; }
/* recommendation */
section.recommendation .inner { margin: 0 auto; padding: 0 20px; width: 700px; }
section.recommendation .item .text { clear: both; float: none; width: auto; }
/* registration */
section.registration p { width: auto; }
section.registration .list { width: 700px; }
section.registration .list .item { width: 300px; margin: 0 25px 20px; }
section.registration .list .item.second { margin-bottom: 60px; }
section.registration .list .item.four { margin-top: -95px; }
section.registration .list .item.step_three_pict { margin-bottom: 40px; margin-top: -100px; }
section.registration .list .item.step_three:last-child { margin-top: 0; }
/* info */
section.info .block { width: 670px; }
section.info .items { width: 750px; }
section.info .items .item { width: 250px; }
/* itog */
section.itog .inner { width: auto; }
/* payment */
section.payment .list { width: 570px; }
section.payment .list .items {
    float: left;
    margin: 0 30px;
    width: 225px;
}
section.payment .list .items.second { margin: 0 30px 65px; }
section.payment .list .items:first-child { margin: 0 30px; }
section.payment .list .items:last-child { margin: 0 30px; }
/* questions */
section.questions { padding: 15px 0; }
section.questions .inner { width: 660px; }
section.questions .left_block { float: left; width: 330px; }
section.questions .right_block { float: right; width: 330px; }
section.questions .left_block label,
section.questions .right_block label { width: 320px; padding: 0 0 25px 0; }
section.questions form .return,
section.questions form input[type="submit"] { margin-top: 50px; }
section.questions .list { width: 600px; margin: 0 auto; }
section.questions .list .item { width: 300px; }
section.questions .list .item .check { padding: 0 0 20px;  }

