.elementor-kit-11{--e-global-color-primary:#EFAD13;--e-global-color-secondary:#020126;--e-global-color-text:#141414;--e-global-color-accent:#F7F7F9;--e-global-color-3fe1539:#999999;--e-global-color-0dbb7f6:#FFFFFF;--e-global-color-d1109cd:#DEDEEE;--e-global-color-1af6c47:#727D8B;--e-global-color-48049e0:#F2BE43;--e-global-typography-primary-font-family:"PT Sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"PT Sans";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"PT Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"PT Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-b389d01-font-size:18px;--e-global-typography-b389d01-line-height:1.4em;font-family:"Source Sans 3", Sans-serif;font-size:18px;font-weight:400;line-height:1.4em;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-primary );text-transform:uppercase;color:var( --e-global-color-0dbb7f6 );border-radius:2px 2px 2px 2px;padding:16px 30px 16px 30px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-48049e0 );color:var( --e-global-color-secondary );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-text );font-size:18px;font-weight:400;}.elementor-kit-11 a:hover{color:var( --e-global-color-primary );}.elementor-kit-11 h1{font-size:48px;font-weight:900;line-height:1.4em;}.elementor-kit-11 h2{font-size:34px;font-weight:700;line-height:1.4em;}.elementor-kit-11 h3{font-size:1.25rem;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-11{font-size:16px;}.elementor-kit-11 a{font-size:16px;}.elementor-kit-11 h1{font-size:32px;}.elementor-kit-11 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:23px;}.elementor-kit-11 h2{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Применяем стиль только к радиокнопкам внутри формы с классом custom-radio-style */
.custom-radio-style .elementor-field-option input[type="radio"] {
    width: 22px;
    height: 22px;
    border: 1px solid #7E7A92;
    border-radius: 50%; /* Чтобы радиокнопка оставалась круглой */
    position: relative;
    appearance: none; /* Убираем стандартный стиль радиокнопки */
    outline: none;
    cursor: pointer;
    margin-right: 8px; /* Расстояние между радиокнопкой и текстом */
}

/* Внутренний круг при выборе радиокнопки */
.custom-radio-style .elementor-field-option input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #020126;
    border-radius: 50%; /* Чтобы круг был круглым */
    position: absolute;
    top: 6px; /* Позиционирование для центрирования внутри радиокнопки */
    left: 6px;
    opacity: 1;
}

/* Контейнер для каждой радиокнопки */
.custom-radio-style .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 13px; /* Устанавливаем отступ между радиокнопками */
}

.custom-radio-style .elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}/* End custom CSS */