html {
    height: 100%;
}


body {
    height: 100%;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    color: #475669;
    overflow-y: scroll;
    min-width: 320px;
}

.page {
    background: #ffffff;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main.container {
    display: block;
}

.container {
    padding-left: 280px;
    padding-right: 130px;
    max-width: 2200px;
}

.content-min-16perc {
    width: calc(100% - 16.6% - 5px);
}

.content-min-32perc {
    width: calc(100% - 16.6% - 16.6% - 5px);
}

.content-min-48perc {
    width: calc(100% - 16.6% - 16.6% - 16.6% - 5px);
}

.page-loader-wrap {
    width: 100%;
    height: calc(100vh - 135px);
    top: 135px;
    right: 0;
    position: absolute;
    z-index: 5;
    background-color: #f3f3f3;
}

.page-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.page-loader__circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-loader__circle:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-animation: mainLoader 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: mainLoader 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

.page-loader__circle.page-loader__circle--1 {
    background-color: #ef6582;
}

.page-loader__circle.page-loader__circle--1:before {
    background-color: rgba(239, 101, 130, 0.76);
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.page-loader__circle.page-loader__circle--2 {
    background-color: #ffb400;
}

.page-loader__circle.page-loader__circle--2:before {
    background-color: rgba(255, 180, 0, 0.84);
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.page-loader__circle.page-loader__circle--3 {
    background-color: #48daa1;
}

.page-loader__circle.page-loader__circle--3:before {
    background-color: rgba(72, 218, 161, 0.73);
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.page-loader__circle.page-loader__circle--4 {
    background-color: #ffa47c;
}

.page-loader__circle.page-loader__circle--4:before {
    background-color: rgba(255, 164, 124, 0.8);
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.page-loader__circle.page-loader__circle--5 {
    background-color: #8da5fb;
}

.page-loader__circle.page-loader__circle--5:before {
    background-color: rgba(141, 165, 251, 0.75);
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes mainLoader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

@keyframes mainLoader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.lsfw-tabs {
    margin: 10px 0 20px 0;
}

.lsfw-tabs .lsfw-tab h2 {
    color: inherit;
    font: inherit;
}

.lsfw-tabs .lsfw-tab {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 25px;
    margin: 0 25px 0 0;
    color: #318cc6;
}

.lsfw-tabs .lsfw-tab.active {
    color: #475669;
}

.lsfw-tabs .lsfw-tab.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-bottom: 3px solid #e03a3a;
}

.filter-sort.filter-sort--border {
    border-color: #f1ebd3 !important;
}

.filter, .tour-selection-wrap.tour-selection-wrap--grey {
    background-color: #d0dce3 !important;
}

.page .page-up-btn i {
    color: #cccccc;
    font-size: 40px;
    padding-top: 8px;
}

.page .page-up-btn:hover {
    background: #fff6ec;
    color: #ff8e41;
}

.page .page-up-btn {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    border: none;
    background-color: rgba(165, 165, 165, 0.44);
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    z-index: 1111;
}

@media screen and (max-width: 1800px) {
    .container {
        padding-left: 95px;
        padding-right: 60px;
    }

    .page .page-up-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 21px;
        bottom: 10px;
        right: 10px;
    }
}


@media screen and (max-width: 1500px) {
    .content-min-32perc, .content-min-16perc, .content-min-48perc {
        width: 100%;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lsfw-tabs .lsfw-tab {
        font-size: 16px;
        margin: 0 20px 0 0 !important;
    }

    .lsfw-tabs {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .lsfw-tabs .lsfw-tab.active::before {
        border-width: 2px;
    }

    .bth__uper-link.fz18.mr40 {
        margin-right: 30px !important;
    }

    .bth__uper-link.fz18 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tab {
        font-size: 16px;
    }

    .page .page-up-btn {
        display: none !important;
    }

    .page-loader-wrap {
        height: calc(100vh - 122px);
        top: 122px;
    }

    .bth__ttl-h2.mb30.mt40 {
        margin: 30px 0 20px 0 !important;
    }

    .bth__uper-link.fz18 {
        font-size: 15px !important;
    }

    .bth__ttl-h1.mt25 {
        margin-top: 5px !important;
    }
}