.elementor-304 .elementor-element.elementor-element-32bf657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--border-radius:30px 30px 30px 30px;--padding-top:30px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-304 .elementor-element.elementor-element-32bf657:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-32bf657 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}.elementor-304 .elementor-element.elementor-element-32bf657, .elementor-304 .elementor-element.elementor-element-32bf657::before{--border-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-304 .elementor-element.elementor-element-9c86b17 > .elementor-widget-container{padding:0px 0px 30px 0px;}.elementor-304 .elementor-element.elementor-element-9c86b17{text-align:center;}.elementor-304 .elementor-element.elementor-element-9c86b17 .elementor-heading-title{color:var( --e-global-color-text );font-family:"PT Sans", Sans-serif;font-size:30px;font-weight:600;}#elementor-popup-modal-304 .dialog-widget-content{animation-duration:0.5s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-304{background-color:#122936CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-304 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-304 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-304 .elementor-element.elementor-element-32bf657{--border-radius:21px 21px 21px 21px;}.elementor-304 .elementor-element.elementor-element-9c86b17 > .elementor-widget-container{padding:0px 0px 15px 0px;}.elementor-304 .elementor-element.elementor-element-9c86b17 .elementor-heading-title{font-size:24px;}#elementor-popup-modal-304 .dialog-message{width:500px;}#elementor-popup-modal-304{justify-content:center;align-items:center;}#elementor-popup-modal-304 .dialog-widget-content{border-radius:20px 20px 20px 20px;}}@media(max-width:767px){#elementor-popup-modal-304 .dialog-message{width:330px;}#elementor-popup-modal-304 .dialog-widget-content{border-radius:20px 20px 20px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-e0bbdf7 */@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

.form-label {
    margin-bottom: 10px;
    color: #122936;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.required {
    color: red;
}

.form-input {
    width: 500px;
    height: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 15px !important;
}

.form-input::placeholder {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.submit-button {
    width: 300px;
    height: 60px;
    margin-top: 50px;
    background-color: #E28C4F;
    border-color: transparent;
    border-radius: 10px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.submit-button:hover {
    background-color: #B5462A;
    color: #fff;
}

.consent-text {
    color: #122936;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

/* Стили для чекбоксов */
.form-checkboxes {
    display: flex;
    gap: 20px; /* Расстояние между чекбоксами */
    margin-top: 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #122936;
}

/* Стили для контейнеров чекбоксов */
.form-checkboxes input[type="checkbox"] {
    accent-color: #E28C4F; /* Цвет галочки и чекбокса */
    width: 20px;
    height: 20px;
    border-radius: 5px; /* Скругление углов чекбокса */
    cursor: pointer;
}

/* Стили для лейблов */
.form-checkboxes label {
    display: flex;
    align-items: center;
    gap: 10px; /* Отступ между чекбоксом и текстом */
    cursor: pointer;
    font-size: 16px;
}

/* Hover эффект для чекбоксов */
.form-checkboxes label:hover {
    color: #E28C4F;
}

.wpcf7-spinner {
    display: none;
}

/* Set transparent background for the form */
.wpcf7-form {
    background-color: transparent;
}


@media screen and (max-width: 1024px) {
    .form-label {
    font-size: 1em;
    }

    .form-input {
        width: 100%; /* Растягиваем на всю ширину контейнера */
        height: 45px;
        font-size: 1em;
    }
    
    .submit-button {
        width: 100%;
        height: 3em;
        font-size: 1em;
    }
    
    .form-checkboxes {
        gap: 0.5em;
        font-size: 1em;
    }
    
}

@media screen and (max-width: 768px) {
    .submit-button {
        width: 100%;
        height: 3em;
        font-size: 1em;
    }
    .consent-text {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 480px) {
    .form-input {
        height: 35px;
        font-size: 0.85em;
    }

    .submit-button {
        font-size: 0.85em;
    }

    .form-label {
        font-size: 0.9em;
    }

    .form-checkboxes label {
        font-size: 0.8em;
    }
}/* End custom CSS */