.main_article_col {
    padding-right: 0 !important;
}

.area_comment1 {
    width: 100%;
    background-color: #252525;
    border: solid 2px #303030;
}

#popup2 {
    background: #fff url('/s1/img/backForm.jpg');
    position: relative;
    max-width: 500px;
    height: 410px;
    padding: 20px 20px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
#popup2 form {
    padding-top: 25px;
}
#popup2 .name {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
#popup2 input[type='email'], #popup2 input[type='text'] {
    background: #f0f0f0;
    border: 1px solid #999796;
    border-radius: 5px;
    width: 100%;
    padding: 13px 18px;
    font-size: 17px;
    margin-bottom: 10px;
    height: 47px;
}
#popup2 textarea {
    height: 120px;
    background: #f0f0f0;
    border: 1px solid #999796;
    border-radius: 5px;
    width: 100%;
    padding: 13px 18px;
    font-size: 17px;
    margin-bottom: 10px;
    resize: vertical;
}

#popup2 small {
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    display: block;
    margin-bottom: 53px;
}
#popup2 .big {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    color: #f4ff57;
    margin-top: 0px;
}
#popup2 .big span {
    font-size: 32px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    padding: 0 7px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#popup2 .big span.old {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: line-through;
}
#popup2 .btnRed {
    margin-bottom: 25px;
    background: #f34a4f;
    font-size: 18px;
    font-weight: 600;
}
input.error {
    border: 1px solid #f34a4f !important;
}
#popup2 .btnRed {
    height: 55px;
    padding: 0px 15px;
    width: auto;
    display: table;
    margin: auto;
    background: #f34a4f;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
#popup2 .btnRed:hover {
    background: #d64244;
}
/*#popup2 .btnRed:after {content:'';display:inline-block;width:31px;height:23px;
margin-left:10px;background:url(/s1/img/start.png) no-repeat;vertical-align: middle; position:relative;top:-2px;}
*/
#popup2 .btnRed.active:after {
    display: none;
}


.formBlock {
    background: url(/s1/img/backForm.jpg);
    float: right;
    width: 500px;
    height: 410px;
    padding: 30px 40px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: right;
    display: none;
}
.formBlock .auth_form {
    display: none;
    position: relative;
}
.formBlock .name {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}
.formBlock .auth_form .name {
    margin-bottom: 20px;
    font-size: 19px;
}
.formBlock input[type='email'], .formBlock input[type='text'], .formBlock input[type='password'] {
    background: #f0f0f0;
    border: 1px solid #999796;
    border-radius: 5px;
    width: 100%;
    padding: 13px 18px;
    font-size: 17px;
    margin-bottom: 10px;
}
.formBlock .btnRed {
    margin-bottom: 25px;
}
.formBlock small {
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    display: block;
    margin-bottom: 53px;
}
.formBlock .big {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    color: #ffe300;
    margin-top: 40px;
}
.formBlock .big span {
    font-size: 32px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    padding: 0 7px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.formBlock .big span.old {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: line-through;
}
.formBlock .btnRed {
    height: 55px;
    padding: 0 20px;
    width: auto;
    display: table;
    margin: 0 auto;
}
.formBlock .auth_form .btnRed {
    margin-top: 65px;
}
.formBlock .btnRed:after {
    content: '';
    display: inline-block;
    width: 31px;
    height: 23px;
    margin-left: 10px;
    background: url(/s1/img/start.png) no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.formBlock .auth_form .errors {
    width: 500px;
    margin: 0;
    padding: 3px 0 5px;
    left: -40px;
    top: 199px;
    background: #ba4446;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    display: none;
}
.formBlock .auth_form .remPass {
    width: auto;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.formBlock .auth_form .remPass a {
    font-size: 15px;
}
.formBlock .auth_form .remPass a:hover {
    text-decoration: underline !important;
}

.complete {
    text-align: center;
    display: none;
}
.complete span {
    display: block;
    font-size: 33px;
    line-height: 38px;
    margin-top: 48px;
    margin-bottom: 145px;
}
.complete small {
    display: block;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
}
.complete small a:hover {
    text-decoration: underline !important;
}

.complete2 {
    text-align: center;
}
.complete2 span {
    display: block;
    font-size: 33px;
    line-height: 33px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}
.complete2 span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    height: 5px;
    width: 200px;
    background: #f34a4f;
}
.complete2 small {
    display: block;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
}

.complete3 .title {
    padding-bottom: 35px;
    margin-bottom: 30px;
    margin-top: 55px;
    position: relative;
}
.complete3 .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    height: 5px;
    width: 100px;
    background: #6с6340;
}
