#registration-popup .form__label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-SemiBold';
    font-weight: normal;
    color: #353330;
    display: block;
    float: left;
    width: 100%;
}

.pol {
    float: left;
    display: block;
    width: 100%;
    padding: 20px 0;
}

.pol label {
    /*margin-top: 9px;*/
    /*margin-left: 10px;*/
}

#registration-popup .error {
    color: red;
}

#registration-popup .niz {
    width: 45%;
    float: left;
    display: inline-block;
}

#registration-popup .form__label input {
    margin-bottom: 15px;
}

#registration-popup .enter__popup-tab .btn-violet {
    width: 100%;
    margin-top: 60px;
}


#registration-popup .form__input {
    margin: 40px 0 0 0;
    float: none !important;
}

#registration-popup .niz2 {
    margin-right: 10%;
}

#registration-popup .pol .form__input {
    margin: 20px 0 0 0;
}

#registration-popup input[type="file"] {
    margin: 10px 0;
}

#registration-popup .info {
    width: 49%;
    font-weight: bold;
}

#registration-popup .info .form__input {
    margin-top: 10px;
}

#registration-popup .info-wrapper {
    float: left;
    display: flex;
    width: 100%;
    padding-top: 30px;
    justify-content: space-between;
}

.enter__popup-tab .box {
    padding: 71px 40px 81px 40px !important;
}

@media (max-width: 768px) {
    .enter__popup-tab .box {
        padding: 20px 10px 81px 10px !important;

    }
}

.picker__holder {
    /*max-width: 300px !important;*/
}
.picker__day {
    font-size: 12px;
}
.picker__select--month, .picker__select--year {
    padding: 0 0.5em !important;
}