.bg {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    position: relative;
}


.flex {
    display: flex;
    display: -webkit-flex;
}

.flex.ac {
    align-items: center;
}

.flex.jc {
    justify-content: center;
}

.flex.js {
    justify-content: space-between;
}



.header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.headerBlock {
    position: relative;
}

.topTab {
    width: 100%;
    height: 72px;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(2,2,2,0.9);
    backdrop-filter: blur(15px);
}

.topTab .left {
    width: 165px;
    height: 47px;
}

.footer {
    position: relative;
}


.tab {
    height: 42px;
    margin: 0 10px;
    font-family: SFProDisplay, SFProDisplay;
    font-weight: bold;
    font-size: 20px;
    color: #D1D1D1;
    line-height: 58px;
    cursor: pointer;
}

.tabActive {
    font-size: 30px;
    font-weight: 600;
    color: #2D2D2D;
}

.tabActiveBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 5px;
    margin: 0 auto;
    background: #2D2D2D;
}

.topBtns {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 237px;
    left: 240px;
}

.topBtns>img {
    width: 325px;
    height: 90px;
    display: block;
    margin-bottom: 50px;
}

.word {
    position: absolute;
    bottom: calc(50% - 20px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: DIN-BlackItalic, DIN;
    font-weight: normal;
    color: #23372B;
}

.word1 {
    bottom: calc(50% - 50px);
}

.word2 {
    bottom: calc(50% - 80px);
}