* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    height: 100%;
    font-family: 'apercu_pro', sans-serif;
    font-size: 12px;
    color: #475669;
    min-width: 320px;
    background: #F2F2F2;
}

.page {
    background: #fff;
    position: relative;
    margin: auto;
    min-height: 100%;
    padding-bottom: 130px;
    box-sizing: border-box;
}

.page-feedback {
    position: fixed;
    background-color: #F5B553;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 100;
    right: 50px;
    bottom: 60px;
    background-image: url(/images/touradmin/dialog-ico.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}

.section-wrapper {
    position: relative;
    max-width: 1346px;
    margin: auto;
    box-sizing: border-box;
}

.panel {
    position: relative;
    padding: 0;
}

.container .lsfw-tab {
    color: #039097;
}

.container .lsfw-tab:not(.active):hover {
    color: #03787f;
}

.container {
    padding-bottom: 50px;
    font-family: 'apercu_pro', sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #475669;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #475669;
}

article.filter-new {
    background-color: #03a9b152;
}

article.filter-new--feedback.filter-new > * {
    padding: 20px 15px;
}

.section-wrapper .bth__table-wrap {
    border: 1px solid #039097;
}

.section-wrapper .bth__table-wrap .bth__table tr td,
.section-wrapper .bth__table-wrap .bth__table tr th {
    border-color: #03a9b152;
}

article.filter-new > .section-wrapper {
    padding: 10px 0;
}

@media screen and (max-width: 1450px) {
    html body .page .section-wrapper {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
}

@media screen and (max-width: 1023px) {
    html body .page .section-wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

}

@media screen and (max-width: 768px) {
    .container {
        padding-bottom: 0;
        margin-top: 0;
    }

    .bth__ttl-h1 {
        font-size: 18px;
    }

    .page-feedback {
        background-size: 42px;
        width: 70px;
        height: 70px;
        right: 20px;
        bottom: 20px;
    }

}
