.wrapper {
    overflow-x: hidden;
    position: relative
}

.new_wrapper {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bdadabb8
}

.new_wrapper:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, .5) 0, rgba(0, 0, 0, .15) 51.1%, rgba(0, 0, 0, 0) 100%)
}

.webp .new_wrapper {
    background-image: url(../img/login-register-background.webp)
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .webp .new_wrapper {
        background-image: url(../img/login-register-background-mobile.webp)
    }
    .no-webp .new_wrapper {
        background-image: url(../img/login-register-background-mobile.jpg)
    }
}

.no-webp .new_wrapper {
    background-image: url(../img/login-register-background.jpg)
}

.login-page-login-block {
    width: 440px;
    background-color: rgba(77, 182, 255, .5);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 15px 30px;
    margin: 120px auto 0
}

.login-page-login-block .login-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-align: center
}

.login-page-login-block p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 30px
}

.register-header-logo {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.registration-active-link:active,
.registration-active-link:hover,
.registration-active-link:visited {
    color: #9bf367;
    transform: scale(1.3)
}

.registration-block-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.registration-block {
    width: 440px;
    background-color: rgba(77, 182, 255, .5);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 15px 30px;
    margin-top: 120px
}

.about-registration {
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5%;
    margin-right: 1%
}

@media (min-width:890px) and (max-width:1120px) {
    .about-registration {
        width: 47%!important
    }
}

.about-registration-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 52px
}

.about-registration-highlight {
    margin-top: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 26px
}

.registration-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px
}

.already-have-account {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.registration-active-link {
    color: #9bf367
}

.register-confirmation {
    height: 60px;
    border: 2px solid #fff;
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    transition: all .5s
}

.register-confirmation:hover {
    background: rgba(0, 0, 0, .4);
    transform: scale(1.1)
}
.facebook-registration-link-block{
    margin-bottom: 15px;
    height: 40px;
    width: 100%;
    border-radius: 2px;
    background-color: #4364B2;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.facebook-registration-link-block span{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-left: 21.11px;
}
.facebook-registration-link-block a{
    width: 100%;
}
.facebook-registration-link-block img{
    height: 23.89px;
    width: 23.89px;
    margin-left: 8px;
}
.google-registration-link-block{
    height: 40px;
    width: 100%;
    border-radius: 2px;
    background-color: #4285F4;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-registration-link-block .google-text-style{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-left: 21.11px;
}
.google-registration-link-block a{
    width: 100%;
}
.google-registration-link-block img{
    height: 18px;
    width: 18px;
}
.google-img-style{
    background-color: white;
    padding: 8px;
}

.or {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 10px 0
}


.facebook-registration {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #1549b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.google-registration {
    margin: 15px 0;
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #4d9fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.facebook-registration:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.1);
    color: #fff
}

.google-registration:hover {
    background: #4ed3ff;
    transform: scale(1.1);
    color: #fff
}

.check_terms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px
}

.checkbox_terms_block {
    position: relative
}

.checkbox_terms {
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 10px;
    cursor: pointer
}

.checkbox_click:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 11px;
    opacity: 0;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px
}

.checkbox_click {
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer
}

.checkbox_terms_block input[type=checkbox]:checked+.checkbox_click:after {
    opacity: 1
}

.checkbox_terms_block input[type=checkbox]:checked+.checkbox_click {
    background-color: rgba(77, 182, 255, .5);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.agree-with {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 18px;
    text-transform: uppercase
}

.register-input {
    padding: 9px 0;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    background: 0 0;
    margin-bottom: 15px;
    text-indent: 12px
}

.register-input:focus {
    border: 4px solid #fff;
    outline: 0
}

.register-input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-ident: 12px
}

.register-input:-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-ident: 12px
}

.register-input::-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-ident: 12px
}

.register-input::placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-ident: 12px
}

.login-registration-block .register-block {
    border-color: #9bf367
}

.register-block-wrapper {
    -webkit-box-shadow: 0 7px #9bf367;
    box-shadow: 0 7px #9bf367
}

.login-registration-block .register-block a {
    color: #9bf367
}

.error_border {
    border: 2px solid #cd3131
}

.invalid-request {
    width: 100%;
    margin-top: 0;
    font-size: 80%;
    color: #dc3545
}

.error-block {
    margin-top: -15px
}

@media only screen and (min-width:782px) and (max-width:911px) {
    .about-registration {
        width: 45%
    }
    .registration-block-wrapper {
        padding: 30px
    }
}

@media only screen and (max-width:782px) {
    .about-registration-mobile {
        display: block!important
    }
    .about-registration,
    .registration-title {
        display: none
    }
    .registration-block {
        width: 520px
    }
    .about-registration {
        width: 57%;
        margin-top: 50px
    }
    .about-registration-title {
        line-height: 46px
    }
    .register-mobile-text-margin {
        margin-top: 15px!important;
    }
}

@media screen and (max-width:683px) {
    .about-registration-title img{
        width: 24px;
        height: 24px;
        margin-right: 15px;
        margin-left: 2px;
    }
    .about-registration-title:nth-child(1){
       display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-registration-title span{
        margin-left: 45px;
    }
    .about-registration-mobile {
        display: block!important
    }
    .about-registration-mobile .about-registration-title {
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 0;
    }
    .about-registration-highlight {
        line-height: 25px;
    }
    .about-registration {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .register-relax-margin {
        margin-bottom: 25px!important
    }
    .easy-steps-margin {
        margin-top: 55px!important
    }
    .about-registration,
    .registration-title {
        display: none
    }
    .registration-block {
        margin-top: 30px;
        width: 90%
    }
    .already-have-account {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 20px;
    }
    .register-input::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 18px
    }
    .register-input:-ms-input-placeholder {
        font-size: 13px;
        line-height: 18px
    }
    .register-input:-ms-input-placeholder {
        font-size: 13px;
        line-height: 18px
    }
    .register-input::placeholder {
        font-size: 13px;
        line-height: 18px
    }
    .facebook-registration,
    .google-registration,
    .register-confirmation {
        font-size: 13px;
        height: 48px
    }
    .agree-with {
        font-size: 10px;
        margin-bottom: 0;
        line-height: 17px
    }
}

@media screen and (max-width:480px) {
    .about-registration-highlight {
        margin-top: 13px;
        font-size: 3.8vw;
        line-height: 20px
    }
    .register-relax-margin {
        margin-bottom: 20px!important
    }
    .easy-steps-margin {
        margin-top: 45px!important
    }
}

@media screen and (max-width:420px) {
    .about-registration-highlight {
        font-size: 4.2vw
    }
}

.easy-steps-margin {
    margin-top: 90px
}

.register-relax-margin {
    margin-bottom: 40px
}

.about-registration-mobile {
    display: none
}
@media screen and (max-width: 326px) {
    .about-registration-title img {
        margin-right: 8px;
        margin-left: 0;
    }
    .about-registration-mobile .about-registration-title {
        font-size: 14px;
    }
    .already-have-account {
        font-size: 13px;
    }
}