@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Palanquin+Dark:wght@400;500;600;700&display=swap');

:root {
    /*Fonts*/

    --navbar-nav-link-padding-x: 1.5rem !important;
    --font-primary: "Palanquin Dark";
    --font-secondary: "Barlow Condensed";
    --font-tertiary: "Inter";
    --font-weight-light: 200;
    --font-weight-regular: 400;
    --font-weight-book: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --desktop-h1-fontfamily: var(--font-primary);
    --desktop-h1-size: 64px;
    --desktop-h1-lineheight: 80px;
    --desktop-h1-weight: var(--font-weight-semibold);
    --desktop-h2-fontfamily: var(--font-primary);
    --desktop-h2-size: 48px;
    --desktop-h2-lineheight: 60px;
    --desktop-h2-weight: var(--font-weight-semibold);
    --desktop-h3-fontfamily: var(--font-secondary);
    --desktop-h3-size: 32px;
    --desktop-h3-lineheight: 40px;
    --desktop-h3-weight: var(--font-weight-semibold);
    --desktop-h4-fontfamily: var(--font-secondary);
    --desktop-h4-size: 24px;
    --desktop-h4-lineheight: 30px;
    --desktop-h4-weight: var(--font-weight-semibold);
    --desktop-h5-fontfamily: var(--font-tertiary);
    --desktop-h5-size: 18px;
    --desktop-h5-lineheight: 24px;
    --desktop-h5-weight: var(--font-weight-bold);
    --desktop-h6-fontfamily: var(--font-tertiary);
    --desktop-h6-size: 16px;
    --desktop-h6-lineheight: 20px;
    --desktop-h6-weight: var(--font-weight-semibold);
    --mobile-h1-fontfamily: var(--font-primary);
    --mobile-h1-size: 40px;
    --mobile-h1-lineheight: 50px;
    --mobile-h1-weight: var(--font-weight-semibold);
    --mobile-h2-fontfamily: var(--font-primary);
    --mobile-h2-size: 32px;
    --mobile-h2-lineheight: 40px;
    --mobile-h2-weight: var(--font-weight-semibold);
    --mobile-h3-fontfamily: var(--font-secondary);
    --mobile-h3-size: 28px;
    --mobile-h3-lineheight: 36px;
    --mobile-h3-weight: var(--font-weight-semibold);
    --mobile-h4-fontfamily: var(--font-secondary);
    --mobile-h4-size: 20px;
    --mobile-h4-lineheight: 25px;
    --mobile-h4-weight: var(--font-weight-semibold);
    --mobile-h5-fontfamily: var(--font-tertiary);
    --mobile-h5-size: 18px;
    --mobile-h5-lineheight: 20px;
    --mobile-h5-weight: var(--font-weight-bold);
    --mobile-h6-fontfamily: var(--font-tertiary);
    --mobile-h6-size: 16px;
    --mobile-h6-lineheight: 20px;
    --mobile-h6-weight: var(--font-weight-semibold);
    --paragraph-fontfamily: var(--font-tertiary);
    --paragraph-size: 18px;
    --paragraph-lineheight: 28px;
    --paragraph-weight: var(--font-weight-regular);
    --paragraph-small-fontfamily: var(--font-tertiary);
    --paragraph-small-size: 16px;
    --paragraph-small-lineheight: 24px;
    --paragraph-small-weight: var(--font-weight-regular);
    --button-size: var(--paragraph-size);
    --button-fontfamily: var(--font-secondary);
    --button-lineheight: var(--paragraph-lineheight);
    --input-fontfamily: var(--font-tertiary);
    --button-weight: var(--font-weight-bold);
    --input-size: var(--paragraph-size);
    --input-lineheight: var(--paragraph-lineheight);
    --input-weight: var(--font-weight-semibold);
    --link-fontfamily: var(--font-secondary);
    --link-size: var(--paragraph-size);
    --link-lineheight: var(--paragraph-lineheight);
    --link-weight: var(--font-weight-semibold);
    --navbar-nav-link-padding-x: 1.5rem !important;

    /*File*/
    --borderradius-interactives: 8px;
    --borderradius-cards: 16px;
    --desktop-sidepadding: 128px;
    --mobile-sidepadding: 24px;

    /*Colors*/
    --main-brand: #8EBE28;
    --main-brandstring: "8EBE28";
    --main-brandcolorname: "Bright Green";
    --accents-1: #345A49;
    --accents-1string: "345A49";
    --accents-1colorname: "Forest Green";
    --accents-2: #EEF6E9;
    --accents-2string: "F3FCDF";
    --accents-2colorname: "Pale Green";
    --accents-3: #A1226D;
    --accents-3string: "A1226D";
    --accents-3colorname: "Deep Magenta";
    --accents-4: #365D47;
    --neutrals-white: #FFFFFF;
    --neutrals-lightgrey: #F2F2F2;
    --neutrals-mediumgrey: #D9D9D9;
    --neutrals-darkgrey: #989898;
    --neutrals-usp-bg: #F9F9F9;
    --neutrals-black: #232930;
    --ui-positive: #8EBE28;
    --ui-negative: #F1416C;
    --ui-warning: #FFC107;
    --color-accordion: #333333;
}

.grecaptcha-badge {
    display: none !important;
}

body {
    font-family: var(--paragraph-fontfamily);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    color: var(--neutrals-black);
    margin-top: 85px;
}

h1 {
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-lineheight);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 2rem;
    font-family: var(--desktop-h1-fontfamily);
}

h2 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-lineheight);
    font-family: var(--desktop-h2-fontfamily);
    font-weight: var(--desktop-h2-weight);
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--desktop-h3-fontfamily);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-lineheight);
}

h4 {
    font-family: var(--desktop-h4-fontfamily);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-lineheight);
    font-weight: var(--desktop-h4-weight);
}

.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    box-shadow: 0px 12px 24px 0px #00000014;

}

.navbar-nav .nav-link {
    font-size: var(--link-size);
    font-family: var(--link-fontfamily);
    line-height: var(--link-lineheight);
    font-weight: var(--link-weight);
    color: var(--neutrals-black);
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.navbar-nav .nav-link:hover {
    color: var(--main-brand);
}

.navbar-nav .nav-link.active {
    color: var(--main-brand);
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

ul li,
ol li {
    padding-left: 0.8rem;
}

nav a.navbar-brand {
    font-size: var(--desktop-h2-lineheight);
    line-height: var(--logo-lineheight);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
}

#language_dropdown {
    /* order: 2; */
    border: 1px solid var(--neutrals-mediumgrey);
    border-radius: 32px;
    padding: 4px 12px;
    margin-left: 1rem;
    font-size: var(--input-size);
    line-height: var(--input-lineheight);
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
}

#language_dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;

    margin-top: 0.6rem !important;
    border: 1px solid #E3E4E3;
    padding: 0;
}
#language_dropdown .dropdown-menu li{
    padding-left: 0;
}

#language_dropdown #languageSwitcher {
    color: var(--neutrals-darkgrey);
    font-weight: var(--font-weight-semibold);
}

#language_dropdown .dropdown-item {
    padding: 4px 6px;
    min-width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #989898;
    font-family: 'Barlow Condensed';
    font-weight: 600;
}

#language_dropdown .dropdown-toggle::after {
    content: url(../images_r/arrow-bottom.svg);
    border: unset;
    vertical-align: 0.1rem;
    font-size: 0.5rem;
}

.navbar-toggler,
.soc-btn {
    border: unset;
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-brand);
}

.btn {
    background-color: var(--main-brand);
    border: 1.5px solid var(--main-brand);
    color: var(--accents-1);
    font-weight: var(--button-weight);
    padding: 7px 28px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-lineheight);
    font-family: var(--button-fontfamily);
    text-transform: uppercase;
    border-radius: 100px;
}

.btn:hover {
    background-color: var(--accents-1);
    color: var(--main-brand);
    border-color: var(--accents-1);
    opacity: 1;
}

.btn:hover i.bi {
    color: var(--main-brand);
}

.bg-F7F7F7 {
    background-color: #F7F7F7;
}

.bg-brand {
    background-color: var(--main-brand);
}

.bg-accents-1 {
    background-color: var(--accents-1);
}

.bg-accents-2 {
    background-color: var(--accents-2);
}

.text-brand {
    color: var(--main-brand) !important;
}

.text-dark-grey {
    color: var(--neutrals-darkgrey);
}

.bg-light-grey {
    background-color: var(--neutrals-lightgrey);
}

.bg-light-red {
    background-color: rgba(241, 65, 108, 0.2);
}

.bg-light-red .bi {
    color: rgba(241, 65, 108, 1);
}

.bg-light-yellow {
    background-color: rgba(255, 193, 7, 0.2);
}

.bg-light-yellow .bi {
    color: rgba(255, 193, 7, 1);
}

.bg-light-violet {
    background-color: rgba(114, 57, 234, 0.2);
}

.bg-light-violet .bi {
    color: rgba(114, 57, 234, 1);
}

.bg-light-green {
    background-color: rgba(80, 205, 137, 0.2);
    ;
}

.bg-light-green .bi {
    color: rgba(80, 205, 137, 1);
}

.bg-light-blue {
    background-color: rgba(44, 154, 255, 0.2);
}

.bg-light-blue .bi {
    color: rgba(44, 154, 255, 1);
}


.br-intr {
    border-radius: var(--borderradius-interactives);
}

.br-cards {
    border-radius: var(--borderradius-cards);
}

.br-inr {
    border-radius: var(--borderradius-interactives);
}

.bs-cards {
    box-shadow: 0px 12px 24px 0px #00000014;

}

.ratio-4x3.ratio-4x3-custom {
    --bs-aspect-ratio: 68%;
}

.br-cards-top {
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}

.icon-square {
    width: 48px;
    height: 48px;
    flex: none;
}

.icon-square-big {
    width: 64px;
    min-width: 64px;
    height: 64px;
    flex: none;
}

.border-custom {
    border: 1px solid var(--neutrals-lightgrey);
}

.border-custom-right-medium-grey {
    border-right: 1px solid var(--neutrals-mediumgrey);
}

.rotate-315 {
    transform: rotate(315deg);
}



.small-p,
.pagination-item {
    font-family: var(--paragraph-small-fontfamily);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
    font-weight: var(--paragraph-small-weight);
}

.swiper-arrow-left,
.swiper-arrow-right {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5.82px 14.55px 0px #00000014;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: var(--neutrals-white);
}

.swiper-arrow-left:hover,
.swiper-arrow-right:hover {
    background-color: var(--neutrals-mediumgrey);
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--neutrals-darkgrey);
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--main-brand);
}

.swiper-pagination {
    bottom: unset !important;
    top: unset !important;
}

.link {
    font-size: var(--link-size);
    line-height: var(--link-lineheight);
    font-family: var(--link-fontfamily);
    font-weight: var(--link-weight);
    text-decoration: unset;
}

footer .link {
    color: var(--neutrals-darkgrey);
    text-transform: uppercase;
}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-darkgrey);
    text-decoration: unset;
}

.pagination-item.active {
    border: 1px solid var(--main-brand);
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

.pagination-item.disable {
    border: unset;
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid var(--neutrals-darkgrey);
    border-radius: var(--borderradius-interactives);
    padding: 12px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
    color: var(--neutrals-black) !important;
}

.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: 1px solid var(--bg-black) !important;
    outline: unset !important;
}

.wpcf7-form label {
    color: var(--neutrals-white);
    font-size: var(--input-size);
    font-family: var(--input-font-family);
    line-height: var(--input-line-height);
    font-weight: var(--font-weight-semibold);
}

.wpcf7-form input[type=submit] {
    background-color: var(--main-brand);
    border-radius: 100px;
    padding: 8px 32px;
    border-color: var(--main-brand);
    width: auto;
    color: var(--accents-1) !important;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: var(--neutrals-darkgrey);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    font-family: var(--paragraph-font-family);
    font-weight: var(--font-weight-regular);
}

.wpcf7 .screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    font-weight: normal;
    font-style: italic;
    margin-top: 8px;
    display: block;
}

.border-top {
    border-top: 1px solid var(--neutrals-lightgrey) !important;
}

.custom-ul p {
    display: flex;
    gap: 16px;
}

.custom-ul p i {
    font-size: 16px;
    color: var(--main-brand);
}

/* .div-doctor{
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 100%;
} */
.row-doctorr img {
    width: 100px;
    height: 100px;
}

.row-doctor {
    margin-bottom: -11rem;
}

.btn-chat {
    width: 44px;
    height: 44px;
    background-color: var(--neutrals-white);
    border-radius: 100%;
}

.btn-label {
    background-color: var(--accents-1);
    color: var(--neutrals-white) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Inter';
    padding: 4px 16px;
    border-radius: 8px;
}

header {
    background-image: url(../images_r/floriscan/header-bg.svg);
    background-position: left;
    background-repeat: no-repeat;
}

.number-hoe {
    font-size: var(--desktop-h3-size);
    font-family: var(--desktop-h3-fontfamily);
    line-height: var(--desktop-h3-lineheight);
    font-weight: var(--desktop-h3-weight);
    color: var(--neutrals-white);
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: var(--accents-1);
}

.number-hoe-white .number-hoe {
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

.div-tabs-range {
    display: flex;
    margin-bottom: 1rem;
}

.div-tabs-range h3 {
    color: var(--main-brand);
    width: 50%;
    text-align: center;
    border-bottom: 2px solid var(--main-brand);
    opacity: 0.46;
    cursor: pointer;
}

.gap-2rem {
    gap: 2rem;
}

.div-tabs-range h3.active {
    opacity: 1;
}

.tabs-content .tab-single {
    cursor: pointer;
}

.tab-single-row {
    display: none !important;
}

.tab-single-row.active {
    display: flex !important;
}

/* плавний фейд/слайд для вмісту панелі */
.tab-single-row .col-lg-4,
.tab-single-row .col-lg-8 {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .28s ease, transform .28s ease;
}

.tab-single-row.in .col-lg-4,
.tab-single-row.in .col-lg-8 {
    opacity: 1;
    transform: none;
}

.tabs-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.tabs-content .tab-single {
    font-weight: 600;
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-lineheight);
    font-family: var(--desktop-h3-fontfamily);
    color: var(--main-brand);
    border-bottom: 2px solid var(--main-brand);
    width: 34%;
    opacity: 0.46;
}

.tabs-content .tab-single.active {
    opacity: 1;
}

@media(min-width:1400px) {
    .navbar-expand-xxl .navbar-nav .nav-link {
        /* padding-right: var(--navbar-nav-link-padding-x);
        padding-left: var(--navbar-nav-link-padding-x); */
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-expand-xxl .navbar-nav {
        display: flex;
        gap: 40px;
        margin-right: 20px;
    }
}

@media(max-width:1399px) {
    #language_dropdown {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    nav .btn {
        width: 100%;
    }

    nav.navbar {
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-right: calc(var(--bs-gutter-x)* .5);
    }
}

@media(max-width:1200px) {

    .container,
    .container-lg,
    .container-xl {
        max-width: 100%;
    }

    nav a.navbar-brand {
        font-size: var(--mobile-h2-lineheight);
        line-height: var(--mobile-logo-lineheight);
    }
}

@media(min-width:992px) {
    .ratio-lg-16x9 {
        --bs-aspect-ratio: 56.25%;
    }
}

@media(max-width:991px) {
    body {
        font-family: var(--font-tertiary);
        font-size: var(--paragraph-size);
        line-height: var(--paragraph-lineheight);
        color: var(--neutrals-black);
    }

    h1 {
        font-size: var(--mobile-h1-size);
        line-height: var(--mobile-h1-lineheight);
        font-weight: var(--mobile-h1-weight);
        font-family: var(--mobile-h1-fontfamily);
    }

    h2 {
        font-size: var(--mobile-h2-size);
        line-height: var(--mobile-h2-lineheight);
        font-family: var(--mobile-h2-fontfamily);
        font-weight: var(--mobile-h2-weight);
    }

    h3 {
        font-family: var(--mobile-h3-fontfamily);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-lineheight);
    }

    h4 {
        font-family: var(--mobile-h4-fontfamily);
        font-size: var(--mobile-h4-size);
        line-height: var(--mobile-h4-lineheight);
        font-weight: var(--mobile-h4-weight);
    }

    h3 .accordion-button {
        font-family: var(--mobile-h3-fontfamily);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-lineheight);
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .div-doctor {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        margin-bottom: -8rem;
    }

    .row-doctor .btn-chat {
        width: auto;
        border-radius: 100px;
        height: auto;
        padding: 12px 24px;
        color: var(--main-brand);
    }

    .row-doctor .btn-chat div {
        color: var(--main-brand);
    }
}

/*EDIT BY MAARTEN FROM HERE*/


.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon i.bi {
    color: var(--accents-1);
    font-size: 16px;
}


.el-video .iframe-wrapper {
    position: relative;
    padding: 56.34% 0 0 0;
}

.el-video .iframe-wrapper iframe {
    border-radius: var(--borderradius-interactives);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* element divider */
.el-divider {
    min-height: 3rem;
}

.el-divider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 1;
    max-height: 503px;
    min-height: 277px;
}



/*element logos */
.slider-logos .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    align-items: center;
}

.slider-logos .swiper-slide {
    max-width: 300px;
    width: auto;
    /*flex-shrink: 0;*/
}

.slider-logos .swiper-slide img {
    max-height: 100px;
    object-fit: contain;
}

.col-item-hover:hover {
    opacity: 1;
}

.col-item-hover {
    padding-top: 32px;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--Neutrals-Light-Grey, #F2F2F2);
    box-shadow: 0px 12px 24px 0px #00000014;
}

.col-item-hover * {
    color: var(--neutrals-black);
}

.col-item-hover .btn-custom {
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid var(--neutrals-white);
}

.col-item-hover:hover .btn-custom {
    border-bottom: 3px solid var(--main-brand);
    opacity: 1;
}

.col-item-hover p {
    margin-bottom: 0;
}

.img-hover-item {
    max-width: 163px;
    position: absolute;
    top: -2rem;
    right: 2rem;
    border-radius: 10px;
    rotate: 5deg;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.col-item-hover:hover .img-hover-item {
    transform: scale(1);
    opacity: 1;
}

.btn-custom {
    color: var(--main-brand);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    width: max-content;
}


.fit-img-to-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fit-img-to-content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    height: auto;
}

.bg-brand .btn {
    background-color: var(--neutrals-white);
    border-color: var(--neutrals-white);
    color: var(--accents-1);
}

.bg-brand-color-1 {
    background-color: var(--accents-1);
}

.bg-brand-color-1 *,
.bg-accents-1 * {
    color: #fff;
}

.bg-brand-color-1 .btn-label {
    color: var(--main-brand);
}

.bg-brand-color-1 a {
    color: var(--main-brand);
    line-height: var(--link-lineheight);
    font-size: var(--link-size);
    font-weight: var(--button-weight);
    font-family: var(--link-fontfamily);
    text-transform: uppercase;
}

.bg-brand-color-1 .btn {
    background-color: var(--main-brand);
    color: var(--accents-1);
    border: 1.5px solid var(--main-brand);
    padding: 7px 32px;
    box-shadow: 0px 4px 10px 0px #00000014;

}

.bg-brand-color-1 .btn.btn-white {
    background-color: var(--neutrals-white);
    border-color: var(--neutrals-white);
    color: var(--accents-1);
}

.bg-brand-color-1 .btn:hover {
    background-color: var(--accents-1);
    color: var(--main-brand);
    border-color: var(--accents-1);
    opacity: 1;
}

.bg-brand-color-1 .btn-outline {
    border: 1.5px solid var(--main-brand);
    background-color: var(--accents-1);
    color: var(--main-brand);
    padding: 7px 32px;
}

.bg-brand-color-1 .btn-outline:hover {
    background-color: var(--accents-1);
    color: var(--neutrals-white);
    border: 1.5px solid var(--neutrals-white);
}

.btn.btn-white:hover {
    box-shadow: 0px 4px 10px 0px #00000014;
    background-color: var(--neutrals-lightgrey);
    color: var(--accents-1);
    border-color: var(--neutrals-lightgrey);
}

.bg-brand-color-2 {
    background-color: var(--accents-2);
}

.bg-brand-color-2 * {
    color: var(--neutrals-black);
}

.bg-brand-color-2 .btn {
    color: var(--accents-1);
}
.bg-brand-color-2 .btn:hover{
    color: var(--main-brand);
}


.bg-brand-color-2 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--accents-2);
    color: #fff;
}

.bg-brand-color-2 .btn-outline:hover {
    background-color: var(--accents-2);
    color: #000;
    border: 3px solid #000;
}


.bg-brand-color-3 {
    background-color: var(--accents-4);
}

.bg-brand-color-3 * {
    color: #fff;
}

.bg-brand-color-3 .text-brand {
    color: var(--main-brand);
}

.bg-brand-color-3 .btn {
    background-color: #fff;
    color: var(--accents-4);
    border: 3px solid #fff;
}

.bg-brand-color-3 .btn {
    background-color: #fff;
    color: var(--accents-4);
    border: 3px solid #fff;
}

.bg-brand-color-3 .btn:hover {
    background-color: var(--neutrals-mediumgrey);
    color: var(--accents-4);
}

.bg-brand-color-3 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--accents-4);
    color: #fff;
}

.bg-brand-color-3 .btn-outline:hover {
    background-color: var(--accents-4);
    color: #000;
    border: 3px solid #000;
}

.bg-usp-card {
    background-color: var(--neutrals-usp-bg);
    color: var(--neutrals-black);
}

.bg-usp-card * {
    color: var(--neutrals-black);
}

i.bi {
    color: var(--main-brand);
    display: block;
    font-size: 24px;
}

i.bi.fs-normal {
    font-size: inherit;
}

i.bi.bi-star-fill {
    color: var(--neutrals-mediumgrey);
    font-size: 16px;
}

i.bi.bi-star-fill.color-yellow {
    color: var(--ui-warning);
}

.btn-chat i.bi {
    font-size: 16px;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.bi-chevron-left::before,
.bi-chevron-right::before {
    font-weight: 600 !important;
}

a {
    color: var(--main-brand);
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--main-brand);
    opacity: .8;
}

.div-tips a {
    background-color: var(--neutrals-lightgrey);
    border-radius: var(--borderradius-cards);
    padding: 12px 16px;
    font-size: var(--paragraph-size);
    font-family: var(--paragraph-fontfamily);
    line-height: var(--paragraph-lineheight);
    font-weight: var(--paragraph-weight);
    color: var(--accents-1);
}

.contact-icon-div {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--accents-1);
    align-items: center;
}

.contact-icon-div i.bi {
    font-size: 26px;
    color: var(--neutrals-light-grey);
}

i.fs-16-custom {
    font-size: 16px;
    color: var(--accents-1);
}

.contact-div-link a {
    color: var(--accents-1);
}

.text-accent-1 {
    color: var(--accents-1);
}

.mySwiper {
    width: 100%;
    padding: 40px 0;
}

.mySwiper .swiper-slide {
    width: 402px;
    /* ширина слайду */
    height: 402px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.mySwiper .swiper-slide {
    transform: scale(0.6);
    opacity: 0.7;
}

.mySwiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.swiper-button-prev-home,
.swiper-button-next-home {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
}

.swiper-button-prev-home::after,
.swiper-button-next-home::after {
    color: #345A49;
    font-size: 12px;
    font-weight: 800;
}

.swiper-button-prev-home {
    left: 5px;
}

.swiper-button-next-home {
    right: -10px;
}

.owl-carousel .owl-item img {
    max-height: 122px;
}

.nav-item.menu-item-has-children .nav-link::after {
    content: '';
    background-image: url(../assets_r/down-arrow.svg);
    width: 12px;
    height: 7px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    top: 40%;
    transition: all 0.3s;
}
.navbar-expand-xxl .navbar-nav .nav-link:hover::after{
    background-image: url(../assets_r/icons/active-drop.svg);
}

.nav-item.menu-item-has-children:hover .nav-link::after {
    transform: rotate(180deg);
}

.nav-item.menu-item-has-children .sub-menu .nav-link::after {
    display: none;
}

.nav-item .sub-menu {
    position: absolute;
    z-index: 9999;
    background: var(--neutrals-white);
    list-style: none;
    padding: 8px 12px;
    font-size: 17px;
    display: none;
    box-shadow: 0px 4px 15px 0px #00000026;
    text-align: left;
    flex-direction: column;
    gap: 0.0;
}

.nav-item .sub-menu li {
    padding: 0;
}

.menu-item-has-children:has(.sub-menu .nav-link.active)>.nav-link {
    color: var(--main-brand);
}
/* .menu-item-has-children:not(.menu-item-type-custom):has(.sub-menu .nav-link.active) > .nav-link {
    color: var(--main-brand);
} */

.menu-item-has-children:has(.sub-menu .nav-link.active)>.nav-link::after {
    background-image: url(../assets_r/icons/active-drop.svg);
}

.nav-item.menu-item-has-children:hover .sub-menu {
    display: flex;
    border-radius: 1em;
}

.nav-item .sub-menu .nav-link {
    color: var(--neutrals-black);
    padding-left: 0;
    padding-right: 0;
}
@media(min-width:1400px){
   .nav-item .sub-menu .nav-link {
          padding-top: 4px;
    padding-bottom: 4px;
    }
}
.nav-item .sub-menu .nav-link:hover{
    color: var(--main-brand);
}

.nav-item .sub-menu .nav-link.active {
    color: var(--main-brand);
}

/* ===== CSS ===== */
.compare {
    --pos: 50;
    /* початкова позиція у % */
    position: relative;
    max-width: 760px;
    aspect-ratio: 1/1;
    /* або приберіть якщо є фіксовані розміри */
    overflow: hidden;
    background: #eee;
    height: auto;
    width: 100%;
}

/* обидва зображення однакового розміру */
.compare__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    display: none;
}

.compare__img.active {
    display: block;
}

.compare__img--before {
    /* показуємо тільки частину ліворуч від повзунка */
    clip-path: inset(0 calc(100% - var(--pos) * 1%) 0 0);
}

/* ручка/повзунок */
.compare__handle {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: ew-resize;
    /* щоб кнопка займала весь блок для drag, але було видно саму ручку */
}

.compare__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--pos)*1%);
    transform: translateX(-50%);
    width: 3px;
    background: #8EBE28;
    /* колір вертикальної лінії */
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
}

.compare__knob {
    position: absolute;
    left: calc(var(--pos)*1%);
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8EBE28;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    pointer-events: none;
}
.icons-div{
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* фокус для доступності */
.compare__handle:focus-visible .compare__knob {
    outline: 3px solid #fff;
    box-shadow: 0 0 0 4px #2e7d32, 0 6px 16px rgba(0, 0, 0, .18);
}

.avatars {
    display: flex;
}

.avatars img {
    border-radius: 100%;
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.avatars div {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: var(--main-brand);
    color: var(--accents-1);
    font-weight: 600;
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-lineheight);
    font-family: var(--desktop-h4-fontfamily);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr-l-minus-5 {
    margin-left: -14px;
}

.label-accordion {
    color: var(--accents-3);
    font-family: 'Inter';
    font-size: 16px;
    line-height: 20px;
    background-color: var(--neutrals-lightgrey);
    padding: 6px 16px;
    border-radius: 8px;
    width: max-content;
    margin-bottom: 16px;
    display: none;
}

.accordion-item.show .label-accordion {
    display: block;
}

.table-price .row-table {
    border-bottom: 1px solid #D9D9D9;
}

.table-title {
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0;
}

.table-content {
    font-family: var(--paragraph-small-fontfamily);
    font-weight: 400;
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
    letter-spacing: 0;
    text-align: center;
}

.bx-sh {
    box-shadow: 0px 6px 8px 0px #0000001A;
    border: 1px solid var(--Neutrals-Light-Grey, #F2F2F2);
    border-radius: 16px;
    padding: 24px;
}

.bold-span {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-brand);
}

.line-bx {
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
}
.bx-sh-c ul{
    list-style: none;
     display: flex;
     flex-direction: column;
     padding: 0;
     gap: 0.5rem;
}
.bx-sh-c ul li{
 display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding-left: 0;
     font-family: var(--paragraph-small-fontfamily);
    font-weight: 400;
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
}
.bx-sh-c ul li::before{
    content: '';
    width: 14px;
    background-image: url(../assets_r/Icon.svg);
    height: 10px;
    background-size: cover;
    display: block;
    position: relative;
}
.custom-list .li-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.custom-list .li-list img {
    width: 14px;
}

.custom-list .li-list span {
    font-family: var(--paragraph-small-fontfamily);
    font-weight: 400;
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
}

.el-price-faq .accordion-item {
    background-color: var(--accents-2);
}

.el-price-faq .accordion-item .accordion-button {
    color: var(--neutrals-black);
    font-family: var(--desktop-h3-fontfamily);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.small-footer a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

/* .logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
} */

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logo_items img {
    margin-right: 96px;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
}

.bx-shdw {
    box-shadow: 0px 12px 24px 0px #00000014;
}
.slider-testimonials-2 .swiper-slide img{
    width: 100%;
}
@media(max-width:1400px) {
    .align-items-center-2 {
        align-items: center;
    }

    .fit-img-to-content {
        position: relative;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
    }

    .navbar-nav .nav-link {
        justify-content: center;
    }

    .nav-item .sub-menu {
        position: relative;
        display: flex;
        flex-direction: column;
        background: unset;
        box-shadow: unset;
        padding: 0;

    }

    .nav-item .sub-menu .nav-link {
        color: var(--accents-1);
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding-right: 0 !important;
    }

    .nav-item.menu-item-has-children .nav-link::after {
        display: none;
    }

 

    .tabs-content {
        flex-direction: column;
        align-items: center;
        row-gap: 1rem;
    }

    .tabs-content .tab-single {
        width: 100%;
    }
    .menu-item-has-children:has(.sub-menu .nav-link)>.nav-link{
            color: var(--neutrals-black) !important;
    }
}
@media(max-width:991px){
    .mySwiper{
        padding-bottom: 0;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .swiper-button-next-home{
        right: 5px;
    }
    .mySwiper .swiper-slide{
        height: unset;
    }
}


/* CSS */