body main {
    padding: 178px 0px 140px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body main {
        padding: 0px;
    }
}

main .content {
    width: 740px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    main .content {
        max-width: 100%;
    }
}

.content .steps {
    display: block;
    float: left;
    margin-top: -20px;
    text-align: center;
    word-spacing: -5px;
    width: 100%;
}

.steps span {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50%;
    background-color: #98D3ED;
    width: 10px;
    height: 10px;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.steps span.active {
    background-color: #26358C;
}
.steps span.active ~ span {
    background-color: #DAD8CA;
}

.content .form_container {
    margin-top: 35px;
}
.content .form_container + .form_container {
    display: none;
}

.title a {
    display: inline-block;
    margin-left: -37px;
    margin-bottom: -3px;
    border: 1px solid #26358C;
    border-radius: 50%;
    background-image: url(../_img/sprite-profile.png?v=103);
    background-repeat: no-repeat;
    background-position: 10px -101px;
    width: 32px;
    height: 32px;
    -webkit-transition: background-color 250ms, background-position 0ms 125ms;
    transition: background-color 250ms, background-position 0ms 125ms;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .title a {
        margin-bottom:-7px;
    }
}

.title a:hover, .title a:active{
    background-color: #26358C;
    background-position: 10px -121px;
}

.form .hidden {
    display: none;
}

.form input[type='checkbox'] {
    display: block;
    position: relative;
    top: 35px;
    margin-bottom: -13px;
    opacity: 0.01;
    filter: alpha(opacity=1);
}

.form .check {
    position: relative;
    margin-top: 35px;
    line-height: 40px;
    padding-left: 55px;
    width: auto;
}

.form .check:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 6px;
    border: 1px solid #dad8ca;
    background-image: url(../_img/checkbox.png?v=103);
    background-repeat: no-repeat;
    background-position: center 100px;
    content: '';
    width: 40px;
    height: 40px;
}
.form input:checked + .check:before {
    background-position: center center;
}

.form .link {
    display: block;
    float: left;
    margin-top: 45px;
    margin-left: 5px;
    color: #1a78a6;
    font-size: 16px;
}
.form .link:hover, .form .link:active {
    text-decoration: none;
}

.form_container .button {
    padding-left: 10px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .form_container .form .button {
        margin-bottom: 40px;
        font-size: 18px;
        margin-left: 5%;
        padding-left: 0px;
    }
}

.form_container .button:after {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 4px;
    background-image: url(../_img/next-arrow.png?v=103);
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
    content: '';
    width: 8px;
    height: 7px;
}

.form_container .orange_text.hidden {
    display: none;
}
.show_client_code.form_container .orange_text {
    display: block;
}

.background_popup .popup {
    padding: 56px 23px 60px 54px;
    height: 394px;
}

.popup .title_popup {
    display: block;
    float: left;
    color: #26358C;
    font-family: 'Font1';
    font-size: 36px;
    width: 100%;
}

.popup .legal_container {
    display: block;
    float: left;
    padding-right: 32px;
    width: 100%;
    height: 238px;
    overflow: auto;
}