/* Three - two - one Columns resposive */
.three_two_one .elementor-container,
.three_two_one .elementor-container .elementor-row,
.three_two_two .elementor-container,
.three_two_two .elementor-container .elementor-row,
.three_one .elementor-container,
.three_one .elementor-container .elementor-row,
.two_one .elementor-container,
.two_one .elementor-container .elementor-row,
.two_two_one .elementor-container,
.two_two_one .elementor-container .elementor-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.three_two_one .elementor-container .elementor-column, .three_one .elementor-container .elementor-column, .three_two_two .elementor-container .elementor-column {
    min-width: 30%;
    flex: 1;
}

.two_one .elementor-container .elementor-column, .two_two_one .elementor-container .elementor-column {
    min-width: 45%;
    flex: 1;
}


@media (max-width: 1024px) {
    .three_two_one .elementor-container .elementor-column, .three_two_two .elementor-container .elementor-column {
        min-width: 45%;
    }

    .two_one .elementor-container .elementor-column, .three_one .elementor-container .elementor-column {
        min-width: 95%;
    }
}

@media (max-width: 767px) {
    .three_two_one .elementor-container .elementor-column, .two_two_one .elementor-container .elementor-column {
        min-width: 95%;
    }
}

.nop p {
    margin: 0px !important;
}

/* This Site */
.nomargin .elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}

.header_gradient h3 {
    background: linear-gradient(180deg, rgba(0, 140, 137, 0.6) 0%, #008C89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.page_content {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
}

.page_content ul,
.page_content ol {
    margin-bottom: 20px;
}

.breadcrumbs .rank-math-breadcrumb, .breadcrumbs .rank-math-breadcrumb a {
    color: #FFFFFF99;
}

/* FAQ */
.faq-hide-first .elementor-accordion .elementor-accordion-item:first-child {
    visibility: hidden;
    display: none;
}

/* MAIN Flip */
.flip-change-position .elementor-flip-box__front .elementor-flip-box__layer__inner {
    display: flex;
    flex-direction: column;
}

.flip-change-position .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__layer__title {
    order: 1;
}

.flip-change-position .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-icon-wrapper {
    order: 2;
}

.flip-change-position .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__layer__description {
    order: 3;
}

/* Main Flip cards */
.flip-card .elementor-flip-box__front .elementor-flip-box__layer__title {
    background: linear-gradient(180deg, rgba(0, 140, 137, 0.6) 0%, #008C89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.flip-card .elementor-flip-box__layer,
.flip-card .elementor-flip-box__layer .elementor-flip-box__layer__overlay {
    border-radius: 20px;
}

.flip-card .elementor-flip-box__layer .elementor-flip-box__layer__overlay {
    box-shadow: 0px 24px 74px 0px rgb(0 0 0 / 5%);
}

/*.flip-card .elementor-flip-box__back .elementor-flip-box__layer__overlay {*/
    /*padding: 0% 10% 0% 10% !important;*/
/*}*/


/* Pricing Menu */
.price-menu .elementor-nav-menu .menu-item:hover {
    background-color: #F7FAFC;
    border-bottom: 1px solid rgba(138, 151, 162, 0.2);
}

.price-menu .elementor-nav-menu .menu-item.current-menu-item {
    background-color: var( --e-global-color-primary );
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e2e6ea;
}

.price-menu .elementor-nav-menu>li {
    width: calc(100% / 3);
}



/* Price item widget */
.mo-price-item {
    transition: all 1s;
}

.mo-price-item > div {
    display: flex;
    justify-content: center;
}

.mo-price-item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 136.52%;
    text-transform: uppercase;
    color: #7A828A;
    margin-top: 38px;
    margin-bottom: 18px;
}

.mo-price-item-image {
    margin-top: 18px;
}


.mo-price-item-prices {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-price-item-prices div {
    display: none;
    font-weight: 500;
    font-size: 42px;
    line-height: 136.02%;
    color: #27272E;
}

.mo-price-item-prices div:first-child {
    display: block;
}

.mo-price-item-prices div span {
    font-weight: 500;
    font-size: 16px;
    line-height: 136.02%;
    color: #A0AEC0;
}



.mo-price-item-prices-switcher {
    margin-bottom: 27px;
}

.mo-price-item-prices-switcher-inner {
    width: 200px;
    height: 40px;
    background: #EDF2F7;
    border-radius: 90px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.mo-price-item-prices-switcher-choose {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #008C89;
    border-radius: 80px;
    width: 100px;
    height: 40px;
    z-index: 1;
    left: 0;
    right: unset;
}

.mo-price-item-prices-switcher-month,
.mo-price-item-prices-switcher-year {
    width: 100px;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #27272E;
    z-index: 10;
}

.mo-price-item-prices-switcher-discount {
    font-weight: 600;
    font-size: 10px;
    font-feature-settings: 'salt' on;
    color: #008C89;
}

.mo-price-item-description {
    margin-top: 27px;
    margin-bottom: 8px;
}

.mo-price-item-description-inner {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    font-feature-settings: 'salt' on;
    color: #27272E;
}

.mo-price-item-description-inner strong,
.mo-price-item-description-inner b {
    font-weight: 600;
}

.mo-price-item-description-inner p {
    margin-bottom: 0px;
}

.mo-price-item-options div {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    font-feature-settings: 'salt' on;
    margin-bottom: 4px;
}

.mo-price-item-option-active span {
    color: var(--color-option);
}

.mo-price-item-option span:first-child,
.mo-price-item-option-active span:first-child {
    margin-right: 12px;
}

.mo-price-item-option-active span svg path {
    fill: var(--color-accent-option);
}

.mo-price-item-option span {
    color: var(--color-disoption);
}

.mo-price-item-option span svg path {
    fill: var(--color-accent-disoption);
}

.mo-price-item-button {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mo-price-item-button-link {
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-f9e728d) !important;
    width: 100%;
    max-width: 200px;
}

.mo-price-item-button-link:hover {
    fill: var(--e-global-color-f9e728d) !important;
    color: #ffffff !important;
    background-color: var(--e-global-color-primary) !important;
}


    /* Изменения - Переключения */
.mo-price-item.change .mo-price-item-prices-switcher-choose {
    left: unset;
    right: 0;
}

.mo-price-item.change .mo-price-item-prices div:first-child {
    display: none;
}

.mo-price-item.change .mo-price-item-prices div:last-child {
    display: block;
}


/* HOME main slider */
.main-slider .elementor-slides .swiper-slide-bg {
    background-position: center right;
    width: 55%;
    min-width: 55%;
    min-height: 100%;
}


@media (max-width: 1024px) {
    .main-slider .elementor-slides .swiper-slide-bg {
        background-position: bottom right;
        width: 35%;
        min-width: 35%;
        min-height: 100%;
    }

    .main-slider .elementor-slides .elementor-slide-description {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .main-slider .elementor-slides .elementor-slide-description {
        width: 100%;
    }

    .main-slider .elementor-slides .swiper-slide-bg {
        display: none;
    }
}

.main-slider .elementor-slides .swiper-slide {
    display: flex;
    justify-content: end;
}

.main-slider .elementor-slides .elementor-slide-heading,
.main-slider .elementor-slides .elementor-slide-description {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.main-slider .elementor-slides .elementor-slide-button {
    box-shadow: 0px 24px 74px 0px rgb(0 0 0 / 5%);
}

/* Animated image */
@-moz-keyframes hizmet-rot{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes hizmet-rot{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}

@-moz-keyframes hizmet-rot_2{0%{-moz-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-moz-transform:rotateY(360deg);transform:rotateY(360deg)}}
@keyframes hizmet-rot_2{0%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}


.animate-image {
    display: inline-block;
    /*justify-content: center;*/
    position: relative;
}

.animate-image img {
    background-color: #ffffff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.animate-image .border-layer {
    position: absolute;
    width: 140px;
    height: 140px;
    left: -10px;
    top: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
    transition: all 500ms ease;
    -webkit-animation: hizmet-rot 2s infinite linear;
    -moz-animation: hizmet-rot 2s infinite linear;
    -o-animation: hizmet-rot 2s infinite linear;
    animation: hizmet-rot 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animate-image .border-layer:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    left: 15px;
    bottom: 9px;
    border-radius: 50%;
}

.animate-it:hover .animate-image .border-layer {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.animate-it:hover .animate-image .border-layer {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.animate-it:hover .elementor-widget-wrap {
    transition: all 500ms ease;
}

.animate-it:hover .elementor-widget-wrap {
    background-color: var( --e-global-color-primary );
}

.animate-it:hover .elementor-heading-title {
    color: var( --e-global-color-ba160d0 ) !important;
}

.animate-it:hover .elementor-widget-text-editor {
    color: var(--e-global-color-4becde1) !important;
}