#revinate_popup_overlay {
    display: none;
    background: var(--overlay-bg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

#revinate_popup_overlay .popup_overlay_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

#revinate_popup_overlay #popup_revinate {
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
    position: relative;
    display: block;
}

#revinate_popup_overlay #popup_revinate:not(.not-centered) {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 991px) {
    #revinate_popup_overlay #popup_revinate {
        margin: 10px auto;
    }
}

@media (max-width: 767px) {
    #revinate_popup_overlay #popup_revinate {
        margin: 0 auto;
    }
}

#revinate_popup_overlay #popup_revinate .close_popup {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    z-index: 500;
}

#revinate_popup_overlay #popup_revinate .thumb_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
}

#revinate_popup_overlay #popup_revinate .thumb_wrap .thumb {
    background-attachment: scroll;
    background-size: cover;
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accessibility_BW #revinate_popup_overlay #popup_revinate .thumb_wrap .thumb {
    -webkit-filter: grayscale(100%) contrast(2);
    filter: grayscale(100%) contrast(2);
}

.accessibility_BY #revinate_popup_overlay #popup_revinate .thumb_wrap .thumb {
    -webkit-filter: grayscale(0) contrast(2);
    filter: grayscale(0) contrast(2);
}

#revinate_popup_overlay #popup_revinate .content_wrap {
    padding: 50px 75px;
    position: relative;
    background: var(--body_background);
}

@media (max-width: 991px) {
    #revinate_popup_overlay #popup_revinate .content_wrap {
        padding: 25px 36px;
    }
}

@media (min-width: 992px) {
    #revinate_popup_overlay #popup_revinate .content_wrap .the_title {
        font-weight: 600;
        font-style: normal;
        font-family: var(--first_font);
        line-height: 120%;
        position: relative;
        letter-spacing: 0.05em;
        color: var(--title_color);
        font-size: 2em;
    }

    #revinate_popup_overlay #popup_revinate .content_wrap .the_title strong {
        font-weight: inherit;
    }

    #revinate_popup_overlay #popup_revinate .content_wrap .the_title strong {
        color: var(--highlight_color);
    }
}

#revinate_popup_overlay #popup_revinate .content_wrap .the_subtitle {
    margin-bottom: 20px;
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 2em auto 0;
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book {
    display: inline-block;
    height: 50px;
    text-align: center;
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 1.5em;
    height: 100%;
    font-family: var(--first_font);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    line-height: 120%;
    border-width: 1px;
    border-style: solid;
    min-width: 160px;
    letter-spacing: var(--letter-spacing);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main_color);
    border-color: var(--main_color);
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a.alternative {
    color: var(--main_color_associate);
    border-color: var(--main_color_associate);
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a.alternative:hover {
    background: var(--main_color_associate);
    color: var(--main_color);
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a * {
    color: inherit;
    font-weight: inherit;
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a:hover, #revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a:focus {
    text-decoration: none;
    /*outline: none;*/
    background: var(--main_color);
    color: var(--main_color_associate);
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a {
    border-width: 0 5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: var(--main_color);
    color: var(--main_color_associate);
    border-right-color: var(--highlight_color);
    border-left-color: var(--highlight_color);
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a.alternative {
    background: var(--main_color_associate);
    color: var(--main_color);
    border-color: var(--highlight_color);
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a.alternative:hover {
    border-width: 1px 5px;
    color: #fff;
    background: transparent;
    border-color: #fff;
}

#revinate_popup_overlay #popup_revinate .content_wrap .btns_wrap .book a:hover {
    border-width: 1px 5px;
    color: var(--main_color);
    background: transparent;
    border-color: var(--main_color);
}


@keyframes forms_spin {
    0% {
        transform: rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: rotateX(0) rotateY(180deg)
    }
    90% {
        transform: rotateX(0deg) rotateY(0deg)
    }
}

.deform_style {
    margin-top: 10px;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative
}

.deform_style.disabled:after {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 10000;
    background: rgba(0, 0, 0, .3)
}

.deform_style.disabled:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    opacity: .8;
    background-color: var(--highlight_color);
    animation: forms_spin 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10001;
    margin-left: -30px;
    margin-top: -30px
}

.deform_style fieldset {
    margin: 0;
    padding: 0
}

.deform_style p {
    margin-bottom: 20px
}

.deform_style .form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: auto
}

.deform_style .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.deform_style .fields .field {
    margin-top: 0;
    margin-bottom: 0
}

.deform_style .field {
    width: 50%;
    padding: 0 10px;
    margin: 10px 0
}

@media (max-width: 767px) {
    .deform_style .field {
        width: 100%
    }
}

.deform_style .field.col_1 {
    width: calc(100% / 12 * 1)
}

@media (max-width: 767px) {
    .deform_style .field.col_1 {
        width: 100%
    }
}

.deform_style .field.col_2 {
    width: calc(100% / 12 * 2)
}

@media (max-width: 767px) {
    .deform_style .field.col_2 {
        width: 100%
    }
}

.deform_style .field.col_3 {
    width: calc(100% / 12 * 3)
}

@media (max-width: 767px) {
    .deform_style .field.col_3 {
        width: 100%
    }
}

.deform_style .field.col_4 {
    width: calc(100% / 12 * 4)
}

@media (max-width: 767px) {
    .deform_style .field.col_4 {
        width: 100%
    }
}

.deform_style .field.col_5 {
    width: calc(100% / 12 * 5)
}

@media (max-width: 767px) {
    .deform_style .field.col_5 {
        width: 100%
    }
}

.deform_style .field.col_6 {
    width: calc(100% / 12 * 6)
}

@media (max-width: 767px) {
    .deform_style .field.col_6 {
        width: 100%
    }
}

.deform_style .field.col_7 {
    width: calc(100% / 12 * 7)
}

@media (max-width: 767px) {
    .deform_style .field.col_7 {
        width: 100%
    }
}

.deform_style .field.col_8 {
    width: calc(100% / 12 * 8)
}

@media (max-width: 767px) {
    .deform_style .field.col_8 {
        width: 100%
    }
}

.deform_style .field.col_9 {
    width: calc(100% / 12 * 9)
}

@media (max-width: 767px) {
    .deform_style .field.col_9 {
        width: 100%
    }
}

.deform_style .field.col_10 {
    width: calc(100% / 12 * 10)
}

@media (max-width: 767px) {
    .deform_style .field.col_10 {
        width: 100%
    }
}

.deform_style .field.col_11 {
    width: calc(100% / 12 * 11)
}

@media (max-width: 767px) {
    .deform_style .field.col_11 {
        width: 100%
    }
}

.deform_style .field.col_12 {
    width: calc(100% / 12 * 12)
}

@media (max-width: 767px) {
    .deform_style .field.col_12 {
        width: 100%
    }
}

.deform_style .field.field_message {
    width: 100%
}

.deform_style .field:not(.fieldtype_checkbox):not(.field_capcha):not(.fieldtype_submit) > .input_wrap, .deform_style .field:not(.fieldtype_checkbox):not(.field_capcha):not(.fieldtype_submit) > .select_wrap {
    position: relative;
    background: var(--form_input_bg);
    margin-top: 10px
}

.deform_style .field.fieldtype_recaptcha_v3 {
    width: 100%;
    margin: 0
}

.deform_style .field.fieldtype_recaptcha_v3 .error_holder {
    top: 0
}

.deform_style .field.fieldtype_checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

@media (max-width: 767px) {
    .deform_style .field.fieldtype_checkbox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }
}

.deform_style .field.fieldtype_checkbox .input_wrap {
    position: relative;
    margin-right: 10px
}

.deform_style .field.fieldtype_checkbox .error_holder {
    white-space: nowrap
}

.deform_style .field.fieldtype_submit {
    text-align: right
}

@media (max-width: 450px) {
    .deform_style .field.fieldtype_submit {
        text-align: center
    }
}

.deform_style .field.fieldtype_submit input[type=submit] {
    padding: 0 1.5em;
    height: 48px;
    font-family: var(--first_font);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 120%;
    border-width: 1px 5px;
    border-style: solid;
    border-color: var(--highlight_color);
    min-width: 160px;
    letter-spacing: var(--letter-spacing);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--main_color);
    color: var(--main_color_associate)
}

@media (max-width: 450px) {
    .deform_style .field.fieldtype_submit input[type=submit] {
        min-width: 100%
    }
}

.deform_style .field.fieldtype_submit input[type=submit]:hover {
    cursor: pointer;
    background: transparent;
    border-color: var(--main_color);
    color: var(--main_color)
}

.deform_style .field.fieldtype_submit input[type=submit]:disabled {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: .8
}

.deform_style .field.fieldtype_submit input[type=submit]:disabled:hover {
    cursor: not-allowed;
    background: var(--main_color);
    color: var(--main_color_associate);
    border-width: 1px 5px;
    border-style: solid;
    border-color: var(--highlight_color)
}

.deform_style .field.fieldtype_group {
    border-bottom: 1px solid var(--content_hr);
    padding-bottom: 20px;
    margin-top: 20px
}

.deform_style .field.fieldtype_group > label {
    margin-bottom: 10px
}

.deform_style .field.status_error input, .deform_style .field.status_error textarea, .deform_style .field.status_error select {
    outline: 2px solid rgba(255, 0, 0, .8)
}

.deform_style .field label {
    display: block;
    line-height: 160%
}

.deform_style .field label .label {
    color: var(--form_color_label);
    font-weight: bold;
    display: block;
    font-size: 16px
}

.deform_style .field label .label .optional {
    font-size: small
}

.deform_style .field label .desc {
    color: var(--form_color_label_desc);
    display: block;
    font-size: 14px;
    line-height: 130%
}

.deform_style .field label .desc strong {
    color: var(--content_strong)
}

.deform_style .field label .desc a {
    color: var(--content_link_)
}

.deform_style .field label .desc a:hover {
    color: var(--content_link_hover)
}

.deform_style .field input[type=text], .deform_style .field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid var(--form_border);
    color: var(--form_color);
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    position: relative;
    z-index: 200;
    min-width: 50px;
    font-family: var(--first_font);
    font-size: var(--font_size)
}

.deform_style .field select {
    padding: 0 35px 0 15px
}

.deform_style .field select option {
    background: var(--form_input_bg)
}

.deform_style .field textarea {
    margin-top: 10px;
    width: 100%;
    padding: 2em;
    min-height: 120px;
    border: 1px solid var(--form_border);
    font-family: var(--first_font);
    font-size: var(--font_size)
}

.deform_style .field .textarea_wrap {
    position: relative
}

.deform_style .field .input_wrap.datepicker:after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--calendar_img) no-repeat center center transparent;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 1em;
    color: var(--form_color);
    z-index: 100;
    margin-top: -10px
}

.deform_style .field .select_wrap:after {
    content: "▾";
    position: absolute;
    line-height: 50px;
    right: 1em;
    top: 0;
    color: var(--form_color);
    z-index: 100
}

.deform_style .field .error_holder {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    max-height: 30px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px;
    box-sizing: border-box;
    color: red
}

.deform_style .form_overlay {
    display: none;
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: 10000;
    background: rgba(0, 0, 0, .5)
}

.deform_style .form_overlay.visible {
    display: block
}

.deform_style .form_overlay .form_overlay_content {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    background: var(--body_background);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
    border: 1px solid var(--hover_color);
    padding: 40px;
    z-index: 2
}

.deform_style .form_overlay .form_overlay_close.close {
    position: absolute;
    right: 5px;
    top: 5px
}

.deform_style .form_overlay .the_content {
    text-align: center
}

.deform_style .form_overlay .clickable_underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.deform_style .form_overlay .btns {
    text-align: center
}

.deform_style .form_overlay .btn {
    margin-top: 20px;
    display: inline-block;
    height: 50px;
    text-align: center
}

.deform_style .form_overlay .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 1.5em;
    height: 100%;
    font-family: var(--first_font);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    line-height: 120%;
    border-width: 1px;
    border-style: solid;
    min-width: 160px;
    letter-spacing: var(--letter-spacing);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--main_color);
    border-color: var(--main_color)
}

.deform_style .form_overlay .btn a.alternative {
    color: var(--main_color_associate);
    border-color: var(--main_color_associate)
}

.deform_style .form_overlay .btn a.alternative:hover {
    background: var(--main_color_associate);
    color: var(--main_color)
}

.deform_style .form_overlay .btn a * {
    color: inherit;
    font-weight: inherit
}

.deform_style .form_overlay .btn a:hover, .deform_style .form_overlay .btn a:focus {
    text-decoration: none;
    background: var(--main_color);
    color: var(--main_color_associate)
}

.deform_style .form_overlay .btn a {
    border-width: 0 5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: var(--main_color);
    color: var(--main_color_associate);
    border-right-color: var(--highlight_color);
    border-left-color: var(--highlight_color)
}

.deform_style .form_overlay .btn a.alternative {
    background: var(--main_color_associate);
    color: var(--main_color);
    border-color: var(--highlight_color)
}

.deform_style .form_overlay .btn a.alternative:hover {
    border-width: 1px 5px;
    color: #fff;
    background: transparent;
    border-color: #fff
}

.deform_style .form_overlay .btn a:hover {
    border-width: 1px 5px;
    color: var(--main_color);
    background: transparent;
    border-color: var(--main_color)
}

.deform_style .form_overlay .message {
    display: none
}

.deform_style .form_overlay .message.active {
    display: block
}

.deform_style .form_overlay .error_list {
    color: #c00
}

@media (max-width: 991px) {
    .grecaptcha-badge {
        bottom: 70px !important;
        z-index: 999 !important
    }
}


.fancybox-close-small,
.close {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 500;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fancybox-close-small:before, .fancybox-close-small:after,
.close:before,
.close:after {
    width: 70%;
    height: 1px;
    background: var(--main_color_associate);
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.fancybox-close-small:before,
.close:before {
    top: 25%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-close-small:after,
.close:after {
    bottom: 25%;
    top: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-close-small:hover,
.close:hover {
    background: var(--main_color);
}

.fancybox-close-small:hover:before, .fancybox-close-small:hover:after,
.close:hover:before,
.close:hover:after {
    background: var(--main_color_associate);
}

._revinate_contact_api_form label.required:after {
    content: " *";
    color: red;
}

._revinate_contact_api_form fieldset {
    width: 100%;
}

._revinate_contact_api_form fieldset .date_wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

._revinate_contact_api_form fieldset [type^='submit'] {
    padding: 0 1.5em;
    height: 48px;
    font-family: var(--first_font);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 120%;
    border-width: 1px 5px;
    border-style: solid;
    border-color: var(--highlight_color);
    min-width: 160px;
    letter-spacing: var(--letter-spacing);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--main_color);
    color: var(--main_color_associate);
}

._revinate_contact_api_form fieldset [type^='submit']:hover {
    cursor: pointer;
    background: transparent;
    border-color: var(--main_color);
    color: var(--main_color);
}

._revinate_contact_api_form .deform_style.disabled:before,
._revinate_contact_api_form .deform_style.disabled:after {
    display: none !important;
}