body {
    background: #07131F;
    margin: 0;
    color: #FFF;
    font-family: 'Fira Sans', sans-serif;
    padding-left: 115px;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    max-width: 880px;
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-diamond {
    position: absolute;
    animation: moveUpDown 2s ease-in-out infinite;
}

.hero-diamond-1 {
    left: 10%;
    top: 5%;
    animation-delay: 0s;
}

.hero-diamond-2 {
    right: 10%;
    top: 10%;
    animation-delay: 0.5s;
}

.hero-diamond-3 {
    left: 3%;
    bottom: 12%;
    animation-delay: 1s;
}

.hero-diamond-4 {
    left: 15%;
    bottom: 2%;
    animation-delay: 2s;
}

.section-1 {
    background-image: url(../img/section-1.png);
    background-size: cover;
    text-align: center;
    background-position: bottom;
    height: 685px;
    padding-top: 50px;
    position: relative;
}

.section-1 .logo-t img {
    max-width: 170px;
}

.section-2 {
    background-image: url(../img/section-2.png);
    background-size: cover;
    text-align: center;

}

.timeline {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.timeline-line {
    position: absolute;
    background-image: url(../img/dot-line.png);
    width: 6px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
}

.timeline-box {
    background: #041A2F;
    border-radius: 24px;
    padding: 30px;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    margin-top: 30px;
}

.timeline-item:nth-child(even) .timeline-box {
    margin-right: -20px;
}

.timeline-item:nth-child(odd) .timeline-box {
    margin-left: -20px;
}

.timeline-line_item {
    z-index: 2;
    position: relative;
}

.timeline-text {
    margin-top: 20px;
    color: #FF7E00;
    font-size: 16px;
}

.row-t {
    display: flex;
}

.hero-title-t {
    font-weight: bold;
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
}

.hero-subtitle-t {
    font-weight: 900;
    font-size: 38px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FF7E00 31.58%, #FAC24A 67.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-1 p {
    font-weight: bold;
    line-height: 26px;
}

.btn-orange {
    background: #FF7E00;
    color: #F4FBE0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.btn {
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    border-radius: 16px;
    padding: 18px 40px;
    transition: .4s opacity;
}

.btn:hover {
    opacity: .4;
}

.section-1 .btn-wrap {
    margin: 20px 0;
}

.link {
    color: #FF7E00;
    text-decoration: none;
}

.section-1 .col-text {
    max-width: 600px;
    margin: 0 auto;
}

.level {
    display: flex;
    justify-content: center;
}

.level__item {
    background: #041A2F;
    border-radius: 16px;
    text-align: center;
    padding: 16px;
    padding-bottom: 20px;
}

.level__item-title {
    font-size: 21px;
    font-weight: bold;
}

.level__item-text {
    font-size: 16px;
    color: #FF7E00;
}

.level__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 30%;
}

.level__right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
}

.level__left .level__item:nth-child(2) {
    align-self: flex-end;
}

.level__right .level__item:nth-child(2) {
    align-self: flex-start;
}

.level__item-image {
    max-height: 140px;
}

.level__center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.level__center img {
    margin-top: 60px;
}

.big-title {
    text-transform: uppercase;
    background: linear-gradient(180deg, #FF7E00 31.58%, #FAC24A 67.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 900;
    font-size: 40px;
}

.section-2_content {
    max-width: 545px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -30px;
}

.section-2 .section-title {
    margin-top: 0;
}

.section-title {
    text-align: center;
    font-size: 44px;
}

.section-3 {
    margin-top: 100px;
    position: relative;
}

textarea {
    background: #020E1A;
    border: 1px solid #032A4E;
    outline: none;
    border-radius: 16px;
    resize: none;
    width: 100%;
    margin-top: 20px;
    color: #FFF;
    max-height: 156px;
    padding: 14px 20px;
    height: 156px;
    box-sizing: border-box;
}

::-moz-placeholder,
::-webkit-input-placeholder {
    color: #1B5790;
}

.timeline-level {
    background: #041A2F;
    text-align: center;
    margin-top: 30px;
    border-radius: 24px;
    padding: 0 16px;
    padding-top: 16px;
    padding-bottom: 30px;
}

.timeline-level__title {
    background: linear-gradient(180deg, #FF7E00 31.58%, #FAC24A 67.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 26px;
    font-weight: bold;
}

.timeline-field {
    margin-top: 15px;
    width: 100%;
    background: #020E1A;
    border: 1px solid #032A4E;
    outline: none;
    border-radius: 16px;
    color: #FFF;
    height: 46px;
    padding: 0 17px;
}

input,
button,
textarea,
select {
    outline: none;
    box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
    justify-content: flex-end;
}

.timeline-item:nth-child(even) {
    justify-content: flex-start;
}

.timeline-col_content {
    max-width: 408px;
    width: 100%;
}

#drop-area {
    margin-top: 30px;
    border: 1px dashed #FF7E00;
    padding: 20px;
    width: 100%;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    transition: background-color .4s, .4s opacity;
    cursor: pointer;
}

#drop-area:hover {
    opacity: .7;
}

#drop-area.hover {
    background-color: #653300;
}

.timeline-col_dropzone {
    display: flex;
    flex-direction: column;
}

.dropzone-text {
    color: #FF7E00;
    max-width: 210px;
    width: 100%;
    line-height: 24px;
    text-align: left;
}

.orange-text {
    color: #FF7E00;
    max-width: 524px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.form__submit {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    border: none;
    text-transform: uppercase;
}

.footer {
    margin-top: 90px;
    background-image: url(../img/footer-bg.png);
    padding-top: 100px;
    padding-bottom: 70px;
}

.footer .row-t {
    align-items: center;
    gap: 50px;
}

.diamond {
    position: absolute;
    animation: moveUpDown 2s ease-in-out infinite;
}

.diamond-1 {
    top: 0;
    right: 0;
    animation-delay: 0.5s;
}

.diamond-2 {
    top: 20%;
    left: 0;
    animation-delay: 1s;
}

.diamond-3 {
    bottom: 0;
    left: 0;
    animation-delay: 1.5s;
}

.diamond-4 {
    bottom: 0;
    right: 0;
    animation-delay: 2s;
}

.diamond-5 {
    top: 20%;
    right: 10%;
    animation-delay: 2.5s;
}

.mobile-hidden {
    display: block;
}

.desktop-hidden {
    display: none;
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .section-1 {
        height: auto;
        padding-bottom: 47px;
    }

    .section-title {
        font-size: 23px;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .row-t {
        flex-direction: column;
    }


    .level {
        flex-direction: column;
    }

    .level__left,
    .level__right {
        width: 100%;
        align-items: center;
    }

    .level__center {
        order: 2;
        margin-top: 40px;
        padding: 0 16px;
    }

    .level__item {
        align-self: center !important;
    }

    .section-2_content {
        margin-bottom: 0;
    }

    .timeline-line_item {
        display: none;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-box {
        margin: 0 !important;
    }

    .application-form {
        padding: 0 16px;
    }

    .diamond {
        display: none;
    }

    .form__submit {
        margin-top: 50px;
    }

    .timeline-col_dropzone,
    .timeline-col_content {
        order: 1;
    }

    .timeline-box {
        position: relative;
    }

    .timeline-box__bubble {
        position: absolute;
        left: calc(50% - 34px);
        right: calc(50% - 34px);
        top: -52px;
    }

    .footer-mobile {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 16px;
        font-size: 13px;
    }

    .footer {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .hero-title-t {
        font-size: 35px;
    }

    .hero-subtitle-t {
        font-size: 28px;
    }

    .section-1 p {
        font-weight: 400;
    }

    .section-2 {
        background: none;
    }

    .hero-diamond {
        display: none;
    }

    .container {
        padding: 0 16px;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


.sidebar {
    position: fixed;
    background: #09253A;
    display: flex;
    flex-direction: column;
    padding: 16px 7px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 115px;
    width: 100%;
    overflow: auto;
}

.sidebar-logo {
    max-width: 100px;
}

.sidebar-nav {}

.sidebar-nav ul {
    list-style-type: none;
}

.burger-menu {
    display: inline-block;
    width: 36px;
    height: 27px;
    position: relative;
}

.burger-menu span,
.burger-menu span:before,
.burger-menu span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #F4FBE0;
    transition: .4s transform;
}

.burger-menu span:before {
    position: absolute;
    top: 0;
    left: 0;
}

.burger-menu span:after {
    position: absolute;
    bottom: 0;
    left: 0;
}

.burger-menu.active span:after {
    display: none;
}

.burger-menu.active span:before {
    transform: rotate(90deg);
}

.burger-menu.active span {
    transform: rotate(45deg);
}

.burger-item {
    margin-top: 83px;
}

.sidebar-nav .menu {
    display: flex;
    flex-direction: column;
    grid-gap: 63px;
    padding: 0;
    margin: 0;
}

.deposit-item {
    background: #FF7E00;
    padding: 16px 4px;
    font-size: 14px;
    margin-top: auto;
}

.deposit-item a {
    display: flex;
    grid-gap: 4px;
    align-items: center;
    text-decoration: none;
    color: #FFF;
}

.deposit-item span.icon {
    width: 28px;
    height: 27px;
}

.icon-deposit {
    background-image: url(../img/menu/icon-deposit.svg);
}

.menu-item {
    display: flex;
    justify-content: center;
    transition: .4s opacity;
}

.menu-item:hover {
    opacity: .7;
}

.menu-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #F4FBE0;
}

.icon {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sidebar .icon {
    width: 38px;
    height: 38px;
}

.icon-promo {
    background-image: url(../img/menu/icon-hot.svg);
}

.icon-games {
    background-image: url(../img/menu/icon-games.svg);
}

.icon-search {
    background-image: url(../img/menu/icon-search.svg);
}

.icon-jackpot {
    background-image: url(../img/menu/icon-jackpot.svg);
}

.popup-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 150px;
    background: #041A2F;
    flex-direction: column;
}

.popup-menu ul {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    font-size: 20px;
}

@media screen and (max-height: 800px) {
    .sidebar-nav .menu {
        grid-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-left: 0;
    }

    .sidebar {
        display: none;
    }

    header .row-t {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
    }

    header .logo-t img {
        max-width: 80px;
    }

    .section-1 .logo-t img {
        max-width: 100px;
    }

    header {
        z-index: 3;
        position: relative;
    }

    .menu-item {
        margin-top: 0;
    }

    .popup-menu.active {
        display: flex;
    }

    .popup-menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .popup-menu a {
        color: #FFF;
        text-decoration: none;
    }

    .popup-buttons {
        display: flex;
        grid-gap: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    .header-menu_item-reg {
        background: #FF7E00;
        border-radius: 7px;
        padding: 15px 26px;
    }

    .header-menu_item {
        font-weight: 700;
        font-size: 16px;
        color: #F4FBE0;
        display: flex;
        align-items: center;
        transition: .4s opacity;
    }

    header.desktop-hidden {
        display: block;
    }

    .hero-diamond-2 {
        display: none;
    }

    .section-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .timeline-col_content {
        /* max-width: 408px; */
        max-width: 46%;
    }

    .level__center img {
        max-width: 270px;
    }

    .timeline-col img {
        max-width: 100%;
        height: auto;
    }

    .section-2 .level {
        margin-top: 70px;
    }

    .section-3 {
        padding: 0 16px;
    }
}

@media screen and (max-width: 1110px) {
    .hero-img-t {
        max-width: 100%;
    }
}

@media screen and (orientation:landscape) and (max-width: 950px) {
    .hero-img-t {
        max-width: 360px;
    }
}

@media screen and (orientation:landscape) and (max-width: 950px) {


    .popup-menu.active {
        display: flex;
        overflow: auto;
    }

    header .row-t {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
    }

    .burger-item {
        margin: 0;
    }

    header .logo-t img {
        max-width: 60px;
    }

    section {
        padding: 0 15px;
    }

    .timeline-col {
        width: 46%;
    }

    .level__center img {
        max-width: 270px;
    }

    .level {
        margin-top: 60px;
    }

    .hero-img-t {
        max-width: 300px;
    }

    .hero-diamond-2 {
        right: 0;
        top: 0;
    }

    .hero-diamond-1 {
        max-width: 100px;
    }

    .popup-menu {
        padding-top: 110px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .diamond-2 {
        display: none;
    }

    .footer .row-t {
        flex-direction: column;
        padding: 0 15px;
    }

    .section-1 .logo-t img {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .timeline-col_content {
        max-width: 100%;
    }
}