.section-form {
    background-color: #fff4e9;
}

.section-form .wpcf7 {
    max-width: 940px;
    margin: 0 auto;
}

.form-submit {
    padding-top: 0;
}

.form-group {
    padding: 15px 0;
}

.form-group .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-group .btn {
    padding: 18px 30px;
    cursor: pointer;
}

.form-group label:not(.label-range) {
    margin-bottom: 10px;
}

.form-group span.uacf7-value {
    margin-top: -20px;
    float: none;
    display: inline-block;
}

.form-group .item-type {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    margin: 0 10px;
    cursor: pointer;
}

.form-group .item-type.item-type-active {
    color: #fff;
    background: #682453;
}

.form-group .calculate-price {
    font-size: 36px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    color: #0b0b0b;
}

.form-group .btn {
    padding: 18px 30px 18px 30px;
}


.form-section {
    padding-bottom: 30px;
}

.form-section:last-child {
    padding-bottom: 0;
}

.form-section .title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    color: #1c1c1c;
    text-align: center;
}

.form-group {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-group label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #484848;
    display: block;
    margin-bottom: 12px;
}

.form-group label.uacf7-slider-label {
    display: none;
}

.form-group span.uacf7-value {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #682453;
    float: right;
    margin-top: -35px;
}

.form-group .uacf7-slider {
    background-color: #dfdfdf!important;
    height: 6px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-group input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #a38418;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
    border: 6px solid #682453;
}

.form-group label .required {
    color: #ff0000;
}

.form-group .form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #c5c5c5;
    padding: 15px 25px;
    min-height: 54px;
    transition: all 300ms ease-out 0s;
}

.form-group .form-control::placeholder {
    color: #979797;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
    border: 1px solid #682453;
}

.form-group select.form-control {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../../images/icons/chevron-down.png) no-repeat center right 20px;
}

.form-submit {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
}

.form-submit .btn {
    min-width: 315px;
    text-align: center;
    padding: 18px 30px;
    cursor: pointer;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: flex;
    font-size: 14px;
    color: #484848;
}

span.wpcf7-list-item {
    display: inline-block;
}

.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
    visibility: hidden;
    min-width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}

.wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 18px;
    min-width: 18px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 18px;
    width: 18px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:before {
    border: 1px solid #682453;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 20px;
    display: inline-block;
}

.wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 12px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

@media (max-width: 576px) {
    .form-group .form-control {
        font-size: 14px;
        padding: 15px;
        min-height: 46px;
    }

    .form-submit .btn {
        min-width: auto;
        padding: 10px;
        font-size: 12px;
        width: 100%;
    }

    .form-group label {
        font-size: 14px;
    }
}