#footer.site-footer {
    --footer-ink: #f4fbff;
    --footer-muted: rgba(226, 241, 250, .78);
    --footer-soft: rgba(255, 255, 255, .07);
    --footer-line: rgba(180, 218, 240, .18);
    --footer-blue: #8bd4ff;
    --footer-accent: #25a6d9;
    position: relative;
    background: transparent;
    color: #17324d;
    overflow: hidden;
}

#footer .site-footer__main:before,
#footer .site-footer__main:after {
    content: "";
    position: absolute;
    pointer-events: none;
}

#footer .site-footer__main:before {
    top: -140px;
    right: -90px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(139, 212, 255, .12);
    box-shadow: -180px 150px 0 rgba(37, 166, 217, .055);
}

#footer .site-footer__main:after {
    left: 6%;
    right: 6%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139, 212, 255, .78), transparent);
    box-shadow: 0 0 30px rgba(139, 212, 255, .35);
}

#footer.site-footer a {
    color: inherit;
}

#footer .container {
    position: relative;
    max-width: var(--site-shell-max-wide, 1300px);
}

@media (min-width: 768px) {
    #footer .container {
        width: calc(100% - 30px);
    }
}

#footer .site-footer__border {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139, 212, 255, .62), transparent);
}

#footer .site-footer__main {
    position: relative;
    z-index: 1;
    padding: 44px 0 0;
    color: var(--footer-muted);
    background:
        radial-gradient(circle at 10% 10%, rgba(49, 171, 215, .24) 0, rgba(49, 171, 215, 0) 18%),
        radial-gradient(circle at 88% 8%, rgba(124, 218, 255, .18) 0, rgba(124, 218, 255, 0) 20%),
        radial-gradient(circle at 22% 86%, rgba(34, 137, 188, .17) 0, rgba(34, 137, 188, 0) 19%),
        radial-gradient(circle at 78% 78%, rgba(18, 118, 160, .16) 0, rgba(18, 118, 160, 0) 21%),
        linear-gradient(135deg, #071e32 0%, #0b3353 42%, #071d31 100%);
}

#footer .site-footer__staff {
    position: relative;
    z-index: 3;
    padding: 54px 0 48px;
    background:
        radial-gradient(circle at 10% 10%, rgba(37,166,217,.12), transparent 24%),
        radial-gradient(circle at 92% 18%, rgba(15,84,130,.12), transparent 26%),
        linear-gradient(180deg, #f7fcff 0%, #eef7fb 100%);
    color: #17324d;
}

#footer .site-footer__staff-head {
    display: grid;
    justify-items: center;
    gap: 18px;
    margin-bottom: 26px;
    text-align: center;
}

#footer .site-footer__staff-copy {
    max-width: 780px;
}

#footer .site-footer__staff-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #0f6da8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#footer .site-footer__staff-head h2 {
    margin: 0;
    color: #132b44;
    font-size: 36px;
    line-height: 1.15;
}

#footer .site-footer__staff-head p {
    max-width: 680px;
    margin: 8px auto 0;
    color: #667b90;
    font-size: 15px;
    line-height: 1.65;
}

#footer .site-footer__staff-all {
    display: inline-flex;
    align-items: center;
    justify-self: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(15,109,168,.18);
    border-radius: 999px;
    background: #fff;
    color: #0f5482;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(18,48,77,.06);
}

#footer .site-footer__staff-all:hover,
#footer .site-footer__staff-all:focus {
    background: #0f5482;
    color: #fff;
    text-decoration: none;
}

#footer .site-footer__staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
}

#footer .site-footer__staff-card {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-height: 156px;
    padding: 18px 58px 18px 18px;
    border: 1px solid rgba(15,62,98,.11);
    border-radius: 22px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 42px rgba(18,48,77,.08);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#footer .site-footer__staff-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15,109,168,.28);
    background: #fff;
    box-shadow: 0 24px 54px rgba(18,48,77,.14);
}

#footer .site-footer__staff-avatar {
    display: flex;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15,109,168,.12);
    border-radius: 24px;
    background: #e8f5fb;
    color: #0f6da8;
    overflow: hidden;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,.65);
}

#footer .site-footer__staff-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer .site-footer__staff-info {
    min-width: 0;
}

#footer .site-footer__staff-info h3,
#footer .site-footer__staff-info p,
#footer .site-footer__staff-info a {
    margin: 0;
}

#footer .site-footer__staff-role {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    max-width: 100%;
    margin-bottom: 7px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e7f6fb;
    color: #0f6da8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .04em;
}

#footer .site-footer__staff-info h3 {
    color: #132b44;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
}

#footer .site-footer__staff-info p {
    margin-top: 4px;
    color: #6b7f91;
    font-size: 13px;
    line-height: 1.45;
}

#footer .site-footer__staff-contact {
    display: grid;
    gap: 5px;
    margin-top: 10px;
}

#footer .site-footer__staff-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    color: #0f5482;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer .site-footer__staff-contact a i {
    color: #2298ca;
}

#footer .site-footer__staff-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
}

#footer .site-footer__staff-actions a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15,109,168,.12);
    border-radius: 999px;
    background: #f2f9fc;
    color: #0f5482;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

#footer .site-footer__staff-actions a:hover,
#footer .site-footer__staff-actions a:focus {
    transform: translateY(-2px);
    background: #0f6da8;
    color: #fff;
    text-decoration: none;
}

#footer .site-footer__staff-chat {
    display: inline-flex;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f6da8 0%, #20b7c8 100%);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(15,109,168,.25);
}

#footer .site-footer__staff-chat:hover,
#footer .site-footer__staff-chat:focus {
    background: #0b3c61;
    color: #fff;
    text-decoration: none;
}

#footer .site-footer__partners {
    position: relative;
    z-index: 2;
    padding: 56px 0 52px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(238,249,248,.98)),
        radial-gradient(circle at 12% 20%, rgba(14,128,106,.08), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(37,166,217,.08), transparent 24%);
    color: #17324d;
}

#footer .site-footer__partners-head {
    margin: 0 auto 28px;
    max-width: 760px;
    text-align: center;
}

#footer .site-footer__partners-head h2 {
    margin: 0;
    color: #132b44;
    font-family: inherit;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.22;
}

#footer .site-footer__partners-head p {
    margin: 8px 0 0;
    color: #7b8ca0;
    font-size: 17px;
}

#footer .site-footer__partner-slider {
    position: relative;
    margin: 0 -10px;
    padding: 8px 10px 4px;
}

#footer .site-footer__partner-track {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

#footer .site-footer__partner-track::-webkit-scrollbar {
    display: none;
}

#footer .site-footer__partner-card {
    display: flex;
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 0;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0px 20px;
    border: 1px solid rgba(14, 128, 106, .16);
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    color: #2d3a42;
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
    box-shadow: 0 14px 32px rgba(18, 48, 77, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

#footer .site-footer__partner-card:hover,
#footer .site-footer__partner-card:focus {
    transform: translateY(-4px);
    border-color: rgba(14, 128, 106, .42);
    background: #fff;
    color: #132b44;
    text-decoration: none;
    box-shadow: 0 22px 44px rgba(18, 48, 77, .14);
}

#footer .site-footer__partner-logo {
    display: flex;
    width: 100%;
    height: 112px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(14, 128, 106, .1);
    border-radius: 24px;
    background: #f7fbfb;
}

#footer .site-footer__partner-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(18%);
    opacity: .9;
    transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}

#footer .site-footer__partner-card:hover img,
#footer .site-footer__partner-card:focus img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

#footer .site-footer__partner-card strong {
    color: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0;
}

#footer .site-footer__partner-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
    border: 1px solid rgba(22, 50, 79, .14);
    border-radius: 999px;
    background: #16324f;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 16px 32px rgba(17, 49, 78, .2);
    transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

#footer .site-footer__partner-nav--prev {
    left: 0;
    transform: translateX(-6px);
}

#footer .site-footer__partner-nav--next {
    right: 0;
    transform: translateX(6px);
}

#footer .site-footer__partner-slider:hover .site-footer__partner-nav:not(.is-hidden),
#footer .site-footer__partner-slider:focus-within .site-footer__partner-nav:not(.is-hidden) {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

#footer .site-footer__partner-nav:hover,
#footer .site-footer__partner-nav:focus {
    background: #102842;
    color: #fff;
}

#footer .site-footer__partner-nav:disabled {
    opacity: .28 !important;
    cursor: default;
}

#footer .site-footer__partner-nav.is-hidden {
    display: none;
}

#footer .site-footer__grid {
    display: grid;
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
    gap: 24px;
    align-items: start;
}

#footer .site-footer__brand,
#footer .site-footer__trust {
    padding: 22px;
    border: 1px solid var(--footer-line);
    border-radius: 24px;
    background: var(--footer-soft);
}

#footer .site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
}

#footer .site-footer__logo {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 10px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
}

#footer .site-footer__logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 62px;
}

#footer .site-footer__eyebrow,
#footer .site-footer__social > span,
#footer .site-footer__contact-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--footer-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#footer .site-footer__title {
    margin: 0;
    color: var(--footer-ink);
    font-size: 26px;
    line-height: 1.22;
    font-weight: 800;
}

#footer .site-footer__desc {
    margin: 0;
    color: var(--footer-muted);
    line-height: 1.7;
}

#footer .site-footer__modules {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#footer .site-footer__modules span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: var(--footer-ink);
    font-size: 12px;
    font-weight: 800;
    max-width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
}

#footer .site-footer__quick {
    display: grid;
    gap: 9px;
}

#footer .site-footer__quick a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    color: var(--footer-ink);
    font-weight: 700;
    transition: color .18s ease, transform .18s ease;
}

#footer .site-footer__quick a:hover,
#footer .site-footer__quick a:focus,
#footer .site-footer__group a:hover,
#footer .site-footer__group a:focus {
    color: var(--footer-blue);
    text-decoration: none;
    transform: translateX(2px);
}

#footer .site-footer__social {
    display: grid;
    gap: 10px;
    padding-top: 6px;
}

#footer .site-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#footer .site-footer__social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: var(--footer-ink);
    transition: background .18s ease, transform .18s ease;
}

#footer .site-footer__social-list a:hover,
#footer .site-footer__social-list a:focus {
    background: linear-gradient(135deg, #1e83b7 0%, #24b8c6 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

#footer .site-footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(170px, 1fr));
    gap: 14px;
    padding: 0;
}

#footer .site-footer__group {
    min-width: 0;
    padding: 17px;
    border: 1px solid rgba(180, 218, 240, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .035);
    backdrop-filter: blur(8px);
}

#footer .site-footer__group h3,
#footer .site-footer__trust h3,
#footer .site-footer__payment h3 {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--footer-ink);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

#footer .site-footer__group h3 i,
#footer .site-footer__trust h3 i,
#footer .site-footer__payment h3 i,
#footer .site-footer__contact-heading i {
    color: var(--footer-blue);
}

#footer .site-footer__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .site-footer__group li + li {
    margin-top: 7px;
}

#footer .site-footer__group a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 100%;
    color: var(--footer-muted);
    line-height: 1.5;
    transition: color .18s ease, transform .18s ease;
    overflow-wrap: anywhere;
}

#footer .site-footer__group a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: var(--footer-blue);
}

#footer .site-footer__trust {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 22px;
    align-items: stretch;
    padding: 22px;
    border: 1px solid rgba(180, 218, 240, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .032);
}

#footer .site-footer__trust-card,
#footer .site-footer__payment {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
}

#footer .site-footer__trust-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
}

#footer .site-footer__trust-card h3 {
    grid-column: 1 / -1;
}

#footer .site-footer__payment {
    grid-template-rows: auto auto 1fr;
    padding-top: 0;
    padding-left: 22px;
    border-top: 0;
    border-left: 1px solid rgba(180, 218, 240, .14);
}

#footer .site-footer__tripadvisor {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .075);
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

#footer .site-footer__tripadvisor:hover,
#footer .site-footer__tripadvisor:focus {
    border-color: rgba(128, 202, 247, .24);
    background: rgba(255, 255, 255, .105);
    transform: translateY(-1px);
    text-decoration: none;
}

#footer .site-footer__tripadvisor img {
    width: auto;
    max-width: min(180px, 100%);
    max-height: 86px;
    height: auto;
    object-fit: contain;
}

#footer .site-footer__payment p {
    margin: -2px 0 2px;
    color: var(--footer-muted);
    line-height: 1.6;
}

#footer .site-footer__payment-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-self: end;
}

#footer .site-footer__payment-grid img,
#footer .site-footer__verified img {
    display: block;
    width: 100%;
    height: 48px;
    object-fit: contain;
    padding: 9px 14px;
    border: 1px solid rgba(15, 39, 58, .06);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 18px rgba(3, 18, 32, .08);
}

#footer .site-footer__verified {
    display: inline-flex;
    width: 150px;
}

#footer .site-footer__contact {
    position: relative;
    z-index: 1;
    padding: 24px 0 0;
    margin-bottom: 50px;
}

#footer .site-footer__contact-inner {
    position: relative;
    display: block;
    padding: 22px;
    border: 1px solid var(--footer-line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(139, 212, 255, .15), transparent 34%),
        rgba(255, 255, 255, .055);
    overflow: hidden;
}

#footer .site-footer__contact-heading {
    display: grid;
    align-content: start;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(180, 218, 240, .16);
}

#footer .site-footer__contact-heading strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--footer-ink);
    font-size: 24px;
    line-height: 1.25;
}

#footer .site-footer__contact-content {
    display: grid;
    max-width: none;
    gap: 14px;
    color: var(--footer-ink);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 700;
}

#footer .site-footer__contact-content p {
    margin: 0;
}

#footer .site-footer__contact-line,
#footer .site-footer__company-info,
#footer .site-footer__contact-block {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

#footer .site-footer__contact-line > i,
#footer .site-footer__company-info > i,
#footer .site-footer__contact-block > i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    border: 1px solid rgba(128, 202, 247, .26);
    border-radius: 12px;
    background: rgba(128, 202, 247, .08);
    color: var(--footer-blue);
    text-align: center;
}

#footer .site-footer__contact-block {
    padding: 16px 18px;
    border: 1px solid rgba(180, 218, 240, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .04);
}

#footer .site-footer__contact-block--offices {
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(128, 202, 247, .035));
}

#footer .site-footer__contact-content span {
    color: #ffffff;
    font-weight: 800;
}

#footer .site-footer__contact-text {
    display: block;
    min-width: 0;
    color: var(--footer-ink);
}

#footer .site-footer__contact-label {
    display: block;
    margin-bottom: 8px;
    color: var(--footer-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

#footer .site-footer__contact-text > span {
    display: block;
    margin-right: 0;
}

#footer .site-footer__company-info {
    margin: 0;
}

#footer .site-footer__company-info,
#footer .site-footer__company-info p,
#footer .site-footer__company-info div {
    color: var(--footer-ink);
    line-height: 1.75;
    font-weight: 700;
}

#footer .site-footer__company-copy > *:last-child {
    margin-bottom: 0;
}

#footer .site-footer__contact-content a {
    color: var(--footer-ink);
    font-weight: 800;
    text-decoration: none;
}

#footer .site-footer-office-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

#footer .site-footer-office-list__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px 8px;
    align-items: baseline;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(180, 218, 240, .12);
    border-radius: 14px;
    background: rgba(3, 18, 32, .13);
}

#footer .site-footer-office-list__region {
    color: var(--footer-blue);
    font-weight: 900;
}

#footer .site-footer-office-list__address {
    min-width: 0;
    color: var(--footer-ink);
    font-weight: 700;
    overflow-wrap: anywhere;
}

#footer .site-footer-office-list__map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 5px 9px;
    border: 1px solid rgba(128, 202, 247, .28);
    border-radius: 999px;
    background: rgba(128, 202, 247, .1);
    color: #d9f0ff;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

#footer .site-footer-office-list__map:hover,
#footer .site-footer-office-list__map:focus {
    background: rgba(128, 202, 247, .18);
    color: #fff;
}

#footer .site-footer__contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#footer .site-footer__contact-action {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid rgba(180, 218, 240, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .045);
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

#footer .site-footer__contact-action:hover,
#footer .site-footer__contact-action:focus {
    border-color: rgba(128, 202, 247, .3);
    background: rgba(255, 255, 255, .075);
    color: var(--footer-ink);
    transform: translateY(-1px);
}

#footer .site-footer__contact-action i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    grid-row: span 2;
    border-radius: 12px;
    background: rgba(128, 202, 247, .1);
    color: var(--footer-blue);
}

#footer .site-footer__contact-action span,
#footer .site-footer__contact-action strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

#footer .site-footer__contact-action span {
    color: var(--footer-blue);
    font-size: 13px;
    line-height: 1.2;
}

#footer .site-footer__contact-action strong {
    color: var(--footer-ink);
    font-size: 15px;
    line-height: 1.3;
}

#footer .site-footer__bottom {
    position: relative;
    z-index: 1;
    padding: 16px 0 22px;
    border-top: 1px solid rgba(180, 218, 240, .12);
}

#footer .site-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
}

#footer .site-footer__copyright {
    color: rgba(226, 241, 250, .7);
    line-height: 1.7;
}

#footer .site-footer__copyright a {
    color: var(--footer-ink);
    font-weight: 800;
}

#footer .site-footer__dmca img {
    display: block;
}

#go_top {
    display: none;
    z-index: 99999;
    width: 46px;
    height: 46px;
    position: fixed;
    right: 15px;
    bottom: 90px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2587c7 0%, #145f94 100%);
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(11, 51, 82, .28);
}

#go_top:hover,
#go_top:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.footer-go-top-icon {
    font-size: 30px;
    line-height: 46px;
}

.footer-flash-message {
    position: fixed;
    top: 120px;
    right: 20px;
    z-index: 99999;
}

@media (max-width: 1199px) {
    #footer .site-footer__grid {
        grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    }

    #footer .site-footer__trust {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #footer .site-footer__payment {
        padding-top: 0;
        padding-left: 22px;
        border-top: 0;
        border-left: 1px solid rgba(180, 218, 240, .14);
    }
}

@media (max-width: 991px) {
    #footer .site-footer__grid {
        grid-template-columns: 1fr;
    }

    #footer .site-footer__staff-head {
        display: grid;
    }

    #footer .site-footer__staff-all {
        margin-top: 0;
    }

    #footer .site-footer__partner-track {
        gap: 14px;
    }

    #footer .site-footer__partner-card {
        flex-basis: calc((100% - 28px) / 3);
    }

    #footer .site-footer__trust {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #footer .site-footer__trust-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto 1fr;
    }

    #footer .site-footer__trust-card h3 {
        grid-column: 1 / -1;
    }

    #footer .site-footer__payment {
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid rgba(180, 218, 240, .14);
        border-left: 0;
    }

    #footer .site-footer__payment-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #footer .site-footer__staff {
        padding: 34px 0 30px;
    }

    #footer .site-footer__staff-head h2 {
        font-size: 27px;
    }

    #footer .site-footer__staff-grid {
        grid-template-columns: 1fr;
    }

    #footer .site-footer__staff-card {
        grid-template-columns: 68px minmax(0, 1fr);
        padding: 15px 54px 15px 15px;
        border-radius: 15px;
    }

    #footer .site-footer__staff-avatar {
        width: 68px;
        height: 68px;
        border-radius: 15px;
    }

    #footer .site-footer__staff-chat {
        right: 13px;
        top: 13px;
        width: 36px;
        height: 36px;
    }

    #footer .site-footer__partners {
        padding: 36px 0 30px;
    }

    #footer .site-footer__partners-head {
        margin-bottom: 18px;
        text-align: left;
    }

    #footer .site-footer__partners-head h2 {
        font-size: 29px;
    }

    #footer .site-footer__partners-head p {
        font-size: 14px;
        line-height: 1.55;
    }

    #footer .site-footer__partner-track {
        gap: 12px;
    }

    #footer .site-footer__partner-card {
        flex-basis: calc((100% - 12px) / 2);
        min-height: 184px;
        padding: 20px 16px;
        border-radius: 24px;
    }

    #footer .site-footer__partner-logo {
        height: 104px;
    }

    #footer .site-footer__main {
        padding-top: 26px;
        padding-bottom: 16px;
    }

    #footer .site-footer__trust {
        grid-template-columns: 1fr;
    }

    #footer .site-footer__trust-card {
        grid-template-columns: 1fr;
    }

    #footer .site-footer__links {
        grid-template-columns: 1fr;
    }

    #footer .site-footer__payment {
        padding-top: 16px;
        padding-left: 0;
        border-top: 1px solid rgba(180, 218, 240, .14);
        border-left: 0;
    }

    #footer .site-footer__brand,
    #footer .site-footer__trust {
        padding: 16px;
        border-radius: 18px;
    }

    #footer .site-footer__title {
        font-size: 22px;
        line-height: 1.28;
    }

    #footer .site-footer__logo {
        padding: 8px 12px;
        border-radius: 14px;
    }

    #footer .site-footer__logo img {
        max-width: 185px;
        max-height: 54px;
    }

    #footer .site-footer__group {
        padding: 15px;
        border-radius: 16px;
    }

    #footer .site-footer__group h3,
    #footer .site-footer__trust h3,
    #footer .site-footer__payment h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }

    #footer .site-footer__payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    #footer .site-footer__tripadvisor {
        min-height: 92px;
    }

    #footer .site-footer__tripadvisor img {
        max-height: 74px;
    }

    #footer .site-footer__payment-grid img {
        height: 44px;
        padding: 8px 10px;
    }

    #footer .site-footer__contact-inner {
        padding: 16px;
        border-radius: 18px;
    }

    #footer .site-footer__contact-heading {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    #footer .site-footer__contact-heading strong {
        font-size: 20px;
        line-height: 1.3;
    }

    #footer .site-footer__contact-content {
        font-size: 14px;
        line-height: 1.65;
    }

    #footer .site-footer__contact-block,
    #footer .site-footer__contact-action {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 13px;
        border-radius: 15px;
    }

    #footer .site-footer__contact-block > i,
    #footer .site-footer__contact-action i {
        width: 32px;
        height: 32px;
        border-radius: 11px;
    }

    #footer .site-footer-office-list,
    #footer .site-footer__contact-actions {
        grid-template-columns: 1fr;
    }

    #footer .site-footer-office-list__item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    #footer .site-footer__bottom {
        padding: 14px 0 18px;
    }

    #go_top {
        right: 12px;
        bottom: 76px;
        width: 42px;
        height: 42px;
    }

    .footer-go-top-icon {
        font-size: 27px;
        line-height: 42px;
    }
}

@media (max-width: 520px) {
    #footer .site-footer__partner-card {
        flex-basis: 84%;
    }
}
