﻿header {
}

.header-top-full {
    background: #F2FBFF;
    height: 50px;
    pointer-events: all;
}

.header-banner .decor-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.header-banner .decor-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    /* display: none; */
}

.header-banner-item {
    position: relative;
}

.swiper-slide-active .header-banner-item img {
    animation: bgZoomIn 4s ease-in-out 1 forwards;
}

.swiper-slide-next .header-banner-item img {
    animation: bgZoomOut 4s ease-in-out 1 forwards;
}

@keyframes bgZoomIn {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes bgZoomOut {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}

.swiper.sliderbanner .swiper-pagination {
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
    list-style-type: none;
    display: flex;
    left: auto;
    width: max-content;
    right: 46%;
    bottom: 20px;
    opacity: 0;
}

    .swiper.sliderbanner .swiper-pagination span.swiper-pagination-bullet {
        background: transparent;
        border: 1px solid #ffffff;
        border-radius: 0;
        transform: rotate(44deg);
        margin: 7px 5px;
    }

        .swiper.sliderbanner .swiper-pagination span.swiper-pagination-bullet:hover {
            background: #fff;
            opacity: 1;
        }

        .swiper.sliderbanner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
            cursor: pointer;
            display: inline-block;
            display: inline-block;
            line-height: 1;
            width: 11px;
            height: 11px;
            background: #fff;
            transform: rotate(44deg);
        }

.header-banner-item::before {
    content: '';
    position: absolute;
    width: 100%;
}

.header-banner-item::after {
    content: '';
    position: absolute;
    width: 100%;
}

.header-wrap-right {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header-nav-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header.fix .header-container {
}

    .header.fix .header-container::before {
        backdrop-filter: blur(109px);
        opacity: 1;
    }

.header-top-h {
    display: none;
}

.header {
    width: 100%;
    z-index: 99999999999999;
}

    .header .grid.wide {
        position: relative;
    }

.header-container {
    position: relative;
    z-index: 999999999999;
    width: 100%;
}

.header-logo {
    position: relative;
    flex: 1 1 0;
}

    .header-logo img {
    }

.header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 40px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    padding-left: 19px;
    padding-right: 6px;
    background: #F2FBFF;
}

.header-info {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

a.contact-header-top {
    color: #071E8A;
    font-family: 'WIXMADEFORDISPLAY-SEMIBOLD';
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
}

    a.contact-header-top:hover {
        color: #daad31;
    }

.header-info-item {
    display: flex;
}

.header-nav-top a.item:hover {
    color: #D49C03;
}

.header-info-item.tel:hover .header-info-icon svg path {
    fill: #fff;
}

.header-info-item.tel span {
    text-align: center;
    font-family: Inter_24pt-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    color: #fff;
}

.header-info.header-full-phone {
    border-radius: 30px;
    padding: 6px 10px 7px 11px;
    transition: all .3s;
    margin-right: 6px;
    background: linear-gradient(270deg, #DC0D15 0%, #FF7677 43.36%, #980303 100%);
}

a.header-tel-two {
    font-family: Inter_24pt-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    margin-left: 4px;
}

.header-info-item.tel span a {
    position: relative;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .2s;
}

    .header-info-item.tel span a::after {
        content: '';
        position: absolute;
        width: 0%;
        height: 1px;
        background-color: #333;
        border-radius: 3px;
        transition: all linear .2s;
        left: 0;
        top: calc(100% + 4px);
    }

    .header-info-item.tel span a:hover {
        color: #333;
    }

        .header-info-item.tel span a:hover::after {
            width: 100%;
            transition: 0.8s cubic-bezier(.3,1.6,.3,1);
        }

    .header-info-item.tel span a:last-child::before {
        width: 4px;
        height: 2px;
        content: '';
        position: absolute;
        background-color: var(--default-color-2);
        left: -8px;
        transform: translateY(2px);
    }

.header-info-item span {
    display: flex;
    align-items: center;
    transition: all linear .2s;
}

.l-header-compa h5 {
    margin: 0;
    font-family: 'Inter_24pt-Medium';
    margin-left: 4px;
    color: #664727;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.l-header-compa {
    display: flex;
    align-items: center;
}

.header-info-item.tel {
    align-items: center;
}

    .header-info-item.tel:hover span {
        color: #fff;
    }

.header-info.header-full-phone:hover {
    background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
}

.header-info-icon {
    margin-right: 5px;
    transform: translateY(1px);
}

.header-nav {
    display: flex;
    align-items: center;
    transition: all ease .2s;
    position: relative;
    width: 100%;
    flex: 1;
    justify-content: space-between;
}

    .header-nav .nav-list {
        display: flex;
        align-items: center;
    }

    .header-nav .nav-item {
        position: relative;
    }

.header-b-full {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 59px;
    background: linear-gradient(90deg, #937548 0%, #BF9050 20.5%, #83693E 43%, #A18051 65%, #826B41 86.5%, #B88941 100%);
}

    .header-b-full:before {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
    }

    .header-b-full:after {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        pointer-events: unset;
        z-index: 0;
    }

a.header-logo-side-h img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header.fix .header-b-full a.header-logo-side-h .demo-bb svg {
    width: 100px;
    height: 100%;
}

.header.fix .header-b-full {
    position: fixed;
    background-color: #fff;
    padding: 5px 0;
    transition: all .5s ease;
    height: auto;
}

    .header.fix .header-b-full a.header-logo-side-h .demo-bb {
    }

    .header.fix .header-b-full a.header-logo-side-h img {
        width: 58px;
    }

.header.fix .header-nav.grid.wide {
    justify-content: center;
}

a.header-logo-side-h .demo-bb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
}

a.header-logo-side-h {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search img {
    width: 24px;
    height: 24px;
}

ul.nav-list.rs.nav-left-header-menu li.nav-item:nth-child(1) a.nav-link {
    margin-left: 0;
}

ul.nav-list.rs.nav-left-header-menu li:nth-child(5) .nav-link {
    margin-right: 35px;
}

ul.nav-list.rs.nav-right-header-menu li:nth-child(1) .nav-link {
    margin-left: 35px;
}

.header-nav .nav-link {
    padding: 18px 0px;
    margin: 0 26px;
    color: #FFF;
    font-family: Inter_24pt-Medium;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    transition: all linear .2s;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 100;
}

    .header-nav .nav-link:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 8px;
        left: 0;
        content: "";
        display: block;
        height: 1px;
        transform: scaleX(0);
        width: 100%;
        position: absolute;
        background: #fff;
        transform-origin: bottom right;
        transition: transform .4s ease 0s, left .4s ease 0s;
    }

.header-nav-top {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

    .header-nav-top .icon {
        margin-right: 4px;
        display: flex;
        align-items: center;
    }

    .header-nav-top .item:nth-child(1) {
        margin-left: 0;
    }

    .header-nav-top .item {
        font-size: 14px;
        font-family: 'WixMadeforDisplay-SemiBold';
        position: relative;
        display: flex;
        align-items: center;
        color: var(--default-color-1);
        width: max-content;
        padding: 4px 8px;
    }

        .header-nav-top .item.active {
            color: #D49C03;
        }

        .header-nav-top .item:nth-child(1):after {
            content: "";
            position: absolute;
            width: 1px;
            height: 12px;
            background: #333;
            right: 0;
            top: 7px;
        }

.header-nav.ru .nav-link {
    font-size: 12px;
}

.header-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    background: rgba(25, 67, 125, 0.30);
    right: 0;
    display: none;
}

.header-nav .nav-link:hover {
}

.header-nav.white .nav-link:hover {
    /* background-color: var(--default-color-1); */
    /* color: #fff; */
}

.header-nav .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.header-nav .nav-drop {
    position: absolute;
    background-color: #fff;
    padding: 0px 0;
    opacity: 0;
    left: 0;
    top: calc(100% + 15px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

.header-nav .nav-item:hover .nav-drop {
    pointer-events: all;
    opacity: 1;
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header-nav .nav-drop-link {
    color: #333;
    transition: all linear .2s;
    padding: 8px 16px;
    white-space: nowrap;
    font-size: 15px;
}

    .header-nav .nav-drop-link:hover {
        color: #fff;
        background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
    }

.header-search {
    position: relative;
    color: #454243;
    font-size: 18px;
    cursor: pointer;
    height: 100%;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-search:hover::before {
        display: block;
    }

    .header-search::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 40px;
        top: calc(100%);
        right: 0;
        display: none;
    }

    .header-search .search-drop {
        height: 35px;
        position: absolute;
        right: 0;
        top: calc(100% + 4px);
        display: flex;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 0 6px 0 #00000042;
        border-radius: 3px;
        transform: translateY(15px);
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        transition: 0.6s cubic-bezier(.3,2,.3,1);
    }

    .header-search:hover .search-drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .header-search .search-drop input {
        border: none;
        outline: none;
        background: transparent;
        height: 100%;
        padding: 0 10px;
    }

        .header-search .search-drop input::placeholder {
            font-size: 13px;
        }

    .header-search .search-drop a {
        height: 100%;
        width: 38px;
        background: linear-gradient(270deg, #DC0D15 0%, #FF7677 43.36%, #980303 100%);
        color: #fff;
        font-size: 12px;
    }

.header-top-btn {
    font-size: 14px;
    color: #fff;
    background-color: var(--default-color-1);
    padding: 0 16px;
    transition: all linear .2s;
    text-transform: capitalize;
    font-family: 'avertaSTDSB';
    border-radius: 55px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

    .header-top-btn:hover {
        background-color: #fff;
    }

    .header-top-btn .decor {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 14px;
        color: var(--default-color-1);
        text-transform: capitalize;
        font-family: 'avertaSTD';
        width: 100%;
        background-color: #fff;
        height: 100%;
        border-radius: 0;
    }

.btn-menu-rs {
    font-size: 24px;
    margin: 0 25px;
    display: none !important;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#google_translate_element .goog-te-gadget-simple {
    display: flex;
    align-items: center;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex;
    align-items: center;
}

.header-banner {
    position: relative;
}

/*RS*/
@media(max-width: 1023px) {
    .header-info-item:first-child {
        display: none;
    }

    .header-nav-top {
        display: none;
    }

    .header-top-h {
        border-bottom: 1px solid #e9e8e8;
        display: block;
        background: url(/Design/img/GrandHotel/bb.png) no-repeat;
        background-size: cover;
    }

    .home-about-tel img {
        width: 14%;
        display: none;
    }

    .home-about-tel {
        display: flex !important;
        align-items: center;
        z-index: 2;
        position: relative;
        margin-left: 5px;
        margin-right: 12px;
    }

        .home-about-tel img {
        }

        .home-about-tel .content {
            padding-left: 5px;
        }

        .home-about-tel h3 {
            margin: 0;
            font-size: 15px;
            font-weight: 100;
        }

        .home-about-tel span {
            color: #BE090E;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
        }

        .home-about-tel:hover span {
            background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .home-about-tel span {
            font-size: 14px;
            display: flex;
        }

            .home-about-tel span a:nth-child(1) {
                margin-right: 2px;
            }

            .home-about-tel span a:nth-child(2) {
                margin-left: 2px;
            }

    .header-nav-top .item:nth-child(1):after {
        top: 8px;
        right: -1px;
    }

    .btn-menu-rs svg path {
        fill: #BE090E;
    }

    .item.btn-menu-rs.flex-center svg.menu-icon {
        width: 30px;
        height: 30px;
    }

    .header-nav-top .icon img {
        margin-right: 4px;
        width: 100%;
        height: 100%;
    }

    .header-top {
        padding: 0 10px;
        display: none;
    }

    .header-info-item.tel span {
        font-size: 14px;
    }

    .header-info-item.tel {
        margin-left: 0;
    }

    .header-top-btn {
    }

    .header-nav .nav-list {
        display: none;
    }

    .btn-menu-rs {
        display: flex !important;
        border: 1.5px solid #D49C03;
    }

    .header-nav {
        justify-content: end;
        display: flex;
        justify-content: flex-end;
    }

    span.hotline-f-bb {
        font-family: 'WixMadeforDisplay-SemiBold';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        background: linear-gradient(90deg, #0A2D7C 0%, #1D79D0 20.5%, #071E8A 43%, #0E5BB9 65%, #072582 86.5%, #1591F0 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .header-b-full {
        background: no-repeat;
        height: auto;
    }

        .header-b-full:before {
            content: unset;
        }

    .header-top-full {
        width: 100%;
        height: 100%;
        display: block;
    }

    .header-b-full:after {
        content: unset;
    }

    .header.fix .header-container {
        box-shadow: 0 0 10px 0 #3333333d;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
    }

    .header.fix .header-nav.grid.wide {
        justify-content: unset;
    }

    .header.fix .header-b-full {
        position: unset;
    }

    a.home-about-tel.none {
        display: flex !important;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-search {
        margin-right: 15px;
    }
}

@media(max-width:739px) {
    .header-container {
        height: auto;
        padding: 8px 0;
        padding-left: 4px;
        display: flex;
        align-items: center;
        justify-content: end;
        -webkit-justify-content: flex-end;
    }

    .hotel-name-mobile.none {
        display: block !important;
    }

    .header-nav-top .item:nth-child(3) {
        margin-right: 0;
    }

    .header-wrap-right {
        padding: 0;
        align-items: end;
        align-items: flex-end;
        align-items: self-end;
        width: 80%;
    }

    .header {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
    }

    .header-logo img {
        width: 95px;
        height: auto;
    }

    .header-info-item {
    }

    .header.df {
        background-color: var(--header-color);
        position: relative;
    }

        .header.df .header-container {
            background-color: transparent;
        }

    .header-top-btn {
        white-space: nowrap;
        font-size: 10px;
        padding: 7px 14px;
        background-color: var(--default-color-1);
        color: #fff;
        height: auto;
    }

    .btn-menu-rs {
        margin: 0;
    }

    .header-top-btn .decor {
        white-space: nowrap;
        font-size: 10px;
        background-color: var(--default-color-2);
        color: #fff;
    }

    .header-top {
        background-image: unset;
        width: fit-content;
        height: 29px;
        padding: 0;
        background-color: transparent;
    }

    .header-search {
        margin-right: 0;
        margin: 0 20px;
        margin-right: 0;
    }

    .header-logo {
        position: absolute;
        transform: translateY(-21px);
        margin-top: 0;
        display: block !important;
        left: 1px;
    }

    .header-top-container {
        padding-left: 0;
    }

    .header-nav {
        height: auto;
        padding: 5px 0;
    }

    .header-nav-right {
        position: absolute;
        right: 0;
        display: none;
    }

    a.header-logo-side-h {
        display: none;
    }

    .header-language-item span {
        font-size: 11px;
    }

    .hotel-name-mobile h2 {
        margin: 0;
        font-family: 'MonteCarlo-Regular';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    .hotel-name-mobile {
    }

    .header-nav-top .item {
        margin: 0 2px !important;
        color: #000;
        padding: 5px 6px;
        font-size: 12px;
    }

    .header-container-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header.fix .header-container a.header-logo {
        margin-top: 0;
        position: relative;
        left: unset;
        transform: none;
    }

        .header.fix .header-container a.header-logo img {
            width: 54px;
        }

    .header-nav-top .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 17px;
        height: 17px;
    }

    .header-nav-top .item:nth-child(1) {
        padding-left: 0;
    }

    .header-info-item {
        display: flex;
        margin: 0 !important;
        border-radius: 10px;
        background: #166d9c;
        padding: 5px 8px;
    }

    .header .grid.wide {
        padding: 0 5px !important;
    }

    .header-nav {
        padding: 0;
        margin-top: 8px;
    }

    .header.fix .header-container {
        padding: 5px 6px;
        transition: all .5s ease;
    }

        .header.fix .header-container::before {
        }
}