@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: omega.ua
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
body, * {
    color: #424242;
    font-family: Arial, sans-serif;
}

.big-width {
    max-width: 1520px;
}

.form-group {
    position: relative;
}

.input-tooltip {
    cursor: pointer;
    padding: 1px 10px;
    background: url(../../uploads/2021/03/information.png) no-repeat;
    margin-left: 8px;
}

.input-tooltip + .tooltip > .tooltip-inner, .input-tooltip ~ .tooltip > .tooltip-inner, .input-tooltip + .tooltip {
    background-color: blue;
}

select option:hover, select option:hover {
    background: green;
}

#datepicker .ui-widget-content .dp-highlight > a.ui-state-default {
    background: #006D28;
    color: #fff;
    border: 1px solid #006D28;
}

#datepicker {
    display: none;
    position: absolute;
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.site-header::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../../uploads/2021/03/waves.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 110px;
    z-index: 1;
}

.form-control {
    font-size: 16px;
    padding: 12px 13px 12px 20px;
    background: rgba(0, 109, 40, 0.2);
    border-radius: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    height: auto;
}

.invalid-feedback-custom {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #9E3E15;
    padding: 4px 22px;
}

.was-validated .show-custom-feedback:invalid ~ .invalid-feedback, .show-custom-feedback:invalid ~ .invalid-feedback {
    display: none;
}

.show-custom-feedback:invalid ~ .invalid-feedback-custom {
    display: block;
}

.form-control:focus {
    background: rgba(0, 109, 40, 0.2);
    border: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 25px;
}

.btn-primary {
    background: #006D28;
    border-color: #006D28;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 35px;
    border-radius: 4px;
    transition: .2s;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background: #006D28;
    border-color: #006D28;
    opacity: .6;
    box-shadow: none;
}

#tabs.ui-widget.ui-widget-content {
    border: none;
}

#tabs.ui-tabs .ui-tabs-panel {
    padding: 0;
}

#tabs.ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
}


.bottom-area {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    width: 100%;
}

#tabs.ui-tabs .ui-tabs-nav li {
    background: none;
    border: none;
    margin: 0;
    padding: 3px 25px 3px 15px;
    background: url(../../uploads/2021/03/dark-arrow.png) no-repeat;
    background-position: right 50%;
    position: relative;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #006D28 url(../../uploads/2021/03/light-arrow.png) no-repeat;
    color: #fff;
    background-position: calc(100% - 5px) 50%;
    border-radius: 0;
    margin-right: 5px;
    padding-right: 25px;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 20px solid #006D28;
    border-bottom: 19px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

#tabs.ui-tabs .ui-tabs-nav li.highlighted {
    background: #006D28 url(../../uploads/2021/03/light-arrow.png) no-repeat;
    color: #fff;
    background-position: calc(100% - 5px) 50%;
    border-radius: 0;
}

#tabs.ui-tabs .ui-tabs-nav li.highlighted a,
#tabs.ui-tabs .ui-tabs-nav li.highlighted a span,
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a span {
    color: #fff;
}

#tabs.ui-tabs ul.ui-tabs-nav li:nth-of-type(1) {
    border-radius: 60px 0 0 60px;
}

#tabs.ui-tabs ul.ui-tabs-nav li:nth-last-of-type(1) {
    background: none;
}

#tabs.ui-tabs ul.ui-tabs-nav li:nth-last-of-type(1).ui-tabs-active {
    border-radius: 0 60px 60px 0;
    clip-path: none;
    background: #006D28;
    padding-right: 25px;
    margin-right: 0;
}

#tabs.ui-tabs ul.ui-tabs-nav li:nth-last-of-type(1).ui-tabs-active:after {
    display: none;
}

#tabs.ui-tabs .ui-tabs-nav li a {
    font-size: 14px;
    font-weight: 600;
}

#tabs.ui-tabs ul.ui-tabs-nav {
    padding: 0;
    background: #CCE2D4;
    border-radius: 60px;
    width: fit-content;
    margin: 0 auto;
}

div#step-1 {
    margin-top: 70px;
}


.site-footer {
    background: #006D28;
    padding: 15px 0;
    color: #fff;
}

.site-footer .columns {
    align-items: center;
}

.hot-line {
    background: url(../../uploads/2021/03/phone.png) no-repeat;
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
    background-size: contain;
    background-position: 0 0;
}

.hot-line a {
    color: #fff;
}

.site-content {
    margin-bottom: 55px;
}

input.calendar, input.calendar.form-control:focus {
    background-color: rgba(0, 109, 40, 0.2);
    background-image: url(../../uploads/2021/03/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 20px 50% !important;
    background-size: auto !important;
    padding: 12px 13px 12px 50px;
}


.input-tooltip {
    /*position: relative;*/
}

.input-tooltip .tooltip-text {
    visibility: hidden;
    background-color: #F5F5F5;
    color: #006D28;
    width: 390px;
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),*/
    /*            0px 2px 12px rgba(0, 109, 40, 0.25),*/
    /*            2px 0px 12px rgba(0, 109, 40, 0.25),*/
    /*            0px -2px 12px rgba(0, 109, 40, 0.25),*/
    /*            0px 2px 12px rgba(0, 109, 40, 0.25);*/

    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25),
    0px 6px 12px rgba(0, 109, 40, 0.25),
    2px 5px 12px rgba(0, 109, 40, 0.25),
    0px -2px 12px rgba(0, 109, 40, 0.25),
    0px 4px 12px rgba(0, 109, 40, 0.25);


}

.input-tooltip .tooltip-text span {
    position: absolute;
    top: calc(100% - 10px);
    color: #f5f5f5;
    font-size: 25px;
    height: 25px;
    text-shadow: 0 5px 4px rgb(0 0 0 / 25%),
    0 6px 12px rgb(0 109 40 / 25%),
    0 5px 12px rgb(0 109 40 / 25%),
    0 1px 1px rgb(0 109 40 / 25%),
    0 4px 12px rgb(0 109 40 / 25%);
    /*text-shadow: 0px 6px 6px rgb(0 109 40 / 43%);*/
}

.input-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.grid-wrapper {
    overflow-x: auto;
}

.grid {
    display: grid;
    grid-template: repeat(16, auto) / repeat(4, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 950px;
}

.grid > div {
    padding: 5px 0px;
    align-self: center;
    font-size: 14px;
}

.prodram {
    border: 1px solid #424242;
    border-radius: 3px;
}

.prodrams h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 5px;
    background: #006D28;
}

.prodrams .program-header.info {
    background: none;
    border: none;
}

.prodrams .program-header span {
    color: #fff;
}

.prodrams .price {
    text-align: center;
    font-size: 36px;
    color: #006D28;
    font-weight: 700;
    padding: 15px 0 20px;
    margin: 0;
}

.prodrams .program-header {
    background-size: cover;
    background: url(../../uploads/2021/03/price-header.png) no-repeat bottom;
    border: solid #424242;
    border-width: 1px 1px 0 1px;
    border-radius: 3px 3px 0 0;
    padding: 0;
}

.prodrams .bottom.prodram {
    border: none;
    text-align: center;
}

.prodram ul {
    list-style: none;
    padding-left: 0;
}

.prodram ul li {
    text-align: center;
}

.prodrams div.center {
    text-align: center;
    border: solid #424242;
    border-width: 0 1px;
    position: relative;
}

.prodrams div.center.last {
    border-bottom-width: 1px;
    border-radius: 0 0 3px 3px;
}

.prodrams div.last {
    padding-bottom: 22px;
}

.prodrams div.center:not(.last):before {
    content: '';
    position: absolute;
    height: 170%;
    left: -1px;
    border-left: 1px solid #424242;
    display: block;
    top: -25%;
}

.prodrams div.center:not(.last):after {
    content: '';
    position: absolute;
    height: 170%;
    right: -1px;
    border-right: 1px solid #424242;
    display: block;
    top: -25%;
}

.prodrams div > span {
    background: url(../../uploads/2021/03/plus.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
}

.prodrams div.minus > span {
    background: url(../../uploads/2021/03/minus.png) no-repeat;
    display: inline-block;
}

.prodrams .inner-price {
    font-weight: 600;
    font-size: 16px;
}

.prodram.info {
    border: none;
}

.prodram.info ul li {
    text-align: left;
    font-size: 14px;
}

.prodrams .small-text {
    font-size: 12px;
}

#step-2 {
    margin-top: 50px;
}


/********/
.prodrams .bottom {
    padding: 30px 0 0;
}

#tabs:not(.ui-tabs) > ul, #tabs:not(.ui-tabs) > ul + * ~ * {
    display: none;
}

#tabs.ui-tabs .ui-tabs-nav .ui-state-disabled {
    opacity: 1;
}

#step-3, #step-4 {
    margin-top: 80px;
}

.was-validated .form-control:invalid {
    box-shadow: 0 0 0 1px #9e3e15 !important;
    background: #fff;
}

.was-validated :invalid ~ .invalid-feedback {
    color: #9E3E15;
    padding: 4px 22px;
}

.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 1px #006D28 !important;
    background: #fff;
}

.form.step-3, .form.step-4 {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.form.step-3 .form-group {
    margin-bottom: 40px;
}

.btn-primary.inversion {
    background: #fff;
    color: #006D28;
}

.bottom-area .btn-primary {
    margin-left: 15px;
    margin-right: 15px;
}

body #is_insured_no {
    display: none;
}

.ui-dialog .form-row {
    margin: 0;
}

.person, #place-for-all {
    width: 100%;
}

.person .sub-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.verification-code .sub-title, .errors-block-popup .sub-title {
    font-size: 20px;
    font-weight: bold;
}

.verification-code .form-group, .errors-block-popup .form-group {
    margin-bottom: 30px;
    width: 100%;
}

body #dialog-form .form-group {
    margin-bottom: 40px;
    width: 100%;
}

.add-person {
    text-decoration: none;
    position: relative;
    padding: 5px 5px 5px 34px;
    font-size: 16px;
    font-weight: bold;
}

.add-person span {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    border-radius: 24px;
    background: #006D28;
}

.add-person span::before, .add-person span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #fff;
    border-radius: 2px;
}

.add-person span::after {
    transform: rotate(90deg);
}

.custom-control {
    padding-left: 34px;
}

.custom-control-label {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    /*width: 550px;*/
    max-width: 100%;
}

.was-validated .custom-control :invalid ~ .invalid-feedback {
    padding-left: 0;
}

.custom-checkbox .custom-control-label::before {
    border: 0;
    background: #CCE2D4;
    border-radius: 24px;
}

.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #006d28;
}

.custom-control-input:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background: #006d28;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background: #9E3E15;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #9E3E15;
}

.custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
    width: 24px;
    height: 24px;
    left: -34px;
    top: -3px;
    box-shadow: none !important;
}

.ui-widget-overlay {
    background: #006D28;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.screen-reader-text, .site-header .site-branding .site-title {
    display: none;
}

.site-header {
    background-color: #fff;
}

.site-header > .container.big-width {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
}

.site-header .site-logo {
    flex: 1;
    padding-top: 100px;
}

.site-header .site-branding {
    width: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
    font-size: 20px;
}

.site-header .site-branding .site-description {
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.site-header .site-branding .header-from {
    margin: 0 0 0 auto;
    color: #fff;
}

.site-footer, .site-header {
    z-index: 101;
    position: relative;
}

.ui-dialog .ui-dialog-content {
    padding: 0 10px;
}

.ui-dialog .ui-dialog-titlebar  {
    padding: 30px 0 0 0;
    border: 0;
    background: transparent;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.ui-dialog.ui-widget.ui-widget-content {
    border-radius: 12px;
    border: 0;
    box-shadow: 0px 0px 12px 4px rgb(66 66 66 / 25%);
    padding: 5px;
}

.ui-dialog.ui-widget.ui-widget-content.custom-form {

    top: 160px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 26px;
    height: 26px;
    margin-top: -10px;
    right: 5px;
    background: transparent !important;
    outline: none !important;
    border-radius: 32px;
    padding: 0;
    border-color: #424242;
}

.ui-dialog .ui-dialog-titlebar-close::before, .ui-dialog .ui-dialog-titlebar-close::after  {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #424242;
    margin: -1px 0 0 -8px;
    transform: rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close::after {
    transform: rotate(-45deg);
}

.ui-dialog .ui-dialog-titlebar-close span, .date-error, .ui-dialog.custom-date-error .ui-dialog-title, .verification-code, .errors-block-popup {
    display: none;
}

.ui-dialog.ui-widget.ui-widget-content.custom-date-error {
    padding: 7px 7px 15px;
}

.custom-date-error .bottom-area .btn-primary {
    min-width: 150px;
}

.custom-date-error .phone-text {
    font-size: 24px;
    line-height: 28px;
    color: #424242;
}

.custom-date-error p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #424242;
    line-height: 19px;
}

.custom-date-error .bottom-area {
    margin-top: 20px;
}

.custom-date-error .verification-code .bottom-area {
    margin-top: 0;
}

.page-title, .page-subtitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.link-pdf {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    text-decoration: none;
    padding-left: 32px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    background: url(../../uploads/2021/03/download_pdf.png) no-repeat left center;
}

.form.step-4 .form-group {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    max-width: 100%;
}

#dialog-form {
    background: url(../../uploads/2021/03/logo-bg.png) no-repeat;
    background-position: center 110px;
}

#dialog-form .bottom-area {
    margin-bottom: 30px;
}


a.btn-primary {
    color: #fff;
    padding: 10px 15px;
}

#tabs .tab-title {
    display: none;
}

.first-step {
    align-items: baseline;
}


.hidden {
    display: none;
}

h3.insured-persons {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0;
}

.remove-person {
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 40px;
    display: block;
}

h3.success-payment {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px 0;
}

input.form-control:disabled, input.form-control[readonly] {
    background: rgba(0, 109, 40, 0.2);
}

img {
    max-width: 100%;
}

@media screen and (max-width: 1550px) {
    label {
        font-size: 15px;
    }
}

@media screen and (max-width: 1450px) {
    label {
        font-size: 14px;
    }
}

@media screen and (max-width: 1350px) {
    label {
        font-size: 13px;
    }
}

@media screen and (max-width: 1300px) {
    .site-header .site-branding {
        width: 60%;
    }

    .btn-primary {
        letter-spacing: 0;
    }

    #tabs.ui-tabs .ui-tabs-nav li a {
        font-size: 13px;
    }

    #tabs.ui-tabs .ui-tabs-nav li {
        padding: 4px 25px 5px 15px;
    }

    #tabs.ui-tabs .ui-tabs-nav li {
        padding: 4px 15px 5px 10px;
    }

}

@media screen and (max-width: 1170px) {
    .site-header .site-branding {
        width: 60%;
    }

    .btn-primary {
        letter-spacing: 0;
    }

    #tabs.ui-tabs .ui-tabs-nav li a {
        font-size: 13px;
    }

    #tabs.ui-tabs .ui-tabs-nav li a span {
        display: none;
    }

    .grid > div {
        font-size: 12px;
    }

    .program-header span {
        display: block;
    }

}


@media screen and (max-width: 990px) {
    .site-header::before {
        display: none;
    }

    .site-header {
        background: #006D28;
        margin-bottom: 60px;
    }

    .site-header .site-logo, .site-header .site-branding {
        padding-top: 0;
    }

    .page-title, .page-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .custom-logo-link > img {
        display: none;
    }

    .custom-logo-link {
        width: 245px;
        height: 65px;
        display: inline-block;
        background: urL(/wp-content/uploads/2021/04/logo-white-1.png) no-repeat;
        background-size: contain;
    }

    .site-header .site-branding {
        display: inline-block;
        text-align: right;
    }

    .site-header > .container.big-width {
        padding: 20px;
        align-items: center;
    }

    .first-step a.btn-primary {
        font-size: 12px;
    }

    #step-3, #step-4 {
        margin-top: 60px;
    }

    .programs-scroll {
        height: 42px;
        position: absolute;
        top: 50px;
        width: 45px;
        right: 0;
        background: url(../../svg/hand.svg) no-repeat;
    }
}

@media screen and (max-width: 860px) {
    .hot-line a {
        display: block;
    }

    .form.step-3 .form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .site-header .site-branding .site-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .custom-logo-link {
        width: 190px;
        height: 50px;
    }

    #step-3, #step-4 {
        margin-top: 40px;
    }

    .hot-line a {
        display: inherit;
    }

    .site-footer .columns > div {
        text-align: center !important;
    }

    .site-footer .container > .columns > div {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .site-footer {
        padding-top: 35px;
    }

    #tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
        border-top: 19px solid transparent;
        border-left: 13px solid #006D28;
        border-bottom: 18px solid transparent;
        right: -13px;
    }

    #tabs.ui-tabs .ui-tabs-nav li a {
        padding: 6px;
    }

    #tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active, #tabs.ui-tabs .ui-tabs-nav li.highlighted {
        background-position: calc(100% - 0px) 50%;
    }

    #tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
        padding-right: 10px;
    }

    .header-from {
        display: none;
    }

    .site-header .site-branding .site-description {
        font-size: 14px;
    }

    .row.first-step > div {
        text-align: center;
        margin-bottom: 20px;
    }

    .site-header {
        margin-bottom: 40px;
    }

    .input-tooltip .tooltip-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .custom-logo-link {
        width: 160px;
        height: 42px;
    }
}

@media screen and (max-width: 380px) {
    .site-header .site-branding .site-description {
        font-size: 12px;
    }
    #tabs.ui-tabs .ui-tabs-nav li {
        padding: 4px 10px 5px 5px;
    }
}