.page[data-v-6b868a30] {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: url(../../static/img/bg_header.7611010a.png) center / cover no-repeat;
    background-repeat: repeat-y;

    /* footer yüksekliği kadar boşluk bırak */
    padding-bottom: 1.6rem;
}



.page .headers[data-v-6b868a30] {
    position: relative;
    height: 1.17333rem;
    z-index: 50
}

.page .headers.fixed[data-v-6b868a30] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.page .footer[data-v-6b868a30] {
    width: 100%;
    height: 1.6rem;
    z-index: 999;              /* daha üste gelsin */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;

    position: fixed;           /* sabitleme */
    bottom: 0;                 /* ekranın altına yapıştır */
    left: 0;
}


.page .content-container[data-v-6b868a30] {
    position: relative;
    z-index: 10;
    flex: 1;
    -webkit-overflow-scrolling: touch
}

.page .back-top[data-v-6b868a30] {
    position: absolute;
    bottom: 3rem;
    right: .1rem;
    z-index: 99;
    width: 1.4rem;
    height: 1.6rem
}