
.form__label {
    width: 100%;
    display: block;
    position: relative;
}
.form__label + .form__label {
    margin-top: 4px;
}
.form__caption {
    position: absolute;
    font-size: 12px;
    color: #8e9297;
    line-height: 20px;
    top: calc(50% - 15px);
    left: 16px;
    background-color: #303948;
    padding: 5px;
    transition: all 0.3s;
}
.form__caption span {
    color: #a9ff35;
}
.form__caption.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.form__box + .form__box {
    margin-top: 25px;
}
.form__field {
    padding: 15px 24px 15px 16px;
    height: 47px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.form__btn {
    width: 100%;
    height: 48px;
    margin-top: 8px;
}
.form__btn + .form__link {
    margin-top: 15px;
}
.form__password {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    cursor: pointer;
}
.form__password.active svg ellipse {
    fill: #fff;
    transition: all 0.3s;
}
.form__bottom {
    margin-top: 12px;
}
.form__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.form__link {
    display: inline-flex;
    font-size: 12px;
    line-height: 145%;
    color: #a9ff35;
    transition: all 0.3s;
}
.form__link span {
    text-decoration: underline;
}
.form__link_white {
    color: #fff;
}
.form__link_white span {
    text-decoration: none;
}
.form__social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #212833;
    border-radius: 4px;
    padding: 12px 12px 12px 29px;
}
.form__social-caption {
    font-size: 12px;
    line-height: 135%;
    color: #fff;
}
.form__social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form__social-link {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
}
.form__social-link::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -7px;
    width: 1px;
    height: calc(100% - 2px);
    background-color: #212833;
}
.form__social-link + .form__social-link {
    margin-left: 14px;
}
.form__social-link:last-child::before {
    display: none;
}
.form__social-link svg *,
.quantity-btn svg * {
    transition: all 0.3s;
}
.form__social-link:hover svg * {
    fill: #a9ff35;
    transition: all 0.3s;
}
.form .checbox {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 6px;
}
@media (max-width: 420px) {
    .form__social {
        padding: 12px;
    }
}
.quantity {
    width: 112px;
    height: 32px;
    display: flex;
    justify-content: space-between;
}
.quantity-btn,
.quantity-value input {
    background-color: transparent;
    border: 0;
}
.quantity-value input {
    font-family: "Montserrat", sans-serif;
    width: 48px;
    height: 100%;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #202732;
}
.quantity-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s;
}
.quantity-btn:hover svg * {
    fill: #6e7687;
    transition: all 0.3s;
}
.quantity-btn.disabled {
    opacity: 0.5;
}
@media (max-width: 760px) {
    .quantity {
        width: 96px;
    }
    .quantity-value input {
        width: 32px;
        font-size: 12px;
    }
}
.menu .menu-small__item,
.menu .services-item__caption {
    display: none;
}
.menu.active .menu-small__item,
.menu.active .services-item__caption {
    display: block;
}

.textarea_order {
    height: 100px;
}

.cabinet-form__caption.textarea {
    top: calc(20% - 15px);
}

.cabinet-form__caption.textarea.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}

.custom-radio-group {
    display: flex;
    gap: 8px;
}

.custom-radio {
    position: relative;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
}

.radio-label {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #1E242E;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-radio input:checked + .radio-label {
    background-color: #A8FF36;
}

.custom-radio-big {
    position: relative;
}

.custom-radio-big input {
    position: absolute;
    opacity: 0;
}
.custom-radio-big__content {
    display: inline-block;
    padding: 12px 20px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #1E242E;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.custom-radio-big__title {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}
.custom-radio-big__list {}
.custom-radio-big__list li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #1E242E;
    font-weight: 500;
}
.custom-radio-big__list li:last-of-type {
    margin-bottom: 0;
}
.custom-radio-big__list li:before {
    position: absolute;
    content:'';
    left: 5px;
    top: 7px;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
}
.custom-radio-big input:checked + .custom-radio-big__content {
    background-color: #A8FF36;
}
.form__box .field{
    margin-bottom: 12px;
}
