header{
    background-color: #0a519e;
    background-image: linear-gradient(to top,#00326600 0,#003266 73%,#003266 98%);
    /*height: 120px;*/
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 0 10px;
}
.headerTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  10px;

}
.header__flex{
    display: flex;
    align-items: center;
}
.download-block{
    max-width: 160px;
    width: 100%;
    height: 40px;
    background-color: #054588;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
}
.download-block span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-right: 2px;
    padding-left: 5px;
}
.download-icon{
    display: flex;
    padding: 5px 5px;
}
.download-icon svg{
    fill: #428cdc;
    height: 20px;
    transition: fill .15s ease-in;
    width: 20px;
}
.download-icon:hover svg{
    fill: #ffffff;
}
.bypassing-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background: #054588;
    border-radius: 20px;
    padding: 5px 9px;
    transition: 0.4s;
    border: 1px solid transparent;
    max-width: 193px;
    width: 100%;
    height: 40px;
}
.bypassing-btn:hover{
    border: 1px solid #ffffff;
}
.bypassing-btn svg{
    fill: #428cdc;
    height: 20px;
    width: 20px;
}
.bypassing-btn span{
    font-family: 'Roboto';
    margin-left: 5px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
.settings__main{
    display: flex;
    background: #054588;
    border-radius: 20px;
    transition: 0.4s;
    padding-right: 3px;
    margin-left: 20px;
}

.drop-style{
    background-color: #054588;
    border: 2px solid #04458700;
    border-radius: 10px;
    box-shadow: 0 11px 27px #0000006e;
    min-width: 163px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(15px);
    transition: all .25s ease;
    visibility: hidden;
    z-index: 3;
}
.settings__act .settings__drop{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.settings__bnt{
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    position: relative;
}
.settings__icon{
    fill: #428cdc;
    height: 20px;
    width: 20px;
    display: flex;
    margin: 5px;

}
.settings__cnt{
    position: relative;
}
.settings__name{
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.settings__format{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px;
    transition: 0.4s;
}
.settings__format .arrow-animates{
    transform: rotate(-180deg);
}
.scroll-style{
    overflow-y: scroll;
}
.scroll-style::-webkit-scrollbar {
    width: 4px;
    height: auto;
    background: unset;
    border-radius: 5px;
}
.scroll-style::-webkit-scrollbar-thumb {
    width: 4px;
    background: #428cdc;
    height: 4px;
    border-radius: 5px;
}
.scroll-style ul{
    height: 130px;
}
.scroll-style ul li{
    border-top: 2px solid #043f7e;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
    padding: 8px;
    text-align: inherit;
    transition: all .2s ease;
    width: 100%;
    cursor: pointer;
}
.scroll-style ul li:hover{
    background: #043f7e;
}
.scroll-style ul .sett-fav{
    color: #ffba00;
}



.arrow-animates{
    fill: #fff;
    height: 10px;
    transition: 0.4s;
    width: 10px;
    display: flex;
    margin: 5px;
}
.settings__fl{
    display: flex;
    align-items: center;
}
.head-clock{
    position: relative;
    height: auto;
}
.head-clock__btn{
    display: flex;
    align-items: center;
    border-left: 2px solid #003266;
    padding: 5px 5px 5px 10px;
    cursor: pointer;
    height: 100%;
}
.head-clock-numb{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px;
}
.head-clock__act .head-clock__drop{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.head-lang{
    position: relative;
}
.head-lang__btn{
    border-left: 2px solid #003266;
    display: flex;
    align-items: center;
    border-left: 2px solid #003266;
    padding: 5px;
    cursor: pointer;
}
.head-lang__act .head-lang__drop{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.head-lang__drop{
    min-width: 93px;
}
.head-clock__crist ul li{
    display: flex;
    align-items: center;
    padding: 8px 5px;
}
.head-clock__crist ul li a{
    display: flex;
    align-items: center;
}
.lang-round{
    display: flex;
    align-items: center;
    width: max-content;
}
.flag-image{
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px;
}
.free-money {
    background: linear-gradient(180deg, #fa9400, #fab700);
    border-radius: 40px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 60px 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    margin: 0 10px;
}
.free-money__icon{
    background: url('../img/free-ic.png') no-repeat 50%/cover;
    bottom: 0;
    height: 50px;
    position: absolute;
    right: 0;
    width: 60px;
    display: block;
}
.head-stock{
    position: relative;
}
.head-stock__btn{
    align-items: center;
    background-color: #428cdc;
    background-image: linear-gradient(0deg,#428cdc 0,#0992af);
    border-radius: 20px;
    box-shadow: 0 11px 27px #428cdca1;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    justify-content: space-between;
    max-width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    transition: 0.4s;
}
.head-stock__icon{
    fill: #ffffff;
    height: 20px;
    margin: 5px;
    width: 20px;
    transition: 0.4s;
}
.head-stock__btn:hover .head-stock__icon{
    fill: #ffba00;
}
.head-stock__btn:hover{
    color: #ffba00;
}
.head-stock__drop{
    background-color: #3e8cd9;
}
.head-stock__act .head-stock__drop{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.head-stock__href{
    display: flex;
    align-items: center;
    padding: 5px;
    transition: 0.4s;
}

.header__btn{
    display: flex;
    align-items: center;
}
.btn-registration, .btn-login{
    align-items: center;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-weight: 500;
    justify-content: center;
    line-height: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.4s;
}
.btn-registration{
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    box-shadow: 0 10px 30px #fa410066;
}
.btn-registration:hover{
    background-image: linear-gradient(0deg,#fa5e00 0,#fa7c00);
    box-shadow: 0 20px 30px #fa410066;
}
.btn-login{
    background-image: linear-gradient(0deg,#428cdc 0,#509aea 97%,#509aea);
    margin-left: 20px;
}
.btn-login:hover{
    background-image: linear-gradient(180deg,#428cdc 0,#509aea 97%,#509aea);
}



.headerBottom{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}
.header__logo{
    display: flex;
    max-width: 236px;
    width: 100%;
}
.logo-desktop{
    display: block;
}
.logo-mobile{
    display: none;
}
.header__nav{
    width: 92%;
    align-items: center;
    background-color: #00316680;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
}
.header__link{
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 22px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s ease;
    white-space: nowrap;
}
.header__link:hover{
    color: #ffba00;
}

.aviator__href{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    transition: color .3s ease;
    white-space: nowrap;
    max-width: 136px;
    width: 100%;
}
.aviator__logo{
    display: flex;
    fill: #e63f6d;
    height: 18px;
    position: relative;
    width: 67px;
}
.aviator__icon{
    width: 26px;
    fill: #ff779c;
    bottom: -20px;
    opacity: 0;
    position: relative;
    transform: scale(.9);
    transition: opacity .5s linear,bottom .5s linear;
}

.aviator__href:hover .aviator__icon{
    bottom: 0;
    opacity: 1;
}

.propeller{
    fill: #ff779c;
    background-size: cover;
    height: 16px;
    position: absolute;
    right: -3px;
    top: -4px;
    transform: rotate(-25deg);
    width: 3px;
}
.aviator__href:hover .propeller{
    left: -5px;
    bottom: 0;
    opacity: 1
}

.buy-bonus{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    padding: 9px 15px 8px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s ease;
    white-space: nowrap;
    border-radius: 20px;
}
.buy-bonus:hover{
    color: #ffb801;
}
.buy-bonus-icon{
    fill: #ffb801;
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
    width: 18px;
}
.open-menu{
    display: none;
}
.head-mob__block{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 310px;
}
.head-mob__scrall{
    height: 100vh;
    overflow-y: scroll;
    padding-right: 10px;
}
.head-mob__fon{
    background-color: #001225;

}
.head-mob__scrall .first-deposit {
    border-radius: 0;
}
@media (max-width: 1399px){
    .free-money{
        display: none;
    }
    .head-stock {
        margin-left: 20px;
    }
    .header__link {
        font-size: 16px;
        padding: 8px 13px;
    }
    .aviator__href {
        padding: 8px 11px;
        max-width: 136px;
    }
}
@media (max-width: 1299px){
    .header__link {
        font-size: 15px;
        padding: 8px 10px;
    }
    .aviator__href {
        padding: 8px 11px;
        max-width: 117px;
    }
    .head-stock{
        display: none;
    }
    .btn-registration, .btn-login {
        padding: 10px 16px;
        font-size: 16px;
    }
    .buy-bonus {
        font-size: 15px;
        padding: 8px 10px 8px 6px;
    }
    .header__logo {
        max-width: 200px;
    }
    header {
        height: 120px;
    }
    .settings__main {
        margin-left: 8px;
    }
    .bypassing-btn {
        margin-left: 3px;
    }
}
@media (max-width: 1199px){
    .download-block span {
        display: none;
    }
    .download-block {
        max-width: 70px;
        margin-right: 5px;
    }

}
@media (max-width: 1099px){
    .bypassing-btn{
        display: none;
    }
    .header__nav{
        display: none;
    }
    .settings__main{
        display: none;
    }
    .download-block{
        display: none;
    }
    .open-menu{
        display: block;
        width: 30px;
        height: 20px;
    }
    .open-menu span{
        display: block;
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #ffffff;
    }
    .headerBottom {
        padding: 0;
    }
    .header__logo {
        max-width: 200px;
        position: absolute;
        top: 14px;
        left: 77px;
    }
    header {
        height: 60px;
    }
    .head-mob__block{
        transform: translateX(-101%);
        display: block;
        transition: 0.6s;
    }
    .head-mob__act{
        transform: translateX(0);
    }
    .body-fix{
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .body-fix:before{
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
    .header__link {
        font-size: 18px;
        padding: 10px;
        text-align: left;
        justify-content: flex-start;
        border-top: 2px solid #043e7d;
    }
    .buy-bonus {
        font-size: 18px;
        padding: 10px;
        border-top: 2px solid #043e7d;
        border-radius: 0;
        justify-content: flex-start;
    }
    .aviator__href {
        border-top: 2px solid #043e7d;
        padding: 10px;
        max-width: 100%;
    }
    .close-menu{
        position: absolute;
        right: -25px;
        width: 30px;
        height: 30px;
        display: none;
        background: rgba(0,0,0,0.5);
        top: 10px;
    }
    .head-mob__act .close-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .close-menu span{
        display: block;
        background: #ffffff;
        width: 22px;
        height: 2px;
        position: relative;
    }
    .close-menu span:nth-child(1){
        transform: rotate(45deg);
    }
    .close-menu span:nth-child(2){
        transform: rotate(-45deg);
        top: -2px;
    }
}
@media (max-width: 760px){
    .headerTop {
        padding: 10px 5px;
    }
}
@media (max-width: 570px){
    .headerTop {
        padding: 10px 0;
    }

    .open-menu {
        width: 23px;
        height: 23px;
    }
    .btn-registration, .btn-login {
        padding: 8px 9px;
        font-size: 11px;
    }
    .btn-login {
        margin-left: 7px;
    }
    .header__logo {
        max-width: 141px;
        top: 10px;
        left: 44px;
    }
    header {
        height: 45px;
    }
}
@media (max-width: 370px){
    .header__logo {
        max-width: 117px;
        top: 12px;
        left: 41px;
    }
    .btn-registration, .btn-login {
        padding: 8px 8px;
        font-size: 10px;
    }
    .layout__text p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }
    .layout__text ul li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

.btn-registration-green {
    align-items: center;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-weight: 500;
    justify-content: center;
    line-height: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.4s;
    background-color: #86be12;
    box-shadow: 0 10px 30px rgba(134, 190, 18, 0.4);
}

.btn-registration-green:hover {
    background-color: #b3be12;
    box-shadow: 0 20px 30px rgba(134, 190, 18, 0.4);
}
