.fnc--login--fields .container {
    max-width: 1440px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #d9e0e2;
    box-shadow: 3px 7px 13px 1px rgb(0 0 0 / 16%);
    background: #d9e0e2;
}
.fnc--login--fields .container:hover{
    box-shadow: 3px 7px 16px 1px rgb(0,0,0,0.25);
}
.fnc--login--fields .container .block{
    max-width:50%;
    padding:35px;
    width:100%;
}

.fnc--login--fields__button{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.formm_header,
.reg_block .header{
    margin: 0 0 35px;
    text-transform: uppercase;
    font-size: 1.563em;
    color: #333;
    letter-spacing: .1em;
}


.reg_block .text{
    font-size: 15px;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    text-transform: none;
    color: #63656a;
    margin-bottom:12px;
}

.js__login--info {
    color: red;
    height: 25px;
}

.registration--main__button button,
.fnc--login--fields__button button,
.reg_block button{
    background-color:#000;
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    margin-top:30px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1em;
    border:1px solid transparent;
    width:150px;
    height:35px;
}
.registration--main__button button:hover,
.fnc--login--fields__button button:hover,
.reg_block button:hover{
    background-color:#fff;
    border:1px solid #000;
    color:#000;
}

.js__registration--page--content{
    max-width:1440px;
    margin:0 auto;
    padding: 0 120px;
}
.registration--main__title h1{
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.registration--main__name{
    margin-bottom:10px;
}

.registration--main__param input[type='password'],
.registration--main__param input[type='text'],
.leform input{
    background-clip: padding-box;
    background-color: #fefefe;
    background-image: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    color: #5f5f5f;
    display: block;
    margin-bottom:10px;
    font-size: .938em;
    line-height: 1.25rem;
    padding: .938rem 1.25rem;
    width: 100%;
    letter-spacing: .03em;
}
.js__login--button{
    margin-top: 0 !important;
    margin-left:10px;
}


.loged_in{
    margin:0 auto;
    max-width:1200px;
    display:flex;
    align-items: center;
    min-height:500px;
    justify-content: center;
    flex-direction: column;
}


.loged_in .fnc--login--fields__buttons{
    margin-top:20px;

}

.loged_in .fnc--login--fields__buttons{
    margin:0 10px;
}

.registration--main__inner {
    display: flex;
    flex-direction: column;
    width: 40%;
    background: #d9e0e2;
    padding: 40px;
    justify-content: flex-end;
    margin: 0 auto;
    margin-right: 0;
    box-shadow: 3px 7px 13px 1px rgb(0 0 0 / 16%);
}

.registration--main__line .registration--main__name {
    display:none;
}

.registration--center--page {
    background: url(/themes/img/ban_regist.jpg) no-repeat;
    position: relative;
    background-position: center;
}

.registration .breads {
    display: none;
}
[data-page="registration"] .advantages {
    border-top: none;
    margin-top: 0;
}

.registration--main__button {
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.registration--main__button a {
    margin-top: 30px;
    text-decoration: underline;
    padding: 5px;
}

/* password block eye */

.pass_bl,
.pass_reg_log,
.pass_reg_1,
.pass_reg_2 {
    position: relative;
}

.pass_bl .password-control {
    top: 25px;
    right: 15px;
}
.pass_reg_log .password-control {
    top: 20px;
    right: 15px;
}
.pass_reg_1 .password-control_reg,
.pass_reg_2 .password-control_reg2 {
    top: 20px;
    right: 15px;
    margin: 0;
    border: 0;
}

.password-control,
.password-control_reg,
.password-control_reg2 {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/themes/main/no-view.svg) 0 0 no-repeat;
    opacity: 0.5;
}
.password-control.view,
.password-control_reg.view,
.password-control_reg2.view {
    background: url(/themes/main/view.svg) 0 0 no-repeat;
    margin: 0;
}

/* END password block eye */