/*.header{*/
/*    background: url("/static/img/Component 2 (1).png") center no-repeat;*/
/*    height: 170px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    z-index: 9;*/
/*    background-size: cover;*/
/*}*/

.header{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: transparent;
    transition: .2s;
}

.header-up{
    width: 100%;
    padding-left: 14.7vw;
    padding-right: 9.5vw;
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0029A3;
}
.header-up-links{
    display: flex;
    justify-content: end;
    align-content: center;
    /*max-width: 486px;*/
    width: 100%;
    gap: 64px;
}
.header-up-links >a {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.header-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}


.header-logo > a > img{
    width: 147px;
}



.header .download_btn{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.download_btn{
    max-width: 203px;
    width: 100%;
    color: #FFF;
    display: flex;
    height: 31px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 0;
    border: 3px solid #FFF;
    background: #2859F6;
    transition: 0.2s;
}
.download_btn:hover{
    text-decoration: none;
    color: #FFF;
    opacity: 0.8;
    transition: 0.2s;
    transform: scale(1.05);
}

.signup-btn{
    max-width: 203px;
    width: 100%;
    text-align: center;
    line-height: normal;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFF;
    background: #0029A3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0;
    transition: 0.2s;
}
.signup-btn:hover{
    text-decoration: none;
    color: #FFF;
    opacity: 0.8;
    transition: 0.2s;
    transform: scale(1.05);
}

.header-down{
    /*background-image: url("/static/img/Component 1.png") ;*/
    background: rgba(218, 170, 96, 0.10);
    width: 100%;
    /*max-width: 1920px;*/
    height: 64px;
    display: flex;
    margin: auto;
}
.header-down-links{
    max-width: 1444px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 20px;
}
.header-down-links >a{
    color: #FFF;
    text-align: center;
    font-family: "Futura New";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    transition: 0.2s;
}
.header-down-links >a:hover{
    text-decoration: none;
    color: #FFE32E;
    transition: 0.2s;
    transform: scale(1.05);
}

.header-lang{
    display: flex;
}
.button-lang{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.button-lang-menu{
    right: 0;
    left: initial;
    min-width: 100px;
    /*height: 86px;*/
    flex-shrink: 0;
    border-radius: 0;
    backdrop-filter: blur(2px);
    padding: 4px 0;
    background: #0029A3;
    border: 2px solid #FFF;
}

.block-winners .button-lang-menu{
    max-width: 400px;
    width: 100%;
}

.block-winners .button-lang-menu >li >a{
    max-width: 400px;
    width: 100%;
    height: 60px;
    white-space: wrap;
    font-size: 14px;
}

.button-lang-menu >li >a{
    width: 100px;
    height: 30px;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-lang-menu >li >a:hover{
    border: 2px solid #FFF;
    background: #2859F6;
    color: #FFF;
}

.button-lang-menu >li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-mob{
    display: none;
}
.burger_btn{
    display: none;
}
.close_btn{
    display: none;
}


.header-lang .button-lang svg {
    transition: transform 0.3s ease;
}

.header-lang.open .button-lang svg {
    transform: rotate(180deg);
}




.header.scrolled{
    transition: .2s;
    z-index: 10;
}
.header.scrolled .navbar-bottom .divider{
    width: 0;
    transition: .2s;
}

.header.scrolled .navbar-bottom a:nth-child(-n+4),
.header.scrolled .navbar-bottom a:nth-child(5),
.header.scrolled .navbar-bottom a:nth-child(6),
.header.scrolled .navbar-bottom a:nth-child(7){
    margin-right: 0;
    transition: .2s;
}

.header.scrolled .navbar-bottom a:nth-child(6){
    margin-left: 0;
    transition: .2s;
}



.navbar-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 8.3vw 8px 14.7vw;
    transition: .2s;
    justify-content: space-between;
}

.scrolled .navbar-bottom{
    background: #002281;
}

.navbar-bottom a:nth-child(-n+4){
    margin: 0 1.5vw 0 0;
}

.navbar-bottom a:nth-child(5) {
    margin-right: 8vw;
    transition: .2s;
}

.navbar-bottom a:nth-child(6){
    margin-left: 8vw;
    transition: .2s;
}

.navbar-bottom a:nth-child(6),
.navbar-bottom a:nth-child(7){
    margin-right: 3vw;
    transition: .2s;
}

.navbar-bottom a{
    color: #fff;
    font-size: clamp(14px, 1.04vw, 20px);
    white-space: wrap;
    text-decoration: none;
    position: relative;
    transition: .2s;
    text-align: center;
}

.navbar-bottom a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.navbar-bottom a:hover:after{
    transform: scaleX(1);
    transition: .2s;
}
