.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output,
.d-none {
    display: none !important;
    visibility: hidden !important;
}
.grecaptcha-badge {
    z-index: 99999;
}
main .elementor-element .pb-100 {
    padding-bottom: 100px;
}
main .elementor-element .pb-90 {
    padding-bottom: 90px;
}
main .elementor-element .pb-80 {
    padding-bottom: 80px;
}
main .elementor-element .pb-70 {
    padding-bottom: 70px;
}
main .elementor-element .pb-60 {
    padding-bottom: 60px;
}
main .elementor-element .pb-40 {
    padding-bottom: 40px;
}
main .elementor-element .pb-30 {
    padding-bottom: 30px;
}
main .elementor-element .pb-20 {
    padding-bottom: 20px;
}
main .elementor-element .pb-10 {
    padding-bottom: 10px;
}
main .elementor-element .pb-0 {
    padding-bottom: 0;
}
main .elementor-element .pt-100 {
    padding-top: 100px;
}
main .elementor-element .pt-70 {
    padding-top: 70px;
}
main .elementor-element .pt-60 {
    padding-top: 60px;
}
main .elementor-element .pt-50 {
    padding-top: 50px;
}
main .elementor-element .pt-40 {
    padding-top: 40px;
}
main .elementor-element .pt-30 {
    padding-top: 30px;
}
main .elementor-element .pt-20 {
    padding-top: 20px;
}
main .elementor-element .pt-10 {
    padding-top: 10px;
}
main .elementor-element .pt-0 {
    padding-top: 0;
}

.elementor-widget.elementor-element {
    margin-bottom: 0;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.false-link {
    cursor: pointer;
}

.text-center img {
    margin: 0 auto;
}

.editPost {
    display: block;
    position: absolute;
    left: 24px;
    top: 120px;
    background: #FFD954;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 20px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    color: #000;
    z-index: 1001;
}
.editPost.fixed {
    position: fixed;
    top: 99px;
}
@media (max-width: 767px) {
    .editPost {
        display: none;
    }
}

@media (max-width: 767px) {
    .img-responsive-xs {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

/** Header */
.header.version-3 .sticky-header {
    opacity: 0;
}
.header.version-3 .sticky-header.fixed,
.header.version-3 .sticky-header.opened-sticky {
    opacity: 1;
}
@media (max-width: 767px) {
    .header.version-2 nav ul {
        opacity: 0;
    }
    .header.version-2 nav ul.show,
    .header.version-2 nav ul.opened-menu {
        opacity: 1;
    }
}

.app-store-btn, .google-play-btn {
    text-align: left;
}

span.nobr-string {
    white-space: nowrap;
}

/** Banner for IOS & Android. */
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.sc_bn_ios_android {
    display: none;
}
@media(max-width: 1024px) {
    .descr.clamp {max-height: 130px;}
}
@media (min-width: 1025px) {
    .page_v3 .features .feat-slider-title .feat-top .descr.clamp {
        max-height: unset !important;
    }
}

/** For CLS */
header, .splash div {
    opacity: 0;
}
header {
    max-height: 80px;
}
header.loaded, .splash.loaded div {
    opacity: 1;
}
.header.version-3 {
    padding: 16px 0;
    margin-bottom: -98px;
    position: relative;
    z-index: 9;
    opacity: 1;
}
.header.version-3>div.container {
    height: 50px;
}
.page-template-template_page_v3 main > div > div {
    opacity: 0;
}
.page-template-template_page_v3 main > div > div:first-child {
    opacity: 1;
}
.page-template-template_page_v3 main > div > div.loaded {
    opacity: 1;
}
.fitches .fit {
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgb(162 122 94 / .06)), color-stop(100%, rgb(84 71 61 / .048)), to(rgb(84 71 61 / .048)));
    background: linear-gradient(270deg, rgb(162 122 94 / .06) 0%, rgb(84 71 61 / .048) 100%, rgb(84 71 61 / .048) 100%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / .12);
    box-shadow: 0 1px 1px rgb(0 0 0 / .12);
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
@media (max-width: 1560px) {
    .splash-title p {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0 0;
    }
}
@media (max-width: 767px) {
    .splash {
        padding-top: 138px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .splash-slider {
        max-width: 100%;
        width: 100%;
        margin: 46px 0 0;
    }

    .splash .container:not(.cs) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 412px) {
    .splash-slider .picture {
        max-height: 275px;
    }
}

.splash .cs {
    height: 90px;
    min-height: 90px;
}
@media (min-width: 1561px) {

    .splash div {
        opacity: 1;
    }
}
@media (min-width: 1799px) {
    .splash-slider {
        min-height: 633px;
        max-height: 633px;
        overflow: hidden;
    }
    .splash {
        min-height: 891px;
    }
    .elementor-10743 .elementor-element.elementor-element-813bfc9.e-con {
        min-height: 891px;
    }
}
@media (min-width: 1349px) and (max-width: 1351px) {
    .elementor-10743 .elementor-element.elementor-element-813bfc9 {
        min-height: 699px;
        max-height: 699px;
        overflow: hidden;
    }
}