.dark_window {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
}
.dark_window.active {
    display: block;
}

input {
    display: block;
    width: 100%;
    border: 2px solid rgba(215, 215, 215, 1);
    border-radius: 1000px;
    height: 60px;
    padding: 0 16px;
    font-size: 18px;
    margin: 10px 0;
}
.pop_btn {
    margin: 20px 0;
    width: 100%;
    background: var(--color-orange);
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    cursor: pointer;
}
.pop_btn:hover {
    background: var(--color-orange_hover);
    transition: .15s;
}
.pop_up__elem {
    display: none;
    position: fixed;
    width: 520px;
    left: calc(50% - 260px);    
    background-color: #fff;
    border-radius: 40px;
    z-index: 1001;
    padding: 40px;
}
.pop_callback {
    top: calc(50% - 266px);
}
.pop_up__elem.active {
    display: block;
}
.pop_up__elem > img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.pop_up__elem > p {
    font-family: days_one;
    font-size: 32px;
    text-align: center;
}
.pop_up__elem > article {
    font-size: 18px;
    margin: 10px 0 20px;
    text-align: center;
}
.pop__bottom {
    font-size: 14px;
    text-align: center;
    color: rgba(113, 110, 114, 1);
}
.pop__bottom p a {
    color: var(--color-orange);
}

@media (max-width: 540px) {
    .pop_up__elem {
        position: fixed;
        width: 95%;
        left: 2.5%;
        background-color: #fff;
        border-radius: 40px;
        z-index: 1001;
        padding: 60px 20px 40px;
    }
    .pop_up__elem > img {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .pop_callback {
        top: 10vh;
    }
}

.pop_registr {
    top: calc(50% - 208px);
}
.pop_registr > p {
    margin-bottom: 30px;
}
@media (max-width: 540px) {
    .pop_registr {
        top: 10vh;
    }
}
.pop_six-code {
    top: calc(50% - 208px);
}


.wrapper_input {
    position: relative;
}
input.input_pin {
    position: relative;
    width: 120%;
    letter-spacing: 66px;
    height: 60px;
    padding: 0 0 0 25px;
    font-size: 16px;
    font-family: number;
    font-weight: bold;
    background-color: transparent;
    border: none;
    z-index: 1009;
}
.pin_code__mask {
    position: absolute;
    z-index: 1008;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.pin_code__mask__elem {
    width: 15%;
    height: 100%;
    border: 2px solid rgba(215, 215, 215, 1);
    border-radius: 1000px;
    background-color: transparent;
}

@media (max-width: 540px) {
    .pop_six-code {
        top: 10vw;
    }
    input.input_pin {
        position: relative;
        width: 120vw;
        letter-spacing: 10.7vw;
        height: 11.6vw;
        padding: 0 0 0 9.3vw;
        font-size: 3.7vw;
        font-family: number;
        font-weight: bold;
        background-color: transparent;
        border: none;
        z-index: 1009;
    }
    .pin_code__mask {
        position: absolute;
        z-index: 1008;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .pin_code__mask__elem {
        width: 15%;
        height: 100%;
        border: 2px solid rgba(215, 215, 215, 1);
        border-radius: 1000px;
        background-color: transparent;
    }
}

.pop_pay.pop_up__elem {
    padding: 20px 40px 40px;
    top: calc(50% - 290px);
}
.pop_pay__banner {
    margin: 30px 0;
    position: relative;
    width: 100%;
    border-radius: 30px;
    padding: 20px 24px;
    background-color: rgba(234, 235, 255, 1);
}
.pop_pay__banner p {
    font-family: geologica-bold;
    font-size: 36px;
}
.pop_pay__banner article {
    font-size: 14px;
}
.pop_pay__banner img {
    width: 117px;
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    transform: scaleX(-1);
}
.wrapper_promocod {
    display: flex;
    justify-content: space-between;
}
.wrapper_promocod input {
    width: 65%;
    height: 44px;
    margin: 0;
}
.promocod__btn {
    width: 33%;
    height: 44px;
    line-height: 36px;
    border: 2px solid rgba(255, 230, 217, 1);
    background-color: rgba(247, 247, 247, 0.97);
    color: var(--color-orange);
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
}
.promocod__btn:hover {
    background-color: #d7d7d7;
    transition: .15s;
}
.pop_pay__block_price {
    margin: 10px;
}
.pop_pay__block_price__elem {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.pop_pay__block_price__elem p {
    font-size: 16px;
}
.pop_pay__block_price__elem article {
    font-family: geologica-bold;
}
.pop_pay__block_price__elem article span {
    color: rgba(255, 68, 68, 1);
}
.pop_pay__block_price__elem__total {
    border-top: 1px solid rgba(215, 215, 215, 1);
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: geologica-bold;
    padding: 10px 0;
}
@media (max-width: 540px) {
    .pop_pay.pop_up__elem {
        padding: 20px 10px 20px;
        top: 5vh;
    }
}

.pop_pay_ok.pop_up__elem {
    padding: 20px 40px 40px;
    top: calc(50% - 224px);
    background: rgba(254, 194, 230, 1);
    overflow: hidden;
}
.pop_pay_ok__btn.pop_btn {
    background-color: var(--color-blue);
    margin-bottom: 150px;
}
.pop_pay_ok__btn.pop_btn:hover {
    background-color: var(--color-blue_hover);
    transition: .15s;
}
.pop_pay_ok > img.mascote_pay_ok {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 60%;
    height: 460px;
}
@media (max-width: 540px) {
    .pop_pay_ok.pop_up__elem {
        padding: 60px 20px 20px;
        top: 5vh;
    }
    .pop_pay_ok__btn.pop_btn {
        background-color: var(--color-blue);
        margin-bottom: 150px;
    }
    .pop_pay_ok > img.mascote_pay_ok {
        position: absolute;
        width: 86%;
        left: 7%;
        top: 65%;
        height: 400px;
    }
}

.pop_registr_baby.pop_up__elem {
    top: calc(50% - 290px);
}
.wraper__man_or_girl {
    display: flex;
    justify-content: space-between;
}
.man_or_girl__elem {
    font-family: days_one;
    width: 49%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid rgba(24, 20, 22, 1);
    border-radius: 60px;
    cursor: pointer;
}
.man_or_girl__elem.active {
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
}
@media (max-width: 540px) {
    .pop_registr_baby.pop_up__elem {
        top: 10vh;
    }
}

.pop_registr_baby_ok {
    top: calc(50% - 157px);
}
@media (max-width: 540px) {
    .pop_registr_baby_ok {
        top: 10vh;
    }
}