.userdata-form,
.userdata-form__row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.userdata-form {
    align-self: stretch;
}

.userdata-form__close-order {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
}

.userdata-form__close-order-title {
    text-align: center;
    color: #003730;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 20px;
}

.userdata-form__close-order-btn {
    cursor: pointer;
    display: block;
    background: rgb(205 205 205 / 20%);
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    padding: 2px 2px 1px 2px;
    width: 27px;
    height: 31px;
}

.userdata-form__input::placeholder {
    font: 400 14px 'Montserrat';
    color: #fff;
}

.userdata-form__input::-webkit-input-placeholder {
    font: 400 14px 'Montserrat';
    color: #fff;
}

.userdata-form__input:-ms-input-placeholder {
    font: 400 14px 'Montserrat';
    color: #fff;
}

.userdata-form__input::-moz-placeholder {
    font: 400 14px 'Montserrat';
    color: #fff;
}

.userdata-form__input:-moz-placeholder {
    font: 400 14px 'Montserrat';
    color: #fff;
}

.userdata-form__input {
    display: block;
    padding: 10px 15px;
    background: #5FBD6F;
    border-radius: 15px;
    font: 400 14px 'Montserrat';
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.prev-btn,
.next-btn {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-bottom: 30px;
    cursor: pointer;
}

.prev-btn {
    background: rgba(238, 238, 238, 0.0);
    color: #28B810 !important;
    text-align: center;
}

.prev-btn:hover {
    background: rgba(238, 238, 238, 0.4);
}

.next-btn {
    width: 230px;
    background: rgba(40, 184, 16, 0.7);
    color: #FFF;
}


.next-btn:hover {
    background: rgba(40, 184, 16, 0.8);
}

.form-submit__btn {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
}

.userdata-form__submit {
    display: block;
    width: 239px;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.order-form__submit {
    display: block;
    align-self: stretch;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.userdata-form__slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.userdata-form__row-data {
    display: flex;
    justify-content: space-between;
}

.userdata-form__row-help {
    cursor: pointer;
}

.userdata-form__row-inputs {
    display: flex;
    justify-content: left;
    position: relative;
    gap: 20px;
    padding: 10px;
    background-color: rgba(95, 189, 111, 0.08);
    border-radius: 6.7px;
}

.uf__f-t {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.225px;
    display: flex;
    /* width: 201px; */
    align-items: center;
    gap: 5px;
}

.userdata-form__filter-none {
    display: none;
}

.userdata-form__filter-check {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(25, 25, 25, 0.05);
    background-color: #FFF;
    /* border: 1px solid gray; */
    border: 1px solid #EEE;
}

.userdata-form__filter-checked {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.userdata-form__row-inputs input:checked ~ .userdata-form__filter-check .userdata-form__filter-checked {
    display: block;
}
/* НАСТРОЙКА ДЛЯ ЧЕКБОКСОВ В ФИЛЬТРАЦИИ | ЗАМЕТКА */
.userdata-form__row-inputs input:checked ~ .userdata-form__filter-check {
    background: #5FBD6F;
}

.ua-pf_r {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(231, 231, 236);
    padding-top: 20px;
    cursor: pointer;
}

.ua-pf_ri {
    width: 25px;
    height: 25px;
}

.ua-pf_rf {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.ua-pf_rn {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ua-pf_rp {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ua-pf_rl {
    width: 16px;
    height: 16px;
}