#popup-registration .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;
}

/* Новые стили для вынесенного CSS */
.input-hint {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.study-pol {
    padding-bottom: 0;
    padding-top: 10px;
}

.label-bold {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.radio-wrapper {
    margin-bottom: 10px;
}

.radio-label {
    display: inline;
    margin-right: 15px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.agree-block {
    margin-top: 20px;
}

/* Стили ошибок валидации */
#popup-registration span.error {
    color: #d0021b;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    width: 100%;
    float: left;
}
#popup-registration input.error, 
#popup-registration select.error {
    border-color: #d0021b;
}

/* Верстка двух колонок (Info Wrapper) */
#popup-registration .info-wrapper {
    float: left;
    display: flex;
    width: 100%;
    padding-top: 30px;
    justify-content: space-between;
}

#popup-registration .info {
    width: 48%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

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

#popup-registration .form__input {
    float: none !important;
    width: 100%;
}

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

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

@media (max-width: 768px) {
    .enter__popup-tab .box {
        padding: 20px 10px 81px 10px !important;
    }
    #popup-registration .info-wrapper {
        flex-direction: column;
    }
    #popup-registration .info {
        width: 100%;
        margin-bottom: 20px;
    }
}