@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@font-face {
    font-display: swap;
    font-family: "TTWellingtons-DemiBold";
    src:
        /*local('TT Wellingtons DemiBold'), local('TTWellingtons-DemiBold'),*/
        url(/fonts/TTWellingtons-DemiBold.eot) format('embedded-opentype'),
        url(/fonts/TTWellingtons-DemiBold.woff2) format('woff2'),
        url(/fonts/TTWellingtons-DemiBold.woff) format('woff'),
        url(/fonts/TTWellingtons-DemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Montserrat-Bold";
    src:
        /*local('Montserrat Bold'), local('Montserrat-Bold'),*/
        url(/fonts/Montserrat-Bold.eot) format('embedded-opentype'),
        url(/fonts/Montserrat-Bold.woff2) format('woff2'),
        url(/fonts/Montserrat-Bold.woff) format('woff'),
        url(/fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Montserrat-Medium";
    src:
        /*local('Montserrat Medium'), local('Montserrat-Medium'),*/
        url(/fonts/Montserrat-Medium.eot) format('embedded-opentype'),
        url(/fonts/Montserrat-Medium.woff2) format('woff2'),
        url(/fonts/Montserrat-Bold.woff2) format('woff'),
        url(/fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Montserrat-Regular";
    src:
        /*local('Montserrat Regular'), local('Montserrat-Regular'),*/
        url(/fonts/Montserrat-Regular.eot) format('embedded-opentype'),
        url(/fonts/Montserrat-Regular.woff2) format('woff2'),
        url(/fonts/Montserrat-Regular.woff2) format('woff'),
        url(/fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    backface-visibility: hidden;
    text-rendering: geometricPrecision
}

main {
    display: block
}

h1,
.h-1,
h2,
.h-2,
h3,
.h-3,
h4,
.h-4,
h5,
.h-5,
h6,
.h-6 {
    margin: 0;
    font-weight: 400
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    margin: 0;
    background-color: transparent
}

a:visited {
    text-decoration: none
}

a:active,
a:focus {
    outline: none;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    max-width: 100%;
    max-height: 100%
}

picture,
source {
    max-width: 100%;
    display: block;
    border-style: none
}

picture {
    height: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: none;
    box-shadow: none;
    border-radius: 0
}

label {
    cursor: pointer;
    display: inline-block
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

p,
li {
    margin: 0
}

ul,
ol {
    padding-left: 0;
    margin: 0
}

li {
    list-style-type: none
}

figure {
    margin: 0
}

blockquote {
    margin: 0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: none
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: relative;
    right: -10px
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input {
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

table {
    border-collapse: collapse;
    width: 100%
}

:root {
    --color-pastel-blue: #5c8b92;
    --color-black: #151414;
    --color-black-100: #313131;
    --color-grey: #C5C5C5;
    --color-white: #FFF;
    --color-blue: #00bfff;
    --color-blue-100: #008dbc;
    --color-blue-200: #85E2FF;
    --color-purple: #6232E9;
    --color-purple-100: #D5B4FF;
    --color-pink: #FF4387;
    --color-pink-100: #FFB7D5;
    --color-green: #7AEFC5;
    --color-green-100: #E8FBFF;
    --color-error: #EC3E3E;
    --color-success: #27B557;
    --color-viber: #27B557;
    --color-viber-100: #14CF75;
    --color-telegram: #158ACA;
    --color-telegram-100: #04AEE3;
    --color-whatsapp: #27B557;
    --color-whatsapp-100: #14CF75;
    --font-title: "TTWellingtons-DemiBold";
    --font-bold: "Montserrat-Bold";
    --font-medium: "Montserrat-Medium";
    --font-regular: "Montserrat-Regular";
}

.h-1 span:not(.split-word),
.h-2 span:not(.split-word),
.h-3 span:not(.split-word),
.h-4 span:not(.split-word),
.h-5 span:not(.split-word),
.h-6 span:not(.split-word) {
    display: inline-block;
    border-radius: 8px;
    padding: 0 12px;
    line-height: 1.1em
}

.bg-pastel-blue:before {
    background-color: #5c8b92;
    background-color: var(--color-pastel-blue)
}


.bg-blue:before {
    background-color: #0C4ADC;
    background-color: var(--color-blue)
}

.bg-blue-100 {
    color: #FFF;
    color: var(--color-white)
}

.bg-blue-100:before {
    background-color: #1F5BE8;
    background-color: var(--color-blue-100)
}

.bg-blue-200:before {
    background-color: #85E2FF;
    background-color: var(--color-blue-200)
}

.bg-purple:before {
    background-color: #6232E9;
    background-color: var(--color-purple)
}

.bg-purple-100:before {
    background-color: #D5B4FF;
    background-color: var(--color-purple-100)
}

.bg-pink:before {
    background-color: #FF4387;
    background-color: var(--color-pink)
}

.bg-pink-100:before {
    background-color: #FFB7D5;
    background-color: var(--color-pink-100)
}

.bg-green:before {
    background-color: #7AEFC5;
    background-color: var(--color-green)
}

.bg-green-100:before {
    background-color: #E8FBFF;
    background-color: var(--color-green-100)
}

.white {
    color: #FFF;
    color: var(--color-white)
}

.accent {
    font-size: 34px;
    font-family: "TTWellingtons-DemiBold";
    font-family: var(--font-title);
    line-height: 1.4em;
    position: relative
}

.accent-dots {
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translate(-50%, 0);
    width: 35px;
    height: 28px
}

.accent-dots path {
    fill: #6232E9;
    fill: var(--color-purple)
}

@media only screen and (max-width:1440px) {
    .accent-dots {
        top: -53px;
        width: 26px;
        height: 23px
    }
}

@media only screen and (max-width:1200px) {
    .accent-dots {
        top: -70px;
        width: 36px;
        height: 30px
    }
}

@media only screen and (max-width:600px) {
    .accent-dots {
        top: -42px;
        width: 22px;
        height: 17px
    }
}

@media only screen and (max-width:1440px) {
    .accent {
        font-size: 28px
    }
}

@media only screen and (max-width:1200px) {
    .accent {
        font-size: 34px
    }
}

@media only screen and (max-width:600px) {
    .accent {
        font-size: 22px
    }
}

.align-center {
    text-align: center
}

.small {
    font-size: 14px
}

@media only screen and (max-width:600px) {
    .hidden-sm {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .hidden-lg {
        display: none
    }
}

.mt70 {
    margin-top: 70px
}

.sticky-parent {
    position: relative;
    height: 100%
}

.section-box-content {
    position: relative
}

h1,
.h-1 {
    font-size: 60px;
    font-family: "TTWellingtons-DemiBold";
    /*font-family: var(--font-title);*/
    line-height: 1.3em
}

@media only screen and (max-width:1600px) {

    h1,
    .h-1 {
        font-size: 60px
    }
}

@media only screen and (max-width:1440px) {

    h1,
    .h-1 {
        font-size: 50px
    }
}

@media only screen and (max-width:1400px) {

    h1,
    .h-1 {
        font-size: 40px
    }
}

@media only screen and (max-width:600px) {

    h1,
    .h-1 {
        font-size: 22px
    }
}


h2,
.h-2 {
    font-size: 56px;
    font-family: "TTWellingtons-DemiBold";
    font-family: var(--font-title);
    line-height: 1.3em;
    margin-bottom: 10px;
}

@media only screen and (max-width:1440px) {

    h2,
    .h-2 {
        font-size: 50px
    }
}

@media only screen and (max-width:1200px) {

    h2,
    .h-2 {
        font-size: 40px
    }
}

@media only screen and (max-width:600px) {

    h2,
    .h-2 {
        font-size: 26px
    }
}

h3,
.h-3 {
    font-size: 44px;
    font-family: "TTWellingtons-DemiBold";
    font-family: var(--font-title);
    line-height: 1.3em;
    margin-bottom: 10px;
}

@media only screen and (max-width:1440px) {

    h3,
    .h-3 {
        font-size: 42px
    }
}

@media only screen and (max-width:1200px) {

    h3,
    .h-3 {
        font-size: 35px
    }
}

@media only screen and (max-width:900px) {

    h3,
    .h-3 {
        font-size: 25px
    }
}

@media only screen and (max-width:600px) {

    h3,
    .h-3 {
        font-size: 20px
    }
}

h4,
.h-4 {
    font-size: 32px;
    font-family: "TTWellingtons-DemiBold";
    font-family: var(--font-title);
    line-height: 1.3em;
    margin-bottom: 10px;
}

@media only screen and (max-width:1600px) {

    h4,
    .h-4 {
        font-size: 25px
    }
}

@media only screen and (max-width:600px) {

    h4,
    .h-4 {
        font-size: 18px
    }
}

h5,
.h-5 {
    font-size: 28px;
    font-family: "TTWellingtons-DemiBold";
    font-family: var(--font-title);
    line-height: 1.3em
}

@media only screen and (max-width:1440px) {

    h5,
    .h-5 {
        font-size: 20px
    }
}

@media only screen and (max-width:600px) {

    h5,
    .h-5 {
        font-size: 16px
    }
}

p,
li {
    font-size: 22px;
    line-height: 1.6em;
    font-family: inherit;
    color: inherit
}

@media only screen and (max-width:1440px) {

    p,
    li {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {

    p,
    li {
        font-size: 22px
    }
}

@media only screen and (max-width:600px) {

    p,
    li {
        font-size: 15px
    }
}

strong,
b {
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    color: inherit
}

body {
    font-family: "Montserrat-Medium";
    font-family: var(--font-medium);
    background-color: #FFF;
    background-color: var(--color-white);
    color: #151414;
    color: var(--color-black)
}

li {
    position: relative
}

a[href^=tel] {
    white-space: nowrap
}

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 1s cubic-bezier(.68, -.64, .27, 1.64), transform 1s cubic-bezier(.68, -.64, .27, 1.64);
    transform-origin: center top
}

.container {
    position: relative;
    padding: 50px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1200px) {
    .container {
        padding: 50px;
        max-width: 900px
    }
}

@media only screen and (max-width:600px) {
    .container {
        padding: 30px 20px;
    }
}

.logo {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    gap: 5px;
}

.logo img {
    width: 36px;
    /* або ваш бажаний розмір */
    height: 36px;
    object-fit: cover;
    margin-right: 0;
    /* прибираємо зайві відступи з правого боку */
}

.logo svg {
    width: auto;
    height: 36px;
    /* або ваш бажаний розмір */
    margin-left: 0;
    /* прибираємо зайві відступи з лівого боку */
}

@media only screen and (max-width: 1440px) {
    .logo img {
        width: 32px;
        height: 32px;
    }

    .logo svg {
        height: 32px;
    }
}

@media only screen and (max-width: 600px) {
    .logo img {
        width: 28px;
        height: 28px;
    }

    .logo svg {
        height: 28px;
    }
}


.cta-quote {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #FFF;
    /* Зміна */
    color: #FFF;
    /* Зміна */
    font-size: 27px;
    top: -2px;
    right: 22px;
    /* Зміна */
    padding: 45px;
}

.cta-quote-label {
    transform-origin: center;
    transform: rotate(-4.04deg);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media only screen and (max-width:1700px) {
    .cta-quote {
        top: -30px;
        right: 10%
    }
}

@media only screen and (max-width:1440px) {
    .cta-quote {
        font-size: 21px;
        padding: 30px;
        right: -14%
    }
}

@media only screen and (max-width:600px) {
    .cta-quote {
        font-size: 15px;
        padding: 20px;
        right: 12%
    }
}

.header {
    position: fixed;
    top: 40px;
    left: 45px;
    right: 45px;
    width: calc(100% - 90px);
    z-index: 100;
    color: #000000;
    color: var(--color-black);
    border-radius: 13px;
    padding: 20px 10px;
    transition: background-color .4s ease, top .4s ease, box-shadow .4s ease, color .4s ease, padding .4s ease;
}

.header-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-panel-logo {
    display: flex;
    align-items: center;
}

.header-panel-logo .logo-letter,
.header-panel-logo .logo-star {
    fill: currentColor;
}

.header-panel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 150px;
}

.header-panel-nav .social {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
}

.header-panel-nav .social-link {
    width: 34px;
    height: 34px;
}

.header-panel-nav .social-link-icon {
    fill: #0C4ADC;
    fill: var(--color-blue);
    opacity: 1;
}

.header-panel-nav .social-link:not(:last-child) {
    margin-right: 85px;
}

@media only screen and (max-width:600px) {
    .header-panel-nav .social-link:not(:last-child) {
        margin-right: 46px;
    }
}

@media only screen and (max-width:600px) {
    .header-panel-nav .social-link {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (min-width:1201px) {
    .header-panel-nav .social {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .header-panel-nav .social {
        bottom: 42px;
    }
}

.header-panel-nav .link-bold {
    position: absolute;
    font-size: 19px;
    left: 50%;
    transform: translateX(-50%);
    top: 68px;
    transition: top .2s ease;
    z-index: 2;
}

@media only screen and (min-width:1201px) {
    .header-panel-nav .link-bold {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .header-panel-nav .link-bold {
        top: 64px;
    }
}

@media only screen and (max-width:600px) {
    .header-panel-nav .link-bold {
        display: none;
    }
}

@media only screen and (max-width:1700px) {
    .header-panel-nav {
        padding-left: 70px;
    }
}

@media only screen and (max-width:1400px) {
    .header-panel-nav {
        padding-left: 30px;
    }
}

@media only screen and (max-width:1200px) {
    .header-panel-nav {
        opacity: 0;
        transition: opacity .2s ease;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00bfff;
        background-color: var(--color-blue);
        padding: 10px;
        display: none;
        opacity: 0;
    }
}

@media only screen and (min-width:1201px) {
    .header-panel-nav {
        display: flex !important;
        opacity: 1 !important;
    }
}

.header-panel-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-panel-action .languages {
    margin-right: 28px;
}

@media only screen and (max-width:1440px) {
    .header-panel-action .languages {
        margin-right: 18px;
    }
}

@media only screen and (max-width:1200px) {
    .header-panel-action .languages {
        margin-right: 37px;
    }
}

@media only screen and (max-width:1200px) {
    .header-panel-action .link-bold {
        display: none;
    }
}

@media only screen and (max-width:1441px) {
    .header-panel {
        min-height: 50px;
    }
}

@media only screen and (max-width:1200px) {
    .header-panel {
        min-height: 46px;
    }
}

.header.smart {
    top: 45px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    background-color: white;
    background-color: var(--color-white);
    color: var(--color-blue-100);
    color: #008dbc;
}

/* Основні стилі для прозорого меню */
.header.transparent {
    background-color: transparent;
    /* Прозоре меню */
}

/* Білий колір стрілок, коли меню прозоре */
.header.transparent .burger-box-arrow {
    background-color: white;
    /* Стрілки бургер-меню стають білими */
}

/* Білий колір логотипу, коли меню прозоре */
body:not(.scrolled) .header-panel-logo {
    color: white;
    /* Білий колір логотипу при прозорому меню */
}

/* Колір тексту меню при відкритому стані */
.header.smart.is-open-menu .header-panel-logo {
    color: var(--color-blue);
    /* Синій колір логотипу при відкритому меню */
}

/* Стиль для стрілок у бургер-меню при відкритому меню */
.header.smart.is-open-menu .burger-box-arrow {
    background-color: var(--color-blue);
    /* Синій колір для стрілок у відкритому меню */
}

/* Стиль для прозорого меню на ПК з білим текстом */
body:not(.scrolled) .header.smart {
    background-color: transparent;
    /* Прозоре тло */
    color: white;
    /* Білий колір тексту */
    box-shadow: none;
    /* Вимикаємо тінь, якщо меню прозоре */
}

/* Стиль для меню при прокрутці (коли воно стає білим і текст синій) */
body.scrolled .header.smart {
    background-color: white;
    /* Біле тло */
    color: var(--color-blue-100);
    /* Синій текст */
    z-index: 1000;
}

/* Білий колір для стрілок бургер-меню, коли меню прозоре */
body:not(.scrolled) .burger-box-arrow {
    background-color: white;
    /* Білий колір стрілки */
}

/* Медійні стилі для мобільних пристроїв */
@media (min-width: 0) {
    body:not(.scrolled) .header {
        background-color: transparent;
        /* Прозоре меню */
    }

    body:not(.scrolled) .burger-box-arrow {
        background-color: white;
        /* Білий колір стрілок */
    }

    body:not(.scrolled) .header-panel-logo {
        color: white;
        /* Білий колір логотипу */
    }

    /* Прибираємо тінь, коли меню прозоре */
    body:not(.scrolled) .header.smart {
        box-shadow: none;
        /* Вимикаємо тінь */
    }
}





.header.smart .logo-letter {
    fill: currentColor;
}

.header.smart .logo-star {
    fill: #1F5BE8;
    fill: var(--color-blue-100);
}

.header.smart .languages-current {
    color: var(--color-blue);
}

.header.smart .languages-current:before {
    background-color: var(--color-blue);
}

/*.header.smart .burger-box-arrow {
    background-color: var(--color-black);
}*/



.header.smart.is-open-menu .header-panel-nav .link-bold {
    top: 48px;
}

@media only screen and (max-width:1441px) {
    .header.smart {
        top: 35px;
    }
}

@media only screen and (max-width:1200px) {
    .header.smart {
        top: 20px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width:600px) {
    .header.smart {
        top: 20px;
        padding: 5px 0;
    }

    .header.smart .container {
        padding: 0 15px;
    }
}

.header.hidden {
    top: -100px;
    box-shadow: none;
}

@media only screen and (max-width:1800px) {
    .header.hidden {
        top: -90px;
    }
}

@media only screen and (max-width:1441px) {
    .header.hidden {
        top: -72px;
    }
}

@media only screen and (max-width:1200px) {
    .header.hidden {
        top: -80px;
    }
}

@media only screen and (max-width:600px) {
    .header.hidden {
        top: -68px;
    }
}

.header.is-open-menu {
    color: var(--color-black);
}

.header.is-open-menu .languages-current {
    color: var(--color-blue);
}

.header.is-open-menu .languages-current:before {
    background-color: var(--color-blue);
}

.header.is-open-menu .logo-star {
    fill: var(--color-blue-100) !important;
}

@media only screen and (max-width:1200px) {
    .header.is-open-menu {
        padding-top: 28px;
    }
}

@media only screen and (max-width:600px) {
    .header.is-open-menu {
        padding-top: 15px;
    }
}

.header.__inner {
    color: var(--color-black);
}

.header.__inner .logo-star {
    fill: var(--color-blue);
}

.header.__inner .burger-box-arrow {
    background-color: var(--color-black);
}

.header .container {
    max-width: 100%;
    padding: 0 25px;
}

.header-panel-nav .link-btn {
    color: #FFF;
    /* Базовий колір тексту */
    transition: color 0.3s ease;
    /* Плавний перехід кольору */
}

.header-panel-nav .link-btn:hover {
    color: #000;
    /* Колір тексту на чорний при наведенні */
}

.burger.active .burger-box-arrow {
    background-color: var(--color-blue);
    /* Використовуємо синій при активному бургері */
}

.header.smart.is-open-menu .header-panel-nav .link-bold {
    top: 48px;
}

.header.smart.is-open-menu {
    color: #00bfff;
    color: var(--color-blue);
    /* Колір тексту меню при відкритому стані */
}


.header.smart.is-open-menu.transparent {
    background-color: rgba(255, 255, 255, 0);
    /* Прозорий фон */
}


.header-button-container {
    display: flex;
    /* Можна використовувати flexbox для додаткового контролю над позиціюванням */
    justify-content: flex-start;
    align-items: center;
    /* Вирівнювання по вертикалі */
    /* Центрування кнопки в контейнері */
}

.link-btn.btn-prescio {
    margin: 15px 0 0 0;
    /* Встановлюємо margin на 0 */
}

.header-oferta {
    text-align: center;
    background-color: rgba(255, 255, 255, 255);
    /* Білий фон з 80% прозорістю */
    border-radius: 15px;
    /* Заокруглені краї */
    padding: 15px;
    /* Внутрішні відступи */
    width: 100%;
    /* Займає всю ширину контейнера (можна змінити) */
    max-width: 800px;
    /* Максимальна ширина блоку */
    margin: 15px 0px 0px 0px;
    /* Центрування блоку */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Легка тінь для об'єму */
    color: #000000;
}

/* Додатково: адаптивний розмір */
@media (max-width: 500px) {
    .header-oferta {
        width: 100%;
        /* Зменшуємо ширину на малих екранах */
    }
}




.problem-list {
    display: flex;
    /* Використовуємо flexbox для розташування елементів */
    flex-direction: column;
    /* Розташовуємо елементи вертикально */
    align-items: flex-start;
    /* Вирівнюємо елементи по лівому краю */
    margin: 20px 0;

}

.problem-list-text {

    /* Розмір шрифту */
    color: #ffffff;
    /* Колір тексту */
    margin-bottom: 10px;
    /* Відступ знизу для тексту */

}

.problem-items {
    display: flex;
    /* Горизонтальне вирівнювання для елементів */
    gap: 10px;
    /* Проміжок між елементами */
    flex-wrap: wrap;
    /* Дозволяємо переносити блоки на новий рядок, якщо не вміщаються */
    /* margin: 0 auto; - по центру для планшета*/

}

.problem-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100px;
    /* Ширина для кожного елементу */
    font-weight: bold;
}

.problem-item h6 {
    font-weight: bold;
}


.problem-image {
    width: 70px;
    /* Розмір зображення */
    height: 70px;
    object-fit: cover;
    /* Щоб зображення не спотворювалося */
    margin-bottom: 5px;
    /* Відступ між фото та заголовком */
}

.problem-item h6 {
    font-size: 14px;
    /* Розмір тексту */
    color: #ffffff;
    /* Колір тексту */
    margin: 0;
    /* Прибираємо зайві відступи */
}

/* Адаптивний стиль для екранів до 450 пікселів */
@media (max-width: 450px) {
    .problem-items {
        justify-content: center;
        /* Центруємо контент */
        width: 100%;
        /* Дозволяємо блокам займати всю ширину */
    }

    .problem-item {
        width: 60px;
        /* Ширина елементів на мобільних пристроях */
        margin: 5px;
        /* Відступ між блоками */
    }

    .problem-image {
        width: 60px;
        /* Розмір зображення для вузьких екранів */
        height: 60px;
    }

    .problem-item h6 {
        font-size: 14px;
        /* Зменшений розмір тексту для малих екранів */
    }
}

@media (min-width: 1200px) {
  .wa-circle-btn {
      position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2cbedf; /* WhatsApp зелений */
    margin-right: 10px;        /* відступ перед телефоном */
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .wa-circle-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 14px rgba(0,0,0,.25);
  }
  .wa-link-btn-icon {
    position:relative; 
    z-index:1; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    flex:0 0 auto;

  }

  .wa-link-btn-icon img {
    display:block;
    width:25px; 
    height:25px;
    margin:auto; 
  }
}

.phone-link-btn-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;      /* трохи більше ніж wa-link-btn-icon */
  height: 40px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #2cbedf; /* фон для телефону */
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.phone-link-btn-icon:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}

.phone-link-btn-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  stroke: #fff; /* біла іконка */
}


/* приховуємо кнопку до 1200px */
@media (max-width: 1199px) {
  .wa-circle-btn { display: none !important; }
}



.link-btn {
    width: auto;
    /* Встановлюємо авто ширину на десктопі */
    margin-left: 0;
    /* Додаємо лівий відступ, щоб кнопка перемістилася вправо */
}


.whatsapp-icon-header {
    width: 24px;
    height: 24px;
    margin: 4px 8px 1px -9px;
    /* Відступ між іконкою і текстом */
    vertical-align: middle;
    float: left;
    /* Іконка розміщується зліва, текст обтікає її справа */
}

/*Header video*/
/*Header video*/
/*Header video*/
/*Header video*/
/*Header video*/
/*Header video*/


.video-wrapper {
    display: flex;
    justify-content: flex-end;
    /* Вирівнює відео вправо */
}

.responsive-video {
    width: 100%;
    max-height: 700px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}




.section-subtitle span {
    background-color: white;
    color: #e84176;
    /* Червоний колір */
    color: var(--color-pink);
    /* Використовує змінну кольору */
    font-weight: bold;
    font-size: 15px;
    /* Стандартний розмір тексту */
    border-radius: 8px;
    padding: 0px 5px;
    /* Внутрішні відступи */
}

/* Стилі для екрану до 600px */
@media (max-width: 600px) {
    .section-subtitle span {
        font-size: 15px;
        /* Менший розмір тексту */
        padding: 2px 4px;
        /* Менші відступи */
    }
}

/* Стилі для екрану від 600px до 1200px */
@media (min-width: 601px) and (max-width: 1200px) {
    .section-subtitle span {
        font-size: 20px;
        /* Середній розмір тексту */
        padding: 5px 6px;
        /* Середні відступи */
    }
}

/* Стилі для стандартного розміру (все вище 1200px) */
@media (min-width: 1201px) {
    .section-subtitle span {
        font-size: 25px;
        /* Стандартний розмір тексту */
        padding: 0px 5px;
        /* Стандартні відступи */
    }
}




.footer {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px rgba(255, 255, 255, .1) solid;
    padding: 30px 0;
    max-width: 50%;
    margin-left: auto;
    margin-top: -83px;
    position: relative;
    z-index: 1
}

.footer-nav-label {
    display: inline-flex;
    align-items: center;
    opacity: .7;
    font-size: 14px
}

.footer-nav-label img {
    max-height: 15px;
    margin-left: 15px
}

.footer-nav-label a {
    display: inline-flex;
    align-items: center
}

@media only screen and (max-width:1300px) {
    .footer-nav-label {
        font-size: 12px
    }
}

@media only screen and (max-width:1200px) {
    .footer-nav-label {
        font-size: 14px
    }
}

@media only screen and (max-width:600px) {
    .footer-nav-label:not(:last-child) {
        margin-bottom: 25px
    }
}

.footer-nav .link {
    opacity: .7
}

@media only screen and (max-width:600px) {
    .footer-nav .link {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1441px) {
    .footer-nav {
        max-width: 58%
    }
}

@media only screen and (max-width:1300px) {
    .footer-nav {
        margin-top: -80px
    }
}

@media only screen and (max-width:1200px) {
    .footer-nav {
        margin-top: 0;
        max-width: 100%;
        padding: 22px 0 30px
    }
}

@media only screen and (max-width:600px) {
    .footer-nav {
        flex-direction: column;
        align-items: center;
        padding: 40px 0 42px
    }
}

.footer-title {
    margin-bottom: 72px;
    opacity: 0;
    transition: opacity .4s ease
}

@media only screen and (max-width:1440px) {
    .footer-title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1200px) {
    .footer-title {
        display: none
    }
}

.footer.section {
    margin-bottom: 0
}

.footer .section-box {
    color: #FFF;
    color: var(--color-white);
    min-height: 0;
    padding: 90px 0 0;
    overflow: visible;
    margin-bottom: 30px
}

.footer .section-box:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 0;
    left: 30px;
    border-radius: 15px;
    background-color: #313131;
    background-color: var(--color-black-100)
}

@media only screen and (max-width:1440px) {
    .footer .section-box:before {
        top: 20px;
        right: 20px;
        left: 20px
    }
}

@media only screen and (max-width:1200px) {
    .footer .section-box:before {
        display: none
    }
}

.footer .section-box-content {
    min-height: 574px;
    align-items: flex-end
}

@media only screen and (max-width:1440px) {
    .footer .section-box-content {
        min-height: 502px
    }
}

@media only screen and (max-width:1440px) {
    .footer .section-box {
        margin-bottom: 20px;
        padding-top: 80px
    }
}

@media only screen and (max-width:1200px) {
    .footer .section-box {
        background-color: #313131;
        background-color: var(--color-black-100);
        margin-bottom: 10px;
        padding-top: 0
    }
}

.footer .illustration {
    max-width: 709px;
    max-height: 496px;
    width: 37vw;
    height: 26vw;
    margin-left: -123px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: -2px
}

@media only screen and (max-width:1440px) {
    .footer .illustration {
        max-width: 596px;
        max-height: 417px;
        width: 42vw;
        margin-left: -146px;
        height: 29vw
    }
}

@media only screen and (max-width:1200px) {
    .footer .illustration {
        margin-left: auto;
        margin-right: -6vw;
        width: 78vw;
        height: 54vw
    }
}

@media only screen and (max-width:600px) {
    .footer .illustration {
        margin-left: -12px;
        margin-right: 0;
        width: 89vw;
        height: 62vw
    }
}

@media only screen and (max-width:1200px) {
    .footer .illustration .illustration-layer {
        display: none
    }
}

.footer .illustration .tablet-layer {
    position: absolute;
    left: -12%;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media only screen and (max-width:1200px) {
    .footer .illustration .tablet-layer {
        display: block
    }
}

@media only screen and (max-width:600px) {
    .footer .illustration .tablet-layer {
        left: 0
    }
}

.footer .illustration .tablet-layer .icon-layer {
    position: absolute;
    display: block;
    fill: #FFF;
    fill: var(--color-white)
}

.footer .illustration .tablet-layer .icon-layer--i1 {
    width: 51px;
    height: 48px;
    top: 47%;
    left: 0
}

@media only screen and (max-width:600px) {
    .footer .illustration .tablet-layer .icon-layer--i1 {
        width: 16px;
        height: 16px;
        top: 3px;
        left: 30%
    }
}

.footer .illustration .tablet-layer .icon-layer--i2 {
    width: 28px;
    height: 26px;
    left: 8%;
    top: 38%
}

@media only screen and (max-width:600px) {
    .footer .illustration .tablet-layer .icon-layer--i2 {
        width: 16px;
        height: 16px;
        bottom: 24px;
        right: 3px;
        top: auto;
        left: auto
    }
}

.footer .illustration .tablet-layer .icon-layer--i3 {
    width: 28px;
    height: 26px;
    top: 9px;
    left: 43%
}

@media only screen and (max-width:600px) {
    .footer .illustration .tablet-layer .icon-layer--i3 {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .footer .content-column:nth-child(1) {
        max-width: 42%
    }
}

@media only screen and (max-width:1200px) {
    .footer .content-column:nth-child(1) {
        order: 2;
        max-width: 100%
    }
}

.footer .content-column:nth-child(2) {
    padding-bottom: 82px
}

@media only screen and (max-width:1440px) {
    .footer .content-column:nth-child(2) {
        max-width: 58%;
        padding-bottom: 83px
    }
}

@media only screen and (max-width:1200px) {
    .footer .content-column:nth-child(2) {
        order: 1;
        max-width: 100%;
        padding-top: 110px;
        padding-bottom: 0
    }
}

@media only screen and (max-width:600px) {
    .footer .content-column:nth-child(2) {
        padding-top: 30px;
        padding-bottom: 55px
    }
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    background-color: #85E2FF;
    background-color: var(--color-blue-200);
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease
}

@media only screen and (min-width:1201px) {
    .footer .fp-scrollable {
        display: flex;
        align-items: flex-end
    }
}

.footer .fp-tableCell {
    vertical-align: bottom
}

@media only screen and (min-width:1201px) {

    .footer.in-viewport:before,
    .footer.active:before {
        transition-delay: 1s;
        opacity: 1
    }

    .footer.in-viewport .footer-title,
    .footer.active .footer-title {
        opacity: 1;
        transition-delay: 1s
    }

    .footer a[href^=tel] {
        pointer-events: none
    }
}

.footer-menu {
    margin-bottom: 10px
}

.footer-menu__list {
    display: flex;
    flex-wrap: wrap
}

/*@media only screen and (max-width:600px) {
    .footer-menu__list {
        padding-top: 60px
    }
}*/

.footer-menu__list li {
    width: 33.3333%;
    margin-bottom: 15px;
    margin-right: 4.5%
}

@media only screen and (max-width:1440px) {
    .footer-menu__list li {
        margin-right: 3.8%
    }
}

@media only screen and (max-width:1200px) {
    .footer-menu__list li {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (max-width:600px) {
    .footer-menu__list li {
        text-align: center
    }
}

.footer-menu__list a {
    opacity: .7
}


@media (max-width: 1200px) {

    .footer-heading,
    .footer-description {
        text-align: center;
        margin: 0 auto;
        max-width: 90%;
        padding: 10px 0;
    }
}


.link {
    font-size: 17px;
    line-height: 1.2em;
    font-family: "Montserrat-Medium";
    font-family: var(--font-medium);
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    transition: opacity .4s ease;
    color: inherit
}

@media only screen and (max-width:1400px) {
    .link {
        font-size: 15px
    }
}

@media only screen and (max-width:1300px) {
    .link {
        font-size: 14px
    }
}

.link-bold {
    font-size: 20px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    line-height: 1.6em
}

@media only screen and (max-width:1600px) {
    .link-bold {
        font-size: 18px
    }
}

@media only screen and (max-width:1441px) {
    .link-bold {
        font-size: 16px
    }
}

@media only screen and (max-width:1400px) {
    .link-bold {
        font-size: 15px
    }
}

@media only screen and (max-width:1300px) {
    .link-bold {
        font-size: 14px
    }
}

.link-xl {
    font-size: 28px
}

@media only screen and (max-width:1300px) {
    .link-xl {
        font-size: 24px
    }
}

.link-sm {
    font-size: 14px
}

@media only screen and (max-width:1300px) {
    .link-sm {
        font-size: 12px
    }
}

@media only screen and (max-width:1200px) {
    .link-sm {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .link:hover {
        opacity: .7
    }
}

.link-btn {
    display: inline-flex;
    align-items: center;
    /* Вирівнює вміст кнопки по вертикалі */
    justify-content: center;
    /* Вирівнює текст всередині кнопки по горизонталі */
    text-align: center;
    white-space: nowrap;
    height: 66px;
    /* Висота кнопки */
    width: 100%;
    /* Кнопка займає всю ширину контейнера */
    max-width: 350px;
    /* Максимальна ширина для кнопки на ПК */
    font-size: 18px;
    border-radius: 100px;
    padding: 0 35px;
    /* Внутрішні відступи */
    border: none;
    position: relative;
    color: #FFF;
    background-color: transparent;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    transition: color .4s cubic-bezier(.1, 0, .3, 1);
    margin: 20px 10px 0px 10px;
}

.link-btn-title {
    align-items: center;
    position: relative;
    color: inherit;
    pointer-events: none;
    z-index: 1;
    line-height: 1.4;
}

.link-btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100px;
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    pointer-events: none
}

.link-btn-bg:before,
.link-btn-bg:after {
    content: "";
    position: absolute;
    background-color: #D5B4FF;
    background-color: var(--color-pink-100)
}

.link-btn-bg:before {
    width: 100%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1)
}

.link-btn-bg:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s
}

.link-btn-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative
}

.link-btn-circle {
    pointer-events: none;
    width: 10px;
    height: 10px;
    opacity: .1;
    position: absolute;
    border-radius: 50%;
    background-color: #0C4ADC;
    background-color: var(--color-blue);
    z-index: 1
}

.link-btn.__vb .link-btn-bg {
    background-color: #27B557;
    background-color: var(--color-whatsapp)
}

.link-btn.__vb .link-btn-bg:before,
.link-btn.__vb .link-btn-bg:after {
    background-color: #14CF75;
    background-color: var(--color-whatsapp-100)
}

@media only screen and (min-width:991px),
(any-hover:hover) {
    .link-btn.__vb:hover {
        color: #FFF;
        color: var(--color-white)
    }
}

.link-btn.__tg .link-btn-bg {
    background-color: #158ACA;
    background-color: var(--color-telegram)
}

.link-btn.__tg .link-btn-bg:before,
.link-btn.__tg .link-btn-bg:after {
    background-color: #04AEE3;
    background-color: var(--color-telegram-100)
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .link-btn.__tg:hover {
        color: #FFF;
        color: var(--color-white)
    }
}



.link-btn.__wa .link-btn-bg {
    background-color: #27B557;
    background-color: var(--color-whatsapp)
}

.link-btn.__call .link-btn-bg {
    background-color: #FF4387;
    background-color: var(--color-pink);
}

.link-btn.__wa .link-btn-bg:before,
.link-btn.__wa .link-btn-bg:after {
    background-color: #14CF75;
    background-color: var(--color-whatsapp-100)
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .link-btn.__wa:hover {
        color: #FFF;
        color: var(--color-white)
    }
}

.link-btn.__vb .link-btn-circle,
.link-btn.__tg .link-btn-circle,
.link-btn.__wa .link-btn-circle {
    background-color: #D5B4FF;
    background-color: var(--color-pink-100)
}

.link-btn-whatsapp {
    background-color: #14CF75;
    background-color: var(--color-whatsapp-100);
    /*margin: 25px 25px 25px 25px;
    Відступ зліва для кнопки WhatsApp */
}

/* Приховати кнопку WhatsApp на екранах менше 1200 пікселів */
@media (max-width: 700px) {
    .link-btn-whatsapp {
        /*display: none;
         Сховати кнопку WhatsApp */
    }
}

/* Показати кнопку WhatsApp на ширших екранах */
@media (min-width: 1200px) {
    .link-btn-whatsapp {
        display: inline-flex;
        /* Показати кнопку WhatsApp */
    }
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .link-btn:hover {
        color: #0C4ADC;
        color: var(--color-blue)
    }

    .link-btn:hover .link-btn-bg {
        transform: scale3d(1.15, 1.15, 1)
    }

    .link-btn:hover .link-btn-bg:before {
        transition: transform .4s cubic-bezier(.1, 0, .3, 1);
        transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1)
    }

    .link-btn:hover .link-btn-bg:after {
        opacity: 1;
        transition-duration: .01s;
        transition-delay: .3s
    }
}

@media only screen and (max-width:1441px) {
    .link-btn {
        height: 58px;
        line-height: 46px;
        padding: 0 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width:600px) {
    .link-btn {
        height: 56px;
        line-height: 56px;
        max-width: none;
        /* Приберіть максимальну ширину для мобільних */
        min-width: 160px;
        font-size: 13px;
        margin: 0px 5px 0px 5px;
    }
}

.pink-to-white {
    color: #FFF;
    color: var(--color-white)
}

.pink-to-white .link-btn-bg {
    background-color: #FF4387;
    background-color: var(--color-pink)
}

.pink-to-white .link-btn-bg:before,
.pink-to-white .link-btn-bg:after {
    background-color: #D5B4FF;
    background-color: var(--color-pink-100)
}

.pink-to-white .link-btn-circle {
    background-color: #0C4ADC;
    background-color: var(--color-blue)
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .pink-to-white:hover {
        color: #0C4ADC;
        color: var(--color-blue)
    }
}

.pink-to-pink {
    color: #FFF;
    color: var(--color-white)
}

.pink-to-pink .link-btn-bg {
    background-color: #FF4387;
    background-color: var(--color-pink)
}

.pink-to-pink .link-btn-bg:before,
.pink-to-pink .link-btn-bg:after {
    background-color: #FFB7D5;
    background-color: var(--color-pink-100)
}

.pink-to-pink .link-btn-circle {
    background-color: #FF4387;
    background-color: var(--color-pink)
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .pink-to-pink:hover {
        color: #151414;
        color: var(--color-black)
    }
}

.purple-to-white .link-btn-bg {
    background-color: #6232E9;
    background-color: var(--color-purple)
}

.purple-to-white .link-btn-bg:before,
.purple-to-white .link-btn-bg:after {
    background-color: #D5B4FF;
    background-color: var(--color-pink-100)
}

.purple-to-white .link-btn-circle {
    background-color: #6232E9;
    background-color: var(--color-purple)
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .purple-to-white:hover {
        color: #6232E9;
        color: var(--color-purple)
    }
}

.btn-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px #151414 solid;
    border: 2px var(--color-black) solid;
    z-index: 1;
    transition: border-color .4s ease
}

.btn-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #85E2FF;
    background-color: var(--color-blue-200);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .4s ease;
    pointer-events: none
}

@-webkit-keyframes scale {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes scale {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.nav {
    display: flex;
}

.nav .link-btn {
    margin-top: 15px
}

@media only screen and (min-width:601px) {
    .nav .link-btn {
        display: none
    }
}

.nav .link:not(:last-child) {
    margin-right: 20px
}

@media only screen and (max-width:1430px) {
    .nav .link:not(:last-child) {
        margin-right: 15px
    }
}

@media only screen and (max-width:1200px) {
    .nav .link:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (max-width:1200px) {
    .nav .link {
        font-size: 42px;
        font-family: "TTWellingtons-DemiBold";
        font-family: var(--font-title);
        opacity: 0;
        transition: none;
        color: black;
    }

    .nav .link:not(:last-child) {
        margin-bottom: 42px
    }
}

@media only screen and (max-width:600px) {
    .nav .link {
        font-size: 25px
    }

    .nav .link:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:480px) {
    .nav .link:not(:last-child) {
        margin-bottom: 3.6vh
    }
}

@media only screen and (max-width:370px) {
    .nav .link {
        font-size: 22px
    }
}

@media only screen and (max-width:1200px) {
    .nav.shadows:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        height: 100px;
        border-radius: 15px;
        pointer-events: none;
        background-color: #FFF;
        background-color: var(--color-white);
        background: linear-gradient(to bottom, white 0%, white 71%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
        z-index: 1
    }

    .nav.shadows:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: 150px;
        background-color: #FFF;
        background-color: var(--color-white);
        border-radius: 15px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0)
    }
}

@media only screen and (max-width:600px) {
    .nav.shadows:after {
        height: 85px
    }
}

@media only screen and (max-width:1200px) {
    .nav {
        border-radius: 15px;
        background-color: #FFF;
        background-color: var(--color-white);
        width: 56px;
        height: 56px;
        flex-direction: column;
        padding: 215px 30px 130px;
        overflow-y: auto;
        margin-right: 0;
        margin-left: auto
    }
}

@media only screen and (max-width:600px) {
    .nav {
        padding: 15vh 40px;
        justify-content: flex-start
    }
}

.nav-link.active[data-menuanchor="1"] {
    color: #0C4ADC;
    color: var(--color-blue)
}

.nav-link.active[data-menuanchor="2"] {
    color: #6232E9;
    color: var(--color-purple)
}

.nav-link.active[data-menuanchor="3"] {
    color: #FF4387;
    color: var(--color-pink)
}

.nav-link.active[data-menuanchor="4"] {
    color: #0C4ADC;
    color: var(--color-blue)
}

.nav-link.active[data-menuanchor="5"] {
    color: #10c261
}

.nav-link.active[data-menuanchor="6"] {
    color: #0C4ADC;
    color: var(--color-blue)
}

.nav-link.active[data-menuanchor="7"] {
    color: #0C4ADC;
    color: var(--color-blue)
}

.nav-link.active[data-menuanchor="8"] {
    color: #000000;
    color: var(--color-black)
}

@media only screen and (max-width:1200px) {
    .nav-link {
        opacity: 0;
        transform: translateY(30px)
    }
}





.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 40px 0px
}


@media only screen and (max-width:1200px) {
    .cards {
        flex-direction: column;

    }
}

.card {
    padding: 5px 10px 5px 10px;
    flex: 1
}

.card-box {
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 30px;
    position: relative;
    padding: 15px 20px;
    overflow: hidden;
    min-height: 150px;
    height: 320px;


}

.card-box-label,
.step {
    color: #008dbc;
    color: var(--color-blue-100);
    text-transform: uppercase;
    font-family: var(--font-bold);
    line-height: 1.867em;
}

@media only screen and (max-width:1200px) {
    .card-box {
        height: auto;
        /* Висота змінюється в залежності від контенту */
    }
}

@media only screen and (max-width:600px) {
    .card-box {
        height: auto;
        /* Висота змінюється в залежності від контенту */
    }
}


.card-box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 20px;
    line-height: 1.6em;
    flex-grow: 1;
    /* Текст займає доступний простір */
    height: auto;
    /* Висота залежить від вмісту */
    padding: 0px 20px 10px 0px;
    max-width: 85%;
}

@media only screen and (max-width:1440px) {
    .card-box-title {
        height: 100%;
        font-size: 18px
    }
}


@media only screen and (max-width:1200px) {
    .card-box-title {
        font-size: 16px;
        height: 100%;
    }
}

@media only screen and (max-width:600px) {
    .card-box-title {
        font-size: 14px;
        height: 100%
    }
}




.card-box-illustration {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
}

.card-box-illustration img {
    width: 100%;
    height: auto;
    display: block;

}

@media only screen and (max-width: 1440px) {
    .card-box-illustration {
        max-width: 140px;
        max-height: 140px;
    }
}

@media only screen and (max-width: 1200px) {
    .card-box-illustration {
        max-width: 115px;
        max-height: 115px;
        right: -40px;
    }
}

@media only screen and (max-width: 600px) {
    .card-box-illustration {
        max-width: 100px;
        max-height: 100px;
        right: -25px;
    }
}



.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    flex: 0 0 calc(50% - 0px);
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}


@media only screen and (max-width: 1200px) {
    .card {
        width: 100%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 600px) {
    .card {
        padding: 0;
        margin-bottom: 10px;
    }
}


/*Cómo se limpian los muebles a domicilio?*/
/*Cómo se limpian los muebles a domicilio?*/
/*Cómo se limpian los muebles a domicilio?*/

.cleaning-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.cleaning-step-box {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    min-height: 350px;
    aspect-ratio: 3 / 5;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

}

.text-overlay {
    position: absolute;
    top: 0;
    /* Розташування у верхній частині */
    left: 0;
    right: 0;
    height: 40%;
    /* Займає 40% висоти контейнера */
    background: rgba(255, 255, 255, 0.8);
    /* Напівпрозорий білий фон */
    padding: 15px;
    /* Внутрішні відступи */
    margin: 0;
    /* Відсутність зовнішніх відступів */
    transition: all 0.3s ease-in-out;
    /* Плавна анімація */
    display: flex;
    flex-direction: column;
    /* Вертикальне вирівнювання тексту */
    justify-content: center;
    /* Центрування тексту по вертикалі */
    align-items: center;
    /* Центрування тексту по горизонталі */
}

.text-overlay:hover {
    font-style: var(--font-bold);
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 1);

}

.step-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 20px;
    line-height: 1.6em;
    flex-grow: 1;
    height: auto;
}

.step-1 {
    background-image: url('/images/slide/aspiradora-1.jpg');
}

.step-2 {
    background-image: url('/images/slide/pre-sprey-1.jpg');
}

.step-3 {
    background-image: url('/images/slide/limpieza-1.jpg');
}

.step-4 {
    background-image: url('/images/slide/ecstraktor-1.jpg');
}

@media screen and (max-width: 1440px) {
    .step-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .cleaning-step-box {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .step-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .cleaning-step-box {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-left: 2px;
        margin-right: 2px;

    }

    .text-overlay {
        height: 40%;
        padding: 5px 10px 10px 10px;

    }

    .step-text {
        font-size: 12px;
    }
}


.prices {
    margin: 0 -30px
}

.prices-box {
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 20px;
    flex: 1;
    margin: 0 20px;
    text-align: center;
    padding: 0 0 78px;
    transition: transform .4s ease, opacity .4s ease
}

.prices-box-head {
    height: 88px;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background-color: #ffe4f4;
    margin-bottom: 62px
}

@media only screen and (max-width:1440px) {
    .prices-box-head {
        height: 82px;
        margin-bottom: 45px
    }
}

@media only screen and (max-width:600px) {
    .prices-box-head {
        height: 78px
    }
}

.prices-box-title {
    padding: 0 20px 5px
}

@media only screen and (max-width:1440px) {
    .prices-box-title {
        padding: 0 20px 2px
    }
}

.prices-box-subtitle {
    padding: 0 20px;
    font-size: 16px
}

@media only screen and (max-width:1440px) {
    .prices-box-subtitle {
        font-size: 14px
    }
}

.prices-box-value {
    border-radius: 50%;
    background-color: #ffeaf7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 163px;
    margin: 20px auto 48px
}

@media only screen and (max-width:1440px) {
    .prices-box-value {
        width: 143px;
        height: 143px;
        margin: 18px auto 40px
    }
}

@media only screen and (max-width:600px) {
    .prices-box-value {
        width: 136px;
        height: 136px
    }
}

.prices-box-illustration {
    position: absolute
}

.prices-box:nth-child(odd) .prices-box-illustration {
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 156px
}

@media only screen and (min-width:601px) {
    .prices-box:nth-child(odd) {
        opacity: .95;
        transform: scale(.9)
    }
}

@media only screen and (min-width:600px),
(any-hover:hover) {
    .prices-box:nth-child(odd):hover {
        transform: scale(1);
        opacity: 1
    }

    .prices-box:nth-child(odd):hover~.prices-box {
        transform: scale(.9);
        opacity: .95
    }
}

.prices-box:nth-child(even) .prices-box-illustration {
    width: 118%;
    left: -43px;
    top: -52px
}

@media only screen and (max-width:1440px) {
    .prices-box:nth-child(even) .prices-box-illustration {
        left: -25px;
        top: -27px
    }
}

@media only screen and (max-width:1440px) {
    .prices-box {
        padding: 0 0 60px;
        margin: 0 10px
    }
}

@media only screen and (max-width:600px) {
    .prices-box {
        width: 278px;
        padding: 0 0 55px
    }
}

.prices-price {
    font-size: 58px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    line-height: 1.2em
}

.prices-price-currency {
    font-size: 14px
}

@media only screen and (max-width:1440px) {
    .prices-price {
        font-size: 48px
    }
}

@media only screen and (min-width:601px) {
    .prices .splide__list {
        flex-direction: row-reverse
    }
}

.prices .splide__pagination {
    margin-top: 15px
}

.prices .splide__pagination__page:before {
    background-color: #FF4387;
    background-color: var(--color-pink)
}

@media only screen and (min-width:601px) {
    .prices {
        visibility: visible
    }

    .prices .splide__list {
        display: flex;
        flex-direction: row-reverse;
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .prices {
        padding: 15px
    }
}

@media only screen and (max-width:1200px) {
    .prices {
        padding: 0;
        margin: 0 -10px 40px
    }
}

@media only screen and (max-width:600px) {
    .prices {
        margin: 0 -30px 40px;
        padding: 0 30px
    }

    .prices .splide__track {
        overflow: visible
    }
}

.timer-calculator {
    display: flex;
    align-items: center;
    max-width: 410px;
    width: 100%;
    margin: 40px auto 196px
}

.timer-calculator-btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    position: relative;
    background-color: transparent;
    padding: 0;
    border: none
}

.timer-calculator-btn:before,
.timer-calculator-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #151414;
    background-color: var(--color-black);
    z-index: 1;
    pointer-events: none;
    transition: background-color .4s ease
}

.timer-calculator-btn:before {
    width: 18px;
    height: 3px
}

.timer-calculator-btn:after {
    width: 3px;
    height: 18px
}

.timer-calculator-btn.__minus:after {
    display: none
}

.timer-calculator-btn .btn-bg {
    background-color: #69dbff
}

@media only screen and (min-width:991px),
(any-hover:hover) {
    .timer-calculator-btn:hover .btn-border {
        border-color: #0c4adc
    }

    .timer-calculator-btn:hover .btn-bg {
        transform: scale(1.7)
    }

    .timer-calculator-btn:hover:before,
    .timer-calculator-btn:hover:after {
        background-color: #0c4adc
    }
}

.timer-calculator-btn:active .btn-border {
    border-color: #0c4adc
}

.timer-calculator-btn:active .btn-bg {
    transform: scale(1.9)
}

.timer-calculator-btn:active:before,
.timer-calculator-btn:active:after {
    background-color: #0c4adc
}

.timer-calculator-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #69dbff;
    border-radius: 50%;
    width: 242px;
    height: 242px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1200px) {
    .timer-calculator-value {
        background-color: transparent
    }
}

@media only screen and (max-width:600px) {
    .timer-calculator-value {
        width: 100%;
        height: 146px
    }
}

@media only screen and (max-width:1441px) {
    .timer-calculator {
        margin: 40px auto 186px
    }
}

@media only screen and (max-width:1200px) {
    .timer-calculator {
        margin: 6px auto 21px;
        max-width: 330px
    }
}

@media only screen and (max-width:600px) {
    .timer-calculator {
        max-width: 260px;
        margin: 0 auto 28px
    }
}

.timer-clock-value {
    width: 274px;
    height: 274px;
    border-radius: 50%;
    margin: 90px auto 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    color: var(--color-white);
    position: relative
}

@media only screen and (max-width:1440px) {
    .timer-clock-value {
        margin: 80px auto 65px
    }
}

@media only screen and (max-width:1200px) {
    .timer-clock-value {
        width: 328px;
        height: 328px;
        margin: 118px auto 70px;
        padding-bottom: 27px
    }
}

@media only screen and (max-width:600px) {
    .timer-clock-value {
        width: 60vw;
        height: 60vw;
        margin: 84px auto 70px
    }
}

.timer-title {
    font-family: "Montserrat-Regular";
    font-family: var(--font-regular);
    font-size: 120px;
    line-height: 1em
}

@media only screen and (max-width:1200px) {
    .timer-title {
        font-size: 140px
    }
}

@media only screen and (max-width:600px) {
    .timer-title {
        font-size: 100px
    }
}

.timer-subtitle {
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold)
}

@media only screen and (max-width:1200px) {
    .timer-subtitle {
        font-size: 24px
    }
}

@media only screen and (max-width:600px) {
    .timer-subtitle {
        font-size: 18px
    }
}

.timer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: .2
}

.clock-hour,
.clock-minute {
    position: absolute;
    top: 38px;
    left: 38px;
    right: 38px;
    bottom: 38px;
    opacity: .2
}

.clock-hour:before,
.clock-minute:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 1px;
    top: 0;
    background-color: #FFF;
    background-color: var(--color-white)
}

.clock-hour {
    transform: rotate(120deg)
}

.clock-hour:before {
    top: 10px
}

.hobbies {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 450px
}

.hobbies-item {
    font-size: 19px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    max-width: 130px;
    text-align: center;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    filter: blur(3px);
    transition: opacity 1s ease, filter 1s ease;
    transition-delay: 1.5s
}

.hobbies-item:nth-child(1) {
    top: 11.5%;
    left: 13%;
    max-width: 100px
}

.hobbies-item:nth-child(2) {
    right: 9%;
    top: 21%
}

.hobbies-item:nth-child(3) {
    bottom: 20.5%;
    right: 13%
}

.hobbies-item:nth-child(4) {
    left: 9%;
    bottom: 46%
}

.hobbies-item:nth-child(5) {
    right: 43.5%;
    top: 9.5%
}

.hobbies-item:nth-child(6) {
    right: 12%;
    bottom: 46.5%
}

.hobbies-item:nth-child(7) {
    left: 8.5%;
    bottom: 26.5%
}

.hobbies-item:nth-child(8) {
    top: 30.6%;
    left: 6%
}

@media only screen and (max-width:1200px) {
    .hobbies-item {
        font-size: 22px
    }
}

@media only screen and (max-width:600px) {
    .hobbies-item {
        font-size: 19px
    }
}

@media only screen and (max-width:1200px) {
    .hobbies {
        width: 540px;
        height: 540px
    }
}

@media only screen and (max-width:600px) {
    .hobbies {
        width: 100vw;
        height: 100vw
    }
}

.cleaners {
    max-width: 385px;
    width: 100%;
    height: 571px;
    visibility: visible;
    margin: 0 auto
}

.cleaners-box {
    max-width: 385px;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    padding: 75px 15px 110px;
    position: relative;
    height: 571px
}

.cleaners-box-photo {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 45px;
    position: relative;
    padding: 10px
}

.cleaners-box-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width:1441px) {
    .cleaners-box-photo {
        width: 144px;
        height: 144px;
        margin: 0 auto 32px
    }
}

@media only screen and (max-width:600px) {
    .cleaners-box-photo {
        width: 150px;
        height: 150px
    }
}

.cleaners-box-title {
    margin-bottom: 15px
}

@media only screen and (max-width:1440px) {
    .cleaners-box-title {
        margin-bottom: 10px
    }
}

.cleaners-box-description {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media only screen and (max-width:1440px) {
    .cleaners-box-description {
        font-size: 14px
    }
}

.cleaners-box-rating {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 73px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px
}

.cleaners-box-rating .rating {
    margin-left: 12px
}

@media only screen and (max-width:1440px) {
    .cleaners-box-rating {
        font-size: 14px;
        bottom: 58px
    }
}

.cleaners-box-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center;
    width: 172px;
    height: 172px
}

.cleaners-box-loader .progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cleaners-box-loader circle {
    transition: stroke-dashoffset .4s ease;
    stroke: #0C4ADC;
    stroke: var(--color-blue);
    stroke-dasharray: 527.788, 527.788;
    stroke-dashoffset: 527.788
}

@media only screen and (max-width:1440px) {
    .cleaners-box-loader {
        transform: translate(-50%, -50%) rotate(-90deg) scale(.8)
    }
}

@media only screen and (max-width:600px) {
    .cleaners-box-loader {
        transform: translate(-50%, -50%) rotate(-90deg) scale(.85)
    }
}

.cleaners-box.center {
    z-index: 1;
    opacity: 1;
    transform: translateX(0) scale(1);
    cursor: pointer
}

.cleaners-box.center .cleaners-box-loader circle {
    -webkit-animation: progress 5s 1 cubic-bezier(.66, 0, .34, 1);
    animation: progress 5s 1 cubic-bezier(.66, 0, .34, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.cleaners-box.prev {
    transform: translateX(-195px) scale(.78)
}

@media only screen and (max-width:1300px) {
    .cleaners-box.prev {
        transform: translateX(-155px) scale(.78)
    }
}

.cleaners-box.next {
    transform: translateX(195px) scale(.78)
}

@media only screen and (max-width:1300px) {
    .cleaners-box.next {
        transform: translateX(155px) scale(.78)
    }
}

.cleaners-box.prev,
.cleaners-box.next {
    opacity: .8 !important;
    z-index: 0;
    pointer-events: auto;
    cursor: -webkit-grab;
    cursor: grab
}

@media only screen and (max-width:1200px) {

    .cleaners-box.prev,
    .cleaners-box.next {
        transform: translate(0) scale(1);
        opacity: 1 !important
    }
}

@media only screen and (min-width:1201px) {
    .cleaners-box {
        position: absolute;
        top: 0;
        transform: translateX(0) scale(.8);
        opacity: 0;
        z-index: -1;
        transition: transform 1s cubic-bezier(.66, 0, .34, 1), opacity 1s cubic-bezier(.66, 0, .34, 1), z-index 1s cubic-bezier(.66, 0, .34, 1) !important
    }
}

@media only screen and (max-width:1441px) {
    .cleaners-box {
        max-width: 278px;
        height: 442px;
        border-radius: 15px;
        padding: 46px 15px 80px
    }
}

@media only screen and (max-width:1200px) {
    .cleaners-box {
        padding: 46px 25px 80px
    }

    .cleaners-box:not(:last-child) {
        margin-right: 20px
    }
}

.cleaners-dots {
    align-items: center;
    justify-content: center;
    margin: 60px auto -45px auto;
    display: none
}

.cleaners-dots-item {
    width: 10px;
    height: 10px;
    margin: 5px 8px;
    border-radius: 50%;
    pointer-events: none
}

.cleaners-dots-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    border-radius: 50%;
    background-color: #0C4ADC;
    background-color: var(--color-blue);
    transition: opacity .6s ease, transform .6s ease
}

.cleaners-dots-item.active,
.cleaners-dots-item.prev,
.cleaners-dots-item.next {
    pointer-events: auto;
    cursor: pointer
}

.cleaners-dots-item.active:before,
.cleaners-dots-item.prev:before,
.cleaners-dots-item.next:before {
    transform: scale(1)
}

.cleaners-dots-item.active:before {
    transform: scale(1.5);
    opacity: 1
}

.cleaners-dots-carousel {
    width: 80px
}

@media only screen and (min-width:1201px) {

    .cleaners .splide__track,
    .cleaners .splide__list {
        height: 100%;
        width: 100%;
        overflow: visible
    }

    .cleaners .splide__list {
        display: flex;
        justify-content: center
    }
}

@media only screen and (max-width:1441px) {
    .cleaners {
        max-width: 278px;
        height: 442px
    }
}

@media only screen and (max-width:1200px) {
    .cleaners {
        width: calc(100% + 120px);
        max-width: none;
        height: auto;
        margin: 40px -60px 4px;
        padding: 0 60px
    }

    .cleaners .splide__track {
        overflow: visible
    }
}

@media only screen and (max-width:600px) {
    .cleaners {
        margin: 45px -30px 10px;
        padding: 0 30px;
        width: calc(100% + 60px)
    }
}

.cleaners .splide__pagination {
    margin: 50px auto 0
}

@media only screen and (max-width:1441px) {
    .cleaners .splide__pagination {
        margin: 16px auto 0
    }
}

@media only screen and (max-width:1200px) {
    .cleaners .splide__pagination {
        margin: 22px auto 0
    }
}

.rating {
    font-size: 17px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    display: inline-flex;
    align-items: center
}

.rating-star {
    width: 17px;
    height: 16px;
    margin-right: 5px
}

@media only screen and (max-width:1440px) {
    .rating {
        font-size: 14px
    }
}

.splide__pagination {
    width: 100%
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    position: relative;
    background-color: transparent
}

.splide__pagination__page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    border-radius: 50%;
    background-color: #0C4ADC;
    background-color: var(--color-blue);
    transition: opacity .6s ease, transform .6s ease
}

.splide__pagination__page.is-active:before {
    transform: scale(1.5);
    opacity: 1
}

.splide__pagination li {
    padding: 8px
}

@-webkit-keyframes progress {
    0% {
        stroke-dashoffset: 527.788;
        stroke: #0C4ADC;
        stroke: var(--color-blue)
    }

    92% {
        stroke-dashoffset: 0;
        stroke: #0C4ADC;
        stroke: var(--color-blue)
    }

    100% {
        stroke-dashoffset: -527.788;
        stroke: #7AEFC5;
        stroke: var(--color-green)
    }
}

@keyframes progress {
    0% {
        stroke-dashoffset: 527.788;
        stroke: #0C4ADC;
        stroke: var(--color-blue)
    }

    92% {
        stroke-dashoffset: 0;
        stroke: #0C4ADC;
        stroke: var(--color-blue)
    }

    100% {
        stroke-dashoffset: -527.788;
        stroke: #7AEFC5;
        stroke: var(--color-green)
    }
}

@-webkit-keyframes progressBack {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -527.788
    }
}

@keyframes progressBack {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -527.788
    }
}



.accordion {
    max-width: 95%
}

.accordion-box {
    border-top: 1px rgba(255, 255, 255, .2) solid;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    padding: 20px 0 18px;
    margin-bottom: -1px
}

.accordion-box-content {
    display: none;
    font-size: 18px;
    overflow: hidden;
    transition: padding-top .4s ease, height .4s ease
}

.accordion-box-content p,
.accordion-box-content li {
    font-size: inherit;
    padding-top: 10px;
}

@media only screen and (max-width:600px) {
    .accordion-box-content {
        font-size: 16px;

    }
}


/*Кнопки плюс*/
/*Кнопки плюс*/
/*Кнопки плюс*/

.accordion-box-head {
    position: relative;
    padding-right: 40px;
    cursor: pointer
}

.accordion-box-btn {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 14px;
    height: 14px
}

.accordion-box-btn:before,
.accordion-box-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-color: var(--color-white);
    transition: all .2s ease
}

.accordion-box-btn.calcular:before,
.accordion-box-btn.calcular:after {
    background-color: #008dbc;
    background-color: var(--color-blue-100);
}

.accordion-box-btn:before {
    width: 2px;
    height: 14px
}

.accordion-box-btn:after {
    width: 14px;
    height: 2px
}

@media only screen and (max-width:1441px) {
    .accordion-box-btn {
        top: 6px
    }
}

@media only screen and (max-width:600px) {
    .accordion-box-btn {
        right: 7px;
        top: 4px
    }
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .accordion-box-btn:hover .accordion-btn-bg {
        transform: scale(3)
    }
}

/* Спільний стиль для выдкриття(для роботи повинен бути додатковий клас open) */
.accordion-box.open .accordion-box-content,
.item-group.open .item-list,
.service-block.open .service-content-column {
    display: block;
    padding-top: 1px;
}

.accordion-box.open .accordion-box-btn:before,
.item-group.open .accordion-box-btn:before,
.service-block.open .accordion-box-btn:before {
    height: 0;
}


.accordion-btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    background-color: var(--color-white);
    opacity: .1;
    transform: scale(0);
    transition: transform .4s ease
}

@media only screen and (max-width:600px) {
    .accordion-box {
        padding: 10px 0 10px
    }
}


.contacts {
    display: flex;
    margin-bottom: 80px
}

.contacts-column {
    flex: 1;
    padding: 0px 10px 0px 10px;
}

@media only screen and (max-width:600px) {
    .contacts-column:nth-child(1) {
        order: 2;
        width: 100%;
        padding-top: 20px
    }
}

.contacts-column:nth-child(2) {
    max-width: 315px
}

@media only screen and (max-width:600px) {
    .contacts-column:nth-child(2) {
        order: 1;
        max-width: none;
        width: 100%
    }
}

.contacts-value {
    line-height: 1em;
    margin-bottom: 40px
}

@media only screen and (max-width:1441px) {
    .contacts-value {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1200px) {
    .contacts-value {
        margin-bottom: 27px
    }
}

@media only screen and (max-width:600px) {
    .contacts-value {
        margin-bottom: 35px
    }
}

.contacts .link-btn {
    max-width: 315px;
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (max-width:600px) {
    .contacts .link-btn {
        margin-bottom: 21px
    }
}

.contacts .small {
    margin-bottom: 15px
}

@media only screen and (max-width:1441px) {
    .contacts {
        margin-bottom: 55px
    }
}

@media only screen and (max-width:1200px) {
    .contacts {
        margin-bottom: 0
    }
}

@media only screen and (max-width:600px) {
    .contacts {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 0
    }
}

.social {
    display: flex;
    align-items: center
}

.social-link {
    width: 24px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.social-link:not(:last-child) {
    margin-right: 20px
}

@media only screen and (max-width:1200px) {
    .social-link:not(:last-child) {
        margin-right: 30px
    }
}

.social-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    background-color: var(--color-white);
    opacity: .1;
    transform: scale(0);
    transition: transform .4s ease
}

.social-link-icon {
    fill: #FFF;
    fill: var(--color-white);
    opacity: .7;
    transition: opacity .4s ease;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:991px),
(any-hover:hover) {
    .social-link:hover:before {
        transform: scale(1.75)
    }

    .social-link:hover .social-link-icon {
        opacity: 1
    }
}

@media only screen and (max-width:600px) {
    .social {
        justify-content: center;
        padding-top: 5px
    }
}



.modal {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
}

.modal-bg {
    background-color: #00bfff;
    background-color: var(--color-blue);
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: 30px 0
}

.modal-content-box {
    max-width: 500px;
    width: calc(100% - 36px);
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 90px 70px 85px;
    min-height: 600px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    overflow: hidden
}


.modal-content-box .link-btn {
    width: 100%;
    margin-top: 28px
}

@media only screen and (max-width:1441px) {
    .modal-content-box .link-btn {
        margin-top: 8px
    }
}

@media only screen and (max-width:1200px) {
    .modal-content-box .link-btn {
        margin-top: 12px
    }
}

@media only screen and (max-width:1441px) {
    .modal-content-box {
        max-width: 450px;
        padding: 90px 60px 80px;
        min-height: 543px
    }
}

@media only screen and (max-width:1200px) {
    .modal-content-box {
        min-height: 498px
    }
}

@media only screen and (max-width:768px) {
    .modal-content-box {
        max-width: 390px;
        padding: 70px 40px
    }
}

@media only screen and (max-width:600px) {
    .modal-content-box {
        max-width: 390px;
        padding: 70px 35px 50px;
        min-height: 490px
    }
}

.modal-content-close {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.modal-close {
    position: absolute;
    top: 23px;
    right: 23px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 50%
}

.modal-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00bfff;
    background-color: var(--color-blue-100);
    opacity: .1;
    border-radius: 50%;
    transition: transform .4s ease;
    transform: scale(0)
}

.modal-close-icon {
    width: 36px;
    height: 36px;
    color: #151414;
    color: var(--color-black);
    transition: color .4s ease
}

.modal-close-icon rect {
    fill: currentColor
}

@media only screen and (max-width:600px) {
    .modal-close {
        top: 16px;
        right: 14px
    }
}

@media only screen and (min-width:991px),
(any-hover:hover) {
    .modal-close:hover:before {
        transform: scale(1)
    }

    .modal-close:hover .modal-close-icon {
        color: #0C4ADC;
        color: var(--color-blue)
    }

    .modal-close:active:before {
        transform: scale(1.16)
    }
}

.modal-title {
    margin-bottom: 38px
}

@media only screen and (max-width:1441px) {
    .modal-title {
        margin-bottom: 26px
    }
}

@media only screen and (max-width:1200px) {
    .modal-title {
        font-size: 36px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:600px) {
    .modal-title {
        font-size: 28px;
        margin-bottom: 22px
    }
}


.modal-success {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal-success.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -45%);
}

.modal-success .illustration {
    position: relative;
    width: 440px;
}



@media only screen and (max-width: 600px) {
    .modal-success .illustration {
        width: 350px;
    }
}


.modal-label {
    font-size: 18px
}

@media only screen and (max-width:1441px) {
    .modal-label {
        font-size: 16px
    }
}

.modal-contacts {
    padding: 32px 0 10px
}

.modal-contacts .link-btn {
    margin-top: 0;
    margin-bottom: 20px
}

@media only screen and (max-width:1200px) {
    .modal-contacts .link-btn {
        margin-bottom: 18px
    }
}

@media only screen and (max-width:600px) {
    .modal-contacts .link-btn {
        margin-bottom: 21px
    }
}

@media only screen and (max-width:1441px) {
    .modal-contacts {
        padding: 30px 0 7px
    }
}

@media only screen and (max-width:1200px) {
    .modal-contacts {
        padding: 28px 0 11px
    }
}

@media only screen and (max-width:600px) {
    .modal-contacts {
        padding: 25px 0 10px
    }
}

@media only screen and (max-width:1200px) {
    .modal .form-detail {
        font-size: 12px
    }
}

.modal#connect .modal-title {
    margin-bottom: 11px
}

@media only screen and (max-width:600px) {
    .modal#connect .modal-title {
        margin-bottom: 5px
    }
}

.modal#connect .modal-content-box {
    padding: 90px 70px 40px
}

@media only screen and (max-width:1441px) {
    .modal#connect .modal-content-box {
        padding: 90px 70px 55px
    }
}

@media only screen and (max-width:1200px) {
    .modal#connect .modal-content-box {
        padding: 70px 40px 37px
    }
}

@media only screen and (max-width:600px) {
    .modal#connect .modal-content-box {
        padding: 70px 30px 37px
    }
}

.modal#connect .contacts-value {
    margin-top: 13px;
    font-size: 32px
}

@media only screen and (min-width:1201px) {
    .modal#connect .contacts-value {
        pointer-events: none
    }
}

@media only screen and (max-width:1441px) {
    .modal#connect .contacts-value {
        font-size: 30px;
        margin-top: 11px
    }
}

@media only screen and (max-width:1200px) {
    .modal#connect .contacts-value {
        font-size: 26px;
        margin-top: 10px
    }
}

@media only screen and (max-width:600px) {
    .modal .hide-on-mobile {
        display: block;
    }
}


.modal {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
}

#promo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#promo-popup.show {
    display: flex;
    opacity: 1;
}

.madal .modal-content-box {
    padding: 40px 20px 30px 20px;
}

.modal-image-container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.promo-image {
    width: 100%;
    height: 90%;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* затемнення */
    z-index: 1;
}

.image-heading {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: left;
}

.image-bottom-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 0.9rem;
    text-align: left;
    padding: 8px 12px;
    border-radius: 6px;
}

.old-price {
    text-decoration: line-through;
    color: #ffcccc;
    font-size: 1.2rem;
    margin-right: 10px;
}

.new-price {
    font-size: 2rem;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .modal-content-box {
        max-height: 90vh;
        /* обмежуємо висоту */
        overflow-y: auto;
        /* дозволяємо прокрутку */
        overscroll-behavior: contain;
        /* захист від випадкових свайпів */
        -webkit-overflow-scrolling: touch;
        /* плавна прокрутка на iOS */
    }
}

#promo-buttons-container {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    max-width: 100%;
    /* контейнер не виходить за межі батька */
    box-sizing: border-box;
    /* щоб padding/margin не додавались до ширини */
}

#promo-buttons-container .link-btn {
    width: auto !important;
    min-width: 140px !important;
    max-width: 45% !important;
    /* кнопка не ширша за 45% контейнера */
    flex-shrink: 0 !important;
    box-sizing: border-box;
}




.input,
.input-clc {
    width: 100%;
    background-color: transparent;
    height: 52px;
    font-family: "Montserrat-Medium";
    font-family: var(--font-medium);
    color: #151414;
    color: var(--color-black);
    font-size: 16px;
    border: none;
    padding: 0;
    border-bottom: 2px #C5C5C5 solid;
    border-bottom: 2px var(--color-grey) solid;
    transition: border-bottom-color .4s ease
}

.input-container {
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
    .input-container {
        margin-bottom: 5px
    }
}

.input-label {
    position: absolute;
    left: 0;
    top: 14px;
    color: #C5C5C5;
    color: var(--color-grey);
    font-size: 18px;
    pointer-events: none;
    transition: all .4s ease
}

.input-label-error {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #EC3E3E;
    color: var(--color-error);
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    font-size: 14px;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0
}

@media only screen and (max-width:1441px) {
    .input-label {
        font-size: 16px
    }
}

.success-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #27b557;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.input-prefix {
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 15px;
    opacity: 0
}

.input:focus,
.input-clc:focus {
    outline: none;
    border-bottom-color: #00bfff;
    border-bottom-color: var(--color-blue);
}

.input:focus~.input-label,
.input.focus~.input-label,
.input-clc:focus~.input-label,
.input-clc.focus~.input-label {
    text-transform: uppercase;
    font-size: 14px;
    top: -10px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
}

.input:focus~.input-prefix,
.input.focus~.input-prefix,
.input-clc:focus~.input-prefix,
.input-clc.focus~.input-prefix {
    opacity: 1;
}

.input.success,
.input-clc.success {
    border-bottom-color: #27B557;
    border-bottom-color: var(--color-success);
}

.input.error,
.input-clc.error {
    border-bottom-color: #EC3E3E;
    border-bottom-color: var(--color-error);
}

.input.error~.input-label-error,
.input-clc.error~.input-label-error {
    opacity: 1;
}


.form-detail {
    margin-top: 28px;
    color: #484848
}

.form-detail a {
    border-bottom: 1px rgba(0, 0, 0, .3) dashed
}

.form-detail span {
    opacity: .8
}

@media only screen and (max-width:1441px) {
    .form-detail {
        font-size: 12px;
        margin-top: 30px
    }
}

@media only screen and (max-width:1200px) {
    .form-detail {
        text-align: left
    }
}

@media only screen and (max-width:600px) {
    .form-detail {
        margin-top: 36px
    }
}

#input-phone,
#input-phone-clc {
    padding-left: 45px
}

.languages {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.languages-current {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    text-align: center;
    line-height: 60px;
    position: relative;
    transition: color .4s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.languages-current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: background-color .4s ease, opacity .2s ease;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    .languages-current:before {
        opacity: 0
    }
}

@media only screen and (max-width:1600px) {
    .languages-current {
        font-size: 18px
    }
}

@media only screen and (max-width:1441px) {
    .languages-current {
        font-size: 16px;
        line-height: 50px
    }
}

@media only screen and (max-width:1400px) {
    .languages-current {
        font-size: 15px
    }
}

@media only screen and (max-width:1300px) {
    .languages-current {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .languages-current {
        line-height: 58px;
        font-size: 19px
    }
}

.languages-modal {
    position: absolute;
    border-radius: 11px;
    background-color: #FFF;
    background-color: var(--color-white);
    padding: 18px 22px 8px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, .1));
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity .4s ease
}

.languages-modal:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #FFF transparent;
    border-color: transparent transparent var(--color-white) transparent
}

@media only screen and (max-width:1440px) {
    .languages-modal {
        padding: 10px 15px 0
    }
}

.languages-list {
    display: flex;
    flex-direction: column
}

.languages-list-link {
    order: 2;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    color: #313131;
    color: var(--color-black-100);
    transition: color .2s ease, opacity .2s ease;
    opacity: .7;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.languages-list-link.active {
    order: 1;
    color: #0C4ADC;
    color: var(--color-blue);
    opacity: 1
}

.languages-list-link.active .languages-icon {
    border-color: #0C4ADC;
    border-color: var(--color-blue)
}

@media only screen and (max-width:1440px) {
    .languages-list-link {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px),
(any-hover:hover) {
    .languages-list-link:hover {
        color: #0C4ADC;
        color: var(--color-blue);
        opacity: 1
    }

    .languages-list-link:hover .languages-icon {
        border-color: #0C4ADC;
        border-color: var(--color-blue)
    }
}

.languages-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    min-width: 31px;
    border-radius: 50%;
    border: 1px transparent solid;
    transition: border-color .2s ease;
    margin-right: 9px
}

@media only screen and (max-width:1440px) {
    .languages-icon {
        width: 26px;
        height: 26px;
        min-width: 26px
    }
}

.languages:hover .languages-current:before {
    opacity: .1
}

.languages:hover .languages-modal {
    opacity: 1;
    z-index: 1;
    pointer-events: auto
}

@media only screen and (max-width:1440px) {
    .languages {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width:1200px) {
    .languages {
        width: 58px;
        height: 58px
    }
}

.burger {
    position: relative;
    padding: 5px;
    margin: -5px;
    height: 26px;
    z-index: 1;
    right: 4px
}

.burger-box {
    width: 34px;
    height: 14px;
    position: relative;
    display: inline-block
}

.burger-box-arrow {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #008dbc;
    background-color: (var--color-blue-100);
    transition: all .2s ease
}



.burger-box-arrow:nth-child(1) {
    top: 0
}

.burger-box-arrow:nth-child(2) {
    bottom: 0
}

@media only screen and (max-width:600px) {
    .burger-box {
        width: 30px;
        height: 14px
    }
}

.burger.active .burger-box-arrow {
    background-color: #0C4ADC;
    background-color: var(--color-blue)
}

.burger.active .burger-box-arrow:nth-child(1) {
    transform: rotate(45deg);
    top: 5px
}

.burger.active .burger-box-arrow:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 5px
}

@media only screen and (min-width:1201px) {
    .burger {
        display: none
    }
}


@-webkit-keyframes wave {

    0%,
    60%,
    100% {
        transform: none;
        transform: initial
    }

    30% {
        transform: translateY(-8px)
    }
}

@keyframes wave {

    0%,
    60%,
    100% {
        transform: none;
        transform: initial
    }

    30% {
        transform: translateY(-8px)
    }
}

.inner-page {
    padding-top: 246px;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden
}

.inner-page-bg {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background-color: #008dbc;
    background-color: var(--color-blue-100);
    border-radius: 15px
}

@media only screen and (max-width:1440px) {
    .inner-page-bg {
        top: 20px;
        right: 20px;
        left: 20px
    }
}

@media only screen and (max-width:1200px) {
    .inner-page-bg {
        top: 10px;
        right: 10px;
        left: 10px
    }
}

.inner-page-body {
    max-width: 900px;
    margin: 0 auto
}

.inner-page-body h1,
.inner-page-body .h-1 {
    text-align: center
}

@media only screen and (max-width:768px) {

    .inner-page-body h1,
    .inner-page-body .h-1 {
        text-align: left
    }
}

.inner-page-body h3,
.inner-page-body .h-3 {
    margin-top: 60px
}

.inner-page-body h4,
.inner-page-body .h-4 {
    margin-top: 30px
}

.inner-page-body h5,
.inner-page-body .h-5 {
    margin-top: 30px
}

.inner-page-body p {
    margin-top: 20px
}

@media only screen and (max-width:1440px) {
    .inner-page-body {
        max-width: 800px
    }
}

@media only screen and (max-width:600px) {
    .inner-page .container {
        padding: 0 30px
    }
}

@media only screen and (max-width:1440px) {
    .inner-page {
        padding-bottom: 136px;
        padding-top: 162px;

    }
}

@media only screen and (max-width:1600px) {
    .inner-page {
        padding-bottom: 136px;
        padding-top: 162px;

    }
}

@media only screen and (max-width:1800px) {
    .inner-page {
        padding-bottom: 136px;
        padding-top: 162px;

    }
}

@media only screen and (max-width:600px) {
    .inner-page {
        padding-top: 144px;
        padding-bottom: 96px
    }
}

@media only screen and (max-width:1200px) {
    .fp-table {
        height: auto !important
    }
}

.fp-scroller {
    width: 100%
}

@media only screen and (max-width:1200px) {
    .fp-tableCell {
        display: block;
        height: auto !important
    }
}

.iScrollLoneScrollbar {
    display: none
}

.article-body {
    max-width: 900px;
    margin: 0 auto
}

@media only screen and (max-width:1440px) {
    .article-body {
        max-width: 830px
    }
}

.article-body h2,
.article-body .h-2 {
    margin-top: 120px;
    line-height: 1.28;
    color: #151414;
    color: var(--color-black)
}

@media only screen and (max-width:1600px) {

    .article-body h2,
    .article-body .h-2 {
        margin-top: 100px
    }
}

@media only screen and (max-width:600px) {

    .article-body h2,
    .article-body .h-2 {
        margin-top: 60px
    }
}

.article-body h3,
.article-body .h-3 {
    margin-top: 80px;
    line-height: 1.28
}

@media only screen and (max-width:1600px) {

    .article-body h3,
    .article-body .h-3 {
        margin-top: 60px
    }
}

@media only screen and (max-width:600px) {

    .article-body h3,
    .article-body .h-3 {
        margin-top: 40px
    }
}

.article-body h4,
.article-body .h-4 {
    margin-top: 50px;
    line-height: 1.3
}

@media only screen and (max-width:600px) {

    .article-body h4,
    .article-body .h-4 {
        margin-top: 40px
    }
}

.article-body h5,
.article-body .h-5 {
    margin-top: 30px;
    line-height: 1.3
}

.article-body h6,
.article-body .h-6 {
    line-height: 1.3;
    margin-top: 30px
}

.article-body h3,
.article-body .h-3,
.article-body h4,
.article-body .h-4,
.article-body h5,
.article-body .h-5,
.article-body h6,
.article-body .h-6 {
    color: #313131;
    color: var(--color-black-100)
}

.article-body p {
    font-size: 22px;
    margin-top: 30px;
    line-height: 1.59;
    color: #313131;
    color: var(--color-black-100);
    font-family: "Montserrat-Medium", sans-serif;
    font-family: var(--font-medium), sans-serif
}

@media only screen and (max-width:1600px) {
    .article-body p {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .article-body p {
        font-size: 22px
    }
}

@media only screen and (max-width:600px) {
    .article-body p {
        font-size: 18px;
        margin-top: 20px
    }
}

.article-body b,
.article-body strong {
    font-family: "TTWellingtons-DemiBold", sans-serif;
    font-family: var(--font-title), sans-serif
}

.article-body .accent-text p {
    font-size: 30px;
    line-height: 1.4
}

@media only screen and (max-width:1600px) {
    .article-body .accent-text p {
        font-size: 28px
    }
}

@media only screen and (max-width:1200px) {
    .article-body .accent-text p {
        font-size: 32px
    }
}

@media only screen and (max-width:600px) {
    .article-body .accent-text p {
        font-size: 22px
    }
}

.article-body a {
    color: #1F5BE8;
    color: var(--color-blue-100);
    transition: opacity .4s ease
}

.article-body a:hover {
    opacity: .7
}

.article-body ul {
    padding-top: 10px
}

@media only screen and (max-width:1600px) {
    .article-body ul {
        padding-top: 0
    }
}

.article-body ul li {
    margin-top: 20px;
    padding-left: 48px;
    position: relative;
    line-height: 1.6;
    color: #313131;
    color: var(--color-black-100);
    font-family: "Montserrat-Medium", sans-serif;
    font-family: var(--font-medium), sans-serif;
    font-size: 22px
}

@media only screen and (max-width:1600px) {
    .article-body ul li {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .article-body ul li {
        font-size: 22px
    }
}

@media only screen and (max-width:600px) {
    .article-body ul li {
        font-size: 18px;
        padding-left: 40px
    }
}

.article-body ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 28px;
    background: url(../../../themes/limpi/dist/images/bullet.svg)
}

.article-body ol {
    counter-reset: item
}

.article-body ol li {
    margin-top: 30px;
    padding-left: 74px;
    position: relative;
    line-height: 1.6;
    color: #313131;
    color: var(--color-black-100);
    font-family: "Montserrat-Medium", sans-serif;
    font-family: var(--font-medium), sans-serif;
    font-size: 22px
}

@media only screen and (max-width:1600px) {
    .article-body ol li {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .article-body ol li {
        font-size: 22px;
        margin-top: 20px
    }
}

@media only screen and (max-width:600px) {
    .article-body ol li {
        font-size: 18px;
        padding-left: 44px;
        margin-top: 15px
    }
}

.article-body ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item);
    counter-increment: item;
    font-size: inherit;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 2px solid #0C4ADC;
    border: 2px solid var(--color-blue);
    color: #0C4ADC;
    color: var(--color-blue);
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: 500
}

@media only screen and (max-width:600px) {
    .article-body ol li:before {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px
    }
}

.article-body .block-image {
    margin: 80px -150px;
    position: relative;
    height: 498px
}

@media only screen and (max-width:1440px) {
    .article-body .block-image {
        margin: 60px -107px
    }
}

@media only screen and (max-width:1200px) {
    .article-body .block-image {
        margin: 60px 0
    }
}

@media only screen and (max-width:600px) {
    .article-body .block-image {
        height: 313px
    }
}

.article-body .block-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-position: 50%;
    object-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 10px solid #FFF;
    border: 10px solid var(--color-white);
    border-radius: 15px
}

@media only screen and (max-width:1200px) {
    .article-body .block-image img {
        border-width: 6px
    }
}

.article-body .block-image .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.article-body .block-image .image-layer .icon-layer {
    position: absolute;
    display: block;
    fill: #FFF;
    fill: var(--color-white)
}

.article-body .block-image .image-layer .icon-layer--i1 {
    width: 42px;
    height: 51px;
    top: 13%;
    left: 10%
}

@media only screen and (max-width:1200px) {
    .article-body .block-image .image-layer .icon-layer--i1 {
        width: 42px;
        height: 42px;
        top: 70px;
        left: 58px
    }
}

@media only screen and (max-width:600px) {
    .article-body .block-image .image-layer .icon-layer--i1 {
        width: 26px;
        height: 20px;
        top: 42px;
        left: 28px
    }
}

.article-body .block-image .image-layer .icon-layer--i2 {
    width: 24px;
    height: 30px;
    left: 17%;
    top: 58%
}

@media only screen and (max-width:1200px) {
    .article-body .block-image .image-layer .icon-layer--i2 {
        width: 24px;
        height: 24px;
        left: 6%
    }
}

@media only screen and (max-width:600px) {
    .article-body .block-image .image-layer .icon-layer--i2 {
        width: 15px;
        height: 8px;
        left: 10%
    }
}

.article-body .price-block {
    overflow: hidden;
    margin: 120px -150px
}

@media only screen and (max-width:1440px) {
    .article-body .price-block {
        margin: 100px -107px
    }
}

@media only screen and (max-width:1200px) {
    .article-body .price-block {
        margin: 100px 0
    }
}

@media only screen and (max-width:600px) {
    .article-body .price-block {
        margin: 60px -20px
    }
}

.article-body .price-block__inner {
    width: 100%;
    background: #85E2FF;
    background: var(--color-blue-200);
    border-radius: 15px;
    padding: 120px 150px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1440px) {
    .article-body .price-block__inner {
        padding: 100px 106px
    }
}

@media only screen and (max-width:1200px) {
    .article-body .price-block__inner {
        padding: 70px 50px
    }
}

@media only screen and (max-width:600px) {
    .article-body .price-block__inner {
        padding: 50px 20px
    }
}

.article-body .price-block__inner h2,
.article-body .price-block__inner .h-2 {
    margin-top: 0
}

.article-body .price-block__composition {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
    max-width: 120px;
    z-index: -1
}

@media only screen and (max-width:1200px) {
    .article-body .price-block__composition {
        display: none
    }
}

.article-body .price-block__composition img {
    display: block
}

.promo-block {
    overflow: hidden;
    margin: 100px -150px
}

.promo-block:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1600px) {
    .promo-block {
        margin: 100px -107px
    }
}

@media only screen and (max-width:1200px) {
    .promo-block {
        margin: 100px 0
    }
}

@media only screen and (max-width:600px) {
    .promo-block {
        margin: 60px -20px
    }
}

.promo-block__inner {
    width: 100%;
    background: #1F5BE8;
    background: var(--color-blue-100);
    border-radius: 15px;
    padding: 120px 150px 100px;
    color: #FFF;
    color: var(--color-white);
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1600px) {
    .promo-block__inner {
        padding: 96px 100px
    }
}

@media only screen and (max-width:1200px) {
    .promo-block__inner {
        padding: 50px
    }
}

@media only screen and (max-width:767px) {
    .promo-block__inner {
        padding: 40px 20px 134px;
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .promo-block__inner .link-btn {
        width: 100%
    }
}

.promo-block__title {
    font-size: 30px;
    font-family: "TTWellingtons-DemiBold";
    font-family: var(--font-title);
    line-height: 1.4
}

@media only screen and (max-width:1600px) {
    .promo-block__title {
        font-size: 28px
    }
}

@media only screen and (max-width:1200px) {
    .promo-block__title {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .promo-block__title {
        text-align: left
    }
}

@media only screen and (max-width:600px) {
    .promo-block__title {
        font-size: 20px
    }
}

.promo-block__composition {
    position: absolute;
    bottom: 0;
    right: 107px;
    width: 317px;
    height: 172px;
    pointer-events: none;
    z-index: -1
}

@media only screen and (max-width:1440px) {
    .promo-block__composition {
        right: 94px
    }
}

@media only screen and (max-width:1200px) {
    .promo-block__composition {
        width: 220px;
        height: 119px;
        right: 62px
    }
}

@media only screen and (max-width:767px) {
    .promo-block__composition {
        right: 50%;
        width: 204px;
        height: 111px;
        margin-right: -96px
    }
}

.promo-block__composition img {
    display: block
}

.rating-form-wrap {
    padding-right: 128px
}

@media only screen and (max-width:1600px) {
    .rating-form-wrap {
        padding-right: 100px
    }
}

@media only screen and (max-width:1200px) {
    .rating-form-wrap {
        padding-right: 0;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:600px) {
    .rating-form-wrap {
        margin-bottom: 42px
    }
}

.rating-form-wrap .rating-form {
    margin-top: 68px
}

@media only screen and (max-width:1200px) {
    .rating-form-wrap .rating-form {
        margin-top: 50px
    }
}

.rating-form {
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 40px;
    position: relative
}

@media only screen and (max-width:1600px) {
    .rating-form {
        padding: 25px
    }
}

@media only screen and (max-width:600px) {
    .rating-form {
        padding: 40px 30px 80px;
        text-align: center
    }

    .rating-form .rating-box {
        justify-content: center;
        margin-bottom: 12px
    }
}

.rating-form__title {
    font-size: 22px;
    line-height: 1.45;
    font-family: "Montserrat-Bold", sans-serif;
    font-family: var(--font-bold), sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media only screen and (max-width:1600px) {
    .rating-form__title {
        font-size: 15px
    }
}

@media only screen and (max-width:600px) {
    .rating-form__title {
        font-size: 15px;
        max-width: 190px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:600px) {
    .rating-form__title {
        font-size: 14px
    }
}

.rating-form__descr {
    font-size: 18px;
    opacity: .8
}

@media only screen and (max-width:1600px) {
    .rating-form__descr {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .rating-form__descr {
        font-size: 16px
    }
}

@media only screen and (max-width:600px) {
    .rating-form__descr {
        font-size: 14px
    }
}

.rating-form__composition {
    position: absolute;
    right: -20px;
    bottom: -1px;
    max-width: 190px
}

@media only screen and (max-width:600px) {
    .rating-form__composition {
        max-width: 110px;
        width: 100%;
        right: 50%;
        margin-right: -55px;
        height: 76px
    }
}

.rating-form__composition img {
    display: block
}

.rating-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px
}

.rating-box input {
    display: none
}

.rating-box label {
    position: relative;
    width: 33px;
    height: 34px;
    cursor: pointer
}

.rating-box label:after,
.rating-box label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.rating-box label:before {
    background-image: url(../../../themes/limpi/dist/images/star-m.svg)
}

.rating-box label:after {
    background-image: url(../../../themes/limpi/dist/images/star-e.svg);
    opacity: 0;
    transition: opacity .3s
}

.rating-box label:hover:after {
    opacity: 1
}

.rating-box label:hover~label:after {
    opacity: 1
}

.rating-box input:checked~label:after {
    opacity: 1
}

.rating-post {
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.rating-post .star-item {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0
}

.rating-post .star-item:after,
.rating-post .star-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.rating-post .star-item:before {
    background-image: url(../../../themes/limpi/dist/images/star-m2.svg)
}

.rating-post .star-item:after {
    background-image: url(../../../themes/limpi/dist/images/star-e2.svg);
    opacity: 0
}

.rating-post .star-item.selected:after {
    opacity: 1
}

.image-dn {
    display: none
}

.contacts-map {
    width: 100%;
    height: 693px;
    position: relative;
    background-color: #041c2c;
    border-radius: 15px;
    outline: none
}

.contacts-map:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    border: 10px solid #FFF;
    border: 10px solid var(--color-white);
    z-index: 3;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    .contacts-map {
        height: 650px;
        border-width: 10px
    }
}

@media only screen and (max-width:600px) {
    .contacts-map {
        height: 314px;
        border-width: 6px
    }
}

.services-block {
    position: relative;
    margin-bottom: 45px;
    padding-top: 45px
}

@media only screen and (max-width:767px) {
    .services-block {
        margin-bottom: 20px;
        padding-top: 40px
    }
}

.services-block__composition {
    position: absolute;
    bottom: 100%;
    margin-bottom: -115px;
    right: 76px
}

@media only screen and (max-width:1200px) {
    .services-block__composition {
        display: none
    }
}

.services-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media only screen and (max-width:1200px) {
    .services-list {
        justify-content: center;
        margin: 0 -10px
    }
}

.services-list--t150 {
    padding-top: 150px
}

@media only screen and (max-width:1600px) {
    .services-list--t150 {
        padding-top: 60px
    }
}

@media only screen and (max-width:600px) {
    .services-list--t150 {
        padding-top: 30px
    }
}

.services-list__item {
    padding: 15px;
    width: 33.3333%
}

@media only screen and (max-width:1200px) {
    .services-list__item {
        width: 50%;
        padding: 10px
    }
}

@media only screen and (max-width:767px) {
    .services-list__item {
        width: 100%
    }
}

.service-card {
    padding: 33px 40px;
    position: relative;
    display: block;
    background-color: #FFF;
    background-color: var(--color-white);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    color: #151414;
    color: var(--color-black);
    min-height: 261px;
    overflow: hidden;
    text-align: left;
    transition: transform .3s ease;
    transform-origin: 50%
}

@media only screen and (min-width:1025px),
(any-hover:hover) {
    .service-card:hover {
        transform: scale(.96)
    }
}

.service-card:active {
    transform: scale(.96)
}

@media only screen and (max-width:1600px) {
    .service-card {
        min-height: 212px;
        padding: 33px
    }
}

@media only screen and (max-width:1200px) {
    .service-card {
        padding: 33px 28px
    }
}

@media only screen and (max-width:600px) {
    .service-card {
        min-height: 115px;
        padding-right: 110px
    }
}

.service-card__title {
    padding-right: 40px;
    display: block;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1600px) {
    .service-card__title {
        font-size: 26px
    }
}

@media only screen and (max-width:600px) {
    .service-card__title {
        padding-right: 20px;
        font-size: 20px
    }
}

.service-card__image {
    position: absolute;
    right: 44px;
    bottom: 0;
    width: 158px;
    max-height: 144px
}

@media only screen and (max-width:1600px) {
    .service-card__image {
        width: 110px;
        max-height: 100px
    }
}

@media only screen and (max-width:1200px) {
    .service-card__image {
        right: 25px
    }
}

@media only screen and (max-width:600px) {
    .service-card__image {
        right: 0
    }
}

.service-card__image img {
    display: block;
    height: auto
}

.section {
    position: relative;
    transition: transform 1.5s cubic-bezier(.66, 0, .34, 1), opacity 1.5s cubic-bezier(.66, 0, .34, 1)
}

.section-box {
    border-radius: 15px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.section-box:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: 30px;
    border-radius: 15px;
    pointer-events: none
}

@media only screen and (max-width:1440px) {
    .section-box:before {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (max-width:1200px) {
    .section-box:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}


.section-box-subcontent {
    padding-top: 0px;
    padding-bottom: 5px
}

@media only screen and (max-width:1440px) {
    .section-box-subcontent {
        padding-top: 5px
    }
}

@media only screen and (max-width:1200px) {
    .section-box-subcontent {
        padding-top: 5px;
        padding-bottom: 48px
    }
}

@media only screen and (max-width:600px) {
    .section-box-subcontent {
        padding-top: 5px
    }
}

.section-box-bg {
    position: absolute;
    left: 50%;
    right: 30px;
    top: 30px;
    bottom: 30px
}

/*@media only screen and (max-width:1440px) {
    .section-box-bg {
        right: 20px;
        top: 20px;
        bottom: 20px
    }
}

@media only screen and (max-width:1440px) {
    .section-box {
        padding: 60px 0
    }
}*/

@media only screen and (max-width:1200px) {
    .section-box {
        padding: 30px 0;
        min-height: 0
    }
}

@media only screen and (max-width:600px) {
    .section-box {
        padding: 15px 0
    }
}

.section-label {
    font-family: "Montserrat-Bold";
    font-family: var(--font-bold);
    line-height: 1.45em;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media only screen and (max-width:1440px) {
    .section-label {
        font-size: 15px
    }
}

.section-title {
    margin-bottom: 30px
}

@media only screen and (max-width:1440px) {
    .section-title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1200px) {
    .section-title {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:600px) {
    .section-title {
        margin-bottom: 10px
    }
}

.section-subtitle {
    font-size: 26px
}

@media only screen and (max-width:1600px) {
    .section-subtitle {
        font-size: 24px
    }
}

@media only screen and (max-width:1440px) {
    .section-subtitle {
        font-size: 22px
    }
}

@media only screen and (max-width:1400px) {
    .section-subtitle {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .section-subtitle {
        font-size: 22px
    }
}

@media only screen and (max-width:600px) {
    .section-subtitle {
        font-size: 17px
    }
}

.section-description-list {
    padding-top: 36px
}

.section-description-list li {
    padding-left: 50px;
    position: relative
}

.section-description-list li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../../themes/limpi/dist/images/star.svg)
}

@media only screen and (max-width:1440px) {
    .section-description-list li:before {
        top: 7px
    }
}

@media only screen and (max-width:600px) {
    .section-description-list li:before {
        top: 4px;
        left: -3px
    }
}

.section-description-list li:not(:last-child) {
    margin-bottom: 36px
}

@media only screen and (max-width:1440px) {
    .section-description-list li:not(:last-child) {
        margin-bottom: 32px
    }
}

@media only screen and (max-width:1200px) {
    .section-description-list li {
        font-size: 20px
    }
}

@media only screen and (max-width:600px) {
    .section-description-list li {
        font-size: 18px;
        padding-left: 30px
    }
}

@media only screen and (max-width:1440px) {
    .section-description-list {
        padding-top: 18px
    }
}

@media only screen and (max-width:1200px) {
    .section-description-list {
        padding-top: 0
    }
}

@media only screen and (max-width:600px) {
    .section-description-list {
        padding-top: 20px
    }
}

.section-accent {
    width: 535px;
    height: 535px;
    border-radius: 50%;
    background-color: #FFF;
    background-color: var(--color-white);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 50px 67px
}

.section-accent .accent {
    max-width: 380px;
    margin: 0 auto
}

@media only screen and (max-width:1600px) {
    .section-accent {
        width: 480px;
        height: 480px
    }
}

@media only screen and (max-width:1440px) {
    .section-accent {
        width: 410px;
        height: 410px;
        padding: 37px 50px 67px
    }
}

@media only screen and (max-width:1300px) {
    .section-accent {
        width: 380px;
        height: 380px
    }
}

@media only screen and (max-width:1200px) {
    .section-accent {
        width: 535px;
        height: 535px;
        padding: 17px 50px 68px
    }
}

@media only screen and (max-width:600px) {
    .section-accent {
        width: 84vw;
        height: 84vw;
        padding: 48px 50px 68px
    }
}

@media only screen and (max-width:350px) {
    .section-accent {
        padding: 48px 25px 68px
    }
}

.section-circle {
    position: absolute;
    width: 1507px;
    height: 1507px;
    background-color: #FFF;
    background-color: var(--color-white);
    opacity: .2;
    border-radius: 50%;
    pointer-events: none
}

@media only screen and (max-width:1440px) {
    .section-circle {
        width: 1069px;
        height: 1069px;
        transform: translate(35%, -54%)
    }
}

@media only screen and (max-width:768px) {
    .section-circle {
        display: none
    }
}



@media only screen and (max-width:1200px) {
    .section {
        padding: 10px 10px 0;
        min-height: 0
    }
}

@media only screen and (max-width:479px) {
    .section--page .link-btn {
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    .section--page .prices-box .link-btn {
        width: auto
    }
}

.section--top#section-0 .section-subtitle {
    max-width: 722px
}

.section--top#section-0 .section-title {
    max-width: 722px
}

@media only screen and (max-width:1200px) {
    .section--top#section-0 .section-box {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:600px) {
    .section--top#section-0 .section-box {
        padding-bottom: 24px
    }
}

@media only screen and (max-width:1200px) {
    .section--top .section-box-content {
        text-align: center
    }
}

@media only screen and (max-width:600px) {
    .section--top .section-box-content {
        text-align: left
    }
}

@media only screen and (max-width:1200px) {
    .section--top .section-box .services-list {
        margin-bottom: 36px
    }
}

@media only screen and (max-width:600px) {
    .section--top .section-box .services-list {
        margin-bottom: 36px
    }
}

@media only screen and (max-width:1200px) {
    .section--top .image-section {
        margin-top: 40px
    }
}

@media only screen and (max-width:600px) {
    .section--top .image-section {
        margin-top: 30px
    }
}

@media only screen and (max-width:600px) {
    .section--article .section-box {
        padding: 50px 0 30px
    }
}



@media only screen and (max-width:1200px) {
    .content-column {
        width: 100%
    }
}

.content-column--w30 {
    max-width: 30%
}

@media only screen and (max-width:1200px) {
    .content-column--w30 {
        width: 100%;
        max-width: 100%
    }
}

.text-section p {
    margin-top: 30px
}

@media only screen and (max-width:600px) {
    .text-section p {
        margin-top: 20px
    }
}

@media only screen and (max-width:1440px) {
    .hero-block {
        max-width: 520px
    }
}

@media only screen and (max-width:1200px) {
    .hero-block {
        max-width: 100%
    }
}

/*@media only screen and (max-width:1200px) {
    #section-0 {
        text-align: center
    }
}

#section-0 .section-label,
#section-0 .section-title,
#section-0 .section-subtitle {
    max-width: 800px
}

@media only screen and (max-width:1600px) {

    #section-0 .section-label,
    #section-0 .section-title,
    #section-0 .section-subtitle {
        max-width: 650px
    }
}

@media only screen and (max-width:1200px) {

    #section-0 .section-label,
    #section-0 .section-title,
    #section-0 .section-subtitle {
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width:1440px) {
    #section-0 .section-subtitle {
        max-width: 530px
    }
}

@media only screen and (max-width:1400px) {
    #section-0 .section-subtitle {
        max-width: 480px
    }
}

@media only screen and (max-width:1200px) {
    #section-0 .section-subtitle {
        margin: 0 auto;
        max-width: 480px
    }
}*/

#section-0 .section-box {
    overflow: visible
}

@media only screen and (max-width:1200px) {
    #section-0 .section-box {
        padding-bottom: 8px
    }
}

@media only screen and (max-width:600px) {
    #section-0 .section-box {
        padding-bottom: 1px
    }
}

#section-0 .section-title {
    transition: opacity cubic-bezier(.68, -.98, .27, 1.98) 1s, transform cubic-bezier(.68, -.98, .27, 1.98) 1s
}

#section-0 .section-subtitle {
    transition: opacity cubic-bezier(.68, -.64, .27, 1.64) 1s, transform cubic-bezier(.68, -.64, .27, 1.64) 1s
}

#section-0 .section-action {
    transition: opacity cubic-bezier(.68, -.64, .27, 1.64) 1s, transform cubic-bezier(.68, -.64, .27, 1.64) 1s
}

#section-0 .section-title {
    transition-delay: .2s
}

#section-0 .section-subtitle {
    transition-delay: .3s
}

#section-0 .section-action {
    transition-delay: .3s
}

#section-0 .illustration {
    position: relative;
    max-width: 920px;
    max-height: 600px;
    right: -24.5%;
    top: -5px;
    width: 49vw;
    height: 33vw;
    transform: scale(.6);
    opacity: 0;
    transition: transform .7s cubic-bezier(.42, 0, .32, 1.19), opacity .7s cubic-bezier(.42, 0, .32, 1.19)
}

#section-0 .illustration.is-visible {
    transform: scale(1);
    opacity: 1
}

@media only screen and (max-width:1900px) {
    #section-0 .illustration {
        right: -16.5%
    }
}

@media only screen and (max-width:1600px) {
    #section-0 .illustration {
        right: -14.5%
    }
}

@media only screen and (max-width:1440px) {
    #section-0 .illustration {
        max-width: 765px;
        max-height: 475px;
        width: 53.8vw;
        height: 33vw;
        right: -17.5%;
        top: 18px
    }
}

@media only screen and (max-width:1430px) {
    #section-0 .illustration {
        width: 50.8vw;
        height: 30vw
    }
}

@media only screen and (max-width:1400px) {
    #section-0 .illustration {
        width: 50vw;
        height: 31vw
    }
}

@media only screen and (max-width:1300px) {
    #section-0 .illustration {
        width: 46vw;
        height: 29vw
    }
}

@media only screen and (max-width:1200px) {
    #section-0 .illustration {
        right: -20px;
        top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 70px;
        width: 96vw;
        height: 59.5vw
    }
}

@media only screen and (max-width:600px) {
    #section-0 .illustration {
        right: 22px;
        margin-top: 52px;
        width: 114vw;
        height: 70vw
    }
}

#section-0 .content-column:nth-child(1) {
    transition: opacity 1s cubic-bezier(.68, -.64, .27, 1.64);
    transition-delay: .5s
}

@media only screen and (max-width:1440px) {
    #section-0 .content-column:nth-child(1) {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1200px) {
    #section-0 .content-column:nth-child(1) {
        margin-top: 80px;
    }
}

@media only screen and (max-width:600px) {
    #section-0 .content-column:nth-child(1) {
        margin-top: 50px;
    }
}






#section-1 .section-label,
#section-1 .section-title,
#section-1 .section-subtitle {
    max-width: 854px
}

@media only screen and (max-width:1441px) {

    #section-1 .section-label,
    #section-1 .section-title,
    #section-1 .section-subtitle {
        max-width: 440px
    }
}

@media only screen and (max-width:1200px) {

    #section-1 .section-label,
    #section-1 .section-title,
    #section-1 .section-subtitle {
        max-width: 500px
    }
}





#section-1 .content-column:nth-child(1) .illustration {
    bottom: -88px;
    left: 0
}

@media only screen and (max-width:1441px) {
    #section-1 .content-column:nth-child(1) .illustration {
        width: 190px;
        height: 214px;
        bottom: -73px
    }
}

@media only screen and (max-width:1300px) {
    #section-1 .content-column:nth-child(1) .illustration {
        width: 170px;
        height: 194px
    }
}

@media only screen and (max-width:1200px) {
    #section-1 .content-column:nth-child(1) .illustration {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    #section-1 .content-column:nth-child(1) {
        padding-bottom: 10px
    }
}

@media only screen and (max-width:1200px) {
    #section-1 .content-column:nth-child(1) {
        padding-bottom: 0
    }
}

#section-1 .content-column:nth-child(2) .illustration {
    position: relative;
    max-width: 800px;
    right: -40px;
    bottom: -40px;
    width: 41.6vw;
    display: flex;
    /* Додає flex-контейнер для центрування зображення */
    justify-content: center;
    /* Центрує вміст по горизонталі */
    align-items: center;
    /* Центрує вміст по вертикалі */
}



@media only screen and (max-width:1440px) {
    #section-1 .content-column:nth-child(2) .illustration {
        position: relative;
        max-width: 800px;
        right: -40px;
        bottom: -40px;
        width: 41.6vw;
        display: flex;
        /* Додайте цей рядок */
        justify-content: center;
        /* Вирівнює вміст горизонтально по центру */
        align-items: center;
        /* Вирівнює вміст вертикально по центру */
    }
}


@media only screen and (max-width:1200px) {
    #section-1 .content-column:nth-child(2) .illustration {
        width: 100%;
        max-width: 800px;
        max-height: none;
        height: auto;
        margin: -26px auto 0
    }
}

@media only screen and (max-width:600px) {
    #section-1 .content-column:nth-child(2) .illustration {
        margin: -20px auto 0
    }
}



.chart {
    position: relative;
    padding-bottom: 110px
}

.chart-message {
    border-radius: 30px 30px 0 30px;
    background-color: #FFF;
    background-color: var(--color-white);
    color: #000;
    padding: 40px;
    margin-bottom: 17px;
    position: absolute;
    opacity: 0;
    transform-origin: right top
}

@media(max-width:1200px) {
    .chart-message {
        display: none
    }
}

.chart-message:before {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 27px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.chart-message span {
    background-color: #1F5BE8;
    background-color: var(--color-blue-100);
    color: #FFF;
    color: var(--color-white);
    border-radius: 3px;
    padding: 0 5px 2px
}

@media only screen and (max-width:1440px) {
    .chart-message {
        padding: 30px
    }
}

@media only screen and (max-width:600px) {
    .chart-message {
        padding: 25px
    }
}

.chart {
    position: relative;
    /* Залишаємо, щоб .chart-message позиціонувалися відносно .chart */
    padding-bottom: 35px;
    /* Можна зменшити, якщо не потрібно так багато простору */
}

.chart-message {
    border-radius: 30px 30px 0 30px;
    background-color: var(--color-white);
    /* Залишаємо колір */
    color: #000;
    /* Текст */
    padding: 40px;
    /* Внутрішній відступ */
    margin-bottom: 17px;
    /* Відступ між повідомленнями */
    position: relative;
    /* Змінюємо на relative для нормального позиціонування */
    opacity: 1;
    /* Встановлюємо видимість */
}

/* Залишаємо тільки медіа-запит для зменшення padding на різних екранах */
@media (max-width: 1440px) {
    .chart-message {
        padding: 30px;
        /* Зменшуємо відступ */
    }
}

@media (max-width: 600px) {
    .chart-message {
        padding: 25px;
        /* Зменшуємо відступ для мобільних пристроїв */
    }
}

/* Справжнє стилізування для авторів */
.chart-message__author {
    opacity: 0.7;
    /* Неповна прозорість */
    margin-top: 10px;
    /* Відступ зверху */
    font-size: 16px;
    /* Розмір шрифту */
    font-weight: 500;
    /* Жирність шрифту */
}

.chart-status {
    position: absolute;
    /* Залишаємо позиціонування */
    bottom: 0;
    right: 0;
    width: 100px;
    /* Розмір статусу */
    height: 100px;
    border-radius: 50%;
    /* Кругла форма */
    background-color: var(--color-white);
    /* Залишаємо колір */
}

.chart-status-logo {
    display: flex;
    /* Центруємо вміст */
    align-items: center;
    justify-content: center;
    opacity: 0;
    /* Зробити непрозорим за замовчуванням */
    transition: opacity .4s ease;
    /* Анімація */
}

.chart-status.active .chart-status-logo {
    opacity: 1;
    /* Відображаємо при активному статусі */
}

.chart-status.active .dots {
    opacity: 1;
    /* Дозволяємо видимість для точок */
}

.chart-status .dot {
    display: inline-block;
    /* Відображення у рядок */
    width: 10px;
    /* Розмір точок */
    height: 10px;
    border-radius: 50%;
    /* Круглі точки */
    margin: 0 3px;
    /* Відступи */
    background: var(--color-blue);
    /* Колір точок */
}

/* Оновлені стилі для другого чарту */
.chart--second {
    padding-bottom: 0;
    /* Зменшення нижнього відступу */
}

/* Додаткові стилі для другого чарту */
.chart--second .chart-message {
    position: relative;
    /* Встановлюємо позицію як відносну */
}

/* Вимкнення для мобільних пристроїв */
@media (max-width: 1200px) {
    .chart--second {
        margin-top: 50px;
        /* Відступ зверху */
    }

    .chart-message {
        display: block;
        /* Відображення повідомлень на мобільних */
    }
}


#section-2 .section-label,
#section-2 .section-title,
#section-2 .section-subtitle,
#section-2 .section-description-list {
    max-width: 854px
}

#section-2 .section-accent {
    margin: -5px 72px 165px auto
}

@media only screen and (max-width:1440px) {
    #section-2 .section-accent {
        margin: 10px 48px 125px auto
    }
}

@media only screen and (max-width:1200px) {
    #section-2 .section-accent {
        margin: 0 auto
    }
}

@media only screen and (min-height:1300px)and (min-width:1930px) {
    #section-2 .section-box {
        padding: 330px 0
    }
}

@media only screen and (max-width:600px) {
    #section-2 .section-box-subcontent .link-btn {
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    #section-2 .section-box {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:600px) {
    #section-2 .section-box {
        padding-bottom: 10px
    }
}

#section-2 .content-column:nth-child(1) {
    padding-bottom: 10px
}

@media only screen and (max-width:1440px) {
    #section-2 .content-column:nth-child(1) {
        padding-top: 25px;
        padding-bottom: 0
    }
}

@media only screen and (max-width:1200px) {
    #section-2 .content-column:nth-child(1) {
        padding-top: 13px;
        padding-bottom: 48px
    }
}

@media only screen and (max-width:600px) {
    #section-2 .content-column:nth-child(1) {
        padding-top: 21px;
        padding-bottom: 58px
    }
}

#section-2 .illustration {
    width: 548px;
    height: 362px;
    bottom: 0;
    right: 67px
}

@media only screen and (max-width:1600px) {
    #section-2 .illustration {
        max-width: 530px;
        width: 35vw
    }
}

@media only screen and (max-width:1440px) {
    #section-2 .illustration {
        max-width: 423px;
        max-height: 280px;
        width: 29.5vw;
        height: 19.5vw;
        right: 42px;
        bottom: -5px
    }
}

@media only screen and (max-width:1300px) {
    #section-2 .illustration {
        width: 33vw;
        height: 20vw;
        right: 20px
    }
}

@media only screen and (max-width:1200px) {
    #section-2 .illustration {
        max-width: 536px;
        max-height: 354px;
        width: 100%;
        height: 100%;
        margin: -202px auto 0;
        position: relative;
        right: 0
    }
}

@media only screen and (max-width:600px) {
    #section-2 .illustration {
        margin: -108px auto 0
    }
}

#section-3 .section-label,
#section-3 .section-title,
#section-3 .section-subtitle,
#section-3 .section-description {
    max-width: 500px
}

@media only screen and (max-width:1441px) {
    #section-3 .section-description {
        max-width: 415px
    }
}

@media only screen and (max-width:1200px) {
    #section-3 .section-description {
        max-width: 550px
    }
}

#section-3 .section-circle {
    top: 50%;
    right: 0;
    transform: translate(36%, -50%)
}

@media only screen and (max-width:600px) {
    #section-3 .section-box {
        /*padding-top: 67px;
        padding-bottom: 41px;*/
        overflow: visible
    }
}

#section-3 .content-column:nth-child(1) {
    max-width: 46%
}

@media only screen and (max-width:1440px) {
    #section-3 .content-column:nth-child(1) {
        padding-bottom: 75px
    }
}

@media only screen and (max-width:1200px) {
    #section-3 .content-column:nth-child(1) {
        max-width: 100%;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:600px) {
    #section-3 .content-column:nth-child(1) {
        padding-bottom: 40px
    }
}

#section-4 .section-box-bg {
    right: 30px;
    background-color: #1F5BE8;
    background-color: var(--color-blue-100);
    border-radius: 5px 15px 15px 5px
}

#section-4 .section-box-bg:before {
    content: "";
    position: absolute;
    top: 53%;
    width: 51px;
    height: 51px;
    left: -42px;
    border-radius: 5px;
    background-color: #85E2FF;
    background-color: var(--color-blue-200);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width:1440px) {
    #section-4 .section-box-bg {
        right: 20px
    }
}

@media only screen and (max-width:1200px) {
    #section-4 .section-box-bg {
        display: none
    }
}

@media only screen and (max-width:1800px) {
    #section-4 .section-box-content {
        align-items: flex-start
    }
}

@media only screen and (max-width:1200px) {
    #section-4 .section-box {
        padding-bottom: 0
    }
}

#section-4 .content-column {
    min-height: calc(100vh - 320px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

#section-4 .content-column:nth-child(1) {
    margin-right: 180px
}

@media only screen and (max-width:1800px) {
    #section-4 .content-column:nth-child(1) {
        margin-right: 150px
    }
}

@media only screen and (max-width:1700px) {
    #section-4 .content-column:nth-child(1) {
        margin-right: 120px
    }
}

@media only screen and (max-width:1600px) {
    #section-4 .content-column:nth-child(1) {
        margin-right: 100px
    }
}

@media only screen and (max-width:1440px) {
    #section-4 .content-column:nth-child(1) {
        margin-right: 90px
    }
}

@media only screen and (max-width:1400px) {
    #section-4 .content-column:nth-child(1) {
        margin-right: 70px
    }
}

@media only screen and (max-width:1200px) {
    #section-4 .content-column:nth-child(1) {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        min-height: 0;
        padding-top: 0
    }

    #section-4 .content-column:nth-child(1) .h-3 {
        order: 2;
        max-width: 538px;
        margin: 0 auto
    }

    #section-4 .content-column:nth-child(1) .timer-calculator {
        order: 3
    }
}

@media only screen and (max-width:600px) {
    #section-4 .content-column:nth-child(1) .h-3 {
        font-size: 32px
    }
}

@media only screen and (max-width:1200px) {
    #section-4 .content-column:nth-child(1) .illustration {
        position: relative;
        order: 1;
        bottom: 0;
        transform: translateX(0);
        left: 0;
        margin: -22px auto 70px;
        width: 350px;
        height: 330px
    }
}

@media only screen and (max-width:600px) {
    #section-4 .content-column:nth-child(1) .illustration {
        margin: -8px auto 40px;
        width: 61vw;
        height: 58vw
    }
}

#section-4 .content-column:nth-child(2) {
    margin-left: 180px
}

@media only screen and (max-width:1800px) {
    #section-4 .content-column:nth-child(2) {
        margin-left: 150px
    }
}

@media only screen and (max-width:1700px) {
    #section-4 .content-column:nth-child(2) {
        margin-left: 120px
    }
}

@media only screen and (max-width:1600px) {
    #section-4 .content-column:nth-child(2) {
        margin-left: 100px
    }
}

@media only screen and (max-width:1440px) {
    #section-4 .content-column:nth-child(2) {
        margin-left: 90px
    }
}

@media only screen and (max-width:1400px) {
    #section-4 .content-column:nth-child(2) {
        margin-left: 70px
    }
}

@media only screen and (max-width:1200px) {
    #section-4 .content-column:nth-child(2) {
        margin-left: 0;
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding-bottom: 90px
    }

    #section-4 .content-column:nth-child(2):before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw - 20px);
        top: 0;
        bottom: 0;
        border-radius: 15px 15px 0 0;
        background-color: #1F5BE8;
        background-color: var(--color-blue-100)
    }

    #section-4 .content-column:nth-child(2):after {
        content: "";
        position: absolute;
        top: -42px;
        width: 51px;
        height: 51px;
        left: 50%;
        border-radius: 5px;
        background-color: #85E2FF;
        background-color: var(--color-blue-200);
        transform: translateX(-50%) rotate(45deg)
    }

    #section-4 .content-column:nth-child(2) .timer-clock {
        order: 1
    }

    #section-4 .content-column:nth-child(2) .h-3 {
        position: relative;
        order: 2;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 450px
    }

    #section-4 .content-column:nth-child(2) .align-center {
        order: 3
    }
}

@media only screen and (max-width:600px) {
    #section-4 .content-column:nth-child(2) {
        padding-bottom: 40px
    }

    #section-4 .content-column:nth-child(2) .h-3 {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:480px) {
    #section-4 .content-column:nth-child(2) .h-3 {
        max-width: 304px
    }
}

@media only screen and (max-width:1440px) {
    #section-4 .content-column {
        min-height: calc(100vh - 220px);
        padding-top: 20px
    }
}

#section-4 .h-3 span {
    background-color: #FFF;
    background-color: var(--color-white);
    color: #1F5BE8;
    color: var(--color-blue-100)
}

#section-4 .illustration {
    width: 270px;
    height: 255px;
    bottom: -132px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:1440px) {
    #section-4 .illustration {
        bottom: -110px
    }
}


#section-4.in-viewport .hobbies-item.show,
#section-4.active .hobbies-item.show {
    opacity: 1;
    filter: blur(0);
    transition-delay: 0s
}

#section-5 .section-label,
#section-5 .section-title,
#section-5 .section-subtitle,
#section-5 .section-description {
    max-width: 540px
}

@media only screen and (max-width:1440px) {

    #section-5 .section-label,
    #section-5 .section-title,
    #section-5 .section-subtitle,
    #section-5 .section-description {
        max-width: 480px
    }
}

@media only screen and (max-width:1300px) {

    #section-5 .section-label,
    #section-5 .section-title,
    #section-5 .section-subtitle,
    #section-5 .section-description {
        max-width: 470px
    }
}

#section-5 .section-label {
    font-size: 15px
}

@media only screen and (max-width:1200px) {
    #section-5 .section-box {
        overflow: visible
    }
}

#section-5.in-viewport .cleaners-box.center .cleaners-box-loader circle,
#section-5.active .cleaners-box.center .cleaners-box-loader circle {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@media only screen and (max-width:1200px) {
    #section-5 .container {
        max-width: 900px;
    }
}

@media only screen and (max-width:1200px) {
    #section-5 .content-column:nth-child(1) {
        max-width: 800px;
        margin: 0 auto
    }
}

@media only screen and (max-width:600px) {
    #section-5 .content-column:nth-child(1) {
        padding-top: 30px
    }
}

@media only screen and (max-width:1200px) {
    #section-5 .content-column:nth-child(1) .section-action {
        display: none
    }
}

@media only screen and (min-width:1201px) {
    #section-5 .content-column:nth-child(2) .section-action {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    #section-5 .content-column:nth-child(2) {
        padding-bottom: 28px
    }
}


/*#section-6*/
/*#section-6*/
/*#section-6*/
/*#section-6*/
/*#section-6*/

#section-6 {
    color: #FFF;
    color: var(--color-white)
}

#section-6 .section-title {
    max-width: 854px
}

#section-6 .section-box-content {
    align-items: flex-star;
}

@media (min-width: 1200px) {
    .section-box-content {
        display: flex;
        justify-content: space-between;
        /* Для вирівнювання стовпців по горизонталі */
    }
}

@media only screen and (max-width:1440px) {
    #section-6 .section-title {
        max-width: 85%
    }
}

@media only screen and (max-width:1200px) {
    #section-6 .section-title {
        max-width: 75%
    }
}

@media only screen and (max-width:600px) {
    #section-6 .section-title {
        max-width: 65%
    }
}


@media only screen and (max-width:600px) {
    #section-6 .section-box {
        overflow: visible
    }
}

#section-6 .accordion {
    margin-top: 50px;
}

@media only screen and (max-width:1200px) {
    #section-6 .accordion {
        margin-right: 0;
        padding-top: 6px
    }
}

@media only screen and (max-width:600px) {
    #section-6 .accordion {
        margin-top: 30px;
    }
}


#section-6 .illustration {
    width: 256px;
    height: 240px;
    position: relative;
    margin-bottom: 45px
}

@media only screen and (max-width:1440px) {
    #section-6 .illustration {
        width: 226px;
        height: 210px
    }
}

@media only screen and (max-width:1200px) {
    #section-6 .illustration {
        position: absolute;
        top: 30px;
        right: -40px;
        width: 140px;
        height: 130px;
    }
}

@media only screen and (max-width:600px) {
    #section-6 .illustration {
        width: 135px;
        height: 127px;
        position: absolute;
        top: 26px;
        right: -30px
    }
}

#section-6 .content-column:nth-child(1) .illustration {
    display: none
}

@media only screen and (max-width:600px) {
    #section-6 .content-column:nth-child(1) .illustration {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    #section-6 .content-column:nth-child(1) {
        padding-top: 21px
    }
}

#section-6 .content-column:nth-child(2) {
    max-width: 36%;
    padding-top: 180px
}

@media only screen and (max-width:1440px) {
    #section-6 .content-column:nth-child(2) {
        max-width: 37%;
        padding-top: 145px
    }
}

@media only screen and (max-width:1200px) {
    #section-6 .content-column:nth-child(2) {
        max-width: 100%;
        padding-top: 52px;
        padding-bottom: 27px
    }
}

@media only screen and (max-width:600px) {
    #section-6 .content-column:nth-child(2) {
        padding-top: 43px
    }

    #section-6 .content-column:nth-child(2) .illustration {
        display: none
    }

    #section-6 .content-column:nth-child(2) .link-btn {
        width: 100%
    }
}






#section-7 .section-title {
    max-width: 630px
}

@media only screen and (max-width:1441px) {
    #section-7 .section-title {
        max-width: 630px
    }
}

@media only screen and (max-width:732px) {
    #section-7 .section-title {
        max-width: 520px
    }
}

@media only screen and (max-width:1200px) {
    #section-7 .section-title {
        margin: 0 auto 31px
    }
}

@media only screen and (max-width:542px) {
    #section-7 .section-title {
        max-width: 390px;
        margin-left: 0
    }
}

#section-7 .section-description {
    max-width: 505px;
    margin-bottom: 15px;
}

@media only screen and (max-width:1200px) {
    #section-7 .section-description {
        margin: 0 auto;
        max-width: 630px
    }
}

@media only screen and (max-width:1200px) {
    #section-7 .section-box {
        padding-bottom: 0
    }
}

#section-7 .h-2 span {
    background-color: #FFF;
    background-color: var(--color-white);
    color: #e84176;
    color: var(--color-pink)
}

#section-7 .illustration {
    position: relative;
    max-width: 783px;
    width: 41vw;
    max-height: 541px;
    height: 29vw;
    margin: 0 -45px 0 45px
}

@media only screen and (max-width:1440px) {
    #section-7 .illustration {
        max-width: 572px;
        max-height: 400px;
        width: 40vw;
        height: 28vw
    }
}

@media only screen and (max-width:1200px) {
    #section-7 .illustration {
        max-height: 422px;
        margin: 50px auto -5px;
        width: 75vw;
        height: 52vw
    }
}

@media only screen and (max-width:600px) {
    #section-7 .illustration {
        margin: 15px auto -5px;
        width: 89vw;
        height: 63vw
    }
}

@media only screen and (max-width:1200px) {
    #section-7 .content-column:nth-child(1) {
        padding-top: 62px
    }
}

@media only screen and (max-width:600px) {
    #section-7 .content-column:nth-child(1) {
        padding-top: 30px
    }

    #section-7 .content-column:nth-child(1) .link-btn {
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    #section-7 {
        text-align: center
    }
}

@media only screen and (max-width:600px) {
    #section-7 {
        text-align: left
    }
}

.yasr-star-rating {
    width: 0;
    position: relative;
    display: inline-block;
    background-position: 0 0;
    background-repeat: repeat-x;
    vertical-align: bottom
}

.yasr-star-rating[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #222;
    -webkit-box-shadow: 0 0 4px #222;
    box-shadow: 0 0 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc)
}

.yasr-star-rating .yasr-star-value {
    height: 100%;
    position: absolute
}

.yasr-star-rating .yasr-star-value {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: repeat-x
}

.yasr-star-rating::before {
    content: none !important
}

.yasr-star-value::before {
    content: none !important
}

.yasr-auto-insert-overall {
    margin-top: 10px
}

.yasr-auto-insert-visitor {
    margin-top: 10px
}

#yasr-custom-text-before-overall {
    display: block;
    padding-right: 15px;
    vertical-align: top;
}

.yasr-vv-second-row-container {
    line-height: normal;
    display: inline-block
}

.yasr-vv-stats-text-container {
    display: inline-block;
    vertical-align: bottom
}

.yasr-dashicons-visitor-stats {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom
}

.yasr-vv-container-loader {
    display: inline-block
}

.yasr-small-block-bold {
    display: block;
    font-weight: 700;
    font-size: 12px
}

.yasr-most-rated-text {
    display: block
}

.yasr-loader-multiset-visitor {
    display: none
}

.yasr-multiset-average {
    text-align: center
}

.yasr-multiset-average-text {
    vertical-align: super
}

.yasr-stars-title {
    margin-left: 4px;
    vertical-align: baseline
}

.yasr-stars-title-average {
    font-size: 12px;
    margin-left: 4px;
    vertical-align: baseline
}

.yasr-widget-recent-ratings-table {
    border: none
}

.yasr-widget-recent-ratings-td {
    border: none
}

.yasr-widget-recent-ratings-text {
    font-weight: 700
}

#yasr-medium-rating-tooltip {
    font-size: 14px
}

.yasr-progress-bar-row-container {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px
}

.yasr-progress-bar-name {
    flex-grow: 1;
    flex-basis: 12%;
    font-size: 14px !important
}

.yasr-single-progress-bar-container {
    flex-grow: 12
}

.yasr-progress-bar-votes-count {
    flex-grow: 1;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px !important
}

.yasr-visitors-stats-tooltip {
    min-width: 300px;
    text-align: center;
    background-color: #fff;
    color: #0a0a0a
}

.tippy-tooltip.yasr-theme {
    background-color: #fff;
    color: #000
}

.tippy-tooltip.yasr-theme {
    border: 1px solid #aaa
}

.tippy-roundarrow {
    fill: #aaa !important
}


.header.smart.is-open-menu .header-panel-nav .link-bold {
    top: 68px
}

@media only screen and (max-width:1600px) {
    .yasr-vv-stats-text-container {
        font-size: 16px
    }
}

@media only screen and (max-width:1200px) {
    .header.smart {
        top: 24px
    }

}

@media only screen and (max-width:991px) {
    .header.smart.is-open-menu .header-panel-nav .link-bold {
        top: 64px
    }
}

@media only screen and (max-width:600px) {
    .yasr-vv-stats-text-container {
        font-size: 14px
    }

    .yasr-vv-bottom-container {
        width: 100%
    }

    .header.smart {
        top: 15px
    }
}

/*Prescio*/


.table-container {
    width: 100%;
    /* Колір фону таблиці */
    border-radius: 10px 10px 0 0;
    /* Заокруглення верхніх двох кутів */
    overflow: hidden;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;

}

th,
td {
    border: 1px solid #ffffff;
    padding: 8px;
    text-align: center;

}

.border-top {
    background-color: #ffffff;
    color: rgb(0, 0, 0);

}


del {
    color: red;
    padding-right: 5px;
}

b {
    font-weight: bold;
}

#antesDespues {
    margin: 10px;
    text-align: center;

}

/*Slide*/

#slide-box {
    position: relative;
    max-width: 800px;
    max-height: 1000px;
    /* Ваш максимальний розмір */
    overflow: hidden;
    margin: 20px auto;
    border-radius: 15px;
    padding: 0;
}



.slide-container {
    display: flex;
    transition: transform 1s ease-in-out;
    height: 100%;
    /* Додаємо для коректного розтягування */
}

.slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
    /* Фікс для flexbox */
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    /* Заповнюємо контейнер */
    max-height: inherit;
    /* Успадковуємо від #slide-box */
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    /* border-radius не потрібен, він у .slide */
}

.slide img {
    width: 100%;
    height: 100%;
    max-height: 1000px;
    /* Ваш максимальний розмір */
    object-fit: cover;
    object-position: center;
    display: block;
}

.text-container {
    position: absolute;
    top: 20px;
    /* Відстань з верху */
    left: 5%;
    /* Вирівнюємо текст по лівому краю */
    color: white;
    text-align: left;
    z-index: 2;
    /* Підняти текст над градієнтом */
    width: 90%;
    /* Ширина текстового блоку */
    padding: 10px;
    /* Відступи всередині блоку */
}

/* Стилі для ПК */
.text-container h2 {
    font-size: 36px;
    /* Розмір заголовка для ПК */
    margin: 10px 0;
    /* Відступи для заголовка */
    text-align: center;
}

.custom-list li {
    font-size: 26px;
    /* Розмір тексту для елементів списку */
    margin-bottom: 0px;
    /* Зменшено відступ між елементами списку */
    color: white;
    /* Колір тексту */
    list-style-type: disc;
    /* Використовуємо крапки для списку */
    text-align: left;
}

/* Стилі для адаптивності до 1200px */
@media (max-width: 1200px) {
    .text-container {
        top: 20px;
        /* Відстань з верху */
        width: 90%;
        /* Ширина текстового блоку для більших екранів */
    }

    .text-container h2 {
        font-size: 32px;
        /* Розмір заголовка */
        text-align: center;
    }

    .custom-list li {
        font-size: 22px;
        /* Залишаємо той же розмір тексту */
        margin-bottom: 5px;
        /* Відступ між елементами списку */
        text-align: left;
    }
}

/* Стилі для мобільних пристроїв */
@media (max-width: 700px) {
    .text-container {
        top: 0px;
        /* Відстань з верху */
        width: 90%;
        /* Збільшуємо ширину текстового блоку */
    }

    .text-container h2 {
        font-size: 19px;
        /* Зменшуємо розмір заголовка */
        text-align: center;
    }

    .custom-list li {
        font-size: 13px;
        /* Залишаємо той же розмір тексту */
        margin-bottom: 2px;
        /* Відступ між елементами списку */
        text-align: left;
    }
}

.slide-container {
    position: relative;
    /* Для абсолютного позиціонування кнопок */
    padding-bottom: 50px;
    /* Залишаємо місце для кнопок */
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* Абсолютне позиціонування відносно slide-container */
    bottom: 0;
    /* Розміщуємо внизу */
    left: 0;
    right: 0;
    width: 100%;

    z-index: 10;

    background: transparent;
    /* Прозорий фон, щоб не закривати слайд */
}

.control-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00bfff;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 10px 10px 0px 10px;
    font-size: 30px;
    border: none;
    transition: background-color 0.3s ease;
}

.control-btn:hover {
    background-color: #009bdb;
}

.dots {
    display: inline-block;
    margin: 10px 5px 0px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dots.active {
    background-color: #00bfff;
}











/*Стилі для блога */

/* Стиль для невпорядкованого списку */
#myPage .square-list {
    list-style-type: square;
}

/* Заголовок статті та відступи */
.section-blog {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Фото */
.image-blog-block {
    float: left;
    margin-right: 15px;
    max-width: 400px;
    max-height: 400px;
}

/* Респонсив зменшення розміру блока фото */
@media (max-width: 768px) {
    .image-blog-block {
        max-width: 400px;
        float: none;
        margin-right: 0;
    }
}

/* Відступи для тексту біля фото */
.image-blog-block+h5,
.image-blog-block+p,
.image-blog-block+div {
    margin-top: 25px;
}

/* Відступ для першого параграфу */
.section-blog+div p:first-child {
    margin-top: 15px;
}

/* Відступ для списку */
.list-blog {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Відступ для останнього елементу списку */
.list-blog li:last-child {
    margin-bottom: 0;
}

/* Відступ для останнього параграфу */
.section-blog+div p:last-child,
.list-blog:last-child {
    margin-bottom: 15px;
}

.section-blog-number {
    margin: 15px 0 0 0;
}


/*Servicios*/
/*Servicios*/
/*Servicios*/
/*Servicios*/
/*Servicios*/
/*Servicios*/






.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    /* Центруємо блоки по горизонталі */
    margin-top: 20px;
}

.service-block {
    display: flex;
    flex-direction: column;
    width: 48%;
    /* Ширина кожного блока */
    max-width: 600px;
    /* Задаємо максимальну ширину, якщо потрібно */
    background-color: var(--color-blue-100);
    padding: 20px;
    border-radius: 30px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}



/* Відключаємо обробку подій для внутрішніх елементів */
.service-block * {
    pointer-events: none;
}

.service-title {
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin: 0px 0px 10px 10px;
    text-align: left;
}

.service-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 0px 0px 40px;
    border-top: 1px rgba(255, 255, 255, .2) solid;

}

.service-content-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;

}

.service-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-content-column {
    display: none;
    /* За замовчуванням ховаємо всі колонки */
}

.service-content-column:nth-child(-n+1) {
    display: flex;
    /* Відображаємо перші два блоки */
}




.img_service {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 60px;
}

.service-price {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.service-price-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    /* Вертикальне розташування ціни та інформації */

}

.service-price-info {
    font-size: 16px;
    color: white;
    text-align: left;
    /* Вирівнювання тексту ліворуч */
    margin-top: 5px;
    word-wrap: break-word;
    /* Розривати довгі слова для переносу */
    white-space: normal;
    /* Дозволити перенос рядка */
    overflow-wrap: break-word;
    /* Переносити текст на наступний рядок */
}

.arrow-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.mas-precios {
    font-size: 20px;
    /* Розмір тексту */
    font-weight: bold;
    /* Товщина тексту */
    margin-bottom: 5px;
    /* Відступ між текстом і стрілками */
    color: white;
    /* Колір тексту */
}

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 0px;
    /* Відстань між лініями */
}

.arrow-line {
    width: 12px;
    /* Збільшена довжина лінії */
    height: 2px;
    /* Товщина лінії */
    background-color: white;
    /* Колір лінії */
    transform-origin: center top;
    /* Позиція обертання */
}

.arrow-left {
    transform: rotate(45deg) translateY(-4px);
    /* Поворот і зрушення для з'єднання */
}

.arrow-right {
    transform: rotate(-45deg) translateY(-4px);
    /* Поворот і зрушення для з'єднання */
}

.service-block .arrow-container {
    transition: transform 0.3s ease;
    /* Плавний перехід */
}

.service-block.open .arrow-container {
    transform: rotate(180deg);
    /* Повернути стрілку на 90 градусів */
}


.service-otro-info {
    font-size: 16px;
    /* Базовий розмір шрифту */
    margin: 0px 0px;
    /* Відступи зверху і знизу */
    padding: 5px 0px;
    /* Внутрішні відступи */
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 1200px) {
    .services-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin-top: 20px;
    }

    .service-block {
        width: 100%;
    }

    .service-content-wrapper {
        flex-direction: column;
        gap: 15px;
        display: flex;
        padding: 0px 0px 0px 15px;
    }

    .service-content-column {
        flex-direction: column;
        width: auto;
    }

    .service-price {
        font-size: 18px;
        color: white;
    }

    .service-price-wrapper {
        display: flex;
        flex-direction: column;
        margin: 0px 0px 0px 0px;
    }

    .service-price-info {
        font-size: 14px;
        /* Шрифт для 1200px */
        color: white;
        text-align: left;
        margin-top: 8px;
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .service-title {
        font-size: 20px;
        font-weight: bold;
        color: white;
        margin: 0px 10px 10px 15px;
        text-align: left;
    }

    .img_service {
        width: 100px;
        height: 100px;
        object-fit: cover;
        padding: 5px;
        margin-right: 40px;
    }

    .mas-precios {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
        color: white;
    }
}

.service-otro-info {
    font-size: 14px;
    /* Базовий розмір шрифту */
    margin: 0px 0px;
    /* Відступи зверху і знизу */
    padding: 5px 0px;
    /* Внутрішні відступи */
}

@media (max-width: 768px) {
    .services-grid {
        flex-direction: column;
    }

    .service-block {
        width: 100%;
    }

    .service-content-wrapper {
        flex-direction: column;
        gap: 10px;
        display: flex;
        padding: 0px 0px 0px 10px;
    }

    .service-content-column {
        flex-direction: column;
        width: auto;
    }

    .service-price {
        font-size: 16px;
        color: white;
    }

    .service-price-wrapper {
        display: flex;
        flex-direction: column;
        margin: 0px 0px 0px 0px;
    }

    .service-price-info {
        font-size: 12px;
        /* Шрифт для 768px */
        color: white;
        text-align: left;
        margin-top: 5px;
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .service-title {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin: 0px 10px 10px 10px;
        text-align: left;
    }

    .img_service {
        width: 80px;
        height: 80px;
        object-fit: cover;
        padding: 5px;
        margin-right: 30px;
    }

    .mas-precios {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        color: white;
    }

    .service-otro-info {
        font-size: 12px;
        /* Базовий розмір шрифту */
        margin: 0px 0px;
        /* Відступи зверху і знизу */
        padding: 5px 0px;
        /* Внутрішні відступи */
    }
}










/*
  .service-block .service-content-column:nth-child(n+3) {
    display: none;
  }
  
*/




/*antes/despues*/

/* Existing styles provided by you */

/* Основні стилі для ізоляції плагіна */
/* Основні стилі для ізоляції плагіна */
/* Основні стилі для ізоляції плагіна */
/* Основні стилі для ізоляції плагіна */
/* Основні стилі для ізоляції плагіна */
/* Основні стилі для ізоляції плагіна */
.slider-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    /* Центрування через margin */
    position: relative;
    z-index: 10;
    border-radius: 15px;
    text-align: center;
    /* Горизонтальне центрування */
}


.custom-before-after-wrapper {
    position: relative;
    display: flex;
    /* ← це обов’язково */
    flex-direction: column;
    /* або row — залежно від того, що потрібно */
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
}


.custom-before-after {
    display: none;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.custom-before-after.active {
    display: block;
    opacity: 1;
}

.custom-twentytwenty-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    /* Співвідношення сторін 16:9 */
    overflow: hidden;
    border-radius: 15px;
}

.custom-twentytwenty-container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    /* Забезпечує покриття всього контейнера */
    border: none;
    padding: 0;
    border-radius: 15px;
}

/* Скидання конфліктних стилів */
.twentytwenty-container {
    height: 0 !important;
    /* Видалення заданої висоти */
    padding-top: 56.25%;
    /* Співвідношення сторін 16:9 */
    position: relative;
}

.twentytwenty-container img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (max-width: 768px) {
    .custom-twentytwenty-container {
        padding-top: 150%;
        /* Співвідношення 3:4 */
    }

    .twentytwenty-container {
        padding-top: 150%;
        /* Співвідношення 3:4 */
    }
}




.custom-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}




.custom-control-btn {
    width: 30px;
    height: 30px;
    margin: 10px 10px 0px 10px;
    font-size: 28px;
    border-radius: 50%;
    background-color: #00bfff;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-control-btn:hover {
    background-color: #009bdb;
    /* Зміна кольору при наведенні */
}

.custom-dot {
    display: inline-block;
    margin: 10px 5px 0px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-dot.active {
    background-color: #00bfff;
}




.problem-slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.problem-list-info {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0px 5px 10px 5px;
}

.problem-list-text-info {
    font-size: 16px;
    /* Розмір шрифту */
    color: #ffffff;
    /* Колір тексту */
    margin-bottom: 10px;
    /* Відступ знизу для тексту */
}

.problem-items-info {
    display: flex;
    /* Горизонтальне вирівнювання для елементів */
    flex-direction: column;
    /* Вертикальне розташування елементів */
    gap: 10px;
    /* Проміжок між елементами */
    margin: 5px;
}

.problem-item-info {
    display: flex;
    align-items: center;
    /* Вирівнюємо елементи по вертикалі */
    text-align: left;
    /* Вирівнюємо текст ліворуч */
    width: 100%;
    margin: 10px;
    /* Ширина для кожного елементу */
}

.problem-image-info {
    width: 70px;
    /* Розмір зображення */
    height: 70px;
    object-fit: cover;
    /* Щоб зображення не спотворювалося */
    margin-right: 10px;
    /* Відступ між фото та заголовком */
}

.problem-item-info h6 {
    font-size: 25px;
    /* Розмір тексту */
    color: #ffffff;
    /* Колір тексту */
    margin: 0;
    /* Прибираємо зайві відступи */
}

/* Адаптивний стиль для екранів до 450 пікселів */
@media (max-width: 768px) {
    .problem-items-info {
        justify-content: flex-start;
        /* Вирівнюємо контент по лівому краю */
        width: 100%;
        /* Дозволяємо блокам займати всю ширину */
        /* Вертикальне розташування елементів */
    }

    .problem-item-info {
        width: auto;
        /* Ширина елементів на мобільних пристроях */
        margin: 5px;
        /* Відступ між блоками */
    }

    .problem-image-info {
        width: 60px;
        /* Розмір зображення для вузьких екранів */
        height: 60px;
        margin-right: 15px;
        /* Менший відступ на малих екранах */
    }

    .problem-item-info h6 {
        font-size: 17px;
        /* Зменшений розмір тексту для малих екранів */
    }
}






.service-slider-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.service-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    padding: 10px 0;

}

.service-slide {
    flex: 0 0 100%;
    /* Кожен слайд займає 100% ширини контейнера */
    min-width: 0;
    /* Важливо для коректного обрізання вмісту */
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    opacity: 0.7;
    transform: scale(0.95);
    border: 1px solid #ccc;
    border-radius: 15px;
}

.service-slide .section-title-service {
    text-align: center;
}

.service-slide.active {

    opacity: 1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Відображення трьох слайдів на ПК */
@media (min-width: 769px) {
    .service-slide {
        flex: 0 0 calc(33.333% - 20px);
        /* Три слайди з відступами */
        margin: 0 10px;
        padding: 20px;

    }

    .service-slider-track {
        flex-wrap: wrap;
        /* Дозволяємо переніс слайдів */
        justify-content: center;
        /* Центруємо слайди */
        transform: none !important;
        /* Вимкнення трансформації для треку */
    }

    .service-slide.active {
        transform: scale(1.01);
        /* Невелике збільшення активного слайда */
    }
}

/* Решта ваших стилів для вмісту слайдів */
.service-items-info {
    display: flex;
    /* Горизонтальне вирівнювання для елементів */
    flex-direction: column;
    /* Вертикальне розташування елементів */
    gap: 10px;
    /* Проміжок між елементами */
    margin: 5px;
}

.service-item-info {
    display: flex;
    align-items: center;
    /* Вирівнюємо елементи по вертикалі */
    text-align: left;
    /* Вирівнюємо текст ліворуч */
    width: 100%;
    margin: 10px;
    /* Ширина для кожного елементу */
}

.service-image-info {
    width: 70px;
    /* Розмір зображення */
    height: 70px;
    object-fit: cover;
    /* Щоб зображення не спотворювалося */
    margin-right: 10px;
    /* Відступ між фото та заголовком */
}

.service-item-info h6 {
    font-size: 20px;
    /* Розмір тексту */
    color: #ffffff;
    /* Колір тексту */
    margin: 0;
    /* Прибираємо зайві відступи */
}

/* Адаптивний стиль для екранів до 450 пікселів */
@media (max-width: 768px) {
    .service-items-info {
        justify-content: flex-start;
        /* Вирівнюємо контент по лівому краю */
        width: 100%;
        /* Дозволяємо блокам займати всю ширину */
        /* Вертикальне розташування елементів */
    }

    .service-item-info {
        width: auto;
        /* Ширина елементів на мобільних пристроях */
        margin: 5px;
        /* Відступ між блоками */
    }

    .service-image-info {
        width: 60px;
        /* Розмір зображення для вузьких екранів */
        height: 60px;
        margin-right: 15px;
        /* Менший відступ на малих екранах */
    }

    .service-item-info h6 {
        font-size: 16px;
        /* Зменшений розмір тексту для малих екранів */
    }

    .service-slide .h2 {
        font-size: 20px;
    }

    .service-slider-track {
        padding: 0px;
    }
}

/* Контроли */
.service-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 10px 0;
}

.service-control-btn {
    width: 30px;
    height: 30px;
    margin: 0px 10px 0px 10px;
    font-size: 28px;
    border-radius: 50%;
    background-color: #00bfff;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-control-btn:hover {
    background-color: #009bdb;
}

.service-dot {
    display: inline-block;
    margin: 0px 5px 0px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-dot.active {
    background-color: #00bfff;
}

/* Адаптивний стиль для екранів до 450 пікселів */
@media (max-width: 768px) {
    .service-controls {
        margin: 0px 0px 20px 0px;
        padding: 0 0 0 0;
    }
}




/*Coments blok*/
/*Coments blok*/
/*Coments blok*/
/*Coments blok*/
/*Coments blok*/
/*Coments blok*/






.limpi-coments-slider-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    /* Максимальна ширина контейнера */
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    padding: 70px 0 0px 0;
    /* Відступи зверху і знизу */
    min-height: 600px;
    /* Мінімальна висота контейнера */
}

.limpi-swiper-container {
    width: 100%;
    /* Контейнер займає всю ширину */
    overflow: visible;
    /* Дозволяє вихід слайдів за межі контейнера */
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    /* Анімація при зміні слайдів */
    will-change: transform;
}

.swiper-slide {
    background: #fff;
    /* Білий фон слайдів */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    /* Закруглені кути */
    overflow: hidden;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    /* Анімація для трансформацій */
    margin: 0;
    /* Без зовнішніх відступів */
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    /* Задній план */
}

/* Збільшення активного слайда на десктопі */
.swiper-slide-active {
    transform: scale(1.2);
    /* Збільшуємо активний слайд на десктопі */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    /* Тінь для активного слайда */
    z-index: 2;
    /* Розміщуємо активний слайд зверху */
}

/* Hover ефект для слайдів */
.swiper-slide:hover {
    transform: scale(1.1);
    /* Збільшуємо при наведенні */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    /* Тінь при наведенні */
}

.limpi-swiper-container .img_coment {
    width: 100%;
    /* Займає всю ширину слайду */
    height: auto;
    /* Автоматична висота */
    object-fit: cover;
    /* Вирівнювання зображення */
    max-width: none;
    /* Без максимального обмеження по ширині */
    max-height: none;
    /* Без максимального обмеження по висоті */
    border-radius: 30px;
    /* Закруглені кути для зображень */
}

/* Стилі для мобільних пристроїв */
@media (max-width: 768px) {
    .swiper-slide {
        margin: 0 33px;
        /* Встановлюємо відступи для мобільних */
        flex: 0 0 calc(100% - 40px);
        /* Встановлюємо ширину слайду з урахуванням відступів */
    }

    .limpi-coments-slider-container {
        padding: 20px 0;
        /* Відступи зверху і знизу */
    }
}



.custom-controls-coments {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
    padding: 10px 0;
}



.custom-control-coments-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00bfff;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 10px 10px 0px 10px;
    font-size: 30px;
    border: none;
    transition: background-color 0.3s ease;
}

.custom-control-coments-btn:hover {
    background-color: #009bdb;
    /* Зміна кольору при наведенні */
}

.custom-coments-dot {
    display: inline-block;
    margin: 10px 5px 0px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;

}


.custom-coments-dot.active {
    background-color: #00bfff;
}

/* Стилі для мобільних пристроїв */
@media (max-width: 768px) {

    .custom-controls-coments {
        margin-top: 20px;
    }
}






/* Кнопки заявки */
/* Кнопки заявки */
/* Кнопки заявки */
/* Кнопки заявки */
/* Кнопки заявки */
/* Кнопки заявки */


.button-container {
    display: none;
    /* За замовчуванням кнопки приховані */
}

@media (max-width: 768px) {
    .button-container {
        display: flex;
        /* Відображаємо кнопки лише на мобільних пристроях */
        justify-content: center;
        /* Центрування кнопок по горизонталі */
        align-items: center;
        /* Центрування кнопок по вертикалі */
        position: fixed;
        z-index: 999;
        left: 50%;
        /* Центрування по горизонталі */
        bottom: 20px;
        /* Відстань від нижнього краю */
        transform: translateX(-50%);
        /* Центрування по горизонталі */
    }
}

.wa-btn,
.solicitud-btn {
    margin: 5px;
    /* Відстань між кнопками */
    min-width: 170px;
    /* Мінімальна ширина кнопки */
    max-width: 200px;
    /* Максимальна ширина кнопки */
    height: auto;
    /* Висота автоматична, щоб підлаштовувалася під текст */
    padding: 10px;
    /* Внутрішні відступи */
    position: relative;
    /* Включає позиціонування для z-index */
    opacity: 0;
    /* За замовчуванням кнопки прозорі */
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Плавний перехід */
    text-align: center;
    /* Центрування тексту */
    display: flex;
    /* Використовуємо flexbox для кнопок */
    flex-direction: row;
    /* Горизонтальне розміщення */
    align-items: center;
    /* Центрування контенту по вертикалі */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Тінь кнопок */
    padding-left: 15px;
    /* Додатковий відступ зліва для кнопки */
}



#text-btn-size-wa,
#text-btn-size-solicitud {
    position: relative;
    /* Включає позиціонування для z-index */
    z-index: 2;
    /* Вищий z-index для тексту */
    font-size: 15px;
    /* Розмір тексту */
    color: #ffffff;
    /* Колір тексту */
    display: block;
    /* Додано, щоб текст був блочним */
    overflow-wrap: break-word;
    /* Дозволяє переноси слів */
    word-wrap: break-word;
    /* Для підтримки старих браузерів */
    line-height: 1.2;
    /* Висота рядка, щоб текст не зливався */
    max-width: 100%;
    /* Максимальна ширина тексту */
}

.show {
    opacity: 1;
    /* Кнопки стають видимими */
}





/* Блок підрахунок ціни, калькулятор */
/* Блок підрахунок ціни, калькулятор */
/* Блок підрахунок ціни, калькулятор */
/* Блок підрахунок ціни, калькулятор */
/* Блок підрахунок ціни, калькулятор */



.item-group {
    margin-bottom: 10px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.item-group.close {
    max-height: 50px;
    /* Висота для закритого блоку (тільки заголовок видно) */
}

.item-group.open {
    max-height: 1000px;
    /* Достатньо велике значення для повного розгортання */
}

.checkbox__label {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.calc__label {
    margin-bottom: 20px;
}

.item {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    /* Розподіл між елементами */
    position: relative;
    /* Додаємо для можливості абсолютного позиціонування */
    box-sizing: border-box;
    /* Щоб бордери і відступи не зміщували елемент */
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

/* Початковий стан для item-list */
.item-list {
    display: none;
    /* Прихований за замовчуванням */
    flex-direction: column;
    height: auto;
    gap: 15px;
    margin-left: 5px;

}

/* Коли клас open додано до item-group, робимо item-list видимим */
.item-group.open .item-list {
    display: flex;
    /* Відображаємо як flex-контейнер */
}


.item-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3rem;
    height: 3rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    /* Круглий чекбокс */
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
    /* Додаємо плавність змін */
}

.item-checkbox:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Додаємо тінь для естетики */
}

/* Додаємо галочку через псевдоелемент */
.item-checkbox:checked::before {
    content: "✔";
    /* Символ галочки */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* Колір галочки */
    font-size: 1.5rem;
    /* Розмір галочки */
    font-weight: bold;
    line-height: 1;
}





.item-checkbox+.text-clc {
    cursor: pointer;
    font-size: 22px;
}

.item img {
    margin-left: auto;
    /* За замовчуванням зображення зсувається вправо */
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 3px;
    transition: margin 0.3s ease, transform 0.3s ease;
    /* Плавний перехід */
}

/* Картинка при вибраному чекбоксе */
.item-checkbox:checked~img {
    margin-right: 30px;
    /* Відстань при виборі чекбокса */
}

/* Стиль для вибраного елемента */
.item.selected {
    border: 1.5px solid #008dbc;
    /* Зелений бордер при виборі */
    border-radius: 10px;
    padding: 0px 5px 0px 5px;
    /* Внутрішній відступ при виборі */

}



/* Стиль кнопок кількості */
/* Початковий стиль (прихований стан) */
.quantity {
    display: none;
    /* Початково приховано */
    opacity: 0;
    /* Прозорий */
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    /* Вирівнюємо все вправо */

    /* Фіксована ширина для кількості */
    transform: translateX(100%);
    /* Зсув праворуч */
    transition: opacity 0.3s ease, transform 0.3s ease;

}

/* Стиль для видимого стану */
.quantity.show {
    display: flex;
    /* Відображаємо елемент */
    opacity: 1;
    /* Робимо видимим */
    transform: translateX(0);
    /* Повертаємо на місце */
}


.quantity__button {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #008dbc;
    color: white;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
    flex-shrink: 0;

}


.quantity__value {
    width: 3rem;
    height: 3rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 25px;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #008dbc;
}

/* Основний стиль */
.calc__body {
    background-color: white;
    color: #008dbc;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
    border-radius: 15px;
}

/* Для розміщення всіх елементів */
.calc__type {
    display: flex;
    flex-direction: column;
    /* Початково вертикально */
    gap: 20px;
    /* Відступи між секціями */
}




/* Контейнер для блоків */
.calc__row {
    display: flex;
    flex-direction: row;
    /* Початково вертикальне розташування */
    gap: 10px;
    /* Відступ між блоками */
    width: 100%;
    /* Займає всю ширину */
    align-items: flex-start;
    /* Вирівнювання по початку */
}

/* Блоки */
.calc__group,
.modal-form-clc {
    flex: 1;
    /* Рівномірне розподілення простору */
    max-width: 50%;
    /* Максимальна ширина кожного блоку */
    width: 50%;
    /* Початково займають всю ширину */
    box-sizing: border-box;
    /* Гарантує врахування відступів */
    padding: 30px;
}



/* Адаптивність */
@media (max-width: 768px) {
    .calc__row {
        flex-direction: column;
        /* Горизонтально */
        gap: 20px;
        /* Відступ між блоками */
    }

    .calc__group,
    .modal-form-clc {
        width: 100%;
        max-width: 600px;
        padding: 0px;
    }

    .checkbox__label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-checkbox+.text-clc {
        cursor: pointer;
        font-size: 14px;
        line-height: 14px;
    }

    .calc__body {
        padding: 15px;
        /* Без додаткових відступів */
    }

    .item-checkbox {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 5px;
    }

    .item-checkbox:checked::before {
        font-size: 14px;
    }

    .item-checkbox:checked~img {
        margin-right: 5px;
    }

    .item img {
        width: 50px;
        height: 50px;
        padding: 3px;
    }

    .quantity {
        gap: 5px;

        /* Фіксована ширина для кількості */

    }

    .quantity__button {
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.5rem;
        font-size: 0.9rem;
        /* Зменшений шрифт */
        border: none;
        box-sizing: border-box;

    }

    .quantity__value {
        width: 1.3rem;
        height: 1.5rem;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .calc__row {
        gap: 20px;
    }

    .calc__group,
    .modal-form-clc {
        width: 100%;
        max-width: 600px;
        padding: 0px;
    }

    .checkbox__label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-checkbox+.text-clc {
        cursor: pointer;
        font-size: 14px;
        line-height: 14px;
    }

    .calc__body {
        padding: 15px;
        /* Без додаткових відступів */
    }

    .item-checkbox {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 5px;
    }

    .item-checkbox:checked::before {
        font-size: 14px;
    }

    .item-checkbox:checked~img {
        margin-right: 5px;
    }

    .item img {
        width: 50px;
        height: 50px;
        padding: 3px;
    }

    .quantity {
        gap: 5px;

        /* Фіксована ширина для кількості */

    }

    .quantity__button {
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.5rem;
        font-size: 0.9rem;
        /* Зменшений шрифт */
        border: none;
        box-sizing: border-box;

    }

    .quantity__value {
        width: 1.3rem;
        height: 1.5rem;
        font-size: 14px;
    }
}


/* Зображення */
.calc__image {
    width: 100%;
    /* Займає всю ширину */
    height: auto;
    /* Пропорційна висота */
}


#additional-photos-block {

    display: flex;
    justify-content: center;
    /* Центрування по горизонталі */
    align-items: center;
    /* Центрування по вертикалі */
    padding: 0px;
    margin: 20px;
    text-align: center;

}

#additional-photo-container {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 15px;

    /* Максимальна ширина в пікселях */
}

#additional-photo-container img {
    width: 100%;
    max-height: 700px;
    /* Зображення займає всю ширину контейнера */
    /* Пропорційна висота */
    object-fit: contain;
    /* Масштабування без обрізки */
    margin: 0 auto;
    /* Центрування */
    display: block;
    border-radius: 15px;
}

/* Для екранів до 768px */
@media (max-width: 768px) {

    #additional-photo-container {
        width: 100%;
        max-height: 250px;
        /* або потрібна вам висота */
    }

    #additional-photos-block {
        margin: 0px;
    }

    #additional-photo-container img {
        width: 100%;
        max-height: 250px;

    }

}

/* Для екранів від 768px до 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
    #additional-photo-container {
        width: 100%;
        max-height: 350px;
        /* або потрібна вам висота */
    }

    #additional-photos-block {
        margin: 0px;
    }

    #additional-photo-container img {
        width: 100%;
        max-height: 400px;

    }
}



.selected-items {
    margin-top: 20px;
    padding: 10px;
    border-radius: 30px;
    background-color: #ffffff;
    display: none;
    /* Сховати блок за замовчуванням */
}



.selected-items.visible {
    display: block;
    /* Показати, якщо є вибрані елементи */
}

.selected-items h3 {
    font-size: 1.2em;
    margin: 10px 10px 10px 10px;
    color: #333;
}

.selected-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selected-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 2px solid #00bfff
}

.selected-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.selected-item-name {
    flex: 1;
    font-size: 1em;
    color: #333;
}

.selected-item-quantity {
    font-size: 0.9em;
    color: #666;
    font-weight: bold;
}

#order-form-clc {
    margin-top: 15px;
}




/* ===== Базові стилі (спільні) ===== */
.hero-slider-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

/* Ховаємо обидва слайдера за замовчуванням */
.hero-slider-mobile,
.hero-slider-desktop {
  display: none;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: inherit;
}

.hero-banner {
  display: none;
}

.hero-banner.active {
  display: block;
}

.hero-image {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.main-title {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  margin: 0;
  line-height: 1.2;

  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.main-title.visible {
  opacity: 1;
  transform: translateX(0);
}


.main-title b {
  background-color: #008dbc;
  color: white;
  padding: 4px 8px;
  display: inline;
  border-bottom-right-radius: 15px;
  font-size: 35px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* ===== Іконки (спільні стилі) ===== */
.slider-icons {
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: flex;
  gap: 10px;
  z-index: 10;
  background-color: #008dbc;
  padding: 10px 15px 0px 15px;
  border-radius: 15px 0 0 0;

  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slider-icons.visible {
  opacity: 1;
  transform: translateX(0);
}


.icon-wrapper {
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.icon-label {
  color: white;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.slider-icon {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.icon-wrapper:hover .slider-icon,
.icon-wrapper.active .slider-icon {
  opacity: 1;
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.icon-wrapper.active .icon-label {
  font-weight: bold;
}



/* ===== Мобільна версія (до 768px) ===== */
@media (max-width: 767.98px) {
  .hero-slider-mobile {
    display: block;
  }

  .hero-slider-wrapper {
    max-width: 100%;
  }

  .main-title b {
    font-size: 35px;
    border-bottom-right-radius: 10px;
  }

  .slider-icon {
    width: 40px;
    height: 40px;
  }

  .icon-wrapper {
    width: 42px;
  }

  .icon-label {
    font-size: 12px;
  }

  .slider-icons {
    gap: 8px;
    padding: 5px 10px 0px 10px;
    border-radius: 12px 0 0 0;
  }

  .hero-image {
    border-radius: 10px;
  }
}

/* ===== Планшети (768px – 1199.98px) ===== */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-slider-desktop {
    display: block;
  }

  .main-title b {
    font-size: 55px;
  }

  .slider-icon {
    width: 55px;
    height: 55px;
  }

  .icon-wrapper {
    width: 60px;
  }

  .icon-label {
    font-size: 13px;
  }

  .slider-icons {
    gap: 10px;
    padding: 6px 12px 0px 12px;
  }

  .hero-image {
    border-radius: 12px;
  }
}

/* ===== ПК (від 1200px) ===== */
@media (min-width: 1200px) {

    .hero-slider-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
  .hero-slider-desktop {
    display: block;

  }

  .main-title b {
    font-size: 95px;
  }

  .slider-icon {
    width: 70px;
    height: 70px;
  }

  .icon-wrapper {
    width: 80px;
  }

  .icon-label {
    font-size: 14px;
  }

  .slider-icons {
    gap: 12px;
  }

  .hero-image {
    border-radius: 15px;
  }
}

.header-cta-text {
  margin-top: 12px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
}


/* Горизонтальне розміщення лише на екранах >= 1200px */
@media (min-width: 1200px) {
  .block-header-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }

  .problem-list,
  .oferta-box {
    flex: 1 1 45%;
    min-width: 300px;
    margin: 20px 0;
  }
}


.oferta-list {
    list-style: none;
    padding: 0;
    margin: 15px 0px 15px 0px;
    border: 1px solid #ccc;
    /* тонкий білий бордер з прозорістю */
    border-radius: 15px;
    padding: 10px;
    font-weight: bold;
}

.oferta-list li {
    display: flex;
    align-items: flex-start;
    /* щоб іконка вирівнювалась з першою лінією тексту */
    gap: 10px;
    /* відступ між іконкою та текстом */
    margin-bottom: 5px;
    /* відстань між пунктами списку */
    line-height: 1.4;
    /* контроль відступів між рядками тексту */
}

.oferta-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    /* додаткове вирівнювання по вертикалі (опційно) */
}

/* Reviews */
/* Reviews */
/* Reviews */
/* Reviews */
.pagination-container {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #ffffff;
    float: left;
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #4caf50;
    color: white;
    border: 1px solid #4caf50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.faq-accordion {
    display: none;
}

.faq-accordion.show {
    display: block;
}

.btn-reviews,
.btn-precio,
.btn-calcular {
    display: grid;
    margin: auto;
}

/* widget */
/* widget */
/* widget */

    /* ===== Extra channels: базова (ПК) ===== */
    #cw-extra-channels {
      position: fixed;
      right: 100px;
      bottom: 20px;
      display: none;
      /* на ПК тепер видно одразу */
      gap: 14px;
      z-index: 999;

    }

    /* Кнопка (ПК-база) */
    .cw-link-btn {
      --size: 64px;
      --expanded: 235px;
      --radius: 9999px;

      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: var(--size);
      height: var(--size);
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;

      font-family: "Montserrat-Bold", Arial, sans-serif;
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      background: transparent;
      border: 0;
      cursor: pointer;

      box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
      transition: width .3s cubic-bezier(.1, 0, .3, 1),
        transform .25s cubic-bezier(.1, 0, .3, 1),
        box-shadow .25s ease;
      will-change: width, transform, box-shadow;
    }

    .cw-link-btn-bg {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      transition: transform .3s ease;
      background: #FF4387;
    }

    .cw-link-btn--primary .cw-link-btn-bg {
      background: var(--color-pink, #FF4387);
    }

    .cw-link-btn--whatsapp .cw-link-btn-bg {
      background: var(--color-whatsapp-100, #14CF75);
    }

    .cw-link-btn--chat .cw-link-btn-bg {
      background: #2cbedf;
    }

    .cw-link-btn-icon {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      flex: 0 0 auto;
    }

    .cw-link-btn-icon img,
    .cw-link-btn-icon svg {
      display: block;
      width: 25px;
      height: 25px;
      margin: auto;
    }

    .cw-link-btn-title {
      position: relative;
      z-index: 1;
      white-space: nowrap;
      opacity: 0;
      max-width: 0;
      overflow: hidden;
      transform: translateX(-6px);
      transition: opacity .2s ease, transform .25s ease, max-width .3s cubic-bezier(.1, 0, .3, 1);
    }

    .woot-widget-bubble.woot-widget--expanded div {
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 21px !important;
      font-weight: 500;
      justify-content: center;
      padding-right: 20px;
      width: auto !important;

    }

    .woot-widget-bubble {
      background: #2cbedf !important;
    }

    /* ПК hover */
    @media (any-hover:hover) and (min-width: 1200px) {
      .cw-link-btn:hover {
        width: var(--expanded);
        transform: scale(1.05);
        box-shadow: 0 8px 32px rgba(0, 0, 0, .4) !important;
      }

      .cw-link-btn:hover .cw-link-btn-bg {
        transform: scale(1.06);
      }

      .cw-link-btn:hover .cw-link-btn-title {
        opacity: 1;
        max-width: 1000px;
        transform: translateX(0);
      }
    }

    /* ===== Мобільні (≤768px) ===== */
    @media (max-width: 1200px) {

      /* ховаємо штатну бульку */
      #cw-bubble-holder {
        display: none !important;
      }

      /* панель на всю ширину екрана */
      #cw-extra-channels {
        --cw-gap: 2px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 25px;
        padding: 0 12px;
        /* внутрішній відступ країв */
        box-sizing: border-box;
        display: flex;
        gap: var(--cw-gap);
        justify-content: space-between;
        z-index: 99;
        min-width: 0;
        /* дозволяє стискатись */
        transition: bottom .2s ease;
        padding-bottom: 12px;
      }

      /* під час активного скролу — прилипання вниз без відступів */
 

      /* три однакові кнопки */
      .cw-link-btn {
        height: 52px;
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        /* важливо для рівного розподілу */
        border-radius: 0;
        transform: none !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
      }

      /* зовнішні краї округлені */
      .cw-link-btn:first-child {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
      }

      .cw-link-btn:last-child {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
      }

      .cw-link-btn-bg {
        transform: none !important;
      }

      /* іконка + текст; теж дозволяємо стискатись */
      .cw-link-btn-icon {
        width: 22px;
        height: 22px;
        margin-left: 6px;
        flex: 0 0 auto;
      }

      .cw-link-btn-icon img,
      .cw-link-btn-icon svg {
        width: 22px;
        height: 22px;
      }

      .cw-link-btn-title {
        opacity: 1;
        max-width: 100%;
        transform: none;
        margin: 0 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        min-width: 0;
        /* ключ для адаптивності тексту */
      }

      /* активний тап */
      .cw-link-btn:active {
        box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
        transform: scale(.99);
      }

      /* третю (chat) показуємо лише на мобі */
      #cw-extra-chat {
        display: inline-flex;
      }
    }

    /* ПК: ховаємо мобі-чат кнопку */
    @media (min-width: 1201px) {
      #cw-extra-chat {
        display: none !important;
      }
    }
  

      #cw-popup-msg {
    position: fixed;
    bottom: 100px;
    right: 20px;
    max-width: 300px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    padding: 12px 14px;
    display: none;
    z-index: 98;
    font-family: "Montserrat", Arial, sans-serif;
    animation: fadeInUp 0.4s ease;
  }

  /* хвостик (десктоп, праворуч) */
  #cw-popup-tail {
    position: absolute;
    bottom: -46px;
    right: 17px;
    width: 60px;
    height: 60px;
    pointer-events: none;
  }

  #cw-popup-msg-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  #cw-popup-msg-header img {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    margin-right: 10px;
  }

  #cw-popup-msg-header .name {
    font-weight: 600;
    font-size: 15px;
    color: #333;
  }

  #cw-popup-msg-body {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
  }

  #cw-popup-close {
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
    font-size: 25px;
    color: #999;
  }
  #cw-popup-close:hover { color: #333; }

  /* ===== МОБІЛЬНА ВЕРСІЯ (≤1200px) ===== */
  @media (max-width: 1200px) {
    #cw-popup-msg {
      left: 20px;
      right: auto;
      bottom: 115px; /* трохи вище панелі кнопок */
    }
    #cw-popup-tail {
      left: 17px;
      right: auto;
      transform: scaleX(-1); /* дзеркалимо SVG по горизонталі */
    }

  }