.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;
}

/* 1920 */

/* 
    1.png 1359
*/

.headerBlock {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.topBtns {
    position: absolute;
    top: 40px;
    height: fit-content;
    width: 80%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topBtns .likaa {
    width: 250px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: start;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.topBtns .likaa-logo {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.topBtns .tab {
    width: 400px;
    display: flex;
    justify-content: space-around;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
}

.topBtns .home {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #E5F2FF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
}

.bottom {
    height: 200px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.word {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.adress {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.bei {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}