.reg_first_block{
    max-width:1920px;
    margin:0 auto;
    width:100%;
    position:relative;
    background-image:url('../img/slider/magazine.jpg');
    background-repeat: no-repeat;
    background-position:center;
    height:566px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.reg_first_block .title {
    width: 100%;
    max-width: 1320px;
}
.reg_first_block h1 span{
    margin-left:700px;
    font-weight:500;
}
.reg_first_block h1 {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #0a1a2f;
    font-weight: 200;
    font-size: 48px;
    line-height: 48px;
    padding-top: 190px;
    padding-bottom: 85px;
}

@media(max-width:640px){
.reg_first_block h1 {
    display:none;
} 

}

.switcher{

    display: flex;
    border-bottom: 1px solid #ababab;
}

.name_placeholder,
.pass_placeholder{
    margin-bottom:10px;
    margin-top:10px;
    text-align: left;
}
input[type="password"],
input[type="text"]{

width: 100%;
    border:0;
    outline:none;
background: #f6f6f6;
font-size: 14px;
line-height: 24px;
padding: 17px 28px;
border-radius: 0;
border-color: #f6f6f6;
color: #35404f;
}



.registration--center--page{
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    width:100%;
}

.login_container,
.reg_container{
    opacity: 0;
    height:0;
    overflow: hidden;
    z-index:-1;
    position:relative;
}

.registration--main__button button{
    margin: 0 !important;
}
.registration--main__button{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin:10px 0;
}



.logined{
    display:flex;
    min-height:400px;
    align-items: center;
    justify-content: center;
}
.logined .fnc--login--fields__title span{
    font-weight:500;
}
.logined .fnc--login--fields__title{
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
margin-bottom:20px;
}

.registration--main__line{
    display: inline-block;
    width: 405px;
    margin: 10px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
.registration--main__line {
    width: 100%;
    margin: 10px auto;
}

}

.question_reg {
    width: 100%;
}
.question_reg .registration--main__name {
    font-weight: 600;
    font-size: 16px;
}

.div_radio_reg {
    padding: 10px 0 0 0;
}


.logined .fnc--login--fields__button button{
    position: relative;
    display: block;
    width: 300px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    background: #0a1a2f;
    padding: 22px 15px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0;
}
.registration--main__button button,
.js__login--button {
    position: relative;
    display: block;
    width: 300px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    background: #0a1a2f;
    padding: 22px 15px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border: none;
    border-radius: 0;
}

.switcher .button {
    cursor: pointer;
    padding: 15px 10px;
    border: 1px solid #ababab;
    margin-bottom: -1px;
    font-weight: 700;
    opacity: 0.6;
    transition-duration: 0.4s;
    -webkit-transition:0.4s;
    -ms-transition:0.4s;
}


.switcher .button:hover,
.switcher .active {
    transition-duration: 0.4s;
    -webkit-transition:0.4s;
    -ms-transition:0.4s;
    border-bottom: 1px solid #fff;
    opacity: 1;
}
.switcher>div:nth-child(n+1) {
    margin-left: -1px;
}


.active{
    opacity: 1;
    overflow: visible;
    height:auto;
    z-index:10;
}

.registration--main{
    display: flex;
    flex-wrap: wrap;
}


.fnc--login--fields__main .fnc--login--fields__field {
    max-width: 300px;
    margin: 0 auto;
}

.registration_help-block {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 20px 0;
}

.registration--main__button button:disabled {
    background: #d4d4d4;
    cursor: auto;
}

.reg_phone_mask {
    position: relative;
    display: flex;
    align-items: center;
}

.reg_phone_mask #shipping_address_country {
    position: absolute;
    right: 0;
}