
/*pop win*/
.leyer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 70000;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.leyer_in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.pop_form {
    width: 480px;
    margin: auto;
    background-color: #ffffff;
    padding: 35px 0 35px 0;
    /* min-height: 238px; */
    box-sizing: border-box;
    /* border-radius: 18px; */
    text-align: left;
    overflow: hidden;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 3px;
    box-shadow: 0px 0 4px #797979;
    border: 1px solid #a2a2a2;
}

.pop_close {
    right: 14px;
    position: absolute;
    top: 6px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 50%;
    /* padding: 17px; */
    transition: 0.2s;
}

.pop_close:hover {
    transform: scale(1.15);
}

.pop_close:after, .pop_close:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 25px;
    background-color: #616161;
    top: 15px;
    left: 5px;
    border-radius: 5px;
}

.pop_close:after {
    transform: rotate(-45deg);
}

.pop_open {
    cursor: pointer;
}

.pop_close:before {
    transform: rotate(45deg);
}

.pop_head {
    padding: 5px 12px 22px;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 12px;
}

.pop_title {
}

.pop_user .pop_form {
    width: 748px;
    padding: 15px 0 15px 0;
    min-height: unset;
    min-height: 150px;
}

@media(max-width: 630px) {
    .pop_user .pop_form {
        padding: 5px 0 5px 0;
    }
}

.pop_title {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 21px;
}

.pop_title_login {
    max-width: 335px;
    font-size: 14px;
    font-weight: 300;
    margin: -3px auto 16px;
    line-height: 130%;
    text-align: center;
    color: #2c2c2c;
}

@media(max-width: 375px) {
    .pop_title_login {
    max-width: 265px;
    }
}

.pop_brif {
    margin: 15px auto 0 auto;
    font-size: 12px;
    color: #656565;
    /* font-family: Roboto-Black; */
    max-width: 308px;
    line-height: 150%;
}

.leyer_in input[type=text], .leyer_in input[type=password], .leyer_in input[type=email], .leyer_in input[type=tel] {
    width: 100%;
    max-width: 370px;
    padding: 16px 14px;
    border: 2px solid #0e3145;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 15px;
    /* text-transform: uppercase; */
    font-size: 14px;
    letter-spacing: 0.03em;
    outline: 0;
    transition: border-color 0.2s linear;
    box-sizing: border-box;
    background-color: #0e3145;
    color: #fff;
    resize: none;
}

.leyer_in input:focus, .leyer_in textarea:focus {
    border-color: #224a61;
}

.pop_form button {
    /* margin-top: 14px; */
}

.pop_form_block button {
    padding: 15px 50px;
    margin-top: 23px;
}

.pop_etc_methods {
    display: none;
}

.pop_login_recommend {
    max-width: 350px;
    margin: auto;
    padding: 0 13px 17px;
    text-align: center;
    color: #cdcdcd;
}

.pop_input_block {
    text-align: center;
}

.pop_form_bottom_link {
    background: transparent;
    display: block;
    text-align: center;
    margin: auto;
    color: #bcbcbc;
    border-bottom: 1px dashed #bcbcbc;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 12px;
}


.pop_choice {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pop_choice_item {
    width: 80%;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    padding: 17px 11px;
    border: 2px solid var(--variation-border-color);
    background-color: var(--variation-bg-color);
    border-radius: 4px;
    transition: all 0.3s;
}

.pop_choice_item:hover {
    background-color: #13394F;
    border-color: #1D94D9;
}


.login_google {
    width: 276px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    background-color: #1A73E8;
    padding: 11px 0;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s;
    margin-top: 16px;
}

.login_google:hover .login_google_icon {
    /* box-shadow: 0 2px 4px #0d0d0d; */
    transform: scale(1.1);
}

.login_google_icon {
    width: 28px;
    height: 28px;
    /* background-color: #eee; */
    margin-right: 11px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.login_google_text {
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    width: 178px;
    text-align: left;
}

.pop_login_soc {
    /* display: flex; */
    justify-content: center;
    margin-bottom: 19px;
}

.pop_login_soc_item {
    width: 32px;
    height: 32px;
    background-color: transparent;
    margin: 2px 11px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.75;
    transition: 0.2s;
    cursor: pointer;
}

.pop_login_soc_item:hover {
    opacity: 1;
    transform: scale(1.1);
}

.pop_form_or {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    color: #979797;
    letter-spacing: 0.09em;
}

.pop_content_scroll {
    overflow-y: auto;
    width: 100%;
    padding-top: 12px;
}