.mfp-content .form-main__form_anketa textarea {
    max-height: 200px;
}
.mfp-content .form-main__form_anketa .appointment_popup_form_error {
    margin-bottom: 10px;
}
.mfp-content .step-next {
    background-color: #ED7453;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    border-radius: 40px;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease-in-out;
}
.mfp-content .step-next:hover{
    background-color: rgba(237, 116, 83, 0.8);
}
.mfp-content .step-next > div {
    background: url(../img/right-white.svg) no-repeat;
    height: 18px;
    width: 18px;
}
.mfp-content .step-btn {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.mfp-content .step-prev,.mfp-content  .step-next {
    padding: 10px 20px;
    height: 40px;
    cursor: pointer;
}
.mfp-content .step-prev {
    background: url(../img/left-black.svg) no-repeat center;
    background-color: #F8F8F8;
    border-radius: 4px;
    margin-right: 20px;
}
.mfp-content .form-main__form.form-main__form_anketa {
    display: block;
}
.mfp-content .form-progress-and-step-btn {
    margin: 10px 0;
    display: flex;
    gap: 40px;
}

.mfp-content .form-progress {
    width: 100%;
}
.mfp-content .progress-title{
    font-weight: 500;
    margin-bottom: 7px;
    font-family: Cocon, sans-serif;
}
.mfp-content .progress-title > span{
    color: #FD9A7F;
}
.mfp-content .progress-wrap {
    width: 100%;
    border-radius: 10px;
    background: #F2C1B4;
    height: 10px;
}
.mfp-content .progress-line {
    background: #FD9A7F;
    border-radius: 10px;
    height: 100%;
}

.mfp-content .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: inherit;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: calc(53px / 2);
    transition: box-shadow .15s ease-in-out;
    color: #333333;
}
.mfp-content .select2.select2-container.select2-container--default .select2-selection__rendered,
.mfp-content .select2-results .select2-results__option {
    font-size: 14px;
    padding-left: 20px;
}

.mfp-content .error-msg{
    display: none;
}

.mfp-content .form-control.error[name="AMOUNT"] ~ .error-msg{
    display: block;
    color: #DC000C;
    text-align: center;
    margin: 0 auto;
}
.mfp-content .form-control.error{
    border-color: #DC000C;
    box-shadow: inset 0 0 5px #DC000C;
}
.mfp-content .form-main__date-get{
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: inherit;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: calc(53px / 2);
    transition: box-shadow .15s ease-in-out;
    color: #333333;
}
.mfp-content .form-main__date-placeholder{
    display: block;
    padding: 10px 0;
}
.mfp-content .form-main__date-get svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: -3px;
}
.mfp-content .form-control[type="date"] {
    display: flex;
    position: absolute;
    z-index: 10;
    opacity: 0;
}
.mfp-content .global_font-1 .form-control {
    font-size: 16px;
}

.mfp-content .global_font-2 .form-control {
    font-size: 18px;
}

.mfp-content .global_font-3 .form-control {
    font-size: 20px;
}

.mfp-content textarea.form-control {
    border-radius: 15px;
    height: 153px;
    padding: 20px 25px;
}

.mfp-content .form-control::placeholder {
    color: #828282;
    opacity: 1;
}

.mfp-content .feedback-form__title {
    margin-bottom: 20px;
}

.mfp-content .form-control:focus {
    box-shadow: 0 0 0 1px #572F8E;
    outline: 0;
}

.mfp-content .form-control_error {
    border: 1px solid #DC000C !important;
    -webkit-box-shadow: 0px 0px 14px 4px rgba(220, 0, 12, 0.2);
    -moz-box-shadow: 0px 0px 14px 4px rgba(220, 0, 12, 0.2);
    box-shadow: 0px 0px 14px 4px rgba(220, 0, 12, 0.2);
}
.mfp-content .form-control_error::placeholder{
    color: #DC000C;
}

.mfp-content .form-search {
    position: relative;
}

.mfp-content .form-search__input {
    padding-left: 35px;
}

.mfp-content .main-services .form-search__input {
    height: 50px;
    background-color: #572F8E;
    color: #FFFFFE;
}

.mfp-content .main-services .form-search__input::placeholder {
    color: #FFFFFE;
}

.mfp-content .form-search_cross-en .form-search__input {
    padding-right: 40px;
}

.mfp-content .form-search__cross-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: transparent;
    border: 0;
}

.mfp-content .form-search__cross-btn:before,
.mfp-content .form-search__cross-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #8e8e8e;
}

.mfp-content .form-search__cross-btn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-content .form-search__cross-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-content .form-search__btn {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23999999' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L16.65 16.65' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / 15px 15px;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.mfp-content .form-search__btn.btn_loader:after {
    width: 25px;
    height: 25px;
}

.mfp-content .form-search__dropdown {
    z-index: 1;
    display: none;
    width: 100%;
    padding: 30px;
    margin: auto;
    background: #FFFFFF;
    color: #333333;
}

.mfp-content .form-search__dropdown__show {
    display: block;
}

.mfp-content .form-search__dropdown-inner {
    position: relative;
    overflow: auto;
    max-height: 300px;
}

.mfp-content .form-search__dropdown-item {
    border-top: 1px solid #e8e8e8;
    padding: 10px 20px;
    cursor: pointer;
}

.mfp-content .form-search__dropdown-item:first-child {
    border-top: 0;
}

.mfp-content .form-search__dropdown-item_hover {
    background-color: #F2F0F6;
}

.mfp-content .radio-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}

.mfp-content .radio-list__item {
    padding: 0 5px 10px;
    position: relative;
}

.mfp-content .radio-list__input {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.mfp-content .radio-list__label {
    font-size: 14px;
    line-height: 1;
    color: #463B3F;
    background: #FFFFFE;
    border: 2px solid #FFD974;
    border-radius: 30px;
    padding: 6px 12px;
    margin: 0;
    cursor: pointer;
}

.mfp-content .global_font-1 .radio-list__label {
    font-size: 16px;
}

.mfp-content .global_font-2 .radio-list__label {
    font-size: 18px;
}

.mfp-content .global_font-3 .radio-list__label {
    font-size: 20px;
}

.mfp-content .radio-list_them_purple .radio-list__label {
    border: 2px solid #ECD7E4;
}

.mfp-content .radio-list_them_orange .radio-list__label {
    border: 2px solid #f5c6b8;
}

.mfp-content .radio-list__input:disabled ~ .radio-list__label {
    background: #F5F5F5;
    border-color: #F5F5F5;
    color: #828282;
    cursor: default;
}

.mfp-content .radio-list__input:checked ~ .radio-list__label {
    background: #FFD974;
}

.mfp-content .radio-list_them_purple .radio-list__input:checked ~ .radio-list__label {
    background: #572f8e;
    border-color: #572f8e;
    color: #ffffff;
}

.mfp-content .radio-list_them_orange .radio-list__input:checked ~ .radio-list__label {
    background: #ed7453;
    border-color: #ed7453;
    color: #ffffff;
}

.mfp-content .radio-switch {
    display: inline-flex;
    background-color: #915cd9;
    border-radius: 23px;
}

.mfp-content .radio-switch-orange.radio-switch {
    background: #ed7453;
}

.mfp-content .radio-switch__label {
    margin: 0;
    padding: 4px 14px;
    border-radius: 23px;
    font-size: 10px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.mfp-content .global_font-1 .radio-switch__label {
    font-size: 12px;
}

.mfp-content .global_font-2 .radio-switch__label {
    font-size: 14px;
}

.mfp-content .global_font-3 .radio-switch__label {
    font-size: 16px;
}

.mfp-content .radio-switch__input {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.mfp-content .radio-switch__input:checked + .radio-switch__label {
    font-weight: 500;
    background-color: #F2F0F6;
    color: #572f8e;
}

.mfp-content .radio-switch-orange .radio-switch__input:checked + .radio-switch__label {
    background: #ffd6ca;
    color: #ed7453;
    font-weight: 500;
}

/* stylized radio button for forms */
.mfp-content .radio-button{
    cursor: pointer;
}
.mfp-content .radio-button input[type=radio] {
	display: none;
}
.mfp-content .radio-button label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 38px;
    padding-bottom: 5px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}
.mfp-content .radio-button label:before {
	content: "";
	display: inline-block;
    box-sizing: border-box;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #FFF;
    border-radius: 50%;
    border: 7px solid #FFF;
    transition: ease-in-out;
    transition-duration: .2s;
}
 
/* Checked */
.mfp-content .radio-button input[type=radio]:checked + label:before {
	background: #FD9A7F;
}
 
/* Hover */
.mfp-content .radio-button label:hover:before {
	background: #FFE8E1;
}
 
/* Disabled */
.mfp-content .form_radio input[type=radio]:disabled + label:before {
	background: #E2E2E2;
    border: 7px solid #E2E2E2;
}

/* Wrapper */
.mfp-content .radio-button__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.mfp-content .form-border-input .form-control,
.mfp-content .form-border-input .select2-container:not(.select2-container--open, .select2-container--focus) .select2-selection--single {
    border: 1px solid #e0e0e0;
    border-radius: 30px;
}

.mfp-content .popup-container .form-main__col {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mfp-content .popup-container .form-main__col + .form-main__col {
    margin-top: 0;
}
@media (min-width: 869px) {
    .mfp-content .popup-container .form-main__col {
        margin-top: 0;
    }
}
.mfp-content .form_additional_text {
    color: #8c8c8c;
    font-size: 13px;
}

.mfp-content .global_font-1 .form_additional_text {
    font-size: 14px;
}

.mfp-content .global_font-2 .form_additional_text {
    font-size: 16px;
}

.mfp-content .global_font-3 .form_additional_text {
    font-size: 18px;
}

.mfp-content .form_info_text {
    color: #8c8c8c;
}

@media (min-width: 375px) {
    .mfp-content .services__search-input {
        font-size: 16px;
    }

    .mfp-content .global_font-1 .services__search-input {
        font-size: 18px;
    }

    .mfp-content .global_font-2 .services__search-input {
        font-size: 20px;
    }

    .mfp-content .global_font-3 .services__search-input {
        font-size: 22px;
    }

    .mfp-content .services__search-input::placeholder {
        /*font-size: 16px;*/
    }

    .mfp-content .global_font-1 .services__search-input::placeholder {
        /*font-size: 18px;*/
    }

    .mfp-content .global_font-2 .services__search-input::placeholder {
        /*font-size: 20px;*/
    }

    .mfp-content .global_font-3 .services__search-input::placeholder {
        /*font-size: 22px;*/
    }

    .mfp-content .radio-switch__label {
        padding: 8px 20px;
        font-size: 12px;
    }

    .mfp-content .global_font-1 .radio-switch__label {
        font-size: 14px;
    }

    .mfp-content .global_font-2 .radio-switch__label {
        font-size: 18px;
    }

    .mfp-content .global_font-3 .radio-switch__label {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .mfp-content .form-main__date-placeholder{
        padding: 0;
    }
}

@media (min-width: 869px) {
    .mfp-content .form-control {
        height: 53px;
        font-size: 16px;
        padding: 0 25px;
    }

    .mfp-content .select2.select2-container.select2-container--default .select2-selection__rendered,
    .mfp-content .select2-results .select2-results__option {
        padding-left: 25px;
        font-size: 16px;
    }

    .mfp-content .global_font-1 .form-control {
        font-size: 18px;
    }

    .mfp-content .global_font-2 .form-control {
        font-size: 20px;
    }

    .mfp-content .global_font-3 .form-control {
        font-size: 22px;
    }

    .mfp-content .form-control::placeholder {
        /*font-size: 16px;*/
    }

    .mfp-content .global_font-1 .form-control::placeholder {
        /*font-size: 18px;*/
    }

    .mfp-content .global_font-2 .form-control::placeholder {
        /*font-size: 20px;*/
    }

    .mfp-content .global_font-3 .form-control::placeholder {
        /*font-size: 22px;*/
    }

    .mfp-content .form-control_s {
        height: 48px;
    }

    .mfp-content .form-search {
        position: relative;
    }

    .mfp-content .form-search__input {
        padding-left: 60px;
    }

    .mfp-content .form-search__input.form-control_s {
        padding-left: 50px;
    }

    .mfp-content .form-search_cross-en .form-search__input {
        padding-right: 50px;
    }

    .mfp-content .form-search__cross-btn {
        right: 15px;
    }

    .mfp-content .form-search__btn {
        width: 40px;
        height: 40px;
        left: 12px;
        background-size: 24px 24px;
    }

    .mfp-content .form-control_s ~ .form-search__btn {
        width: 30px;
        height: 30px;
        left: 11px;
        background-size: 18px 18px;
    }

    .mfp-content .form-search__btn.btn_loader:after {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1189px) {
}

.mfp-content .form-common {
    margin: 0 -20px;
    padding: 30px;
    background-color: #572f8e;
    color: #FFFFFF;
}

.mfp-content .form-common__title {
    margin: 0 0 30px;
    color: #FFFFFF;
}

.mfp-content .form-common__subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.mfp-content .global_font-1 .form-common__subtitle {
    font-size: 20px;
}

.mfp-content .global_font-2 .form-common__subtitle {
    font-size: 22px;
}

.mfp-content .global_font-3 .form-common__subtitle {
    font-size: 24px;
}

.mfp-content .form-common__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px -10px;
    align-items: center;
}

/*.form-common__grid {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin: 0 -9px -10px;*/
/*    align-items: center;*/
/*}*/

.mfp-content .form-common__cel {
    padding: 0 9px 10px;
    flex-basis: 100%;
    max-width: 100%;
}

.mfp-content .form-common__cel_full {

}

@media (min-width: 375px) {
    .mfp-content .form-progress-and-step-btn{
        flex-direction: column;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .mfp-content .form-common {
        margin: 0;
    }

    .mfp-content .form-progress-and-step-btn{
        flex-direction: row;
        padding-bottom: 0;
    }
    
}

@media (min-width: 869px) {
    .mfp-content .form-common {
        padding: 50px 80px;
    }

    .mfp-content .form-common__row {
        margin: 0 -9px -20px;
    }

    .mfp-content .form-common__cel {
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 20px;
    }

    .mfp-content .form-common__cel_3 {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .mfp-content .form-common__cel_full {
        flex-basis: 100%;
        max-width: 100%;
    }

}

@media (min-width: 1189px) {

}

.g-recaptcha--fullWidth {
    width: 100%;
}
.mfp-content .g-recaptcha--medium {
    transform: scale(.9);
    transform-origin: center;
}
.mfp-content .g-recaptcha--fullWidth > div {
    margin: 0 auto;
}
@media screen and (max-width: 400px) {
    .mfp-content .g-recaptcha {
        transform:scale(0.8);
        transform-origin:center center;
    }
}
.mfp-content .g-recaptcha-bubble-arrow {
    display: none;
}
.mfp-content .g-recaptcha-bubble-arrow + div
{
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}