html, body{
    height: auto;
}
body{
    background: url("../img/premaster/bg.png") top center, linear-gradient(185deg, #21014C 0.45%, #5801A4 95.64%) !important;
    padding-bottom: 0px;
    background-size: cover !important;
}

.one_info{
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
}
.gender_btn{
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    padding: 42px 16px;
    text-decoration: none;
}
.gender_btn p{
    font-size: 18px;
}

.reviews-block{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
}
.box_collection .box{
    border-radius: 8px;
    border: 1px solid #3D119D;
    background: rgba(0, 0, 0, 0.10);
}
.box_blue{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.premaster_info_box{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(192, 192, 192, 0.10);
    backdrop-filter: blur(9px);

    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    align-self: stretch;
    text-align: left;
    font-size: 14px;
}

.premaster_info_box .h1{
    text-align: left;
}

.check_ul{
    list-style: url("../img/check.svg");
    margin-left: 25px;
}
.check_ul li{
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.btn_w {
    display: block;
    font-weight: 700;
    border-radius: 8px;
    background: #F3E6FF;
    color: #4F0195;
    border: 0;
    height: auto;
    min-height: 50px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 10px;
}

.btn_w:disabled {
    border-radius: 8px;
    background: #F0EEFF;
    color: #CCCAE5;
}

.btn_w:disabled:hover {
    background: #FCECF5;
}

.btn_w:hover {
    background: #dbcce7;
}
.btn_w:active{
    background: #dbcce7;
}