@import url("fonts/fonts.css");

*,
ul,
a,
div,
li,
span,
input,
label {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* 	list-style: none; */

    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none !important;
    color: var(--accent-black);
    border: none;
    outline: none;
    text-transform: none !important;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}

html,
body {
    position: relative;
    overflow-x: hidden;
}

.uk-container {
    width: -webkit-fill-available;
}

:root {
    /* ========== COLORS ========== */
    --bg-white: white;
    --bg-lightblue: #f8faff;

    --accent-blue: #315efb;
    --accent-green: #2aaa16;
    --accent-black: black;

    --grey-dark: #212121;
    --grey-light: #6b6a6a;

    /* ========== SHADOWS ========== */
    --box-shadow-default: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
    display: none;
}

.entry-content {
    overflow: hidden;
    padding-top: 88px;
}

.home .services__content__image.mobile,
.page-template-default .aboutUs__assistance .services__content__image.mobile {
    display: none !important;
}

.home .services__content__image.pc,
.page-template-default .aboutUs__assistance .services__content__image.pc {
    display: block;
}

/* ========== Header ========== */

header {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100vw;
    z-index: 9999;
    background: var(--bg-white);
}

header .uk-container {
    padding-top: 20px;
    padding-bottom: 12px;
}

.header__content {
    width: -webkit-fill-available;
    margin-left: 95px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__content__menu {
    display: flex;
    gap: 42px;
    align-items: center;
}

.header__content__menu li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.header__content__menu li a {
    cursor: pointer;
}

.header__content__menu li a {
    color: var(--accent-black) !important;
}

@media (max-width: 1200px) {
    .header__content {
        margin-left: 24px;
    }
}

@media (max-width: 1024px) {
    .header__content__menu li a {
        white-space: nowrap;
    }
}

.header__content__menu li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--accent-blue);
    transition: all 0.3s ease-in-out;
}

.header__content__menu li:hover::after {
    width: 100%;
}

.header__content__menu li.current-menu-item {
    font-weight: 700;
    color: var(--accent-blue);
}

.header__content__menu li.current-menu-item::after {
    width: 100%;
}

.header__content__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header__content__actions__contactUs {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    color: var(--accent-black) !important;
}

.header__content__actions__contactUs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--accent-blue);
    transition: all 0.3s ease-in-out;
}

.header__content__actions__contactUs:hover::after {
    width: 100%;
}

.header__content__actions__getQuote {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #1d73fa !important;
    background: rgba(49, 94, 251, 0.12);
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header__content__actions__getQuote:hover {
    background: rgba(49, 94, 251, 0.24);
}

.uk-modal-body.modal__contactUs {
    width: fit-content;
    align-items: flex-start;
}

.modal__contactUs__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
}

.modal__contactUs__text {
    max-width: fit-content;
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0 50px;
}

.modal__contactUs__socials {
    width: 100%;
    display: flex;
    gap: 19px;
}

.modal__contactUs__socials__single {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
}

.modal__contactUs__socials__single__icon {
    width: 32px;
    height: 32px;
    background: #e6ecff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__contactUs__socials__single__icon img {
    width: 24px;
    height: 24px;
}

.modal__contactUs__cities {
    width: 100%;
    border-top: 1px solid #d4d1d1;
    margin-top: 25px;
}

.modal__contactUs__cities__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: var(--accent-blue);
    margin: 23px 0 7px;
}

.modal__contactUs__cities__content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 65px;
    row-gap: 30px;
    flex-wrap: nowrap;
}

.modal__contactUs__cities__content > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 65px;
    flex-wrap: nowrap;
}

.modal__contactUs__cities__content__column {
    width: inherit;
}

.modal__contactUs__cities__content__column li {
    font-size: 16px;
    line-height: 22px;
    color: #6b6a6a;
}

.modal__contactUs__cities__content__column__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #454545;
}

li.modal__contactUs__cities__content__column__subtitle {
    color: var(--accent-black);
}

/* ========== SideMenu ========== */

.sideMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    z-index: -10;
    animation: sideMenu_fadeBack 0.5s ease-in-out;
}

.sideMenu__wrapper {
    border-radius: 6px 0 0 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: var(--bg-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 24px 35px 24px;
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 0;
    opacity: 0;
    animation: sideMenu__wrapper__fadeBack 0.3s ease-in-out;
    overflow-y: auto;
}

body.preload .sideMenu {
    animation-duration: 0s;
}

@keyframes sideMenu_fadeBack {
    0% {
        opacity: 1;
        z-index: 2147483640;
    }
    40% {
        opacity: 1;
        z-index: 2147483640;
    }
    99% {
        opacity: 0.01;
        z-index: 2147483640;
    }
    100% {
        opacity: 0;
        z-index: -10;
    }
}

@keyframes sideMenu__wrapper__fadeBack {
    0% {
        opacity: 1;
        width: 40%;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}

.sideMenu__content__close {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: opacity ease 0.5s;
    margin-bottom: 65px;
    margin-left: auto;
}

.sideMenu__content__close:hover {
    opacity: 1;
}

.sideMenu__content__close::before,
.sideMenu__content__close::after {
    content: "";
    position: absolute;
    top: 10px;
    display: block;
    width: 20px;
    height: 1px;
    background: var(--accent-black);
}

.sideMenu__content__close::before {
    transform: rotate(45deg);
}

.sideMenu__content__close::after {
    transform: rotate(-45deg);
}

.sideMenu__content__item {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
}

.sideMenu__content__divider {
    width: calc(100% + 15px);
    height: 1px;
    background: rgba(33, 33, 33, 0.06);
    margin: 40px 0;
}

.sideMenu__content .header__content__menu {
    flex-direction: column;
    align-items: start;
}

/* ========== Intro ========== */

.intro {
    height: calc(100vh - 88px);
    min-height: 770px;
    max-height: 1000px;
    background: var(--bg-lightblue);
    padding-bottom: 50px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* overflow: hidden; */
}

.intro > div {
    z-index: 1;
    position: relative;
}

.intro__percent {
    max-width: 50%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.intro__percent img {
    margin-right: 5px;
}

.intro__percent a {
    font-weight: 600;
}

.intro__title {
    max-width: 50%;
    font-size: 48px;
    font-weight: 500;
    line-height: 59px;
}

.intro__title h1,
.intro__title .h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 59px;
    margin: 0.67em 0;
}

.intro__title span {
    font-weight: 600;
    white-space: nowrap;
    color: var(--accent-blue);
}

.intro__subtitle {
    max-width: 50%;
    margin: 25px 0 60px;
    font-size: 24px;
    line-height: 36px;
}

.intro__main__img {
    position: absolute;
    height: calc(100vh - 238px);
    min-height: 540px;
    max-height: 800px;
    left: 45%;
    bottom: 90px;
    z-index: -1;
}

.introMobile__main__img {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    display: block;
    max-height: 450px;
    min-height: unset;
    width: 100%;
    margin: 0;
    height: auto;
    max-height: unset;
}

.intro__circle {
    width: 446px;
    height: 446px;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
}

.intro__circle.first {
    background: rgba(255, 195, 83, 0.21);
    left: calc(45% + 52px);
    bottom: -30px;
}

.intro__circle.second {
    background: rgba(218, 232, 232, 1);
    bottom: 190px;
    left: calc(45% + 278px);
}

.intro__leaf,
.introMobile .introMobile__leaf {
    position: absolute;
    z-index: -2;
}

.introMobile .introMobile__leaf {
    z-index: 0;
}

.intro__leaf img,
.introMobile__leaf img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.intro__leaf.first {
    left: clamp(
            518px,
            calc(518px + (100vh - 770px) * ((600 - 518) / (1040 - 770))),
            600px
    );
    top: clamp(
            48px,
            calc(155px + (100vh - 770px) * ((48 - 155) / (1040 - 770))),
            155px
    );
}

.intro__leaf.second {
    right: clamp(
            -170px,
            calc(35px + (100vh - 770px) * ((-170 - 35) / (1040 - 770))),
            35px
    );
    top: clamp(
            -278px,
            calc(-127px + (100vh - 770px) * ((-278 + 127) / (1040 - 770))),
            -127px
    );
    transform: rotate(52.5deg);
    max-width: 408px;
    width: 100%;
    height: auto;
}

section.introMobile {
    position: relative;
}

.introMobile .introMobile__leaf {
    transform: rotate(52.5deg);
    right: -8%;
    top: -6%;
    max-width: 65%;
    width: 100%;
}

@media (max-width: 1120px) {
    .intro__leaf.first {
        left: clamp(
                400px,
                calc(518px + (100vh - 920px) * ((600 - 518) / (1040 - 770))),
                600px
        );
    }

    .intro__leaf.second {
        right: clamp(
                -170px,
                calc(35px + (100vh - 720px) * ((-170 - 35) / (1040 - 770))),
                0px
        );
    }
}

.intro__sticker {
    position: absolute;
    background: var(--bg-white);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.intro__sticker:hover {
    animation: wiggle 0.6s ease-in-out;
}

.intro__sticker.first {
    bottom: 600px;
    left: calc(45% + 516px);
}

.single-service-areas .intro__sticker.first {
    bottom: 480px;
}

.intro__sticker.second {
    bottom: 280px;
    left: calc(45% + 660px);
}

.intro__sticker.third {
    bottom: 235px;
    left: calc(45% + 37px);
}

.intro__sticker img {
    width: 52px;
    height: 52px;
}

.intro__form {
    position: relative;
    width: 100%;
    background: var(--bg-white);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin: 60px 0 50px 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.intro__form__fields {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.intro__form__field {
    width: calc((100% - 200px) / 4);
    position: relative;
}

.intro__form__field label,
.intro__form__field label span,
.intro__form .select__title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--grey-dark);
}

.intro__form__field label span:nth-child(1) {
    white-space: nowrap;
}

.intro__form__field label input,
.intro__form__field label textarea,
.intro__form .intro__form__field__dateTime__date__input,
.intro__form .intro__form__field__phone__content {
    width: 100%;
    background: var(--bg-white);
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    resize: none;
    position: relative;
}

.intro__form .intro__form__field__dateTime__date__input,
.intro__form .intro__form__field__phone__content {
    margin-top: 12px;
}

.intro__form__field label textarea {
    min-height: 222px;
}

.intro__form__field label input:focus,
.intro__form__field label textarea:focus {
    outline: none;
}

.intro__form__field label input::placeholder,
.intro__form__field label textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #b3b3b3;
}

input[type="date"]::-webkit-datetime-edit {
    font-size: 14px;
    line-height: 20px;
    color: #b3b3b3;
    text-transform: uppercase !important;
}

.intro__form__field label input[type="date"] {
    background: var(--bg-white) url("assets/images/Calendar.svg") right 12px center no-repeat;
    position: relative;
}

::-webkit-clear-button,
::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;

    opacity: 0;
    cursor: pointer;
}

.intro__form__submit {
    width: 180px;
    height: 100%;
    background: var(--accent-blue);
    border-radius: 0px 6px 6px 0px;
    padding: 50px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: var(--bg-white) !important;
    cursor: pointer;
    text-decoration: none !important;
}

.uk-modal-body {
    padding: 60px 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.modal__success {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--accent-green);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: var(--grey-dark);
    margin: 24px 0 8px;
}

.modal__subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--grey-dark);
}

.modal__close {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: var(--bg-white) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 220px;
    background: var(--accent-blue);
    border-radius: 12px;
    margin-top: 24px;
    overflow: hidden;
    border: none;
}

.modal__close:hover {
    color: var(--bg-white);
}

.modal__close svg {
    display: none;
}

/* ========== Intro Mobile ========== */

.introMobile {
    height: 100%;
    background: var(--bg-lightblue);
    padding-bottom: 0;
    margin-bottom: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 50px 0 0;
}

body:not(.home) .introMobile {
    margin-bottom: 0;
}

.introMobile > div {
    z-index: 1;
    position: relative;
}

.introMobile__text {
    margin-bottom: 50vh;
    transform: translateY(50%);
    z-index: 2;
}

@media (max-width: 1024px) {
    .introMobile__text {
        margin-bottom: 0vh;
        transform: translateY(0%);
    }
}

.introMobile__percent {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
}

.introMobile__percent img {
    margin-right: 5px;
}

.introMobile__percent a {
    font-weight: 600;
}

.introMobile__title {
    margin: 15px 0 20px;
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
}

.introMobile__title h1,
.introMobile__title h2,
.introMobile__title .h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    margin: 0.67em 0;
}

.introMobile__title span {
    font-weight: 600;
    white-space: nowrap;
    color: var(--accent-blue);
}

.introMobile__subtitle {
    max-width: 80%;
    font-size: 16px;
    line-height: 23px;
}

.introMobile__circle {
    border-radius: 50%;
    position: absolute;
    z-index: -2;
}

.introMobile__circle.first {
    width: 320px;
    height: 320px;
    background: rgba(218, 232, 232, 0.39);
    left: 0;
    top: 0;
    transform: translate(-37%, -50%);
}

.introMobile__circle.second {
    width: 280px;
    height: 280px;
    background: rgba(255, 195, 83, 0.12);
    right: 0;
    bottom: 0;
    transform: translate(30%, 20%);
}

.introMobile__sticker {
    position: absolute;
    background: var(--bg-white);
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.introMobile__sticker.first {
    width: 50px;
    height: 50px;
    top: 0;
    right: 172px;
}

@media (max-width: 600px) {
    .introMobile__sticker.first {
        right: 40px;
    }
}

.introMobile__sticker.second {
    width: 39px;
    height: 39px;
    bottom: 65px;
    right: 10%;
    transform: rotate(10deg);
}

.introMobile__sticker img {
    width: 70%;
    height: 70%;
}

.introMobile__actions {
    display: none;
    gap: 11px;
    position: fixed !important;
    left: 0;
    right: 0;
    padding: 0 30px !important;
    bottom: 23px;
    z-index: 1000 !important;
}

.introMobile__actions__callForm {
    width: calc(100% - 58px - 11px);
    padding: 19px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: var(--bg-white);
    background: var(--accent-blue);
    border-radius: 8px;
    color: var(--bg-white) !important;
    text-decoration: none !important;
}

.introMobile__actions__call {
    width: 100%;
    padding: 16px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background: var(--accent-blue);
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.introMobile__actions__call__text {
    color: var(--bg-white);
    font-size: 18px;
    font-weight: 600;
}

.introMobile__actions__call img {
    width: 24px;
    height: auto;
}

#introMobile__form .uk-modal-body {
    padding: 35px 30px;
    align-items: flex-start;
}

.introMobile__form__fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.introMobile__form__fields .intro__form__field {
    width: 100%;
}

#introMobile__form .modal__close {
    width: 100%;
    padding: 19px;
    border-radius: 8px;
    cursor: pointer;
}

#introMobile__form .modal__close.uk-button-default:hover {
    background-color: var(--accent-blue);
}

.introMobile__form__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}

#introMobile__form__firstStep,
#introMobile__form__secondStep {
    width: 100%;
}

#introMobile__form__firstStep {
    opacity: 1;
    height: fit-content;
    /* overflow: hidden; */
    transition: all 0.3s ease-in-out;
}

#introMobile__form__secondStep {
    display: flex;
    flex-direction: column;
    align-items: center;

    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s 0.2s ease-in-out;
}

#introMobile__form.confirm #introMobile__form__firstStep {
    display: none;
    opacity: 0;
    height: 0;
    animation: introMobile__form__firstStep__fade 0.3s ease-in-out;
}

#introMobile__form.confirm #introMobile__form__secondStep {
    opacity: 1;
    height: fit-content;
    animation: introMobile__form__secondStep__fade 0.6s ease-in-out;
}

@keyframes introMobile__form__firstStep__fade {
    0% {
        opacity: 1;
        height: fit-content;
    }
    99.9999% {
        opacity: 0;
        height: fit-content;
    }
    100% {
        opacity: 0;
        height: 0;
    }
}

@keyframes introMobile__form__secondStep__fade {
    0% {
        opacity: 0;
        height: 0;
    }
    49.9999% {
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 0;
        height: fit-content;
    }
    100% {
        opacity: 1;
        height: fit-content;
    }
}

@media screen and (max-width: 640px) {
    .introMobile__actions {
        padding: 0 15px !important;
    }
}

/* ========== Licence ========== */

.licence {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 145px;
    gap: 60px;
}

.licence__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #696464;
}

.licence__content {
    display: flex;
    align-items: center;
    gap: 142px;
}

/* ========== How it works ========== */

.howItWorks {
    margin-bottom: 140px;
}

.howItWorks__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 6px;
}

.howItWorks__subtitle {
    font-size: 18px;
    line-height: 27px;
    color: var(--grey-light);
}

.howItWorks__content {
    display: flex;
    gap: 63px;
    margin-top: 80px;
}

.howItWorks__content__card {
    position: relative;
    padding: 10px 20px;
    box-shadow: 0px 4px 24px 0px #eceff6;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 63px * 3) / 4);
}

.howItWorks__content__card__icon {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.howItWorks__content__card__title {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: var(--grey-dark);
    margin: 22px 0 16px 0;
}

.howItWorks__content__card__text {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: #616161;
}

.howItWorks__content__card::after {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    z-index: 0;
}

.howItWorks__content__card:nth-child(1)::after {
    content: url("../assets/images/Arrow_1.svg");
    top: 20%;
}

.howItWorks__content__card:nth-child(2)::after {
    content: url("../assets/images/Arrow_2.svg");
    top: 10%;
}

.howItWorks__content__card:nth-child(3)::after {
    content: url("../assets/images/Arrow_3.svg");
    top: 40%;
}

/* ========== Comments ========== */

.comments {
    background: var(--bg-lightblue);
    padding-top: 45px;
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.comments:last-of-type {
    margin-bottom: 0;
}

.comments__title {
    margin-top: 6px;
}

.comments__title h2,
.comments__title h2 a {
    font-size: 48px;
    font-weight: 600;
    line-height: 45px;
}

.comments__title h2 a {
    color: #315efb;
}

.comments__subtitle {
    font-size: 18px;
    line-height: 27px;
    color: var(--grey-light);
    margin-top: 11px;
}

.comments__content {
    margin-top: 70px;
}

.comments__content__scroller {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: flex;
    gap: 36px;
    overflow-x: auto;
    padding-bottom: 45px;
}

.comments__content__scroller::-webkit-scrollbar {
    display: none;
}

.comments__content__scroller__card {
    min-width: 30%;
    background: var(--bg-white);
    box-shadow: 8px 18px 22px 0px rgba(143, 150, 176, 0.12);
    padding: 20px 30px;
    border-radius: 24px;
    cursor: pointer;
}

.comments__content__scroller__card:nth-child(1) {
    margin-left: calc((100vw - 1200px) / 2);
}

.comments__content__scroller__card:nth-last-child(1) {
    margin-right: calc((100vw - 1200px) / 2);
}

.comments__content__scroller__card__meta {
    display: flex;
    align-items: center;
}

.comments__content__scroller__card__meta__avatar {
    width: 88px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.comments__content__scroller__card__meta__data {
    margin-left: 30px;
}

.comments__content__scroller__card__meta__data__name {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}

.comments__content__scroller__card__meta__data__starsDate {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.comments__content__scroller__card__meta__data__starsDate > img {
    width: 16px;
    height: 15px;
}

.comments__content__scroller__card__meta__data__starsDate img:last-of-type {
    margin-right: 6px;
}

.comments__content__scroller__card__meta__data__date {
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #a4a4a4;
}

.comments__content__scroller__card__text {
    margin-top: 20px;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-light);
}

.scrollToExplore {
    position: relative;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    color: #3c3c3c;
    padding-right: 30px;
    cursor: pointer;
}

.scrollToExplore::after {
    content: "\2192";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    transition: all 0.3s ease-out;
}

.scrollToExplore:hover::after {
    right: -5px;
}

/* ========== Service ========== */

.services {
    margin-bottom: 140px;
}

.type-service-areas {
    margin-bottom: 140px;
}

.services__title {
    margin-bottom: 6px;
}

.services__title h2,
.services__title a {
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    color: #000;
}

.services__subtitle {
    font-size: 18px;
    line-height: 27px;
    color: var(--grey-light);
}

.services__content {
    margin-top: 40px;
    width: 100%;
    display: flex;
    gap: 90px;
}

.services__content__image {
    position: relative;
    width: 35%;
    border-radius: 98px 0px 0 220.527px;
    margin-top: 13px;
}

.services__content__image__border {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 49px;
    border-radius: 0 0 0 220.527px;
    z-index: 0;
    border-left: 1px solid #c6c8cb;
    border-bottom: 1px solid #c6c8cb;
}

.services__content__image::before {
    content: "";
    background: url("../assets/images/Wardrobe.svg"), white;
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    position: absolute;
    top: 200px;
    right: -36px;
}

.services__content__image::after {
    content: "";
    background: url("../assets/images/FloorLamp.svg"), white;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    position: absolute;
    bottom: -48px;
    right: 48px;
}

.services__content__image img {
    border-radius: 98px 0px 220.527px 220.527px;
    width: 100%;
}

.services__content__cards {
    display: flex;
    flex-direction: column;
    max-width: calc(65% - 90px);
}

.services__content__cards__card {
    width: 80%;
    position: relative;
    box-shadow: 0px 8px 24px 0px #eceff6;
    border-radius: 24px;
    padding: 20px 30px 20px 110px;
}

.services__content__cards__card::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 42px !important;
}

.services__content__cards__card:nth-child(1)::before {
    background: url("../assets/images/icons8-delivery.svg") #315efb36;
}

.services__content__cards__card:nth-child(2)::before {
    background: url("../assets/images/icons8-box.svg") #f9eedb;
}

.services__content__cards__card:nth-child(3)::before {
    background: url("../assets/images/icons8-head.svg") #dae8e8;
}

.services__content__cards__card:nth-child(2) {
    margin: 30px 0;
    align-self: flex-end;
}

.services__content__cards__card:nth-child(1)
.services__content__cards__card__title {
    color: var(--accent-blue);
}

.services__content__cards__card:nth-child(2)
.services__content__cards__card__title {
    color: #ec9a00;
}

.services__content__cards__card:nth-child(3)
.services__content__cards__card__title {
    color: #6cb293;
}

.services__content__cards__card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.services__content__cards__card__text {
    font-size: 16px;
    line-height: 20px;
    color: #616161;
}

/* ========== Gallery ========== */

.gallery {
    margin-bottom: 140px;
}

.gallery__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 6px;
}

.gallery__subtitle {
    font-size: 18px;
    line-height: 27px;
    color: var(--grey-light);
}

.gallery__content {
    margin-top: 65px;
    position: relative;
}

.gallery__content__scroller {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: flex;
    gap: 34px;
    overflow-x: auto;
    padding-bottom: 45px;
}

.gallery__content::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #fff2db;
    top: calc((100% - 70px) / 2 + 50px);
    right: calc(50% - 50vw + 100px);
    z-index: -1;
}

.gallery__content::after {
    content: "";
    position: absolute;
    width: 510px;
    height: 510px;
    border-radius: 50%;
    background: #dae8e8;
    right: calc(50% - 50vw - 255px);
    top: calc((100% - 70px) / 2);
    transform: translateY(-50%);
    z-index: -2;
}

.gallery__sticker {
    background: var(--bg-white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    position: absolute;
    right: calc(50% - 50vw + 100px);
    top: calc((100% - 70px) / 2);
    transform: translateY(-275px);
}

.gallery__sticker img {
    width: 72px;
    height: 72px;
}

.gallery__content__scroller__card {
    border-radius: 24px;
    width: 312px;
    aspect-ratio: 1;
    object-fit: cover;
}

.gallery__content__scroller__card:nth-child(1) {
    margin-left: calc((100vw - 1200px) / 2);
}

.gallery__content__scroller__card:nth-last-child(1) {
    margin-right: calc((100vw - 1200px) / 2);
}

/* ========== Questions ========== */

.questions {
    display: flex;
    gap: 120px;
    align-items: center;
    margin-bottom: 70px;
}

.questions__content {
    max-width: 40%;
    position: relative;
}

.questions__content::before {
    content: "";
    background: url("../assets/images/Dresser.svg");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    position: absolute;
    right: 96px;
    top: -156px;
}

.questions__content::after {
    content: "";
    background: url("../assets/images/Bookcase.svg");
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: var(--box-shadow-default);
    position: absolute;
    bottom: -100px;
    left: -28px;
}

.questions__content__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    color: var(--grey-dark);
    margin-bottom: 16px;
}

.questions__content__text {
    font-size: 18px;
    line-height: 28px;
    color: var(--grey-light);
}

.questions__list li {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15) inset;
    padding: 20px 35px 20px 15px;
    margin-top: 0 !important;
}

.questions__list li a.uk-accordion-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    overflow: visible;
    position: relative;
    color: var(--accent-black);
    outline: none;
    text-transform: capitalize !important;
}

.questions__list li a.uk-accordion-title::before {
    content: url("../assets/images/listArrow.svg");
    width: fit-content;
    height: fit-content;
    background: transparent;
    position: absolute;
    top: 0;
    right: -20px;
    transition: all 0.3s ease-in-out;
}

.questions__list li.uk-open a.uk-accordion-title::before {
    transform: rotate(-90deg);
}

.questions__list li div.uk-accordion-content {
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

/* ========== Footer ========== */

footer {
    background: var(--bg-lightblue);
    padding: 40px 80px;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    max-width: 1280px;
    gap: 20px;
    padding: 0;
}

.footer__services_col-2 {
    margin-top: 43px;
}

.footer__meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__content .footer__company {
    display: flex;
    flex-direction: column;
}

.footer__content .footer__company .socials {
    margin-top: auto;
}

.footer__content .footer__company {
    margin-bottom: 24px;
}

.footer__meta .footer__list {
    margin-top: 24px;
    align-self: flex-start;
}

.footer__content .socials--mobile {
    display: none;
}

@media (max-width: 1024px) {
    .footer__content .socials--desktop {
        display: none;
    }

    .footer__content .socials--mobile {
        display: flex;
    }
}

.logo {
    width: 70px;
    height: 56px;
}

.socials {
    display: flex;
    gap: 15px;
}

.socials a {
    width: 35px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.socials a img {
    width: 20px;
    aspect-ratio: 1;
    transition: all 0.3s ease-in-out;
}

.socials a:hover {
    border: 0px solid rgba(0, 0, 0, 0.1);
}

.socials a:hover img {
    transform: scale(1.2);
}

.footer__meta__links {
    display: flex;
    gap: 36px;
}

.footer__meta__links a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--grey-dark);
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

.footer__meta__links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 3px;
    background: var(--grey-dark);
    transition: all 0.3s ease-in-out;
}

.footer__meta__links a:hover::after {
    width: 100%;
}

.footer__list li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(33, 33, 33, 0.5) !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer__list li:not(:last-child) {
    margin-bottom: 13px;
}

.footer__list li.footer__list__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    color: var(--grey-dark);
    margin-bottom: 15px;
    cursor: auto;
}

.footer__list li:not(.footer__list__title):hover a {
    color: #7eb1ff !important;
}

.footer__copyright {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #0b0b0b;
    border-top: 1px solid rgba(33, 33, 33, 0.06);
    padding-top: 45px;
    opacity: 0.7;
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .introMobile__actions {
        display: flex;
    }

    .modal__contactUs__cities__content {
        flex-wrap: wrap;
        gap: 30px;
    }

    .modal__contactUs__cities__content > div {
        column-gap: 45px;
    }

    header {
        z-index: 3;
    }

    header .uk-container {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .header__content {
        width: fit-content;
    }

    .header__content * {
        display: none;
    }

    .header__content {
        width: 35px;
        height: 35px;
        background: url("../assets/images/burgerMenu.svg") no-repeat;
    }

    body.sideMenu__open .sideMenu,
    .sideMenu__wrapper .socials {
        display: flex;
        z-index: 2147483640;
    }

    body.sideMenu__open .sideMenu {
        opacity: 1;
        animation: sideMenu_fade 0.3s ease-in-out;
    }

    body.sideMenu__open .sideMenu__wrapper {
        width: 350px;
        opacity: 1;
        animation: sideMenu__wrapper__fade 0.5s ease-in-out;
    }

    body.sideMenu__open {
        overflow: hidden;
    }

    @keyframes sideMenu_fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes sideMenu__wrapper__fade {
        0% {
            opacity: 0;
            width: 0;
        }
        40% {
            opacity: 0;
            width: 0;
        }
        100% {
            opacity: 1;
            width: 40%;
        }
    }

    .uk-modal-body.modal__contactUs {
        width: 100%;
        padding: 30px 20px;
    }

    .modal__contactUs__title {
        font-size: 20px;
        line-height: 20px;
    }

    .modal__contactUs__text {
        font-size: 14px;
        line-height: 19px;
        margin: 35px 0 55px;
    }

    .modal__contactUs__socials {
        flex-direction: column;
        gap: 28px;
    }

    /* ========== Intro ========== */
    .intro {
        display: none;
    }

    .introMobile {
        display: flex;
    }

    /* ========== Licence ========== */
    .licence {
        margin-bottom: 90px;
        gap: 30px;
    }

    .licence__title {
        font-size: 16px;
        line-height: 24px;
    }

    .licence__content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    /*.licence__content img {*/
    /*    height: 62px;*/
    /*}*/
    /* ========== How it works ========== */
    .howItWorks {
        margin-bottom: 30px;
    }

    .howItWorks__title {
        font-size: 32px;
        line-height: 59px;
        margin-bottom: 2px;
    }

    .howItWorks__subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .howItWorks__content {
        flex-direction: column;
        gap: 28px;
        margin-top: 25px;
    }

    .licence {
        margin-bottom: 30px;
    }

    .howItWorks__content__card {
        padding: 15px 25px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .howItWorks__content__card__icon {
        width: 52px;
        height: 52px;
    }

    .howItWorks__content__card__icon img {
        width: 36px;
        height: 36px;
    }

    .howItWorks__content__card__title {
        font-size: 20px;
        line-height: 24px;
        width: calc(100% - 72px);
        text-align: left;
    }

    .howItWorks__content__card__text {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .howItWorks__content__card::after {
        bottom: -50px;
        top: unset !important;
    }

    .howItWorks__content__card:nth-child(1)::after {
        content: url("../assets/images/Arrow_1mobile.svg");
        right: 15%;
    }

    .howItWorks__content__card:nth-child(2)::after {
        content: url("../assets/images/Arrow_2mobile.svg");
        right: 30%;
    }

    .howItWorks__content__card:nth-child(3)::after {
        content: url("../assets/images/Arrow_3mobile.svg");
        right: 60%;
    }

    /* ========== Comments ========== */
    .comments {
        padding: 35px 0;
    }

    .comments__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 2px;
    }

    .comments__title h2,
    .comments__title h2 a {
        font-size: 32px;
        line-height: 40px;
    }

    .comments__subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .comments__content {
        margin-top: 25px;
    }

    .comments__content__scroller {
        padding-bottom: 25px;
        gap: 22px;
    }

    .comments__content__scroller__card {
        min-width: 80%;
        padding: 35px 25px;
    }

    .comments {
        margin-bottom: 36px;
    }

    .comments__content__scroller__card:nth-child(1) {
        margin-left: 15px;
    }

    .comments__content__scroller__card:nth-last-child(1) {
        margin-right: 15px;
    }

    .comments__content__scroller__card__meta__avatar {
        width: 48px;
        height: 48px;
    }

    .comments__content__scroller__card__meta__data__name {
        font-size: 20px;
        line-height: 27px;
    }

    .comments__content__scroller__card__meta__data__date {
        font-size: 12px;
        line-height: 18px;
        margin-left: 9px;
    }

    .comments__content__scroller__card__text {
        margin-top: 25px;
    }

    /* ========== Services ========== */
    .services {
        margin-bottom: 30px;
    }

    .type-service-areas {
        margin-bottom: 30px;
    }

    .services__title {
        font-size: 32px;
        line-height: 59px;
        margin-bottom: 2px;
    }

    .services__title a {
        font-size: 32px;
        line-height: 59px;
    }

    /* font-size: 32px;
    line-height: 59px; */
    .services__subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .services__content {
        margin-top: 55px;
    }

    .services-template-default .services__content__image {
        display: none;
    }

    .home .aboutUs__assistance > .flex-assistance,
    .page-template-default .aboutUs__assistance > .flex-assistance {
        flex-direction: column-reverse;
        align-items: center;
    }

    .home .services__content__image.mobile,
    .page-template-default
    .aboutUs__assistance
    .services__content__image.mobile {
        margin: 50px auto;
        display: block !important;
        width: 75%;
    }

    .home .services__content__image.pc,
    .page-template-default .aboutUs__assistance .services__content__image.pc {
        display: none !important;
    }

    .home section.services > .services__content > .services__content__image,
    .page-template-default
    section.services
    > .services__content
    > .services__content__image {
        display: none;
    }

    .services__content__cards {
        max-width: 100%;
    }

    .services__content__cards__card {
        width: 100%;
        padding: 30px 25px;
    }

    .services__content__cards__card::before {
        width: 48px;
        height: 48px;
        background-size: 32px !important;
    }

    .services__content__cards__card:nth-child(1):after {
        content: "";
        background: url("../assets/images/Dresser.svg"), white;
        background-size: 44px;
        background-repeat: no-repeat;
        background-position: center;
        width: 62px;
        height: 62px;
        border-radius: 50%;
        box-shadow: var(--box-shadow-default);
        position: absolute;
        top: -31px;
        right: 0;
    }

    .services__content__cards__card:nth-child(2) {
        margin: 45px 0;
    }

    .services__content__cards__card:nth-child(3):after {
        content: "";
        background: url("../assets/images/Bookcase.svg"), white;
        background-size: 44px;
        background-repeat: no-repeat;
        background-position: center;
        width: 62px;
        height: 62px;
        border-radius: 50%;
        box-shadow: var(--box-shadow-default);
        position: absolute;
        top: -31px;
        right: 0;
    }

    .services__content__cards__card__title {
        margin-bottom: 32px;
        margin-left: 66px;
        font-size: 24px;
        line-height: 36px;
    }

    .services__content__cards__card__text {
        font-size: 14px;
        line-height: 20px;
    }

    /* ========== Gallery ========== */
    .gallery {
        margin-bottom: 50px;
    }

    .gallery__title {
        font-size: 32px;
        line-height: 59px;
        margin-bottom: 2px;
    }

    .gallery__subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .gallery__content {
        margin-top: 40px;
    }

    .gallery__content::before {
        width: 183px;
        height: 183px;
    }

    .gallery__content::after {
        width: 372px;
        height: 372px;
        right: calc(50% - 50vw - 100px);
        top: 50%;
    }

    .gallery__content__scroller {
        gap: 22px;
        padding-bottom: 25px;
    }

    .gallery__content__scroller__card {
        width: 307px;
        height: 284px;
        aspect-ratio: unset;
    }

    .gallery__content__scroller__card:nth-child(1) {
        margin-left: 15px;
    }

    .gallery__content__scroller__card:nth-last-child(1) {
        margin-right: 15px;
    }

    .scrollToExplore {
        font-size: 14px;
        line-height: 21px;
    }

    .gallery__sticker {
        right: 0;
    }

    /* ========== Questions ========== */
    .questions {
        flex-direction: column;
        gap: 20px;
    }

    .questions__content {
        max-width: 100%;
    }

    .questions__content::before,
    .questions__content::after {
        display: none;
    }

    .questions__content__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 12px;
    }

    .questions__content__text {
        font-size: 14px;
        line-height: 18px;
    }

    .questions__list {
        width: 100%;
    }

    .questions__list li a.uk-accordion-title {
        font-size: 16px;
        line-height: 28px;
    }

    /* ========== Footer ========== */
    footer {
        padding: 20px 30px 105px;
    }

    .footer__services,
    .footer__information,
    .footer__company,
    .socials,
    .footer__meta {
        margin: 20px 0px;
    }

    .footer__services.footer__services_col-2 {
        margin: -27px 0 20px 0;
    }

    .footer__content {
        flex-direction: column;
    }

    .footer__meta {
        align-items: center;
    }

    .footer__content {
        margin-bottom: 10px;
    }

    .footer__meta {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer__meta__links {
        gap: 18px;
    }

    .footer__meta__links a {
        font-size: 12px;
        line-height: 18px;
    }

    .footer__copyright {
        padding-top: 25px;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        gap: 10px;
    }

    .logo {
        width: 43px;
        height: 35px;
    }
}

@media screen and (max-width: 480px) {
    body.sideMenu__open .sideMenu__wrapper {
        width: 85%;
    }

    .sideMenu__wrapper {
        padding: 25px 16px 35px 16px;
    }

    @keyframes sideMenu__wrapper__fade {
        0% {
            opacity: 0;
            width: 0;
        }
        40% {
            opacity: 0;
            width: 0;
        }
        100% {
            opacity: 1;
            width: 80%;
        }
    }

    @keyframes sideMenu__wrapper__fadeBack {
        0% {
            opacity: 1;
            width: 80%;
        }
        100% {
            opacity: 0;
            width: 0;
        }
    }
}

@media screen and (max-width: 360px) {
    body.sideMenu__open .sideMenu__wrapper {
        width: 100%;
    }
}

/* ========== Reservation ========== */

.reservation {
    min-height: max(calc(100vh - 88px), 650px);
    width: 100vw;
    display: flex;
    background: var(--accent-blue);
}

.reservation__info {
    display: block;
    width: 40%;
    min-height: 100%;
    background: var(--accent-blue);
    padding: 40px 55px 40px 80px;
}

header.header__reservation .reservation__info {
    display: none;
}

.reservation__info__breadcrumbs {
    display: flex;
    gap: 5px;
    list-style: none;
}

.reservation__info__breadcrumbs li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--bg-white);
}

.reservation__info__breadcrumbs li::after {
    content: "/";
    transform: translateX(-50%);
    color: var(--bg-white);
}

.reservation__info__breadcrumbs li:nth-last-child(1) a {
    font-weight: 700;
}

.reservation__info__breadcrumbs li:nth-last-child(1)::after {
    display: none;
}

.reservation__info__content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.reservation__info__content__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 71px;
    color: var(--bg-white);
    margin-bottom: 15px;
}

.reservation__info__content__text {
    font-size: 18px;
    line-height: 22px;
    color: var(--bg-white);
}

.reservation__info__content__text strong {
    color: var(--bg-white);
}

.reservation__form {
    /* min-height: calc(100vh - 88px - 60px); */
    width: 60%;
    padding: 50px 75px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: var(--bg-white);
}

.reservation__form__progress {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #f6f4f4;
    border: 1px solid #d2d2d2;
    position: relative;
}

.reservation__form__progress::before {
    content: "";
    position: absolute;
    width: calc(100% / 9 * var(--progress) + 2px);
    top: -1px;
    bottom: -1px;
    left: -1px;
    background: var(--accent-blue);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.reservation__form__progress.success::before {
    background: #27ae60;
}

.reservation__form__content {
    width: 100%;
    height: 100%;
    background: var(--bg-white);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0;
}

.reservation__form__content > div {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    overflow-y: visible;
    padding: 35px 50px 40px;
    position: relative;
}

.submitInfo,
.submitInfo__inline {
    opacity: 0;
    width: fit-content;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.submitInfo {
    position: absolute;
    bottom: min(calc(-100vh + 88px + 50px + 10px + 35px), -550px);
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.submitInfo__inline {
    opacity: 1;
    display: none;
    transform: translateY(-35px);
}

.reservation__form__progress.deposit .submitInfo {
    opacity: 1;
}

.submitInfo a,
.submitInfo__inline a {
    font-weight: 700;
    text-decoration: underline !important;
    color: #4f4f4f;
}

.reservation__form__content > div:last-of-type {
    justify-content: center;
    align-items: center;
    gap: 0;
}

.reservation__form__content > div.active {
    display: flex;
}

.reservation__form__content__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;

    margin-bottom: 6px;
    display: inline-table;
    flex-wrap: wrap;
}

.reservation__form__content__title__current {
    color: var(--accent-blue);
    font-weight: 700;
}

.reservation__form__content__title__additional {
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
}

.reservation__form__content__subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
}

.reservation__form__content__fields {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.reservation__form__content__fields.fullHeight,
.reservation__form__content__fields.fullHeight .intro__form__field,
.reservation__form__content__fields.fullHeight .intro__form__field label {
    height: 100%;
}

.reservation__form__content__fields.doubleColumn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    height: auto;
}

.reservation__form__content__fields.doubleColumn > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation__form__content__fields .intro__form__field {
    width: 100%;
}

.reservation__form__content__fields .intro__form__field label {
    font-size: 18px;
}

.reservation__form__content__fields .intro__form__field label input,
.reservation__form__content__fields .intro__form__field label textarea {
    padding: 15px 12px;
    margin-top: 8px;
    font-size: 16px;
}

.reservation__form__content__fields .intro__form__field.checkbox label {
    display: flex;
    align-items: center;
}

.reservation__form__content__fields
.intro__form__field.checkbox
label:not(.equipment-qty-wrap)
input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.reservation__form__content__fields
.intro__form__field.checkbox
label:not(.equipment-qty-wrap)
input:checked
+ span {
    background: url("../assets/images/Path.svg") center/cover no-repeat;
    background-size: 80%;
    background-color: var(--accent-blue);
}

.reservation__form__content__fields
.intro__form__field.checkbox
label:not(.equipment-qty-wrap)
input
+ span {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-right: 12px;
    border: 3px solid var(--accent-blue);
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.reservation__form__content__fields
.intro__form__field.checkbox
label
span
+ span {
    display: flex;
    align-items: center;
    max-width: calc(100% - 36px);
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-dark);
    user-select: none;
    cursor: pointer;
}

.reservation__form__content__fields .intro__form__field label textarea {
    height: calc(100% - 32px);
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-qty {
    flex-direction: row;
    display: flex;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-qty
.equipment-qty-wrap {
    max-width: 50px;
    width: 100%;
    flex: 0 0 50px;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-qty
.equipment-qty-wrap {
    margin: 0 0 0 8px;
    position: relative;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-qty
.equipment-qty-wrap
span {
    position: absolute;
    top: -10px;
    left: 50%;
    font-size: 10px;
    line-height: 1;
    transform: translateX(-50%);
    text-align: center;
}

@media (max-width: 960px) {
    .reservation__form__content__fields
    .intro__form__field.checkbox.checkbox-w-qty
    .equipment-qty-wrap
    span {
        display: none;
    }

    .reservation__form__content__fields
    .intro__form__field.checkbox.checkbox-w-qty:first-child
    .equipment-qty-wrap
    span {
        display: initial;
    }
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-qty
.equipment-qty-wrap
input {
    height: 32px;
    padding: 6px;
    text-align: center;
    margin: 0;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-read-more {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-read-more
p {
    margin-bottom: 0;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-read-more
> label {
    width: auto;
    flex: 0 1 auto;
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-read-more
.checkbox-read-more-btn {
    display: block;
    flex: 0 0 auto;
    width: auto;
    text-decoration: underline !important;
    color: var(--grey-dark);
}

.reservation__form__content__fields
.intro__form__field.checkbox.checkbox-w-read-more
.checkbox-read-more {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 12px;
}

.reservation__form__content__fields__deposit {
    padding: 60px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: var(--accent-blue);
    background: #e6ecff;
    border-radius: 12px;
}

.reservation__form__content__actions {
    padding-bottom: 0;
    width: 100%;
    display: flex;
    gap: 18px;
    margin-top: auto;
}

.reservation__form__content__actions__back {
    padding: 15px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    background: rgba(49, 94, 251, 0.11);
    color: var(--accent-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    width: 20%;
}

.reservation__form__content__actions__next,
.reservation__form__content__actions__submit {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    background: var(--accent-blue);
    color: var(--bg-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    width: -webkit-fill-available;
}

.reservation__form__content__actions__submit.loading {
    position: relative;
    overflow: hidden;
}

.reservation__form__content__actions__submit.loading:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
    animation: loading 1.7s ease-in-out infinite;
}

.reservation__form__content__actions__submit.loading:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
    animation: loading 1.7s ease-in-out infinite;
}

@keyframes loading {
    0% {
        transform: translateX(-100px) skewX(-15deg);
        opacity: 0.5;
    }
    70%,
    100% {
        transform: translateX(calc(60vw - 150px)) skewX(-15deg);
        opacity: 0.6;
    }
}

.js-reservation-deposit {
    position: relative;
}

.js-reservation-loader {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px; /* Adjust as needed */
    padding-bottom: 50px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@media (max-width: 960px) {
    .reservation__form__content div.js-reservation-deposit {
        min-height: unset;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ========== Form fields | SELECT ========== */

.select__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.select__title span {
    font-weight: 400;
    color: #bdbdbd;
}

.intro__form__field.select {
    position: relative;
}

.intro__form__field.select button {
    position: relative;
    width: 100%;
    background: var(--bg-white);
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 15px 50px 15px 16px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.intro__form__field.select button span {
    color: #bdbdbd;
}

.intro__form__field.select button::after {
    content: url("../assets/images/listArrow.svg");
    position: absolute;
    right: 20px;
    transform: rotate(90deg) scaleX(1);
    transition: all 0.3s ease-in-out;
}

.intro__form__field.select button[aria-expanded="true"] {
    border-color: var(--accent-blue);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 0 0;
}

.intro__form__field.select button[aria-expanded="true"]::after {
    transform: rotate(90deg) scaleX(-1);
}

.intro__form__field.select button::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #b3b3b3;
}

.select__dropdown {
    padding: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    white-space: normal;
    min-width: unset;
    max-height: calc(46px * 4);
    overflow-y: auto;
    left: 0 !important;
    border-radius: 12px;
}

.select__dropdown::-webkit-scrollbar {
    display: block;
    width: 3px;
    -webkit-overflow-scrolling: auto !important;
}

::-webkit-scrollbar-thumb {
    background: #999c9f;
    border-radius: 3px;
}

.select__dropdown.oneElement {
    max-height: calc(46px * 1);
}

.select__dropdown.twoElements {
    max-height: calc(46px * 2);
}

.select__dropdown.threeElements {
    max-height: calc(46px * 3);
    min-height: calc(46px * 2) !important;
}

.select__dropdown.fiveElements {
    max-height: calc(46px * 5);
}

.select__dropdown.sixElements {
    max-height: calc(46px * 6);
}

.intro__form__field.select .select__dropdown {
    max-width: 100% !important;
    width: 100% !important;
    top: 100% !important;
    bottom: unset !important;
    right: 0 !important;
    border-radius: 0;
    min-height: 165px;
}

.reservation .intro__form__field__dateTime__date .select__dropdown {
    top: calc(100% + 10px) !important;
    bottom: unset !important;
}

.reservation .intro__form__field__dateTime__time .select__dropdown {
    top: calc(100%) !important;
    bottom: unset !important;
}

.select__dropdown input {
    display: none;
}

.select__dropdown label {
    padding: 13px 19px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.select__dropdown label:hover {
    background: #f5f5f5;
}

.select__dropdown input:checked + label {
    background: #e6ecff;
}

/* ========== Form fields | PHONE ========== */

.intro__form__field__phone__content {
    position: relative;
    width: 100%;
    background: var(--bg-white);
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 15px 16px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.intro__form .intro__form__field__phone__content {
    padding: 10px 12px;
}

.intro__form__field__phone__content button {
    width: fit-content;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 20px;
}

.intro__form__field__phone__content button::after {
    content: "|";
    margin: 0 5px;
    color: #bdbdbd;
}

.intro__form__field__phone__content input {
    border: none !important;
    outline: none !important;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
}

.intro__form__field__phone__content input::placeholder {
    color: #b3b3b3;
}

.intro__form__field__phone__content label {
    display: flex;
    align-items: center;
}

.intro__form__field__phone__content label img {
    height: 14px;
    margin-right: 10px;
}

/* ========== Form fields | DATE-TIME ========== */

.intro__form__field.dateTime {
    display: flex;
    gap: 16px;
}

.intro__form__field.dateTime .intro__form__field__dateTime__date {
    width: calc(100% - (54px * 3 + 8px * 2));
    display: inline-block;
    position: relative;
}

.intro__form__field__dateTime__time {
    width: calc(54px * 3 + 8px * 2);
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.intro__form__field__dateTime__time .intro__form__field.select {
    position: relative;
    width: 54px;
}

.intro__form__field__dateTime__time .intro__form__field.select::after {
    display: none;
}

.intro__form__field__dateTime__time
.intro__form__field.select:nth-child(1)::before {
    content: ":";
    position: absolute;
    top: calc(50% + 16px);
    right: -7px;
    transform: translate(-50%, -50%);
}

.intro__form__field__dateTime__time .intro__form__field.select button::after {
    display: none;
}

.intro__form__field__dateTime__time .intro__form__field.select button {
    background: #ebebeb;
    padding: 15px 0;
    aspect-ratio: 1;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    /* border: none; */
    border-color: #ebebeb;
    height: 52px;
}

.intro__form__field__dateTime__time__ampm {
    display: flex;
    width: 52px;
    aspect-ratio: 1;
}

.intro__form__field__dateTime__time__ampm input {
    display: none;
}

.intro__form__field__dateTime__time__ampm label {
    padding: 15px 0;
    background: white;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 15px;
    color: #999c9f;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

.intro__form__field__dateTime__time__ampm label:nth-child(2) {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid #bdbdbd;
}

.intro__form__field__dateTime__time__ampm label:nth-child(4) {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #bdbdbd;
}

.intro__form__field__dateTime__time__ampm input:checked + label {
    background: var(--accent-blue);
    border-color: var(--accent-blue);
    color: var(--bg-white);
}

.intro__form__field__dateTime__time .select__title {
    white-space: nowrap;
}

.intro__form__field.phone .select__dropdown {
    min-width: fit-content;
}

.intro__form__field.phone input {
    width: calc(100% - var(--button-width) - 10px);
}

.twoColumns {
    width: 100%;
    display: flex;
    gap: 16px;
}

.twoColumns > * {
    width: calc(50% - 8px);
}

.twoColumns.twoColumns--uneven > div:first-child {
    width: calc(100% - (54px * 3 + 8px * 2));
}

.twoColumns.twoColumns--uneven > div:last-child {
    width: calc(54px * 3 + 8px * 2);
    display: flex;
    flex: 0 0 calc(54px * 3 + 7px * 2);
}

.twoColumns.twoColumns--uneven label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.intro__form__field__dateTime__date__input {
    width: 100%;
    height: 52px;
    background: var(--bg-white);
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.intro__form__field__dateTime__date__input::after {
    content: url("../assets/images/Calendar.svg");
    position: absolute;
    right: 20px;
}

.intro__form__field__dateTime__date__input span {
    color: #bdbdbd;
}

.select__dropdown__calendar {
    padding: 16px;
}

.select__dropdown__calendar__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.select__dropdown__calendar__header__prev,
.select__dropdown__calendar__header__next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.select__dropdown__calendar__header__monthYear {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #4f4f4f;
}

.select__dropdown__calendar__daysOfWeek,
.select__dropdown__calendar__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.select__dropdown__calendar__content > label:nth-child(2) {
    grid-column-start: var(--startDay);
}

.select__dropdown__calendar__content > label.disable {
    pointer-events: none;
    opacity: 0.2;
}

.select__dropdown__calendar__daysOfWeek > div {
    font-family: DM Sans;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #bdbdbd;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select__dropdown__calendar__content > label {
    font-family: DM Sans;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #4f4f4f;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.select__dropdown__calendar__content > input:checked + label {
    background: var(--accent-blue);
    color: var(--bg-white);
}

.intro__form__field__dateTime__date {
    position: relative;
}

.intro .intro__form__field__dateTime__date {
    width: calc((100% - 200px) / 4);
}

.intro .intro__form__field__dateTime__date button {
    height: 42px;
}

.intro .intro__form__field__dateTime__date button::after {
    right: 10px;
}

.intro__form__field__dateTime__date .select__dropdown {
    border-radius: 12px;
    max-height: none;
}

@media (max-width: 1400px) {
    .twoColumns.twoColumns--uneven > div:last-child {
        width: 160px;
        flex: 0 0 160px;
    }

    .reservation__info {
        padding: 30px 45px 30px 70px;
    }

    .reservation__info__content__title {
        font-size: 56px;
        line-height: 62px;
    }

    .reservation__info__content__text {
        font-size: 17px;
        line-height: 21px;
    }

    .reservation__form {
        padding: 40px 64px;
        gap: 40px;
    }

    .reservation__form__content > div {
        padding: 28px 40px 30px;
        position: relative;
        gap: 22px;
    }

    .reservation__form__content__title {
        font-size: 28px;
        line-height: 42px;
    }

    .reservation__form__content__subtitle {
        font-size: 13px;
    }

    .reservation__form__content__fields .intro__form__field label,
    .select__title {
        font-size: 17px;
    }

    .reservation__form__content__fields .intro__form__field label input,
    .reservation__form__content__fields .intro__form__field label textarea {
        padding: 13px 10px;
        margin-top: 7px;
        font-size: 15px;
    }

    .intro__form__field__phone__content {
        padding: 13px 14px;
        margin-top: 7px;
    }

    .intro__form__field__dateTime__date__input {
        height: 48px;
        margin-top: 7px;
        font-size: 14px;
    }

    .intro__form__field__dateTime__time .intro__form__field.select button {
        background: #ebebeb;
        padding: 12px 0;
        font-size: 15px;
        line-height: 22px;
        height: 48px;
    }

    .intro__form__field__dateTime__time {
        width: auto;
    }

    .intro__form__field__dateTime__time__ampm {
        width: 48px;
    }

    .intro__form__field__dateTime__time .intro__form__field.select {
        width: 48px;
    }

    .intro__form__field__dateTime__time__ampm label {
        padding: 14px 0;
        height: 48px;
    }

    .intro__form__field.select button {
        padding: 13px 46px 13px 14px;
        margin-top: 7px;
    }

    .reservation__form__content__fields {
        gap: 18px;
    }

    .reservation__form__content__actions__next,
    .reservation__form__content__actions__submit {
        padding: 13px 0;
        font-size: 21px;
        line-height: 25px;
    }

    .reservation__form__content__actions__back {
        padding: 13px 10px;
        font-size: 21px;
        line-height: 25px;
    }

    .select__dropdown__calendar {
        padding: 14px;
    }

    .select__dropdown__calendar__header__monthYear {
        font-size: 18px;
        line-height: 22px;
    }

    .select__dropdown__calendar__header {
        margin-bottom: 9px;
    }

    .select__dropdown__calendar__daysOfWeek > div {
        font-size: 15px;
        line-height: 24px;
        height: 28px;
    }

    .select__dropdown__calendar__daysOfWeek,
    .select__dropdown__calendar__content {
        gap: 12px;
    }

    .select__dropdown__calendar__content > label {
        font-size: 15px;
        line-height: normal;
        width: 28px;
        height: 28px;
    }

    .reservation__form__content__fields.doubleColumn {
        gap: 9px;
    }

    .intro__form__field label,
    .intro__form__field label span,
    .intro__form .select__title {
        font-size: 15px;
        line-height: 19px;
    }

    .submitInfo {
        bottom: min(calc(-100vh + 88px + 40px + 40px), -567px);
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .reservation__form {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .twoColumns.twoColumns--uneven > div:last-child {
        width: 144px;
        flex: 0 0 144px;
    }

    .twoColumns.twoColumns--uneven > div:first-child {
        width: calc(100% - (54px * 3));
        flex: 0 0 calc(100% - (54px * 3));
    }

    .intro__form__field__dateTime__time {
        gap: 0;
    }

    .intro__form__field.dateTime .intro__form__field__dateTime__date {
        width: calc(100% - (54px * 3));
    }

    .intro__form__field__dateTime__time .intro__form__field.select button {
        background: transparent;
        border-radius: 0;
        border: none;
        color: var(--accent-blue);
    }

    .intro__form__field__dateTime__time
    .intro__form__field.select:nth-child(1):after {
        right: -3px;
        color: var(--accent-blue);
    }

    .intro__form__field__dateTime__time
    .intro__form__field.select:nth-child(1)
    button {
        border-radius: 8px 0 0 8px;
        border-top: 1px solid #bdbdbd;
        border-left: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
    }

    .intro__form__field__dateTime__time
    .intro__form__field.select:nth-child(2)
    button {
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
    }

    .intro__form__field__dateTime__time__ampm label:nth-child(2) {
        border-radius: 0;
        border-left: none;
        border-color: #bdbdbd;
    }

    .intro__form__field__dateTime__time__ampm label:nth-child(4) {
        border-color: #bdbdbd;
    }

    .select__title {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .entry-content {
        padding-top: 60px;
        overflow: visible;
    }
}

@media screen and (max-width: 960px) {
    @keyframes loading {
        0% {
            transform: translateX(-100px) skewX(-15deg);
            opacity: 0.5;
        }
        70%,
        100% {
            transform: translateX(calc(65vw + 50px)) skewX(-15deg);
            opacity: 0.6;
        }
    }

    header.header__reservation {
        background: var(--accent-blue);
        box-shadow: none;
    }

    header.header__reservation .reservation__info {
        display: block;
    }

    .reservation .reservation__info {
        display: none;
    }

    header.header__reservation .logo {
        content: url("../assets/images/Logo_white.svg");
    }

    header.header__reservation .header__content {
        background: url("../assets/images/burgerMenu_white.svg");
    }

    .reservation {
        height: unset;
        min-height: unset;
        flex-direction: column;
    }

    .reservation__info {
        width: 100%;
        height: fit-content;
        background: var(--accent-blue);
        padding: 30px 15px 10px;
    }

    .reservation__info__breadcrumbs {
        display: none;
    }

    .reservation__info__content {
        margin-top: 0;
        transform: none;
    }

    .reservation__info__content-container {
        justify-content: start;
        align-items: flex-start;
        flex-direction: row;
    }

    .reservation__info__content__title {
        font-size: 32px;
        font-weight: 800;
        line-height: 41px;

        margin-bottom: 4px;
    }

    .reservation__info__content__text {
        font-size: 12px;
        line-height: 14px;
    }

    .reservation__info__content__text.hidden {
        display: none;
    }

    .reservation__form {
        width: 100%;
        padding: 0;
    }

    .reservation__form__progress {
        display: none;
    }

    .reservation__form__content {
        width: 100%;
        min-height: unset;
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
        padding: 25px 0 0;
    }

    .reservation__form__content .reservation-step {
        margin-top: 85px;
    }

    .reservation__form__content .reservation-step:first-child {
        margin-top: 127px;
    }

    .reservation__form__content > div {
        overflow-y: visible;
        gap: 25px;
        padding: 0 16px;
        min-height: calc(100vh - 217px);
    }

    .reservation__form__content__title {
        font-size: 18px;
        line-height: 27px;
    }

    .reservation__form__content__subtitle {
        font-size: 10px;
        line-height: 12px;
    }

    .reservation__form__content__fields {
        gap: 18px;
    }

    .reservation__form__content__fields .intro__form__field {
        width: 100%;
    }

    .reservation__form__content__fields .intro__form__field label {
        font-size: 14px;
        line-height: 21px;
    }

    .reservation__form__content__fields .intro__form__field input {
        padding: 11px 17px;
        margin-top: 7px;
    }

    .reservation__form__content__fields.doubleColumn {
        display: flex;
        grid-template-columns: unset;
        gap: 8px;
    }

    .reservation__form__content__fields
    .intro__form__field.checkbox
    label
    span
    + span {
        font-size: 14px;
        line-height: 16px;
        min-height: 48px;
    }

    .reservation__form__content__fields__deposit {
        padding: 35px 40px;
        font-size: 16px;
        line-height: 20px;
    }

    .reservation__form__content__actions {
        padding-bottom: 25px;
        margin-top: 0;
    }

    .reservation__form__content__actions__back {
        width: 35%;
        font-size: 18px;
        line-height: 24px;
    }

    .reservation__form__content__actions__next,
    .reservation__form__content__actions__submit {
        padding: 12px 0;
        font-size: 18px;
        line-height: 24px;
    }

    .intro__form__field::after,
    .intro__form__field__phone__content::after,
    .intro__form__field__dateTime__date::after {
        bottom: -2px;
    }

    .reservation__form__content__fields
    .intro__form__field.checkbox
    label
    span
    + span {
        font-size: 15px;
        line-height: 18px;
    }
}

/* ========== Animations ========== */

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 1280px) {
    .gallery__content__scroller__card:nth-child(1),
    .comments__content__scroller__card:nth-child(1) {
        margin-left: 40px;
    }

    .gallery__content__scroller__card:nth-last-child(1),
    .comments__content__scroller__card:nth-last-child(1) {
        margin-right: 40px;
    }
}

[class*="uk-modal-close-"] {
    top: 17px;
    right: 17px;
}

.intro__form__field input,
.intro__form__field textarea,
.intro__form__field button.uk-button,
.intro__form__field label[for*="Ampm"],
.intro__form__field__phone__content,
.intro__form__field__dateTime__date > button {
    transition: all 0.3s ease-in-out;
}

.intro__form__field.error input,
.intro__form__field.error textarea,
.intro__form__field.error button.uk-button,
.intro__form__field__dateTime__time__ampm.error label[for*="Ampm"],
.intro__form__field__phone__content.error,
.intro__form__field__dateTime__date.error > button {
    border-color: #df2638 !important;
}

.intro__form__field::after,
.intro__form__field__phone__content::after,
.intro__form__field__dateTime__date::after {
    position: absolute;
    left: 0;
    bottom: -4px;
    transform: translateY(100%);
    content: var(--error-content);
    color: #df2638;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.intro__form__field.error::after,
.intro__form__field__phone__content.error::after,
.intro__form__field__dateTime__date.error::after {
    opacity: 1;
}

.reservation__form__content__fields.card .card__meta {
    display: flex;
}

.reservation__form__content__fields.card .card__meta div:nth-child(2) {
    margin-left: 24px;
}

.reservation__form__content__fields.card .card__meta div:nth-child(3) {
    margin-left: 16%;
}

@media screen and (max-width: 1024px) {
    .reservation__form__content__fields.card .card__meta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 15px;
    }

    .reservation__form__content__fields.card .card__meta div {
        margin: 0 !important;
    }

    .howItWorks__content__card {
        width: 100%;
    }

    .select__dropdown__calendar__daysOfWeek,
    .select__dropdown__calendar__content {
        gap: 10px;
    }

    .select__dropdown__calendar__daysOfWeek > div {
        font-size: 15px;
        line-height: 18px;
    }

    .select__dropdown__calendar__header__monthYear {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 960px) {
    .submitInfo__inline {
        display: block;
    }
}

.aboutUs__title {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: var(--accent-blue);
    padding: 65px 0;
}

.aboutUs__title div,
.aboutUs__title h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    color: var(--bg-white);
    margin-top: 0px;
}

.aboutUs__title h1 span {
    color: var(--bg-white);
}

.aboutUs__text {
    padding: 100px 0;
    position: relative;
}

.aboutUs__text__title {
    max-width: 45%;
}

.aboutUs__text__title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: var(--grey-dark);
}

.aboutUs__text__row {
    margin-top: 85px;
    display: flex;
    gap: 45px;
    max-width: 60%;
}

.aboutUs__text__row__text {
    font-size: 18px;
    line-height: 28px;
    color: var(--grey-light);
}

.aboutUs__text__imgSmall {
    width: 20%;
    position: absolute;
    top: -127px;
    right: 32%;
    border-radius: 200px 200px 0px 200px;
}

.aboutUs__text__imgLarge {
    width: 30%;
    position: absolute;
    top: -106px;
    right: 0;

    border-radius: 200px 200px 0px 200px;
}

.aboutUs__text__sticker {
    position: absolute;
    top: 1px;
    background: var(--bg-white);
    border-radius: 50%;
    box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutUs__text__sticker img {
    height: 70%;
}

.aboutUs__text__sticker:nth-last-child(3) {
    width: 94px;
    height: 94px;

    right: 70%;

    transform: translateY(-70%);
}

.aboutUs__text__sticker:nth-last-child(2) {
    width: 58px;
    height: 58px;

    right: 0;

    transform: translateX(80%) translateY(calc(-100% - 70px)) rotate(28.83deg);
}

.aboutUs__text__sticker:nth-last-child(1) {
    width: 68px;
    height: 68px;

    right: 33%;

    transform: translateY(200px);
}

.aboutUs__assistance {
    position: relative;
    width: -webkit-fill-available;
    background: var(--bg-white);
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px rgba(236, 239, 246, 1);
    padding: 80px 85px;
    margin-top: 20px;
    margin-bottom: 100px !important;
}

.aboutUs__assistance::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 335.53px;
    height: 335.53px;
    border-radius: 50%;
    background: #dae8e8;
    transform: translate(66px, -86px);
    z-index: -1;
}

.aboutUs__assistance__title {
    position: relative;
    display: inline-block;
    font-size: 48px;
    font-weight: 600;
    line-height: 45px;
}

.aboutUs__assistance__subtitle {
    max-width: 75%;
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0 60px;
    color: #6b6a6a;
}

.aboutUs__assistance__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 200px;
    row-gap: 45px;
}

.aboutUs__assistance__grid__title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: var(--accent-blue);
}

.aboutUs__assistance__grid__text {
    margin-top: 6px;
    font-size: 18px;
    line-height: 28px;
}

.ourServices__title__sticker {
    position: absolute;
    background: var(--bg-white);
    border-radius: 50%;
    box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourServices__title__sticker img {
    max-width: 70%;
    max-height: 70%;
}

.ourServices__title__sticker:nth-last-child(3) {
    width: 94px;
    height: 94px;

    right: 50%;
    bottom: 27px;

    transform: translateX(50%);
}

.ourServices__title__sticker:nth-last-child(2) {
    width: 68px;
    height: 68px;

    right: 35%;
    bottom: 95px;

    transform: translateX(50%);
}

.ourServices__title__sticker:nth-last-child(1) {
    width: 58px;
    height: 58px;

    right: 15%;
    bottom: 33px;

    transform: translateX(50%);
}

.ourServices__navigation {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-left: 0;
    gap: 20px;
    flex-wrap: nowrap;
}

.ourServices__navigation::after {
    content: "";
    width: 100vw;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    left: calc(50% - 50vw);
    z-index: 1;
    /* bottom: -9px; */
    bottom: 1px;
}

.ourServices__navigation li {
    position: relative;
    padding: 0;
}

.ourServices__navigation li:last-child::before {
    width: calc(100% + 45px);
}

.ourServices__navigation li a {
    position: relative;
    font-size: 20px !important;
    line-height: 30px;
    background: transparent !important;
    color: var(--accent-black) !important;
    text-align: center;
    outline: none !important;
    /* padding: 0 !important; */
    padding: 15px 0 !important;
}

.ourServices__navigation li::before {
    content: "";
    width: 150%;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    left: -30px;
    /* bottom: -9px; */
    z-index: 1;
    bottom: 1px;
}

@media screen and (max-width: 1160px) {
    .ourServices__navigation li a {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 576px) {
    .ourServices__navigation li a {
        padding: 2px 0 6px !important;
    }

    .ourServices__navigation {
        margin-top: 16px;
    }
}

.ourServices__navigation li.uk-active a {
    color: var(--accent-blue) !important;
    font-weight: 700;
}

.ourServices__navigation li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--accent-blue);
    transition: all 0.3s ease-in-out;
    z-index: 2;
    /* bottom: -10px; */
    bottom: 0px;
}

.ourServices__navigation li a:hover::after {
    width: 100%;
}

.ourServices__navigation li.uk-active a::after {
    width: 100%;
}

.ourServices__content {
    margin-bottom: 100px !important;
}

.ourServices__content__title {
    margin-top: 90px;
    margin-bottom: 60px;
}

.ourServices__content__title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
}

.ourServices__content__text__container {
    display: flex;
    justify-content: space-between;
    gap: 12%;
}

.ourServices__content__text__container__single {
    max-width: 81%;
    font-size: 18px;
    line-height: 28px;
    color: var(--grey-light);
}

.ourServices__content__photo {
    width: 100%;
    margin-top: 100px;
    border-radius: 246px 0 246px 246.292px;
    box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

.ourServices__content__grid__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 100px;
}

.ourServices__content__grid__subtitle {
    max-width: 78%;
    font-size: 18px;
    line-height: 27px;
    color: var(--grey-light);
    margin-top: 10px;
}

.ourServices__content .ourServices__content__grid__subtitle:nth-last-child(1) {
    max-width: unset;
}

.ourServices__content__grid__content {
    display: grid;
    column-gap: 85px;
    row-gap: 45px;
    margin-top: 70px;
}

.ourServices__content__grid__content.by_two {
    grid-template-columns: repeat(2, 1fr);
}

.ourServices__content__grid__content.by_three {
    grid-template-columns: repeat(3, 1fr);
}

.ourServices__content__grid__content__item {
    max-width: 480px;
}

.ourServices__content__grid__content__title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: var(--accent-blue);
}

.ourServices__content__grid__content__subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
}

.ourServices__content__grid__content__message {
    position: relative;
    /* background: #f8faff; */
    border-radius: 24px;
    padding: 28px 25px 28px 40px;
}

.ourServices__content__grid__content__message::before {
    position: absolute;
    content: "";
    background: #f8faff;
    height: 100%;
    left: -35px;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: inherit;
}

.ourServices__content__grid__content__message__title {
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-dark);
    position: relative;
}

.ourServices__content__grid__content__message__title::before {
    content: "";
    width: 25px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 5.37258 5.87258 0 12.5 0V0C19.1274 0 24.5 5.37258 24.5 12V12C24.5 18.6274 19.1274 24 12.5 24V24C5.87258 24 0.5 18.6274 0.5 12V12Z' fill='%23315EFB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 6H11.5V8H13.5V6ZM13.5 9H11.5V18H13.5V9Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.ourServices__content__grid__content__message__text {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    margin-top: 6px;
}

@media screen and (max-width: 1024px) {
    .aboutUs__title {
        padding: 20px 15px;
    }

    .aboutUs__title div,
    .aboutUs__title h1 {
        font-size: 32px;
        line-height: 59px;
    }

    .aboutUs__text {
        padding: 65px 0 0;
    }

    .aboutUs__text__title {
        max-width: 80%;
    }

    .aboutUs__text__title h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        color: var(--grey-dark);
    }

    .aboutUs__text__row {
        margin-top: 28px;
        flex-direction: column;
        gap: 25px;
        max-width: 100%;
    }

    .aboutUs__text__row__text {
        font-size: 14px;
        line-height: 19px;
    }

    .aboutUs__text__imgSmall {
        display: none;
    }

    .aboutUs__text__imgLarge {
        width: 40%;
        position: absolute;
        top: -89px;
        right: 0;
        max-height: calc(100% + 89px);
        object-fit: cover;

        border-radius: 150px 150px 0px 200px;
    }

    .aboutUs__text__sticker {
        position: absolute;
        top: 1px;
        background: var(--bg-white);
        border-radius: 50%;
        box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutUs__text__sticker img {
        height: 70%;
    }

    .aboutUs__text__sticker:nth-last-child(2),
    .aboutUs__text__sticker:nth-last-child(3) {
        display: none;
    }

    .aboutUs__text__sticker:nth-last-child(1) {
        width: 38px;
        height: 38px;

        right: 50%;

        transform: translateX(50%) translateY(0) rotate(0);
    }

    .aboutUs__assistance {
        padding: 30px 20px;
        margin-top: 80px;
        margin-bottom: 60px !important;
    }

    .aboutUs__assistance::before {
        width: 220px;
        height: 220px;
        transform: translate(90px, -50px);
    }

    .aboutUs__assistance__title {
        font-size: 32px;
        line-height: 37px;
    }

    .aboutUs__assistance__title img {
        width: 32px;
        height: 32px;
    }

    .aboutUs__assistance__subtitle {
        max-width: unset;
        font-size: 14px;
        line-height: 21px;
        margin: 8px 0 50px;
    }

    .aboutUs__assistance__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 25px;
    }

    .aboutUs__assistance__grid__title {
        font-size: 18px;
        line-height: 22px;
    }

    .aboutUs__assistance__grid__text {
        margin-top: 6px;
        font-size: 14px;
        line-height: 19px;
    }

    .ourServices__content__grid__content__message::before {
        display: none;
    }

    .ourServices__title__sticker:nth-last-child(2),
    .ourServices__title__sticker:nth-last-child(3) {
        display: none;
    }

    .ourServices__title__sticker:nth-last-child(1) {
        width: 58px;
        height: 58px;

        right: 25px;
        bottom: 50%;

        transform: translateY(50%);
    }

    .ourServices__navigation {
        margin-top: 15px;
        gap: 20px;
        overflow-x: auto;
        padding: 0 15px 11px 15px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    .ourServices__navigation::after {
        display: none;
    }

    .ourServices__navigation li {
        padding: 0;
    }

    .ourServices__navigation li a {
        font-size: 14px !important;
        line-height: 21px;
    }

    .ourServices__content {
        margin-bottom: 45px !important;
    }

    .ourServices__content__title {
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .ourServices__content__title h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .ourServices__content__text__container {
        flex-direction: column;
        gap: 26px;
    }

    .ourServices__content__text__container__single {
        max-width: unset;
        font-size: 14px;
        line-height: 19px;
    }

    .ourServices__content__photo {
        margin-top: 45px;
        border-radius: 100px 0px 100px 90px;
    }

    .ourServices__content__grid__title {
        font-size: 32px;
        line-height: 37px;
        margin-top: 50px;
    }

    .ourServices__content__grid__subtitle {
        max-width: unset;
        font-size: 14px;
        line-height: 21px;
        margin-top: 8px;
    }

    .ourServices__content__grid__content {
        column-gap: 0;
        row-gap: 25px;
        margin-top: 50px;
    }

    .ourServices__content__grid__content.by_two,
    .ourServices__content__grid__content.by_three {
        grid-template-columns: repeat(1, 1fr);
    }

    .ourServices__content__grid__content__item {
        max-width: unset;
    }

    .ourServices__content__grid__content__title {
        font-size: 18px;
        line-height: 21px;
    }

    .ourServices__content__grid__content__subtitle {
        font-size: 14px;
        line-height: 19px;
        margin-top: 6px;
    }

    .ourServices__content__grid__content__message {
        background: #f8faff;
        border-radius: 24px;
        padding: 15px 20px 15px 50px;
        order: -1;
    }

    .ourServices__content__grid__content__message__title::before {
        left: -10px;
        width: 21px;
        height: 21px;
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.997345 10.5C0.997345 4.97715 5.4745 0.5 10.9973 0.5V0.5C16.5202 0.5 20.9973 4.97715 20.9973 10.5V10.5C20.9973 16.0228 16.5202 20.5 10.9973 20.5V20.5C5.4745 20.5 0.997345 16.0228 0.997345 10.5V10.5Z' fill='%23315EFB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9973 4.5H9.99734V6.5H11.9973V4.5ZM11.9973 7.5H9.99734V16.5H11.9973V7.5Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    .ourServices__content__grid__content__message__text {
        margin-top: 4px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    .aboutUs__text__title {
        max-width: 55%;
    }

    .aboutUs__text__row {
        max-width: 55%;
    }
}

@media (min-width: 640px) and (max-width: 1024px) {
    .ourServices__navigation {
        padding: 0 30px 11px 30px;
    }
}

@media screen and (max-width: 640px) {
    .gallery__content__scroller__card:nth-child(1),
    .comments__content__scroller__card:nth-child(1) {
        margin-left: 15px;
    }

    .gallery__content__scroller__card:nth-last-child(1),
    .comments__content__scroller__card:nth-last-child(1) {
        margin-right: 15px;
    }
}

.sq-input {
    border-radius: 8px;
}

.payment-form__input-wrap {
    margin-top: 22px;
}

.payment-form__row--three .payment-form__input-wrap {
    width: 100%;
    max-width: 160px;
}

.payment-form__input-wrap .payment-form__input {
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    margin-top: 12px;
    transition: all 0.3s ease-in-out;
    height: 50px;
}

.payment-container,
.payment-form__row-container {
    column-gap: 24px;
}

.payment-form__input.payment-form__input--error {
    border-color: red !important;
}

#error {
    color: red !important;
}

.reviews__title__sticker {
    position: absolute;
    background: var(--bg-white);
    border-radius: 50%;
    box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews__title__sticker img {
    max-width: 70%;
    max-height: 70%;
}

.reviews__title__sticker:nth-last-child(3) {
    width: 94px;
    height: 94px;

    right: 50%;
    bottom: -68px;
}

.reviews__title__sticker:nth-last-child(2) {
    width: 68px;
    height: 68px;

    right: calc(50% + 181px);
    bottom: 89px;
}

.reviews__title__sticker:nth-last-child(1) {
    width: 58px;
    height: 58px;

    right: calc((100vw - 1200px) / 2);
    bottom: 70px;

    transform: translateX(100%);
}

.reviews__content {
    width: 100%;
    position: relative;
}

.reviews__widget {
    padding-bottom: 40px;
}

.reviews__subtitle {
    max-width: 42%;
    margin: 100px 0 90px;
}

.reviews__subtitle h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.reviews__photo {
    width: 45%;
    position: absolute;
    right: 0;
    top: -225px;
    border-radius: 200px 200px 0 200px;
    box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

.reviews__content .reviews__photo {
    max-height: 290px;
    object-fit: cover;
}

.reviews__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 62px;
    column-gap: 28px;
}

.reviews__grid__card {
    background: var(--bg-white);
    box-shadow: 8px 18px 22px 0px rgba(143, 150, 176, 0.12);
    padding: 20px 7px 20px 30px;
    border-radius: 24px;
    cursor: pointer;
}

.reviews__grid__card__content {
    max-height: 290px;
    overflow-y: auto;
    padding: 0 18px 0 0;
    position: relative;
}

.reviews__grid__card__content::-webkit-scrollbar {
    display: block;
    width: 5px;
}

.reviews__grid__card__content::-webkit-scrollbar-track {
    background: #e6ecff;
    border-radius: 2px;
}

.reviews__grid__card__content::-webkit-scrollbar-thumb {
    background: var(--accent-blue);
    border-radius: 2px;
}

.reviews__grid__card__meta {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1) 85%,
            rgba(255, 255, 255, 0) 100%
    );
    padding-bottom: 20px;
}

.reviews__grid__card__meta__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.reviews__grid__card__meta__data {
    margin-left: 24px;
}

.reviews__grid__card__meta__data__name {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.reviews__grid__card__meta__data__starsDate {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.reviews__grid__card__meta__data__starsDate img:last-of-type {
    margin-right: 6px;
}

.reviews__grid__card__meta__data__date {
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #a4a4a4;
}

.reviews__grid__card__text {
    /* margin-top: 20px; */
    font-family: Open Sans;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-light);
    padding: 1px;
}

.reviews__viewMore {
    width: fit-content;
    margin: 67px auto;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(49, 94, 251, 0.12);
}

.reviews__viewMore a {
    color: var(--accent-blue) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

#errorModal .uk-modal-body {
    width: 600px;
    border: 2px solid red;
}

#errorModal #error__message_title {
    display: flex;
    align-items: center;
    font-size: 26px;
    margin-bottom: 10px;
}

#errorModal #error__message_title:before {
    content: url("../assets/images/alert-svgrepo-com.svg");
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

#errorModal #error__message_code {
    font-size: 22px;
    margin-bottom: 10px;
}

#errorModal #error__message_detail {
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .reviews__title__sticker:nth-last-child(3) {
        width: 58px;
        height: 58px;

        right: 37px;
        bottom: 21px;
    }

    .reviews__title__sticker:nth-last-child(1),
    .reviews__title__sticker:nth-last-child(2) {
        display: none;
    }

    .reviews__subtitle {
        max-width: 100%;
        margin: 30px 0 22px;
    }

    .reviews__subtitle h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .reviews__photo {
        position: relative;
        width: 100%;
        top: 0;
        border-radius: 150px 150px 0 150px;
        margin-bottom: 55px;
    }

    .reviews__grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 22px;
    }

    .reviews__grid__card {
        background: var(--bg-white);
        box-shadow: 8px 18px 22px 0px rgba(143, 150, 176, 0.12);
        padding: 20px 7px 20px 30px;
        border-radius: 24px;
        cursor: pointer;
    }

    .reviews__grid__card__content {
        max-height: 290px;
        overflow-y: auto;
        padding: 1px 18px 1px 0;
    }

    .reviews__grid__card__meta__avatar {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
    }

    .reviews__grid__card__meta__data {
        margin-left: 15px;
    }

    .reviews__grid__card__meta__data__name {
        font-size: 18px;
        line-height: 24px;
    }

    .reviews__grid__card__meta__data__starsDate {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reviews__grid__card__meta__data__date {
        font-size: 12px;
        line-height: 18px;
    }

    .reviews__grid__card__text {
        font-size: 14px;
        line-height: 18px;
    }

    .reviews__viewMore {
        margin: 43px auto;
    }
}

.horizontal-scroll {
    scroll-behavior: smooth;
}

.terms-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.terms-section h1,
.terms-section h2 {
    font-family: "Poppins";
    font-weight: 600;
}

.terms-section h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 6px;
}

.terms-section p {
}

.terms-section ul {
    padding-left: 20px;
}

.terms-section ul li {
    position: relative;
}

.terms-section ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    background: #000;
    border-radius: 50%;
    top: 8px;
    left: -20px;
}

@media screen and (max-width: 1024px) {
    .terms-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .terms-section h2 {
        font-size: 30px;
        line-height: 38px;
        max-width: 80%;
    }
}

#backToTop {
    display: inline-block;
    background-color: rgba(49, 94, 251, 0.12);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    #backToTop {
    }
}

#backToTop::after {
    content: "";
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #1d73fa;
    border-left: 2px solid #1d73fa;
    transform: rotateZ(45deg);
    margin-top: 20px;
}

#backToTop:hover {
    cursor: pointer;
    background-color: rgb(0 57 255 / 28%);
}

#backToTop:active {
    background-color: rgb(0 57 255 / 28%);
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.unknown-title {
    font-size: 115px;
    font-weight: 900;
    text-align: center;
    color: #1d73fa;
}

.unknown-text {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #1d73fa;
}

.unknown-btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #1d73fa !important;
    background: rgba(49, 94, 251, 0.12);
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 24px;
}

.unknown-btn:hover {
    background: rgba(49, 94, 251, 0.24);
}

.unknown-body {
    padding: 200px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unknown-body.intro__circle.second {
    bottom: 575px;
}

@media screen and (max-width: 768px) {
    .unknown-title {
        font-size: 64px;
        line-height: 1.1;
    }

    .unknown-text {
        font-size: 20px;
        line-height: 1.5;
    }

    .unknown-body {
        padding: 120px 20px;
    }
}

@media screen and (max-width: 480px) {
    .unknown-title {
        font-size: 44px;
        line-height: 1.1;
    }

    .unknown-text {
        font-size: 17px;
        line-height: 1.6;
    }

    .unknown-body {
        padding: 80px 16px;
    }

    .unknown-btn {
        font-size: 15px;
        padding: 12px 24px;
        width: 100%;
        box-sizing: border-box;
    }
}

.process__assistance.supplies .process_body {
    justify-content: center;
}

.supplies .process_body .process_body-item {
    max-width: 23%;
    width: 100%;
}

.supplies .titles-body {
    flex-direction: column;
}

.supplies .intro__sticker {
    box-shadow: none !important;
    border-radius: 0px;
    height: 150px;
    width: 150px;
}

.supplies .process-item_title {
    text-align: center;
    margin-top: 0px;
}

.process_body-item .intro__sticker img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .supplies .process_body .process_body-item {
        max-width: 30%;
    }

    .supplies .process_body-item .intro__sticker img {
        object-fit: scale-down;
        width: 100%;
        height: 100%;
        min-width: 52px;
        min-height: 52px;
    }

    .supplies .process_body-item h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 624px) {
    .supplies .intro__sticker {
        width: 100%;
        height: 100%;
    }

    .supplies .process_body-item .intro__sticker img {
        min-width: 35px;
        min-height: 35px;
        width: 100%;
        height: 100%;
    }

    .supplies .process_body-item h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 490px) {
    .supplies .process_body .process_body-item {
        max-width: 47%;
    }
}

@media screen and (max-width: 363px) {
    .supplies .process_body .process_body-item {
        max-width: 100%;
    }

    .supplies .process_body-item h4 {
        font-size: 16px;
    }
}

/* blog */

.page-template-page-blog .ourServices__content,
body.archive.category .ourServices__content,
body.archive.date .ourServices__content {
    margin: 50px 0px 40px -40px !important;
}

.blog-item {
    box-shadow: 0px 4px 24px 0px #eceff6;
    border-radius: 24px;
}

.blog-item a {
    color: #000;
}

.blog-item .blog-item__content {
    padding: 24px;
}

.blog-item__thumb img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 24px 24px 0px 0px;
}

.blog-item__thumb {
    /*margin: 0px 0px 24px 0px;*/
    display: block;
}

.blog-item__read-more {
    cursor: pointer;
    text-decoration: underline;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}


.blog-item a {
    transition: all 0.3s ease;
}

.page-template-page-blog .ourServices__content .blog-item a:hover,
body.archive.category .ourServices__content .blog-item a:hover,
body.archive.date .ourServices__content .blog-item a:hover {
    color: #315efb;
}

.page-template-page-blog .ourServices__content a.blog-item__read-more,
body.archive.category .ourServices__content a.blog-item__read-more,
body.archive.date .ourServices__content a.blog-item__read-more {
    color: #315efb;
}

.blog-pagination .pagination {
    max-width: 320px;
    margin: 0px auto;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.blog-pagination .pagination a {
    transition: all 0.3s ease;
}

.blog-pagination .pagination a:hover {
    color: #315efb;
}

.blog-pagination .pagination a {
    color: #000;
}

.blog-pagination .pagination a:hover {
    color: #315efb;
}

.page-template-page-blog .entry-content,
body.archive.category .entry-content,
body.archive.date .entry-content {
    margin: 0px 0px 100px 0px;
}

@media (min-width: 1200px) {
    .page-template-page-blog .uk-grid > *,
    body.archive.category .uk-grid > *,
    body.archive.date .uk-grid > * {
        padding-left: 24px;
    }
}

.blog-item__thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.blog-item__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-buttons-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0.5rem 1rem;
    margin: 1rem 0 5rem 0;
}

.services-buttons-container .service-button {
    display: inline-flex;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    color: var(--grey-dark);
    text-decoration: none;
    transition: background-color 0.2s ease;
    padding: 10px 20px;
    box-shadow: 0 4px 24px 0 #eceff6;
    border-radius: 24px;
    min-height: 150px;
    justify-content: center;
}

.services-buttons-container .service-button span {
    color: #ffffff;
    text-align: center;
}

.services-buttons-container .service-button:visited {
    color: var(--grey-dark);
}

.services-buttons-container .service-button:hover,
.services-buttons-container .service-button:focus {
    background-color: #eceff6;
    color: var(--grey-dark);
}

.main-services h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    color: var(--accent-black);
}

@media screen and (max-width: 1024px) {
    .main-services h3 {
        font-size: 25px;
        text-align: left;
    }
}

@media (max-width: 900px) {
    .services-buttons-container {
        grid-template-columns: repeat(2, auto);
    }
}

@media (max-width: 500px) {
    .services-buttons-container {
        grid-template-columns: 1fr;
    }
}

/* blog single page */
.single-post__image {
    position: relative;
    width: 100%;

    overflow: hidden;
    margin: 0px 0px 30px 0px;
    border-radius: 24px 24px 24px 24px;
}

.single-post__thubmail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post__title {
    font-size: 48px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}

.single-post__date {
    margin: 0px 0px 0px 0px;
}

.single-post h2 {
    margin: 20px 0px 0px 0px;
}

.single-post p {
    margin: 10px 0px 10px 0px;
}

article.post.type-post {
    /*margin: 0px 0px 80px 0px;*/
    color: #000;
    display: flex;
    flex-direction: column;
}

.blog-item__date {
    display: block;
    margin: 0px;
}

.blog-item__title {
    margin: 0px 0px 10px 0px;
}

.blog-item__title a {
    font-weight: 500;
}

.blog-item__title a strong {
    font-weight: 500;
}

.blog-post-excert {
    margin-bottom: auto;
}

body h2.related-posts-title {
    margin: 32px 0px 24px 0px;
    color: #000;
    font-size: 38px;
}

.blog-item a {
    transition: all 0.3s ease;
}

.single-post .ourServices__content .blog-item a:hover {
    color: #315efb;
}

.single-post .ourServices__content a.blog-item__read-more {
    color: #315efb;
}

/*.single-post .ourServices__content a:visited {*/
/*    color: #0b0b0b;*/
/*}*/
.single-post .ourServices__content .blog-item a:hover {
    color: #315efb;
}

.single-post .ourServices__content a.blog-item__read-more {
    color: #315efb;
}

.single-post .entry-content {
    padding-top: 120px;
}

.blog-item .blog-item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-post__banner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.single-post .blog-item__title {
    margin: 0px;
}

.single-post__info {
    width: 100%;
}

.single-post__image-cnt {
    padding-bottom: 56.25%;
}

.single-post h3,
.single-service-areas h3 {
    font-size: 23px;
    color: #000;
}

.single-post h4,
.single-service-areas h4 {
    font-size: 20px;
    color: #000;
}

.single-post h5,
.single-post h6,
.single-service-areas h5,
.single-service-areas h6 {
    font-size: 18px;
    color: #000;
}

.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-service-areas h3,
.single-service-areas h4,
.single-service-areas h5,
.single-service-areas h6 {
    margin: 20px 0px 20px 0px;
}

.single-post h1 strong,
.single-post h2 strong,
.single-post h3 strong,
.single-post h4 strong,
.single-post h5 strong,
.single-post h6 strong,
.single-service-areas h1 strong,
.single-service-areas h2 strong,
.single-service-areas h3 strong,
.single-service-areas h4 strong,
.single-service-areas h5 strong,
.single-service-areas h6 strong {
    font-weight: 400;
}

.single-post.entry-content ul {
    padding-left: 30px;
    margin: 0 0 20px 0;
}

.type-service-areas.entry-content ul, .type-service-areas.entry-content ol {
    padding-left: 30px;
    margin: 0 0 20px 0;
}

.type-service-areas.entry-content ul li, .type-service-areas.entry-content ol li {
    line-height: 1.3;
}

.type-service-areas.entry-content ul li a, .type-service-areas.entry-content ol li a, .type-service-areas.entry-content ul li a span, .type-service-areas.entry-content ol li a span {
    line-height: 1.3;
    color: #315efb;
    transition: all ease 0.3s;
    font-size: 16px;
}

.type-service-areas.entry-content ul li a:hover span, .type-service-areas.entry-content ol li a:hover span {
    text-decoration: underline;
}

.type-service-areas.entry-content ul li p, .type-service-areas.entry-content ol li p {
    margin: 0;
}

.single-post.entry-content em, .single-service-areas .entry-content em {
    color: #000;
}

.single-post.entry-content a, .single-service-areas .entry-content a {
    color: #315efb;
    transition: all ease 0.3s;
}

.single-post.entry-content .post-content a:hover {
    text-decoration: underline !important;
}

.single-post.entry-content .blog-item__title a {
    color: #000;
}

ol {
    list-style: decimal;
}

ul, ol {
    margin: 0 0 1.5em 1em;
}

ol, ul {
    box-sizing: border-box;
}

ol, ul {
    padding-left: 30px;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 20px;
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 20px 0;
}

*, ul, a, div, li, span, input, label {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none !important;
    color: var(--accent-black);
    border: none;
    outline: none;
    text-transform: none !important;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media screen and (max-width: 797px) {
    .single-post__banner {
        flex-direction: column-reverse;
    }

    .single-post .entry-content {
        padding-top: 80px;
    }

    .single-post__image {
        margin: 0px 0px 0px 0px;
    }

    .single-post__title {
        margin: 0px 0px 0px 0px;
        font-size: 32px;
    }

    body h2.related-posts-title {
        margin: 18px 0px 16px 0px;
        color: #000;
        font-size: 32px;
    }
}

.text-block-btn {
    margin-top: 20px;
    background: #1d73fa;
    color: #fff !important;
    padding: 16px 32px;
    display: inline-block;
    width: auto;

    &:hover {
        background: rgba(29, 115, 250, 0.75);
    }
}

#menu-header .menu-item.mega-menu-item:hover .mega-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#menu-header .menu-item.mega-menu-item:hover:before {
    transform: translateY(-50%) rotate(180deg);
}

#menu-header .menu-item.mega-menu-item {
    position: relative;
    padding-right: 28px;
}

#menu-header .menu-item.mega-menu-item:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%231E73FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s;
}

#menu-header .menu-item.mega-menu-item .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 652px;
    max-width: 85vw;
    height: 372px;
    max-height: 80vh;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__inner {
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #00000014;
    padding: 24px 6px 24px 28px;
    height: 100%;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__left {
    width: 100%;
    max-width: 56%;
    flex: 0 0 56%;
    padding-right: 27px;
    border-right: 1px solid #E9E9E9;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__right {
    width: 100%;
    max-width: 44%;
    flex: 0 0 44%;
    padding-left: 28px;
    padding-right: 22px;
    height: 100%;
    overflow-y: auto;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__right::-webkit-scrollbar {
    display: unset;
    width: 8px;
    height: 8px;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__right::-webkit-scrollbar-track {
    background: transparent;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__right::-webkit-scrollbar-thumb {
    background-color: #E6ECFF;
    border-radius: 16px;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__items {
    display: flex;
    flex-direction: column;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__right-inner {

}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__sub-item-list {
    display: flex;
    flex-direction: column;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__item-link {
    padding: 6px 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    transition: all 0.3s ease-in-out;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__item-link.active {
    background-color: #E4EEFF;
    border-radius: 6px;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__sub-item-link {
    padding: 6px 6px 6px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#menu-header .mega-menu .mega-menu__sub-item:after {
    display: none;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__sub-item-link:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 19L14 13L8 7' stroke='%231E73FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    transition: all 0.2s;
}

#menu-header .menu-item.mega-menu-item .mega-menu .mega-menu__sub-item-link:hover:after {
    transform: translateX(3px);
}

@media (max-width: 1024px) {
    .sub-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        transition: none;
        padding-top: 0;
    }

    .header__content__menu {
        gap: 16px;
    }

    .header__content__menu .menu-item a {
        width: 100%;
        padding: 6px 0;
        font-size: 18px;
        transition: color 0.2s;
        box-shadow: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        border-radius: 4px;
    }

    .header__content__menu .menu-item .sub-menu a {
        font-size: 16px;
        padding: 7px 0;
        color: #475467 !important;
    }

    .header__content__menu .menu-item .sub-menu {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .header__content__menu .menu-item-has-children .sub-menu > li > a {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header__content__menu li.menu-item-has-children > a {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header__content__menu .menu-item-has-children .menu-item-no-children {
        margin-left: -16px;
    }

    .header__content__menu .mega-menu-item .sub-menu {
        padding-left: 16px;
    }

    .header__content__menu .menu-item a {
        cursor: default;
    }

    .header__content__menu .menu-item .sub-menu .sub-menu {
        padding-top: 0;
        padding-left: 0;
    }

    li.menu-item-has-children {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    li.menu-item-has-children > a:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%231E73FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        width: 16px;
        height: 16px;
        display: block;
        transition: transform .2s;
    }

    li.menu-item-has-children > a.sub-menu-active:after {
        transform: rotate(180deg);
    }

    li.menu-item-has-children > a.sub-menu-active {
        color: var(--accent-blue) !important;
        font-weight: 500;
    }

    .header__content__menu .menu-item .sub-menu a.sub-menu-active {
        color: #2E2E2E !important;
        font-weight: 400;
    }

    li.menu-item-has-children:before {
        display: none;
    }

    li.menu-item-has-children:hover:after {
        display: none;
    }

    li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5L8 10.5L14 4.5' stroke='%23475467' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .header__content__menu .menu-item a:hover {
        background-color: transparent;
    }

    .header__content__menu .menu-item.current-menu-item a:hover {
        background-color: #f5f5f5;
    }
}