﻿header {
}

.header-nav.white {
    /* background-color: #fff; */
}

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

.header.fix .header-container {
    position: fixed !important;
}

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

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

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

.header-logo {
    width: 169px;
    transform: translateY(0px);
}

    .header-logo img {
        width: 100%;
        height: auto;
    }

.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: 49px;
    position: relative;
}

    .header-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: var(--default-color-1);
        width: 100%;
        height: 100%;
    }

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

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

.header-info-icon i {
}

.header-info-item.tel span {
    color: #FEF3C6;
    font-family: 'avertaSTD';
    font-size: 17.639px;
    font-style: normal;
    font-weight: 400;
    /* 26.459px */
}

    .header-info-item.tel span strong {
        font-size: 20px;
        font-family: 'avertaSTDSB';
        line-height: normal;
        margin-left: 4px;
    }

.header-info-item.tel:nth-last-child(2):after {
    content: "";
    position: absolute;
    background: #fef3c6;
    right: 0;
    top: 4px;
    width: 2px;
    height: 15px;
}

.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: 14px;
}

    .header-info-item.tel:nth-last-child(2) {
        padding-right: 14px;
        position: relative;
    }

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

.header-info-icon {
    margin-right: 5px;
}

    .header-info-icon i {
    }

.header.fix .header-nav {
    backdrop-filter: blur(20px);
    box-shadow: 0 0 24px 0 #33333330;
    background-color: #333 !important;
}

.header-nav {
    display: flex;
    align-items: center;
    height: 95px;
    transition: all ease .2s;
    position: relative;
    width: 100%;
}

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

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

    .header-nav .nav-link {
        font-family: 'avertaLight';
        color: #FFF;
        text-align: center;
        font-size: 19.473px;
        font-style: normal;
        font-weight: 400;
        line-height: 29.209px;
        text-transform: capitalize;
        padding: 12px 15px;
        transition: all linear .2s;
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 2px;
    }

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

    .header-nav-top .item {
        font-size: 16px;
        color: #FEF3C6;
        font-family: 'avertaSTD';
        margin: 0 10px;
    }

.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;
    box-shadow: 0 0 8px 0 #00000029;
    padding: 4px 0;
    opacity: 0;
    pointer-events: none;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.header-nav .nav-item:hover .nav-drop {
    pointer-events: all;
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
}

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

    .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: 16px;
    color: #fff;
    background-color: var(--default-color-1);
    padding: 8px 20px;
    border-radius: 5px;
    padding-top: 9px;
    transition: all linear .2s;
    margin-left: 34px;
    text-transform: capitalize;
    font-family: 'avertaSTD';
    padding-bottom: 11px;
    display: none;
}

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

.btn-menu-rs {
    color: var(--default-color-1);
    font-size: 24px;
    margin: 0 25px;
    display: none !important;
}

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

.header-banner-item {
    position: relative;
    width: 100%;
    height: 100%;
}

    .header-banner-item .left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

        .header-banner-item .left .title {
            width: 648px;
            margin: 0;
            transform: translateY(200px);
            opacity: 0;
            transition: transform 1000ms ease, opacity 1000ms ease;
            line-height: 110%;
            color: #FFF;
            text-align: center;
            font-family: 'BeauDis';
            font-size: 66.249px;
            font-style: normal;
            font-weight: 400;
            line-height: 74.249px; /* 100% */
        }

        .header-banner-item .left .descript {
            font-size: 40px;
            margin: 0;
            margin-top: 4px;
            width: 600px;
            color: #FFF;
            text-align: center;
            font-family: 'avertaSTDSB';
            font-size: 18.403px;
            font-style: normal;
            font-weight: 600;
            line-height: 25.764px; /* 140% */
            opacity: 0;
            transform: translateY(200px);
            transition: transform 1200ms ease, opacity 1200ms ease;
        }

    .header-banner-item .right {
    }

        .header-banner-item .right .item {
            border-radius: 3px;
            overflow: hidden;
        }

            .header-banner-item .right .item:nth-child(1) {
                opacity: 0;
                transition: transform 1000ms ease, opacity 1000ms ease;
                transform: translateY(100px);
            }

            .header-banner-item .right .item:nth-child(2) {
                width: 284px;
                height: 416px;
                opacity: 0;
                transition: transform 1100ms ease, opacity 1000ms ease;
                transform: translateY(200px);
            }

            .header-banner-item .right .item:nth-child(3) {
                width: 669px;
                height: 617px;
                position: absolute;
                left: 294px;
                top: 0;
                opacity: 0;
                transition: transform 1200ms ease, opacity 1000ms ease;
                transform: translateX(200px);
            }

.swiper-slide-active .header-banner-item .right .item:nth-child(1),
.swiper-slide-active .header-banner-item .right .item:nth-child(2),
.swiper-slide-active .header-banner-item .left .title,
.swiper-slide-active .header-banner-item .left .descript {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
}

.swiper-slide-active .header-banner-item .right .item:nth-child(3) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
}

.btn-banner-link a:hover {
    background: #C2966B;
    border-color: #C2966B;
}

.btn-banner-link a {
    color: #FFF;
    text-align: center;
    font-family: 'avertaSTD';
    font-size: 14.722px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.083px; /* 150% */
    display: flex;
    padding: 14.722px 27.489px 17.486px 27.364px;
    justify-content: center;
    align-items: center;
    border-radius: 30874336px;
    border: 1.84px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    margin: 0 7px;
    transition: all .3s;
}

.btn-banner-link {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

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

    .header-top-btn {
        display: block;
    }

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

    .btn-menu-rs {
        display: block !important;
        color: #fff;
        margin-left: 25px;
        margin-right: 0;
    }

    .swiper-slide-active .header-banner-item .right .item:nth-child(3) {
        display: none;
    }

    .header-banner-item {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }

        .header-banner-item .left,
        .header-banner-item .right {
            width: 100%;
            padding: 0;
        }

    .btn-banner-link {
        position: absolute;
        top: -85px;
    }

    .btn-banner-link {
        transform: translateY(20px);
        transition: transform 1200ms ease, opacity 1200ms ease;
        opacity: 0;
    }

    .header-nav-container {
        width: 100%;
    }

    .swiper-slide-active .header-banner-item .left .btn-banner-link {
        transform: translateX(0);
        opacity: 1;
        transition-delay: .5s;
    }

    .header-banner-item .left {
        position: relative;
        padding-top: 25px;
    }

    .header-banner-item .right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
    }
}

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

    .header-banner-item .right .item {
        width: 100%;
        width: 48% !important;
        height: 300px !important;
        margin: 0 !important;
    }
}

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

    .btn-banner-link a {
        padding: 7.722px 15.489px 9.486px 15.364px;
    }

    .header-top {
        height: 40px;
    }

    .header {
        position: relative;
        height: 90.5px;
    }

    .header-logo img {
        width: 115px;
    }

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

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

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

    .header-top-btn {
        display: none;
        white-space: nowrap;
        font-size: 10px;
        padding: 7px 10px;
        position: absolute !important;
        top: -49px;
        right: 8px;
        background-color: #E2E5E7;
        color: var(--default-color-1);
    }

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

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

    .header-logo {
        width: auto;
        transform: unset;
    }

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

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

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

    .header-nav-container {
        width: 100%;
    }

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

    .header-nav-top {
    }

        .header-nav-top .item:nth-child(2) {
            display: none;
        }

        .header-nav-top .item {
            font-size: 13px;
            margin: 0;
        }

    .header-info-item {
        display: flex;
        margin: 0 !important;
    }

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

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

    .header-banner-item {
        padding-bottom: 15px;
        padding-top: 0;
    }

        .header-banner-item .left .title {
            font-size: 18px;
            width: 60%;
            color: #230C02;
            line-height: 155%;
            transform: translateY(50px);
        }

        .header-banner-item .left .descript {
            font-size: 15px;
            width: 85%;
            color: #230C02;
            font-weight: normal;
            transform: translateY(50px);
        }

        .header-banner-item .right .item:nth-child(2) {
            display: none;
        }

        .header-banner-item .right .item:nth-child(1) {
            width: 100%;
            height: 100%;
            margin: 0;
            transform: translateY(50px);
        }

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

    .header-nav {
        padding: 0;
        background: #333;
    }
}