* {
    padding:0;
    margin:0;
}
.wraper {
    display: flex;
    flex-wrap: wrap;
    background: url(/img/logo.jpg) no-repeat;
    height: 700px;
    background-position: center;
    background-size: contain;
}
.header {
    font-size: 42px;
    margin: 10px auto;
    text-align: center;
}
.login_block a {
    display: flex;
    text-decoration: none;
}
.login_block span {
    color: #fff;
}
.header_part {
    margin: 0 auto;
}
.form_block_header_text {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 250px;
    border-radius: 30px;
    background: #74a2fa;
    box-shadow: 0px 0px 7px 0px #000000a6;
    transition:0.5s;
}
.form_block_header_text:hover {
    transition:0.5s;
    background: #2d6ee9;
    box-shadow: 0px 0px 11px 0px #000000;
}
.form_block {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.form_block_header {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.form_block_form {
    backdrop-filter: blur(10px);
    background: #0a4aff52;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
}
.form_block_form_on {
    display: flex;
    margin: -100px 0;
}
.close_form {
    font-weight: bold;
    display: flex;
    height: 30px;
    margin: 10px auto;
    color: #f00;
    font-size: 18px;
    cursor: pointer;
}
.form_block_form_input {
    border: 0;
    height: 35px;
    border-bottom: 1px solid;
    border-color: #0026e3;
    display: flex;
    margin: 5px;
    padding: 0 5px;
    color: #0006bf;
    font-weight: bold;
    min-width: 250px;
    max-width: 280px;
    width: 95%;
}
.form_block_form_input_btn {
    height: 40px;
    max-width: 290px;
    width: 100%;
    margin: 20px auto 0;
}
.respone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    bottom: 80px;
    flex-direction: column;
    left: 0;
    right: 0;
    justify-content: center;
    font-weight: bold;
}
#respone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 50px;
    width: 100%;
    text-align: center;
    color: rgb(3, 169, 0);
    z-index: 111;
    position: absolute;
}
.form_resp_info {
    width: 100%;
    background: #003d7c;
    padding: 5px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_resp_span {
    display: flex;
    margin: 10px;
}
.login_btn {
    width: 90%;
    display: flex;
    margin: 0 auto;
}
.login_block {
    display: flex;
    margin-left: auto;
    height: 25px;
    background: #3880f8;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
.lk_block_wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    background: #202020;
}
.lk_block_wrap_info {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #048aff;
    flex-direction: row;
    width: 150px;
    margin: 5px;
}
.lk_block_wrap_info_img {
    display: flex;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    justify-content: center;
}
.formlogin {
    display:flex;
    position: absolute;
    left: -9999px;
    transition:0.5s;
}
.formloginOpen {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    flex-wrap: wrap;
    transition:0.5s;
}
.formloginClose {
    color: red;
    margin: 10px 0;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}
#login {
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px;
    justify-content: center;
    padding: 10px;
    background: #4887fb;
}
.formloginInput {
    height: 30px;
    border: 0;
    width: 95%;
    display: flex;
    text-align: center;
    margin: 10px auto;
}
.formloginInputBtn {
    height: 40px;
    border: 0;
    width: 95%;
    display: flex;
    text-align: center;
    margin: 10px auto;
    justify-content: center;
    background: #0b5adf;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    cursor:pointer;
    transition:0.5s;
}
.formloginInputBtn:hover {
    transition:0.5s;
    background: #00348b;
    box-shadow: 0px 0px 14px 5px #00000061;
}
.formloginTxt {
    text-decoration: underline;
    text-decoration-color: #f33d3d;
}
.login_respone {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    background: #4887fb;
    padding: 5px;
}
.vkLogin {
    display: flex;
    margin: 0 auto;
    background: #4887fb;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#pass {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    background: #ff2d2d7d;
    flex-wrap: wrap;
}
input[name="email"],input[name="phone"],input[name="pass"] {
    width: 250px;
    text-align: center;
    height: 30px;
    margin: 5px;
    border: 0;
}
#pass input[type="submit"] {
    border: 0;
    height: 30px;
    width: 190px;
    background: #0008ff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.header_lk_no_info {
    width: 95%;
    margin: 10px;
    font-size: 26px;
    color: #f00;
}
.red {
    color: black;
    background: #f00;
    padding: 10px;
    font-weight: bold;
}
.success_block {
    display: flex;
    height: 400px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.success_span {
    font-size: 38px;
    text-align: center;
}
.linkSuccess {
    display: flex;
    margin: 20px auto;
    height: 35px;
    width: 100px;
    background: #f7f7f7;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    color: #6c6c6c;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: -3px -2px 5px 1px #d3d3d3;
}

label {
    display: flex;
    flex-direction: column;
    width: 250px;
    align-items: center;
    margin: 20px auto;
}
.label_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 1px 6px 3px #0000001f;
    margin: 20px auto;
}
input[type=radio] + span {
    background: url(https://69-69.bknpp.ru/images/check_off.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    margin: 10px auto;
    box-shadow: -2px -1px 9px 3px #ffffffd1, inset 0 2px 1px 1px #f3fdf9, inset 0 -2px 1px 0 #f3fdf9, 4px 3px 4px 0px #0000005e;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
}
input[type=radio] {
    opacity: 0;
    display: none;
}
.h_ch {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 40px;
    align-items: center;
    color: #f55656;
}
.h_ch a {
    color:#000;
    color: #7a7a7a;
}
.checked_green {
    color:green;
}
input[type=radio]:checked + span  {
    background: url(https://69-69.bknpp.ru/images/check_on.png) no-repeat; /* Фоновый рисунок */
    box-shadow: inset -2px -1px 9px 3px #ffffff9c, inset 0 2px 1px 1px #f3fdf900, inset 0 -1px 2px 0px #ffffff00, inset 4px 3px 4px 0px #545454;
    position: relative;
    cursor: pointer;
    background-size: contain;
}
.form_see {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto;
}
.form_seeinp {
    
}
.form_see_btn {
    box-shadow: -2px -1px 9px 3px #ffffffd1, inset 0 2px 1px 1px #f3fdf9, inset 0 -2px 1px 0 #f3fdf9, 4px 3px 4px 0px #5454545e;
    background: #f3fdf9;
    border-radius: 11px;
    height: 45px;
    width: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    cursor: default;
    transition: 0.5s;
    color: #004c4b;
    font-size: 17px;
    border: 0;
    font-weight: bold;
}
.form_see_btn:hover {
    transition: 0.5s;
    box-shadow: -2px -1px 0px 0px #ffffff00, inset 1px 2px 1px 1px #0000002e, inset -2px -4px 4px 2px #ffffff61, 4px 3px 0px 0px #54545400;
}
.finans {
    margin: 5px 20px;
    border: 1px solid #00000014;
    padding: 5px;
    transition:0.5s;
}
.finans:hover {
    transition:0.5s;
    background: #d1d1d1;
}
.label_block_image {
    width: 250px;
}












