.header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: none;
    z-index: 3;
    overflow: hidden;
}

.header.xs-constant {

}
@media only screen and (max-width: 766px) {
    .header.xs-constant {
        position: relative;
        height: var(--header-size);
    }
}

.header-menu-container{
    border-left: 1px solid var(--brand-white-primary-20);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 1279px) {
    .header-menu-container{
        border-color: transparent;
    }
}

.header-menu-container.no-border {
    border-color: transparent;
}

.header-logo{
    padding-top: 40px;
}
@media only screen and (max-width: 1839px) {
    .header-logo{
        padding-top: 28px;
    }
}
@media only screen and (max-width: 1279px) {
    .header-logo{
        padding-top: 25px;
    }
}
@media only screen and (max-width: 766px) {
    .header-logo{
        padding-top: 20px;
    }
}

.header-logo a{
    color: var(--brand-white-primary);
    display: inline-block;
}

.header.xs-reverse-colors .header-logo a {

}
@media only screen and (max-width: 766px) {
    .header.xs-reverse-colors .header-logo a {
        color: var(--brand-blue-primary);
    }
}

.header-logo svg {

}
@media only screen and (max-width: 1839px) {
    .header-logo svg {
        width: 200px;
        height: auto;
    }
}
@media only screen and (max-width: 1279px) {
    .header-logo svg {
        width: 125px;
        height: auto;
    }
}
@media only screen and (max-width: 766px) {
    .header-logo svg {
        width: 120px;
        height: auto;
    }
}

.header-menu-container{

}

.header-menu-block{
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 18px;
}
@media only screen and (max-width: 1839px) {
    .header-menu-block{
        padding-top: 28px;
        padding-left: 16px;
    }
}
@media only screen and (max-width: 1279px) {
    .header-menu-block{
        padding-left: 0;
    }
}
@media only screen and (max-width: 766px) {
    .header-menu-block{
        padding: 0;
    }
}

.header-menu-block ul{
    list-style-type: none;
    padding: 0px;
    margin: 0;
}
.header-menu-block ul li{
    margin-bottom: 12px;
}
@media only screen and (max-width: 1839px) {
    .header-menu-block ul li{
        margin-bottom: 10px;
    }
}
.header-menu-block ul li:last-of-type{
    margin-bottom: 0px;
}

.header-recall-block{
    margin-top: 80px;
}


.header-btns-block{
    display: flex;
    gap: 24px;
    padding-top: 40px;
    flex-wrap: wrap;
    min-width: 64px;
    justify-content: end;
}
@media only screen and (max-width: 1839px) {
    .header-btns-block{
        gap: 16px;
        padding-top: 28px;
        min-width: 48px;
    }
}
@media only screen and (max-width: 1279px) {
    .header-btns-block{
        gap: 24px;
        padding-top: 24px;
    }
}
@media only screen and (max-width: 766px) {
    .header-btns-block{
        gap: 24px;
        padding-top: 28px;
    }
}

.header.xs-reverse-colors .header-btns-block{

}
@media only screen and (max-width: 766px) {
    .header.xs-reverse-colors .header-btns-block{
        color: var(--brand-blue-primary);
    }
    .header.xs-reverse-colors .header-btns-block a{
        color: var(--brand-blue-primary);
    }
}

.header-btns-block a {

}
.header-search-link{

}
.header-search-link a{
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.header-menu-link{

}
.header-menu-link a{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: top;
}
.header-menu-link a span{
    background: currentColor;
    display: inline-block;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-menu-link a span:before,
.header-menu-link a span:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: inherit;
}
.header-menu-link a span:before{
    top: -5px;
}
.header-menu-link a span:after{
    top: 5px;
}


@media only screen and (max-width: 1839px) {
    .header-menu-link a{
        width: 16px;
        height: 16px;
    }
    .header-search-link a{
        width: 16px;
        height: 16px;
    }
    .header-search-link a svg{
        width: 12px;
        height: 12px;
    }
    .header-menu-link a span{
        width: 14px;
    }
    .header-menu-inner .common-link{
        gap: 2px;
    }
    .header-menu-inner .common-link.big svg{
        width: 20px;
        height: 20px;
    }
}
@media only screen and (max-width: 1279px) {
    .header-menu-link a span{

    }
    .header-menu-link a{
        width: 24px;
        height: 24px;
    }
    .header-menu-link a span {
        width: 21px;
    }
    .header-search-link a{
        width: 24px;
        height: 24px;
    }
    .header-search-link a svg {
        width: 18px;
        height: 18px;
    }

    .header-menu-link a span:before{
        top: -7px;
    }
    .header-menu-link a span:after{
        top: 7px;
    }
}
@media only screen and (max-width: 766px) {
    .header-menu-link a span{

    }
    .header-menu-link a{
        width: 20px;
        height: 20px;
    }
    .header-menu-link a span {
        width: 18px;
    }

    .header-search-link a{
        width: 20px;
        height: 20px;
    }
    .header-search-link a svg {
        width: 15px;
        height: 15px;
    }
    .header-menu-link a span:before{
        top: -5px;
    }
    .header-menu-link a span:after{
        top: 5px;
    }
}

.header .header-tab-links{
    display: flex;
    gap: 24px;
}
@media only screen and (max-width: 1279px) {
    .header .header-tab-links{
        gap: 20px;
    }
}

.header.floating-header {
    width: 100%;
    height: var(--header-size);
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    opacity: 0;
    transform: translateY(calc(-1 * var(--header-size)));
    transition: transform .4s cubic-bezier(0.76, 0, 0.24, 1), opacity .8s ease;
    overflow: hidden;
}

.header.floating-header.show {
    opacity: 1;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(0.76, 0, 0.24, 1), opacity .8s ease;
}

.header.floating-header .inner-floating-header {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.header.floating-header .inner-floating-header .bkg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: var(--brand-white-primary-64);
    backdrop-filter: blur(12px);
    width: 100%;
    height: 100%;
}

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

.header.floating-header .header-logo {
    padding: 0;
}

.header.floating-header .header-logo svg {
    margin-top: 16px;
}
@media only screen and (max-width: 1279px) {
    .header.floating-header .header-logo svg {
        width: 119px;
        height: auto;
        margin-top: 18px;
    }
}

.header.floating-header .header-btns-block {
    padding-top: 28px;
}
@media only screen and (max-width: 1279px) {
    .header.floating-header .header-btns-block {
        padding-top: 24px;
    }
}

.header.floating-header .header-menu-container {
    border-color: transparent;
}

.header.floating-header .header-menu-block {
    padding-top: 28px;
}
@media only screen and (max-width: 1279px) {
    .header.floating-header .header-menu-block {
        padding-top: 24px;
    }
}
