@keyframes fixed-icon-ping {
    0% {
        transform: scale(1);
        opacity: .75
    }

    75%,
    to {
        transform: scale(1.35);
        opacity: 0
    }
}

body {
    transition: opacity .8s linear .2s;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.04em;
    font-family: "Euclid Circular A", sans-serif;
    color: var(--black-800)
}

body.ready {
    opacity: 1
}

.fade-animate {
    opacity: 0;
    transition: opacity .8s linear
}

.fade-animate.fade-animated,
body:not(.ready) .fade-animate {
    opacity: 1
}

.header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li,
body._lock-scroll {
    overflow: hidden
}

section{
    content-visibility: auto
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.page {
    flex: 1 1 auto
}

._container-md {
    max-width: var(--container-md-width)
}

._container-lg {
    max-width: var(--container-lg-width)
}

._container-2xl {
    max-width: var(--container-2xl-width)
}

[class^=_container-] {
    padding: 0 var(--container-padding-x);
    margin: 0 auto;
    width: 100%
}

.header-body {
    position: relative;
    z-index: 8;
    border-radius: 100px
}

.header-body::before,
.header-fixed-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit
}

.header-body::before {
    width: 100%;
    min-height: 100%;
    z-index: 8;
    transition: background-color .5s ease;
    backdrop-filter: blur(var(--default-blur));
    background-color: rgba(var(--black-800-rgb), .65)
}

.header-body.is-active::before {
    background-color: #0a145b
}

.header-menu #header-menu>ul {
    display: flex
}

.header-menu #header-menu>ul>li>a {
    padding: 0 16px;
    border-radius: 100px;
    transition: color .3s ease, background-color .3s ease;
    background-color: rgba(var(--white-rgb), .04)
}

.header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header-language-switch button,
.header-menu-toggle {
    min-height: 64px;
    transition: background-color .3s ease;
    background-color: rgba(var(--white-rgb), .04);
    color: var(--white)
}

.header-menu #header-menu>ul>li>a,
.header-menu-toggle,
.header-menu-toggle div {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.header-menu-toggle {
    padding: 0 24px;
    position: relative;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500
}

.header-menu-toggle div {
    margin-right: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.header-menu-toggle div span {
    width: 18px;
    height: 2px;
    position: relative;
    transition: background-color .3s ease 0s;
    background-color: var(--grey-500)
}

.header-menu-toggle div span:after,
.header-menu-toggle div span:before {
    content: "";
    width: 12px;
    height: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: width .3s ease 0s, background-color .3s ease 0s, transform .3s ease 0s;
    background-color: var(--grey-500)
}

.header-menu-toggle div span:before {
    top: -7px;
    left: 0
}

.header-menu-toggle div span:after {
    top: 7px;
    right: 0
}

.header-menu-toggle div,
.header-menu-toggle.is-active div span {
    background-color: transparent
}

.header-menu-toggle.is-active div span:before {
    width: 18px;
    transform: rotate(45deg) translate(5px, 5px);
    background-color: var(--white)
}

.header-menu-toggle.is-active div span:after {
    width: 18px;
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: var(--white)
}

.header-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    background-color: rgba(var(--black-800-rgb), .9)
}

.header-language-switch ul.is-active,
.header-wrapper.is-active {
    opacity: 1;
    pointer-events: auto
}

.header-language-switch {
    position: relative
}

.header-language-switch button {
    font-weight: 600;
    text-align: center
}

.header-language-switch button i,
.header-language-switch button svg {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.header-language-switch button i,
.header-language-switch ul li a i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 16px
}

.header-language-switch ul li a i {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.header-language-switch button i img,
.header-language-switch ul li a i img {
    border-radius: 4px
}

.header-language-switch button svg {
    width: 16px;
    height: 16px;
    right: 24px;
    transition: transform .3s ease 0s;
    color: var(--grey-500)
}

.header-language-switch button.is-active {
    background-color: rgba(var(--white-rgb), .08)
}

.header-language-switch button.is-active svg {
    transform: translateY(-50%) rotate(180deg)
}

.header-language-switch ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    overflow-y: auto;
    overflow-x: clip;
    pointer-events: none;
    transition: opacity .3s ease
}

.header-language-switch ul li a {
    display: flex;
    position: relative;
    font-weight: 600;
    color: var(--white)
}

.header-fixed-icon,
.header-language-switch button i,
.header-language-switch ul li a i,
.main-block-labels div b {
    display: flex;
    justify-content: center;
    align-items: center
}

.header-fixed-icon {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    transition: background-color .3s ease
}

.header-fixed-icon::before {
    margin: auto;
    z-index: -1;
    opacity: .75;
    animation: fixed-icon-ping 1.8s cubic-bezier(0, 0, .2, 1) infinite
}

.header-fixed-icon--orange,
.header-fixed-icon--orange::before,
.spoller button.is-active i:after,
.spoller button.is-active i:before {
    background-color: var(--orange-300)
}

.header-fixed-icon--blue,
.header-fixed-icon--blue::before {
    background-color: var(--blue-300)
}

.main-block-labels div {
    gap: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 24px;
    backdrop-filter: blur(var(--default-blur));
    background-color: rgba(var(--black-800-rgb), .65)
}

.main-block-labels div b {
    min-width: 44px;
    min-height: 40px;
    font-weight: 600;
    font-size: 32px;
    color: var(--white)
}

.main-block-labels div p {
    font-weight: 500;
    line-height: 1.5;
    color: var(--grey-500)
}

.main-block-labels div:not(:last-child) {
    margin-bottom: 8px
}

.main-block-decors div {
    position: absolute;
    z-index: 2;
    pointer-events: none
}

.bonus-block-labels div {
    gap: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    max-width: 322px
}

.bonus-block-labels div::before,
.reviews-card-text::before {
    content: "";
    position: absolute
}

.bonus-block-labels div.white {
    color: var(--blue-300);
    background-color: var(--white);
    border-radius: 12px 24px 24px 24px
}

.bonus-block-labels div.white::before {
    content: url(../assets/img/decors/tail-white.svg);
    left: 0;
    transform: translateX(calc(-50% + .5px));
    bottom: -3px
}

.bonus-block-labels div.orange {
    color: var(--white);
    background-color: var(--orange-300);
    border-radius: 24px 18px 24px 24px
}

.bonus-block-labels div.orange::before {
    content: url(../assets/img/decors/tail-orange.svg);
    right: 0;
    transform: translateX(calc(50% + .5px));
    bottom: -3px
}

.bonus-block-labels div p {
    font-weight: 600;
    line-height: 140%
}

.bonus-block-labels div span {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: 8px;
    right: 13px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    text-align: right
}

.bonus-block-decors div {
    position: absolute;
    z-index: 2;
    pointer-events: none
}

.reviews-card-text::before {
    left: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    border-radius: 0 0 32px 32px;
    background: linear-gradient(180deg, rgba(6, 12, 26, 0)0, #060c1a 100%);
    transition: all .3s ease 0s
}

.contacts-map {
    width: 100%;
    height: 100%;
    flex: 1 1 auto
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 48px
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 1000px;
    transition: background-color .3s ease 0s, color .3s ease 0s
}

.button-icon.button-blue {
    background-color: var(--blue-300);
    color: var(--white)
}

.button-icon.button-blue:disabled {
    pointer-events: none;
    background-color: var(--white);
    color: var(--grey-300)
}

.button-icon.grey-disabled:disabled {
    pointer-events: none;
    background-color: var(--grey-300);
    color: var(--white)
}

.rating-bar {
    position: relative
}

.rating-bar .rating-bar-active:before {
    content: "★★★★★";
    font-size: 22px;
    line-height: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #f9c316
}

.rating-bar:before {
    content: "★★★★★";
    font-size: 22px;
    line-height: 1;
    color: #858599
}

.rating-bar .rating-bar-active {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.pin-decor {
    z-index: 2;
    width: 25px !important;
    border-radius: 1000px;
    box-shadow: 7px 7px 18px 0 rgba(7, 14, 36, .5), inset 0 0 5px 0 rgba(7, 14, 36, .3)
}

[data-tab-button] {
    padding: 0 20px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 100px;
    transition: background-color .3s ease 0s;
    font-size: 18px;
    background-color: var(--white)
}

[data-tab-button].tab-grey {
    background-color: var(--grey-100);
    flex: 1 1 auto
}

[data-tab-button] i {
    margin-right: 12px;
    display: block;
    flex-shrink: 0
}

[data-tab-button] i img {
    transition: filter .3s ease 0s
}

[data-tab-button] span {
    display: block;
    overflow: hidden;
    transition: color .3s ease 0s;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--grey-300)
}

[data-tab-button].disabled,
[data-tab-button]:disabled {
    pointer-events: none
}

[data-tab-button].is-active {
    pointer-events: none;
    background-color: var(--blue-300)
}

.breadcrumb ul li a,
[data-tab-button].is-active span {
    color: var(--white)
}

[data-tab-button].is-active i img {
    filter: grayscale(1) brightness(10)
}

.spoller {
    height: max-content;
    border-radius: 32px;
    background-color: var(--grey-100)
}

.spoller:not(:last-child) {
    margin-bottom: 12px
}

.spoller button {
    gap: 16px;
    padding: 12px 80px 12px 32px;
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden
}

.spoller button span {
    display: block;
    text-align: left;
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px
}

.spoller button i {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    pointer-events: none;
    border-radius: 50%;
    transition: background-color .3s ease 0s;
    background-color: var(--orange-300)
}

.spoller button i:after,
.spoller button i:before {
    content: "";
    width: 12px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    background-color: var(--white)
}

.spoller button i:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.spoller button.is-active i {
    background-color: var(--white)
}

.spoller button.is-active i:after {
    transform: translate(-50%, -50%) rotate(0)
}

.spoller div {
    padding: 0 80px 26px 32px;
    color: var(--grey-500)
}

.pagination {
    gap: 4px;
    width: auto !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.pagination.grey-disabled .swiper-pagination-bullet {
    background-color: var(--grey-300)
}

.pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 1000px;
    transition: width .5s ease 0s, background-color .5s ease 0s;
    background-color: var(--white)
}

.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 42px;
    background-color: var(--blue-300)
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    transition: border-color .3s ease 0s, background-color .3s ease 0s;
    border: 2px solid transparent;
    background-color: rgba(var(--black-800-rgb), .65)
}

input[type=checkbox]:after {
    content: "";
    width: 4px;
    height: 10px;
    position: absolute;
    inset: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(.8);
    transition: transform .3s ease 0s, opacity .3s ease 0s;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white)
}

input[type=checkbox]:checked:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1)
}

.choices[data-type*=select-one] .choices__inner.error,
input[type=checkbox].error {
    border-color: var(--red-300);
    background-color: rgba(var(--red-300-rgb), .4)
}

.select-field {
    display: flex;
    flex-direction: column
}

.choices {
    width: 100%
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: transparent
}

.choices[data-type*=select-one]:after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50%);
    right: 8px;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    background: url(../assets/img/icons/arrow-dropdown.svg)center/11px 7px no-repeat;
    background-color: rgba(var(--white-rgb), .04);
    border-radius: 50%;
    border: 2px solid transparent
}

.choices[data-type*=select-one].is-open:after {
    transform: translateY(calc(-50%)) rotate(180deg);
    border-color: var(--orange-300);
    border-color: transparent !important
}

.choices__inner {
    min-height: 56px;
    border: 4px solid transparent;
    transition: border-color .3s ease 0s, background-color .3s ease 0s;
    background-color: rgba(var(--black-800-rgb), .64);
    padding: 0 24px !important;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--white)
}

.choices__inner,
.is-flipped.is-open .choices__inner,
.is-open .choices__inner {
    border-radius: 100px
}

.choices__item--selectable[data-value="0"] {
    opacity: .65
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 10px
}

.choices__list--single {
    padding: 0
}

.choices__list--dropdown {
    margin-top: 4px
}

.choices__list--dropdown,
.is-flipped .choices__list--dropdown {
    color: var(--white);
    width: 100%;
    border: 0;
    background-color: #041957;
    border-radius: 24px 14px 14px 24px;
    overflow: visible
}

.choices__list--dropdown .choices__list,
.is-flipped .choices__list--dropdown .choices__list {
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    max-height: 260px
}

.choices__list--dropdown .choices__list::-webkit-scrollbar,
.is-flipped .choices__list--dropdown .choices__list::-webkit-scrollbar {
    width: 10px
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track,
.is-flipped .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
    border-radius: 0 24px 24px 0;
    background: #041957
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb,
.is-flipped .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    background: rgba(var(--white-rgb), .3);
    border-radius: 5px
}

.is-flipped .choices__list--dropdown {
    margin-top: 0;
    margin-bottom: 4px
}

.choices__item.choices__item--choice[data-value="0"] {
    display: none
}

.choices__item.choices__item--choice {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 18px;
    min-height: 48px;
    border-radius: 100px;
    font-size: 18px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background-color .3s, border-color .3s
}

.choices__item.choices__item--choice.is-highlighted {
    background-color: transparent
}

.choices__item.choices__item--choice.is-selected {
    border-color: var(--orange-300);
    background-color: rgba(var(--white-rgb), .04)
}

.breadcrumb {
    padding: 0 var(--container-padding-x);
    padding-bottom: 12px;
    max-width: max-content;
    width: calc(100% + (var(--container-padding-x) + 8px)*2);
    overflow: auto
}

.breadcrumb ul {
    width: max-content;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 48px;
    backdrop-filter: blur(var(--default-blur));
    background-color: rgba(var(--black-800-rgb), .5)
}

.breadcrumb ul li {
    font-size: 14px;
    color: var(--grey-500)
}

.breadcrumb ul li:first-child a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../assets/img/icons/home.svg)
}

.breadcrumb ul li:first-child a,
.breadcrumb ul li:not(:first-child) {
    gap: 8px;
    padding: 6px 12px;
    min-height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    line-height: 1
}

.breadcrumb ul li:not(:last-child) {
    border-right: 1px solid rgba(var(--grey-100-rgb), .04)
}

.text-field,
[data-int-phone-wrap] {
    position: relative
}

.text-field input {
    width: 100%;
    border-radius: 100px;
    border: 4px solid transparent;
    transition: border-color .3s ease 0s, background-color .3s ease 0s;
    background-color: rgba(var(--black-800-rgb), .64);
    font-size: 18px;
    color: var(--white)
}

.text-field input:not([data-int-phone]) {
    padding: 0 24px !important
}

.text-field input[data-int-phone] {
    padding-right: 24px !important
}

.text-field input::placeholder {
    color: rgba(var(--white-rgb), .5)
}

.text-field input:focus {
    border-color: var(--orange-300)
}

.text-field input.error {
    border-color: var(--red-300);
    background-color: rgba(var(--red-300-rgb), .4)
}

.iti--allow-dropdown,
.iti--container {
    width: 100%
}

.iti--container {
    height: 100%;
    top: 0 !important;
    left: 0 !important
}

.iti__flag-container {
    padding: 8px;
    height: 100%;
    pointer-events: auto
}

.iti__selected-flag {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.iti__selected-flag .iti__flag {
    margin-left: 16px;
    border-radius: 3px
}

.iti__selected-flag:before {
    content: "";
    width: 68px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    border: 2px solid transparent;
    transition: border-color .3s ease 0s;
    background-color: rgba(var(--grey-100-rgb), .04) !important
}

.iti__selected-flag[aria-expanded=true]:before {
    border-color: var(--orange-300)
}

.iti__selected-dial-code {
    margin-left: 12px !important;
    padding-left: 32px !important;
    padding-right: 14px !important;
    gap: 16px;
    display: flex;
    align-items: center;
    pointer-events: none;
    font-weight: 700;
    font-size: 18px;
    color: var(--white)
}

.iti__selected-dial-code::after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    background-color: rgba(var(--white-rgb), .24)
}

.iti__arrow {
    width: 10px;
    height: 6px;
    border: 0;
    transition: transform .3s ease 0s;
    background: url(../assets/img/icons/arrow-dropdown.svg)center/contain no-repeat
}

.iti__arrow.iti__arrow--up {
    transform: rotate(180deg)
}

.iti__country-list {
    width: 100%;
    margin-top: 4px;
    padding: 4px;
    border: 0;
    background-color: #041957;
    border-radius: 24px 14px 14px 24px;
    max-height: 260px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    top: 100%
}

.iti__country-list.iti__country-list--dropup {
    margin-bottom: 4px;
    margin-top: 0;
    top: auto;
    bottom: 100%
}

.iti__country-list::-webkit-scrollbar {
    width: 10px
}

.iti__country-list::-webkit-scrollbar-track {
    border-radius: 0 24px 24px 0;
    background: #041957
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: rgba(var(--white-rgb), .3);
    border-radius: 5px
}

.iti__country {
    display: flex;
    padding: 8px 8px 8px 18px;
    min-height: 48px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background-color .3s, border-color .3s
}

.iti__country.iti__active {
    border-color: var(--orange-300);
    background-color: rgba(var(--white-rgb), .04)
}

.iti__country .iti__flag-box {
    overflow: hidden;
    border-radius: 3px
}

.iti__country .iti__flag-box .iti__flag {
    border-radius: inherit
}

.iti__country .iti__country-name {
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis
}

.iti__country .iti__dial-code {
    font-weight: 500;
    font-size: 18px;
    color: rgba(var(--white-rgb), .64)
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important
}

footer nav ul {
    display: flex;
    flex-wrap: wrap
}

.footer-socials,
.iti__country,
footer nav ul li a {
    align-items: center;
    border-radius: 100px
}

footer nav ul li a {
    padding: 0 16px;
    min-height: 48px;
    display: inline-flex;
    justify-content: center;
    transition: color .3s ease, background-color .3s ease;
    background-color: rgba(var(--white-rgb), .04);
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.footer-socials {
    gap: 8px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(var(--grey-100-rgb), .04)
}

.footer-socials a,
.popup {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-socials a {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgba(var(--grey-100-rgb), .04);
    color: var(--grey-300)
}

.footer-socials a svg {
    width: 24px;
    height: 24px;
    pointer-events: none
}

.popup {
    padding: 12px 8px;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
    opacity: 0;
    transition: opacity .5s ease 0s;
    backdrop-filter: blur(4px);
    background-color: rgba(var(--black-800-rgb), .8)
}

.popup,
.popup .iti__flag-container {
    pointer-events: none
}

.popup.is-active {
    opacity: 1
}

.popup.is-active .popup__body {
    transform: scale(1)
}

.popup.is-active,
.popup.is-active .iti__flag-container {
    pointer-events: auto
}

.popup__body {
    margin: auto;
    overflow: hidden;
    transform: scale(.95);
    transition: transform .5s ease 0s
}

.popup__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    border-radius: 50%;
    background-color: rgba(var(--black-800-rgb), .64);
    color: var(--white);
    font-size: 24px
}

html {
    scrollbar-width: auto;
    scrollbar-color: var(--orange-300) var(--white)
}

body::-webkit-scrollbar {
    width: 12px
}

body::-webkit-scrollbar-track {
    background-color: var(--white)
}

body::-webkit-scrollbar-thumb {
    background-color: var(--orange-300);
    border-radius: 20px;
    border: 3px solid var(--white)
}

body::-webkit-scrollbar-thumb:hover {
    background-color: var(--orange-500)
}

@media (any-hover:hover) {

    .header-menu #header-menu>ul>li>a:active,
    .header-menu #header-menu>ul>li>a:hover,
    footer nav ul li a:active,
    footer nav ul li a:hover {
        background-color: rgba(var(--white-rgb), .08);
        color: var(--white)
    }

    .header-language-switch button:active,
    .header-language-switch button:hover,
    .header-menu-toggle:active,
    .header-menu-toggle:hover {
        background-color: rgba(var(--white-rgb), .08)
    }

    .header-fixed-icon--orange:active,
    .header-fixed-icon--orange:hover {
        background-color: var(--orange-500)
    }

    .button-icon.button-blue:active,
    .button-icon.button-blue:hover,
    .header-fixed-icon--blue:active,
    .header-fixed-icon--blue:hover {
        background-color: var(--blue-500)
    }

    .reviews-card:active .reviews-card-text::before,
    .reviews-card:hover .reviews-card-text::before {
        height: 220%
    }

    [data-tab-button]:active:not(.is-active),
    [data-tab-button]:hover:not(.is-active) {
        background-color: var(--grey-100)
    }

    [data-tab-button]:active:not(.is-active).tab-grey,
    [data-tab-button]:hover:not(.is-active).tab-grey {
        background-color: var(--white)
    }

    [data-tab-button]:active:not(.is-active) span,
    [data-tab-button]:hover:not(.is-active) span {
        color: var(--grey-500)
    }

    .spoller button:active:not(.is-active) i,
    .spoller button:hover:not(.is-active) i {
        background-color: var(--orange-500)
    }

    .choices__item.choices__item--choice:active,
    .choices__item.choices__item--choice:hover,
    .iti__country:active,
    .iti__country:hover {
        background-color: rgba(var(--white-rgb), .04)
    }

    .footer-socials a {
        transition: background-color .3s ease 0s, color .3s ease 0s
    }

    .footer-socials a:active,
    .footer-socials a:hover {
        background-color: var(--orange-300);
        color: var(--white)
    }

    .popup__close {
        transition: background-color .3s ease 0s
    }

    .popup__close:active,
    .popup__close:hover {
        background-color: rgba(var(--black-800-rgb), .6)
    }
}

@media (min-width:430px) {
    .contacts-map iframe {
        min-height: 350px
    }
}

@media (min-width:768px) {
    .breadcrumb {
        width: calc(100% + (var(--container-padding-x) + 12px)*2)
    }

    .breadcrumb ul li {
        font-size: 16px
    }

    .breadcrumb ul li:first-child a:before {
        width: 22px;
        height: 22px
    }

    .breadcrumb ul li:first-child a,
    .breadcrumb ul li:not(:first-child) {
        gap: 10px;
        padding: 6px 12px;
        min-height: 40px
    }
}

@media (min-width:1024px) {

    .breadcrumb ul li,
    body {
        font-size: 18px
    }

    .header-menu #header-menu>ul {
        align-items: center;
        flex-wrap: wrap
    }

    .header-menu #header-menu>ul>li>a {
        min-height: 48px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(var(--white-rgb), .65)
    }

    .header-menu #header-menu>ul>li>a svg {
        transition: transform .3s ease
    }

    .header-menu #header-menu>ul>li>a.is-active {
        background-color: rgba(var(--white-rgb), .08);
        color: var(--white)
    }

    .header-menu #header-menu>ul>li>a.is-active svg {
        transform: rotate(180deg)
    }

    .header-menu #header-menu>ul>li .header-menu-sub {
        margin-top: 4px;
        width: 100%;
        display: grid;
        grid-template-columns: minmax(300px, 29%) 1fr;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        border-radius: 40px;
        backdrop-filter: blur(var(--default-blur));
        transition: opacity .3s ease, max-height .3s ease;
        background-color: rgba(var(--black-800-rgb), .65);
        color: var(--white)
    }

    .header-menu #header-menu>ul>li .header-menu-sub.is-active {
        opacity: 1;
        pointer-events: auto
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list {
        padding: 24px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list span {
        display: block;
        font-weight: 600;
        font-size: 18px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list span:not(:last-child) {
        margin-bottom: 16px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul {
        row-gap: 4px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li {
        position: relative
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a {
        padding: 8px 52px 8px 8px;
        min-height: 60px;
        display: flex;
        align-items: center;
        position: relative
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:after {
        display: block;
        position: absolute;
        pointer-events: none;
        transition: all .3s ease 0s
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:before {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
        transition: opacity .3s ease 0s;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        border-radius: 100px;
        background-color: rgba(var(--white-rgb), .04)
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:after {
        content: "";
        width: calc(100% - 64px);
        height: 1px;
        bottom: 0;
        right: 0;
        background-color: rgba(var(--white-rgb), .08)
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a i {
        margin-right: 16px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: var(--blue-300)
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a span {
        font-size: 16px;
        font-weight: 500
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li:after {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        pointer-events: none;
        flex-shrink: 0;
        transform: translateY(-50%);
        background-image: url(../assets/img/icons/arrow-top-right.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-main {
        border-right: 1px solid rgba(var(--white-rgb), .04)
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-main ul {
        display: flex;
        flex-direction: column
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-others ul {
        column-gap: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

    .header-language-switch button i,
    .header-language-switch button svg,
    .header-language-switch ul li a i,
    .header-menu-toggle,
    .header-wrapper {
        display: none
    }

    .header-language-switch button {
        min-width: 64px;
        border-radius: 50%
    }

    .header-language-switch ul {
        margin-top: 12px;
        padding: 8px;
        row-gap: 8px;
        min-width: calc(100% + 16px);
        max-height: 368px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100px;
        backdrop-filter: blur(var(--default-blur));
        background-color: rgba(var(--black-800-rgb), .65)
    }

    .header-language-switch ul li a {
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        aspect-ratio: 1/1;
        transition: background-color .3s ease
    }

    .header-language-switch ul li.is-active a {
        background-color: var(--orange-300)
    }

    .main-block-labels div {
        padding: 24px;
        border-radius: 32px
    }

    .main-block-labels div b {
        font-size: 40px
    }

    .review-slider-button {
        background-color: transparent !important;
        transition: all .3s ease 0s
    }

    .review-slider-button.swiper-button-disabled {
        opacity: 0 !important;
        pointer-events: none
    }

    .review-slider-button::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-color: var(--blue-300);
        z-index: -1;
        transition: all .3s ease 0s
    }

    .breadcrumb {
        padding-bottom: 16px
    }

    .breadcrumb ul li:first-child a:before {
        width: 24px;
        height: 24px
    }

    .breadcrumb ul li:first-child a,
    .breadcrumb ul li:not(:first-child) {
        gap: 12px;
        padding: 8px 12px;
        min-height: 44px
    }
}

@media (min-width:1024px) and (any-hover:hover) {

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a,
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a i {
        transition: background-color .3s ease 0s
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:active:before,
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:hover:before {
        opacity: 1
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:active:after,
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:hover:after {
        opacity: 0
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:active i,
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:hover i {
        background-color: var(--orange-300)
    }

    .header-language-switch ul li:not(.is-active) a:active,
    .header-language-switch ul li:not(.is-active) a:hover {
        background-color: rgba(var(--white-rgb), .04)
    }

    .review-slider-button:hover:after {
        transform: scale(1.28);
        background-color: var(--blue-500)
    }
}

@media (min-width:1220px) {
    .header-fixed-icon {
        width: 80px;
        height: 80px
    }

    .main-block-labels div {
        gap: 4px;
        max-width: 218px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        z-index: 1
    }

    .main-block-labels div:not(:last-child) {
        margin-bottom: 0
    }

    .main-block-labels div b {
        min-width: auto;
        min-height: auto;
        display: block
    }
}

@media (max-width:1023.98px) {
    .header-body #header-actions {
        display: none
    }

    .header-body .header-menu #header-actions {
        display: flex
    }

    .header-menu {
        padding: 108px 24px 24px;
        width: 100%;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0;
        z-index: 7;
        pointer-events: none
    }

    .header-menu .header-menu-container {
        max-height: 0;
        height: 100%;
        overflow: hidden;
        transition: max-height .5s ease
    }

    .header-menu .header-menu-body {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: auto;
        border-radius: 40px;
        backdrop-filter: blur(var(--default-blur));
        background-color: #0a145b
    }

    .header-menu #header-menu {
        padding: 16px;
        min-height: 100px;
        flex: 1 1 auto;
        overflow: auto
    }

    .header-menu #header-menu>ul {
        gap: 8px;
        flex-direction: column
    }

    .header-menu #header-menu>ul>li>a {
        width: 100%;
        min-height: 62px;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: var(--white)
    }

    .header-menu #header-menu>ul>li>a svg {
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
        transition: transform .3s ease
    }

    .header-menu #header-menu>ul>li>a.is-active svg {
        transform: translateY(-50%) rotate(180deg)
    }

    .header-menu #header-menu>ul>li .header-menu-sub {
        margin-top: 4px;
        border-radius: 32px;
        backdrop-filter: blur(var(--default-blur));
        background-color: rgba(var(--white-rgb), .04);
        color: var(--white)
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list {
        padding: 16px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list:not(:last-child) {
        border-bottom: 1px solid rgba(var(--white-rgb), .04)
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list span {
        display: block;
        font-weight: 600;
        font-size: 16px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list span:not(:last-child) {
        margin-bottom: 4px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul {
        display: flex;
        flex-direction: column
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a {
        padding: 8px;
        min-height: 48px;
        display: flex;
        align-items: center;
        border-radius: 16px
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a i {
        margin-right: 16px;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        opacity: .65
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:after {
        content: "";
        margin-left: auto;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        background-image: url(../assets/img/icons/arrow-top-right.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-main ul li:not(:last-child),
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-others ul li {
        position: relative
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-main ul li:not(:last-child):after,
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list.header-menu-sub-list-others ul li:after {
        content: "";
        width: calc(100% - 12px);
        height: 1px;
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        pointer-events: none;
        background-color: rgba(var(--white-rgb), .08)
    }

    .header-menu.is-active .header-menu-container {
        max-height: 100%
    }

    .header-menu.is-active .header-menu-body {
        pointer-events: auto
    }

    .header-language-switch button {
        width: 100%;
        border-radius: 100px
    }

    .header-language-switch ul {
        margin-bottom: 4px;
        padding: 4px;
        row-gap: 4px;
        width: 100%;
        max-height: 160px;
        bottom: 100%;
        left: 0;
        border-radius: 24px;
        backdrop-filter: blur(var(--default-blur));
        background-color: rgba(var(--white-rgb), .04)
    }

    .header-language-switch ul li a {
        padding: 8px;
        min-height: 48px;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        transition: background-color .3s ease, border-color .3s ease;
        border: 2px solid transparent
    }

    .header-language-switch ul li.is-active a {
        border-color: var(--orange-300);
        background-color: rgba(var(--white-rgb), .04)
    }

    .spoller button {
        padding: 12px 80px 12px 24px
    }

    .spoller div {
        padding: 0 80px 16px 24px
    }

    footer nav ul {
        gap: 8px;
        flex-direction: column;
        flex-wrap: nowrap
    }

    footer nav ul li a {
        width: 100%
    }
}

@media (max-width:1023.98px) and (any-hover:hover) {
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a {
        transition: background-color .3s ease 0s
    }

    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:active,
    .header-menu #header-menu>ul>li .header-menu-sub .header-menu-sub-list ul li a:hover {
        background-color: rgba(var(--white-rgb), .04)
    }

    .header-language-switch ul li:not(.is-active) a:active,
    .header-language-switch ul li:not(.is-active) a:hover {
        background-color: rgba(var(--white-rgb), .04)
    }
}

@media (max-width:1023.98px) and (max-width:767.98px) {
    .header-menu {
        padding: 96px 20px 20px
    }
}

@media (max-width:768px) {
    [data-tab-button] {
        width: auto
    }
}

@media (max-width:767.98px) {
    .header-menu-toggle {
        min-height: 56px;
        padding: 0 16px
    }
}