﻿header {
}

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

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

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

    .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;
    padding-top: 11px;
    padding-left: 18px;
    width: 84%;
}

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

.header.fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

    .header.fix .header-container::before {
        border-radius: 10px;
    }

    .header.fix .header-container {
        border-radius: 0;
    }

.header-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4.050000190734863px);
    pointer-events: none;
    transition: all linear .3s;
}

.header {
    width: 100%;
    position: relative;
}

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

.header-container {
    position: relative;
    z-index: 999999999999;
    width: 100%;
    display: flex;
    align-items: center;
    height: 112px;
    border-radius: 15px;
    justify-content: space-between;
    padding-right: 22px;
}

.header-logo {
    position: relative;
    transform: translate(41px, -1px);
    flex: 1 1 0;
}

    .header-logo img {
        width: 117px;
        height: 100%;
        border-radius: 50%;
    }

.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: linear-gradient(90deg, #056393 22.73%, #62BCE9 100.43%);
}

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

.header-info-item {
    display: flex;
    align-items: baseline;
    font-family: avertaSTD;
}

.header-info-icon i {
}

.header-info-item span {
    color: #FFFFFF;
    font-size: 14px;
}

.header-info-item.tel span {
    font-family: avertaSB;
    font-size: 16px;
}

    .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;
}

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

    .header-info-item.tel:hover span {
        opacity: 0.8;
    }

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

    .header-info-icon i {
    }

.header.fix .header-nav {
}

.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-nav .nav-link {
        font-family: 'avertaSTD';
        font-size: 17px;
        color: #636363;
        padding: 12px 8px;
        transition: all linear .2s;
        position: relative;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        margin: 0 2px;
        font-weight: 100;
    }

.header-nav-top {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    width: 20%;
    justify-content: end;
    -webkit-justify-content: flex-end;
}

    .header-nav-top .icon {
        margin-right: 4px;
    }

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

    .header-nav-top .item {
        font-size: 12px;
        color: #fff;
        font-family: 'avertaSTD';
        margin: 0 11px;
        position: relative;
        background-color: #fff;
        display: flex;
        align-items: center;
        color: var(--default-color-1);
        border-radius: 55px;
        padding: 4px 8px;
    }

        .header-nav-top .item:hover,
        .header-nav-top .item.active {
            /* text-decoration: underline; */
        }

        .header-nav-top .item:nth-child(1)::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 12px;
            background-color: #FFFFFF;
            opacity: .6;
            right: -12px;
            transform: translateY(1px);
        }

.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 {
    color: var(--default-color-1);
    background-color: #fff;
}

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

.header-nav .nav-item:first-child .nav-link:hover {
}

.header-nav .nav-drop {
    position: absolute;
    background-color: #fff;
    padding: 4px 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: 2px solid #0b6597;
    -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;
}

.header-nav .nav-drop-item {
}

.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-color: var(--default-color-1);
    }

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

    .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;
        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-color: var(--default-color-1);
        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;
    /* margin-left: 34px; */
    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 {
    color: var(--default-color-1);
    font-size: 24px;
    margin: 0 25px;
    display: none !important;
    background-color: #fff;
    color: #1d92ec;
    box-shadow: 0 0 6px 0 #6363635c;
    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 {
}

    #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 {
    /* background-image: url(../../../Design/img/home-banner-bg.png); */
    /* background-size: cover; */
    position: relative;
}

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

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

    .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;
    }

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

    .header.fix .header-container {
        box-shadow: 0 0 10px 0 #3333333d;
    }
}

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

@media(max-width:739px) {
    .header-container {
        top: 0;
        left: 0;
        height: auto;
        padding: 0;
        padding-left: 0;
    }

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

    .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;
    }

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

    .header-logo img {
        width: 130px;
        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 10px;
        margin-right: 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 {
        transform: translateY(0);
    }

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

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

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

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

    .header-top .header-info {
        opacity: 0;
        width: 27%;
        display: none;
    }

    .header-nav-top {
        width: 55%;
        flex: 1 1 0;
    }

    .hotel-name-mobile h2 {
        margin: 0;
        color: var(--default-color-1);
        font-size: 19px;
        font-weight: 100;
        font-family: 'BeauDisM';
        text-transform: capitalize;
        margin-top: 5px;
    }

    .hotel-name-mobile {
        margin-bottom: 6px;
    }

    .header-nav-top .item {
        margin: 0 2px !important;
        background-color: var(--default-color-1);
        color: #fff;
        padding: 5px 13px;
    }

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

    .header .grid.wide {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

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

    .header.fix .header-container {
        position: fixed;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 5px 6px;
    }

        .header.fix .header-container::before {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
}