
.form-section {
    background: #F2F2F2;
    border-radius: 20px;
    max-width: 100%;
    padding: 60px 30px 35px 30px;
}
.form-section__subtitle {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 210%;
    text-transform: lowercase;
    color: #828282;
    margin-bottom: 20px;
}
.form-section__input {
    min-width: 330px;
    max-width: 100%;
    height: 54px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 20px;
    border: none;
    margin-right: 21px;
}
.form-section__input::-moz-placeholder {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #BDBDBD;
}
.form-section__input::placeholder {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #BDBDBD;
}
.form-section__btn {
    background: #FF9501;
    border: 2px solid #FF9501;
    border-radius: 10px;
    height: 54px;
    padding: 12px 20px;
    text-align: center;
    min-width: 245px;
    max-width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: #FFFFFF;
}.form-section__checkbox {
     margin-top: 20px;
 }
.form-section__point-checkbox {
    display: block;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #B1B7BD;
    border-radius: 2px;
    margin-right: 16px;
    position: relative;
}
.form-section__point-checkbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../../../images/checkbox_tick.svg") center/contain no-repeat;
}
.form-section__input-checkbox {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.form-section__label-checkbox {
    display: flex;
}
.form-section__label-checkbox-text {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #828282;
}
.form-section__label-checkbox-text_colored {
    color: #FF9501;
    display: block;
}

label input:checked ~ .form-section__point-checkbox {
    background: #FF9501;
    border: none;
}

@media screen and (max-width: 1060px) {
    .form-section__form {
        display: flex;
        flex-direction: column;
    }
    .form-section__input {
        margin-bottom: 20px;
        min-width: 250px;
        max-width: 330px;
        width: 100%;
    }
    .form-section__btn {
        max-width: 330px;
    }
}
@media screen and (max-width: 425px) {

    .form-section {
        padding: 24px;
    }

}
.hidden, .product-table_hide{
    display:none;
}
.loading{
    opacity: 0.5;
}