* {
    box-sizing: border-box;
}

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;
    position: relative;
    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;
}

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

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

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

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

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

.page-loader__circle:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.7;
    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);
    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);
    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);
    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);
    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);
    animation-delay: 1000ms;
}

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

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

.lsfw-tab.border::before, .lsfw-tab.active::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid;
}

.lsfw-tab:hover {
    color: #1b567d;
}

.lsfw-tab * {
    font: inherit;
    color: inherit;
}

.lsfw-tabs {
    margin-top: 30px;
}

.lsfw-tab {
    color: #475669;
    cursor: pointer;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 5px 0;
    margin-right: 40px;
}

.crm-buble:hover {
    color: white;
    opacity: 0.7;
}

.crm-buble {
    color: white;
    text-align: center;
    border-radius: 2px;
    padding: 1px 0;
    width: 80px;
    display: inline-block;
}

.crm-buble.crm-buble--sm {
    font-size: 13px;
    width: 120px;
    line-height: 18px;
    height: 21px;
}

.crm-buble--green {
    background-color: #00a551;
}

.crm-buble--gray {
    background-color: #999999;
}

.crm-buble--red {
    background-color: #e03a3a;
}

.crm-buble--orange {
    background-color: #ff8e41;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-wrap-in .bth__ta-block {
    padding-top: 10px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-wrap-in .has-error .hint-block--abs .question-error {
    font-size: 15px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-wrap-in .has-error .hint-block--abs {
    top: 13px;
    text-align: center;
}

.tour-selection-wrap .tour-selection__r-icon:hover {
    color: #318cc6;
}

.tour-selection-wrap .tour-selection__r-icon:hover .hint {
    display: block;
    top: -30px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-field .bth__inp-lbl {
    font-size: 11px;
    top: 12px;
    text-transform: uppercase;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-field .bth__inp-lbl.active {
    top: -4px;
    font-size: 8px;
    background: transparent;
}

.tour-selection-wrap .tour-selection__r-icon {
    color: #9999;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

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

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection__star {
    font-size: 13px;
    margin-right: 2px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-wrap-in .tour-selection-field .bth__inp-block {
    height: 40px;
    padding-top: 0;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-ico-abs {
    position: static;
    width: 40px;
    height: 40px;
    font-size: 17px;
    margin-left: 5px;
    line-height: 40px;
    border-radius: 2px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-wrap-in .bth__inp-block > .bth__inp {
    padding-top: 20px;
    line-height: 10px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .tour-selection-wrap-in > div:not(:last-of-type) {
    margin-right: 5px;
}

.tour-selection-wrap.tour-selection-wrap--inlabel .bth__inp-block.burger::after {
    width: 40px;
    background-position-x: -79px;
    background-position-y: 13px;
    height: 40px;
    padding-top: 0;
    background-size: 285px;
}


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

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


.info-icon {
    cursor: pointer;
    position: fixed;
    bottom: 45px;
    border: none;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: 100px;
    z-index: 30;
    border-radius: 100%;
    background: transparent;
}

.info-icon::before {
    content: '';
    width: 70px;
    height: 70px;
    background: url(https://tophotels.ru/csstx/i/info-icon.svg) center/contain no-repeat;
    display: block;
    -webkit-animation: hotelBigPP 2.0s infinite ease-in-out 1s;
    animation: hotelBigPP 2.0s infinite ease-in-out 1s;
}

@-webkit-keyframes hotelBigPP {
    0% {
        font-size: 25px;
    }
    50% {
        font-size: 20px;
    }
    100% {
        font-size: 25px;
    }
}

@keyframes hotelBigPP {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        font-size: 25px;
    }
    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        font-size: 21px;
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        font-size: 25px;
    }
}

div.lsfw-fill-tbl-blue, .lsfw-fill-tbl-blue tr {
    background-color: #d4e4f2 !important;
}

.lsfw-fill-tbl-blue tr.bg-dark-blue {
    background-color: #cad6e0 !important;
}

.lsfw-fill-tbl .lsfw-fill-tbl__trash {
    color: #999999;
    font-size: 13px;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
    border: none;
    line-height: 25px;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.lsfw-fill-tbl .lsfw-fill-tbl__trash.fa-trash-alt:hover {
    color: #e03a3a !important;
}

.lsfw-fill-tbl .lsfw-fill-tbl__trash.fa-sync:hover {
    color: #00a551 !important;
}

.lsfw-fill-tbl .lsfw-fill-tbl__trash.fa-cog:hover {
    color: #ff8e41 !important;
}

.lsfw-fill-tbl .fas.fa-crown-tx {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 25px;
    margin: 0 !important;
}

.lsfw-fill-tbl .red .fas.fa-crown-tx::before {
    background-color: #e03a3a;
}

.lsfw-fill-tbl .green .fas.fa-crown-tx::before {
    background-color: #00a551;
}

.lsfw-fill-tbl .orange-lbc .fas.fa-crown-tx::before {
    background-color: #ff8e41;
}

.lsfw-fill-tbl .fas.fa-crown-tx::before {
    content: '';
    -webkit-mask: url(https://css.tophotels.ru/i/crown-black.svg) no-repeat center left/11px;
    mask: url(https://css.tophotels.ru/i/crown-black.svg) no-repeat center left/11px;
    width: 100%;
    background-color: #999999;
    height: 100%;
    display: block;
}

.lsfw-form .lsfw-form__lock + .bth__inp-block {
    padding-right: 50px;
}

.lsfw-form .lsfw-form__lock {
    position: absolute;
    width: 100%;
    font-family: "Font Awesome 5 Free";
    height: 30px;
    line-height: 30px;
    color: #999999;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    right: 0;
    top: 2px;
    z-index: 11;
}

.lsfw-form .lsfw-form__lock:hover {
    color: #ff8e41;
}

.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;
}

.tour-selection-wrap .btn-more-textarea:hover {
    background: #cccccc !important;
}

.tour-selection-wrap .btn-more-textarea-wrap {
    padding: 10px;
    margin: -15px 0 15px 0;
    background: #ffffff;
}

.tour-selection-wrap .btn-more-textarea {
    background: #eeeeee;
    border-radius: 3px;
    padding: 0 15px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #475669;
    font-size: 11px;
    border: none;
    font-family: inherit;
    text-align: center;
    min-width: 125px;
    cursor: pointer;
}

@media screen and (max-width: 1700px) {
    .container {
        padding-left: 40px;
        padding-right: 25px;
    }

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

    .info-icon {
        left: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    html body .page .info-icon::before {
        content: '';
        width: 30px;
        height: 30px;
    }
}

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

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

    *::-webkit-scrollbar {
        height: 0;
    }

    .info-icon {
        background-color: #fff2cd;
        left: 5px;
        z-index: 20;
        bottom: 5px;
    }

    html body .page .info-icon::before {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
}


@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;
    }

    .lsfw-fill-tbl .lsfw-fill-tbl__trash {
        font-size: 12px;
    }
}

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

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

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

    .bth__ttl-h1.mt30.mb20 {
        margin-bottom: 10px !important;
    }

    .bth__ttl-h1.mt30.mb30 {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0 !important;
    }

    .page .page-up-btn {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }

    .tour-selection-wrap .btn-more-textarea {
        min-width: auto;
        font-size: 10px;
        padding: 0 10px;
    }

    .lsfw-form .lsfw-form__lock {
        height: 45px;
        line-height: 45px;
        font-size: 10px;
        right: 5px;
    }

    .page .lsfw-form .bth__inp-block span.bth__inp {
        white-space: normal;
    }
}

@media screen and (max-width: 373px) {
    .bth__uper-link.fz18 {
        font-size: 14px !important;
    }
}
