/* File: /css/_lsfw/atom.css */
.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.black333 {
    color: #333 !important;
}

.grey {
    color: #999999 !important;
}

.ml5m {
    margin-left: -5px;
}

.mt6m {
    margin-top: -6px;
}

.grey666 {
    color: #666 !important;
}

.super-grey {
    color: #475669 !important;
}

.light-sgrey {
    color: #76869b !important;
}

.bronze {
    color: #c29b86 !important;
}

.s-grey {
    color: #475669 !important;
}

.orange-lbc {
    color: #ff8e41 !important;
}

.lite-grey {
    color: #bbb !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-grey {
    background-color: #efefef !important;
}

.bg-red {
    background-color: rgba(200, 56, 49, 0.10) !important;
}

.bg-green {
    background-color: rgba(0, 165, 81, 0.10) !important;
}

.bg-red-bright {
    background-color: rgba(255, 25, 14, 0.29) !important;
}

.red {
    color: #e03a3a !important;
}

.bardo {
    color: #ab2a2a !important;
}

.bright-red {
    color: #ff0000 !important;
}

.orange {
    color: #dfa918 !important;
}

.bright-orange {
    color: #f8fe41 !important;
}

.yellow {
    color: #F2C94C !important;
}

.turquoise {
    color: #039097 !important;
}

.green {
    color: #00a551 !important;
}

.dark-green {
    color: #13653b !important;
}

.green-00a698 {
    color: #00a698 !important;
}

.light-green {
    color: #a9ca0a;
}

.blue {
    color: #3488b2 !important;
}

.turquoise {
    color: #039097 !important;
}

.purple {
    color: #ce30e5 !important;
}

.blue-lite {
    color: #0070ff;
}

.back-red {
    background-color: #e03a3a !important;
}

.link-blue {
    color: #318cc6 !important;
}

.gold {
    color: #9e8d47 !important;
}


.light-gold {
    color: #e7bb08 !important;
}

.red-bg {
    background-color: #F4CBCB !important;

}

.green-bg {
    background-color: #D8EAD2 !important;

}

.dark-green-bg {

    background-color: rgba(44, 121, 43, 0.6) !important;
}

.yellow-bg {
    background-color: #FFF2CD !important;

}

.gray-bg {
    background-color: #EEEEEE !important;

}

.bg-orange {
    background-color: #dfa918;

}

.arial {
    font-family: Arial, Helvetica, sans-serif !important;
}

.pointer {
    cursor: pointer !important;
}

.cur-help {
    cursor: help !important;
}

.cur-default {
    cursor: default !important;
}

.pull-right, .flr {
    float: right !important;
}

.pull-left, .fll {
    float: left !important;
}

.fln {
    float: none !important;
}

.clear-both {
    clear: both !important;
}

.clear-none {
    clear: none !important;
}

.ov-hidden {
    overflow: hidden !important;
}

.ov-y {
    overflow: scroll !important;
}

.no-visible {
    visibility: hidden !important;
}

.ov-auto {
    overflow: auto !important;
}

.inline {
    display: inline !important;
}

.d-ib {
    display: inline-block !important;
}

.hidden {
    display: none !important;
}

.block {
    display: block !important;
}

.table {
    display: table !important;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.bs-bb {
    box-sizing: border-box !important;
}

.t-auto {
    top: auto !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed !important;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.italic {
    font-style: italic !important;
}

.nowrap {
    white-space: nowrap !important;
}

.ws-normal {
    white-space: normal !important;
}

.no-transform {
    text-transform: none !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.middle {
    vertical-align: middle !important;
}

.baseline {
    vertical-align: baseline !important;
}

.va-top {
    vertical-align: top !important;
}

.va-bottom {
    vertical-align: bottom !important;
}

.no-decoration {
    text-decoration: none !important;
}

.underline {
    text-decoration: underline !important;
}

.link-underline {
    text-decoration: underline !important;
}

.line-through {
    text-decoration: line-through !important;
}

.link-underline:hover {
    text-decoration: none !important;
}

.dotted {
    border-bottom: dotted 1px;
}

.line-through {
    text-decoration: line-through !important;
}

.no-border {
    border: none !important;
}

.circle-ava {
    border-radius: 50px;
    margin-right: 5px;
}

.h100p {
    height: 100% !important;
}

.w20 {
    width: 20px !important;
}

.w100 {
    width: 100px !important;
}

.w33p {
    width: 33% !important;
}

.w66p {
    width: 66.66667% !important;
}

.w0p {
    width: 0% !important;
}

.w5p {
    width: 5% !important;
}

.w10p {
    width: 10% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w25p {
    width: 25% !important;
}

.w30p {
    width: 30% !important;
}

.w35p {
    width: 35% !important;
}

.w40p {
    width: 40% !important;
}

.w45p {
    width: 45% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w65p {
    width: 65% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w60p {
    width: 60% !important;
}

.w85p {
    width: 85% !important;
}

.w90p {
    width: 90% !important;
}

.w95p {
    width: 95% !important;
}

.w100p {
    width: 100% !important;
}

.m-auto {
    margin: auto;
}

.m0 {
    margin: 0px !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.m55 {
    margin: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.m65 {
    margin: 65px !important;
}

.m70 {
    margin: 70px !important;
}

.m75 {
    margin: 75px !important;
}

.m80 {
    margin: 80px !important;
}

.m85 {
    margin: 85px !important;
}

.m90 {
    margin: 90px !important;
}

.m95 {
    margin: 95px !important;
}

.m100 {
    margin: 100px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml7 {
    margin-left: 7px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml37 {
    margin-left: 37px;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt210 {
    margin-top: 210px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.p0 {
    padding: 0px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.p55 {
    padding: 55px !important;
}

.p60 {
    padding: 60px !important;
}

.p65 {
    padding: 65px !important;
}

.p70 {
    padding: 70px !important;
}

.p75 {
    padding: 75px !important;
}

.p80 {
    padding: 80px !important;
}

.p85 {
    padding: 85px !important;
}

.p90 {
    padding: 90px !important;
}

.p95 {
    padding: 95px !important;
}

.p100 {
    padding: 100px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl7 {
    padding-left: 7px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl215 {
    padding-left: 215px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr12 {
    padding-right: 12px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.fz0 {
    font-size: 0 !important;
}

.fz9 {
    font-size: 9px !important;
}

.fz10 {
    font-size: 10px !important;
}

.fz11 {
    font-size: 11px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz23 {
    font-size: 23px !important;
}

.fz24 {
    font-size: 24px !important;
}

.fz25 {
    font-size: 25px !important;
}

.fz28 {
    font-size: 28px !important;
}

.fz26 {
    font-size: 26px !important;
}

.fz30 {
    font-size: 30px !important;
}


.fz35 {
    font-size: 35px !important;
}

.lh13 {
    line-height: 13px !important;
}

.lh1 {
    line-height: 1px !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh15 {
    line-height: 15px !important;
}

.lh17 {
    line-height: 17px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh28 {
    line-height: 28px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh50 {
    line-height: 50px !important;
}

.l0 {
    left: 0 !important;
}


.tl-f {
    table-layout: fixed !important;
}

.b-400 {
    bottom: -400px !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.no-select-text {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.show-768,
.show-639,
.show-479 {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .hide1023 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .hide-768 {
        display: none !important;
    }

    .show-768 {
        display: inline-block !important;
    }
}

@media screen and (max-width: 639px) {
    .hide-639 {
        display: none !important;
    }

    .show-639 {
        display: inline-block !important;
    }

}

@media screen and (max-width: 479px) {
    .hide-479 {
        display: none !important;
    }

    .show-479 {
        display: inline-block !important;
    }

}
/* File: /css/_lsfw/fonts.css */

@font-face {
    font-family: 'Conv_ApercuPro-Regular';
    font-display: swap;
    src: url('/fonts/ApercuPro/ApercuPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ApercuPro-Bold';
    font-display: swap;
    src: url('/fonts/ApercuPro/ApercuPro-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercu_pro';
    font-display: swap;
    src: url('/fonts/ApercuPro/apercupro-regular-webfont.eot');
    src: url('/fonts/ApercuPro/apercupro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ApercuPro/apercupro-regular-webfont.woff') format('woff'),
    url('/fonts/ApercuPro/apercupro-regular-webfont.ttf') format('truetype'),
    url('/fonts/ApercuPro/apercupro-regular-webfont.svg#apercu_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_pro';
    font-display: swap;
    src: url('/fonts/ApercuPro/apercupro-bold-webfont.eot');
    src: url('/fonts/ApercuPro/apercupro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ApercuPro/apercupro-bold-webfont.woff') format('woff'),
    url('/fonts/ApercuPro/apercupro-bold-webfont.ttf') format('truetype'),
    url('/fonts/ApercuPro/apercupro-bold-webfont.svg#apercu_proregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_pro_bold';
    font-display: swap;
    src: url('/fonts/ApercuPro/apercupro-bold-webfont.eot');
    src: url('/fonts/ApercuPro/apercupro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ApercuPro/apercupro-bold-webfont.woff') format('woff'),
    url('/fonts/ApercuPro/apercupro-bold-webfont.ttf') format('truetype'),
    url('/fonts/ApercuPro/apercupro-bold-webfont.svg#apercu_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_pro_light';
    font-display: swap;
    src: url('/fonts/ApercuPro/apercupro-light-webfont.eot');
    src: url('/fonts/ApercuPro/apercupro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ApercuPro/apercupro-light-webfont.woff') format('woff'),
    url('/fonts/ApercuPro/apercupro-light-webfont.ttf') format('truetype'),
    url('/fonts/ApercuPro/apercupro-light-webfont.svg#apercu_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* File: /css/_lsfw/reset-ls.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0
}

Ð´Ñ‹Ð°Ñ† article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

input, textarea {
    margin: 0
}

input:focus, textarea:focus {
    outline: 0 none
}

textarea {
    overflow: auto
}

button {
    padding: 0;
    margin: 0;
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button:active {
    outline: 0;
    outline-offset: 0
}

:focus, :hover {
    outline: 0
}

img {
    vertical-align: bottom
}

body {
    color: #000;
    font-size: 10px;
    font-family: Tahoma, Arial, sans-serif;
    background: #fff;
    position: relative
}

input, select, textarea {
    color: #000;
    font: 11px Tahoma, Arial, sans-serif
}

input, select {
    vertical-align: middle
}

a {
    color: #318cc6;
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #215f86
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0
}

hr {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both
}

input::-ms-clear, input::-ms-reveal {
    display: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

ul, menu, dir {
    margin: 0;
    padding: 0
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #999;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 14px !important;
    font-weight: normal !important
}

::-moz-placeholder {
    color: #999;
    font-size: 14px !important;
    opacity: 1;
    font-weight: normal !important
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px !important;
    font-weight: normal !important
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px !important;
    font-weight: normal !important
}

input[type='password'] {
    font-size: 23px;
    line-height: 17px
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0
}

Ð´Ñ‹Ð°Ñ† article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

input, textarea {
    margin: 0
}

input:focus, textarea:focus {
    outline: 0 none
}

textarea {
    overflow: auto
}

button {
    padding: 0;
    margin: 0;
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button:active {
    outline: 0;
    outline-offset: 0
}

:focus, :hover {
    outline: 0
}

img {
    vertical-align: bottom
}

body {
    color: #000;
    font-size: 10px;
    font-family: Tahoma, Arial, sans-serif;
    background: #fff;
    position: relative
}

input, select, textarea {
    color: #000;
    font: 11px Tahoma, Arial, sans-serif
}

input, select {
    vertical-align: middle
}

a {
    color: #318cc6;
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #215f86
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0
}

hr {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both
}

input::-ms-clear, input::-ms-reveal {
    display: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

ul, menu, dir {
    margin: 0;
    padding: 0
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #999;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s
}

::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important
}

::-moz-placeholder {
    color: #999 !important;
    text-transform: none;
    font-size: 14px !important;
    opacity: 1;
    font-weight: normal !important
}

:-moz-placeholder {
    color: #999 !important;
    opacity: 1;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important
}

:-ms-input-placeholder {
    color: #999 !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important
}

input[type='password'] {
    font-size: 23px;
    line-height: 17px
}

/* File: /css/_lsfw/lsfw-topline-notice.css */
.lsfw-topline-notice {
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    padding: 10px 0;
    background-color: rgba(200, 56, 49, 0.10);
}

.lsfw-topline-notice.lsfw-topline-notice--orange {

    background-color: #FFF2CD;
}

.lsfw-topline-notice.lsfw-topline-notice--tx {
    padding: 10px 25px;
    order: 0;
}

.lsfw-topline-notice__col.lsfw-topline-notice__col--213 {
    width: 218px;
    margin: 0;
}


.lsfw-topline-notice__col.lsfw-topline-notice__col--209 {
    width: 209px;
    margin: 0;
}

.lsfw-topline-notice__cross {
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center right;
    background-size: 30px;
    display: inline-block;

    position: absolute;
    right: 10px;
    top: 10px;

}

.lsfw-topline-notice__ttl {
    font-size: 19px;
    font-family: 'apercu_pro', sans-serif;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #e03a3a;
}

.lsfw-topline-notice__txt a {
    text-decoration: underline;
    color: #475669;
}

.lsfw-topline-notice__txt {
    line-height: 23px;
    color: #475669;
    margin-top: 5px;
    font-size: 15px;
}

.lsfw-topline-notice__col {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.lsfw-topline-notice__icon::after {
    content: "\f071";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.lsfw-topline-notice__icon {
    font-family: 'apercu_pro', sans-serif;
    color: #e03a3a;
    background-color: white;
    cursor: pointer;
    font-style: normal;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 24px;
}

@media screen and (max-width: 1023px) {
    .lsfw-topline-notice__col.lsfw-topline-notice__col--213, .lsfw-topline-notice__col.lsfw-topline-notice__col--209 {
        display: none;
    }

    .lsfw-topline-notice.lsfw-topline-notice--tx {
        padding: 15px;
    }

    .lsfw-topline-notice__ttl, .lsfw-topline-notice__txt {
        font-size: 13px;
        line-height: 23px;
    }
}

@media screen and (max-width: 766px) {
    .lsfw-topline-notice__cross {
        background-size: 20px;
        width: 25px;
        height: 25px;
    }

    .lsfw-topline-notice .lsfw-topline-notice__col:first-of-type {
        display: none;
    }

    .lsfw-topline-notice__col {
        margin: 0;
    }
}
/* File: /css/vendor/fontawesome-all.css */
/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:auto;src:url(../../css/webfonts/fa-brands-400.eot);src:url(../../css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../css/webfonts/fa-brands-400.woff2) format("woff2"),url(../../css/webfonts/fa-brands-400.woff) format("woff"),url(../../css/webfonts/fa-brands-400.ttf) format("truetype"),url(../../css/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../../css/webfonts/fa-regular-400.eot);src:url(../../css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../css/webfonts/fa-regular-400.woff2) format("woff2"),url(../../css/webfonts/fa-regular-400.woff) format("woff"),url(../../css/webfonts/fa-regular-400.ttf) format("truetype"),url(../../css/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../../css/webfonts/fa-solid-900.eot);src:url(../../css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../css/webfonts/fa-solid-900.woff2) format("woff2"),url(../../css/webfonts/fa-solid-900.woff) format("woff"),url(../../css/webfonts/fa-solid-900.ttf) format("truetype"),url(../../css/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* File: /css/vendor/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* File: /css/vendor/sumoselect.css */
.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    width: 100%;
    height: 40px;
}

.SelectBox {
    padding: 5px 8px;
}

.sumoStopScroll {
    overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
    display: none;
}

.SumoSelect .search-txt {
    display: none;
    outline: none;
}

.SumoSelect .no-match {
    display: none;
    padding: 6px;
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
    visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SelectClass {
    z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none;
}

.SumoSelect > .CaptionCont {
    position: relative;
    #border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
    height: 30px;
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;

    line-height: 1.5;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    margin-top: 4px;
    margin-bottom: 3.5px;
    font-size: 16px;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {

}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAGXRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4wLjEwrQoKwAAAACBJREFUKFNjMO8/958QZvj/nzDGKoiOsQqi4yHqpnP/AV/Z5uCce6BNAAAAAElFTkSuQmCC');
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.SumoSelect > .optWrapper {
    display: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
}

.SumoSelect.open > .optWrapper {
    top: 39px;
    display: block;
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.SumoSelect.open > .optWrapper {
    max-height: 250px;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4;
    border-bottom: 1px solid #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
    display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50); /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5; /* Good browsers */
    opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    background-color: rgb(17, 169, 17);
    box-shadow: none;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}


/* File: /css/lib-ui-tour-filter/flags.css */
.lsfw-flag {
    background-image: url(/i/lib-ui-tour-filter/flags-sprite.png);
    background-size: cover;
    width: 70px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: -5px;
    vertical-align: top;
}

.list-flags-wrap {
    display: flex;
    flex-wrap: wrap;
}

.hint-parent:hover .lsfw-flag.lsfw-flag--20w + .hint,
.lsfw-flag.lsfw-flag--20w  .hint-parent:hover  .hint ,
.lsfw-flag.lsfw-flag--20w.hint-parent:hover  .hint {
    top: 20px;
    left: 0;
}

.lsfw-flag.lsfw-flag--50w {
    width: 50px !important;
    height: 33px !important;
}

.lsfw-flag.lsfw-flag--20w {
    width: 32px !important;
    background-position-x: 0 !important;
    height: 21px !important;
}

.lsfw-flag.lsfw-flag--30w {
    width: 40px !important;
    background-position-x: 0 !important;
    height: 28px !important;
}

.lsfw-flag:hover .hint {
    display: block;
}

.lsfw-flag.lsfw-flag-1 {
    background-position-y: 0.02%
}

.lsfw-flag.lsfw-flag-2 {
    background-position-y: 0.469%;
}

.lsfw-flag.lsfw-flag-3 {
    background-position-y: 0.92%;
}

.lsfw-flag.lsfw-flag-4 {
    background-position-y: 1.367%;
}

.lsfw-flag.lsfw-flag-5 {
    background-position-y: 1.818%;
}

.lsfw-flag.lsfw-flag-7 {
    background-position-y: 2.26%
}

.lsfw-flag.lsfw-flag-6 {
    background-position-y: 1.818%;
}

.lsfw-flag.lsfw-flag-8 {
    background-position-y: 2.71%;
}

.lsfw-flag.lsfw-flag-9 {
    background-position-y: 3.159%;
}

.lsfw-flag.lsfw-flag-11 {
    background-position-y: 3.61%;
}

.lsfw-flag.lsfw-flag-12 {
    background-position-y: 4.055%;
}

.lsfw-flag.lsfw-flag-14 {
    background-position-y: 4.507%
}

.lsfw-flag.lsfw-flag-15 {
    background-position-y: 4.95%;
}

.lsfw-flag.lsfw-flag-16 {
    background-position-y: 5.4%;
}

.lsfw-flag.lsfw-flag-17 {
    background-position-y: 5.849%
}

.lsfw-flag.lsfw-flag-19 {
    background-position-y: 6.3%
}

.lsfw-flag.lsfw-flag-20 {
    background-position-y: 6.745%
}

.lsfw-flag.lsfw-flag-21 {
    background-position-y: 7.19%
}

.lsfw-flag.lsfw-flag-22 {
    background-position-y: 7.64%
}

.lsfw-flag.lsfw-flag-23 {
    background-position-y: 8.089%
}

.lsfw-flag.lsfw-flag-24 {
    background-position-y: 8.539%
}

.lsfw-flag.lsfw-flag-25 {
    background-position-y: 8.988%
}

.lsfw-flag.lsfw-flag-26 {
    background-position-y: 9.426%
}

.lsfw-flag.lsfw-flag-27 {
    background-position-y: 9.87%;
}

.lsfw-flag.lsfw-flag-28 {
    background-position-y: 10.329%
}

.lsfw-flag.lsfw-flag-29 {
    background-position-y: 10.77%;
}

.lsfw-flag.lsfw-flag-30 {
    background-position-y: 11.223%
}

.lsfw-flag.lsfw-flag-31 {
    background-position-y: 11.677%
}

.lsfw-flag.lsfw-flag-32 {
    background-position-y: 12.12%;
}

.lsfw-flag.lsfw-flag-34 {
    background-position-y: 12.57%;
}

.lsfw-flag.lsfw-flag-35 {
    background-position-y: 13.02%;
}

.lsfw-flag.lsfw-flag-36 {
    background-position-y: 13.47%;
}

.lsfw-flag.lsfw-flag-37 {
    background-position-y: 13.918%;
}

.lsfw-flag.lsfw-flag-38 {
    background-position-y: 14.36%;
}

.lsfw-flag.lsfw-flag-39 {
    background-position-y: 14.81%;
}

.lsfw-flag.lsfw-flag-40 {
    background-position-y: 15.26%;
}

.lsfw-flag.lsfw-flag-41 {
    background-position-y: 15.71%;
}

.lsfw-flag.lsfw-flag-42 {
    background-position-y: 16.158%;
}

.lsfw-flag.lsfw-flag-43 {
    background-position-y: 16.6%;
}

.lsfw-flag.lsfw-flag-44 {
    background-position-y: 17.05%;
}

.lsfw-flag.lsfw-flag-45 {
    background-position-y: 17.50%;
}

.lsfw-flag.lsfw-flag-46 {
    background-position-y: 17.93%
}

.lsfw-flag.lsfw-flag-47 {
    background-position-y: 18.38%
}

.lsfw-flag.lsfw-flag-48 {
    background-position-y: 18.83%
}

.lsfw-flag.lsfw-flag-49 {
    background-position-y: 19.28%
}

.lsfw-flag.lsfw-flag-50 {
    background-position-y: 19.729%
}

.lsfw-flag.lsfw-flag-51 {
    background-position-y: 20.177%
}

.lsfw-flag.lsfw-flag-52 {
    background-position-y: 20.62%
}

.lsfw-flag.lsfw-flag-53 {
    background-position-y: 21.07%
}

.lsfw-flag.lsfw-flag-54 {
    background-position-y: 21.52%
}

.lsfw-flag.lsfw-flag-55 {
    background-position-y: 21.97%
}

.lsfw-flag.lsfw-flag-56 {
    background-position-y: 22.418%
}

.lsfw-flag.lsfw-flag-57 {
    background-position-y: 22.86%
}

.lsfw-flag.lsfw-flag-58 {
    background-position-y: 23.33%
}

.lsfw-flag.lsfw-flag-59 {
    background-position-y: 23.78%
}

.lsfw-flag.lsfw-flag-60 {
    background-position-y: 24.23%
}

.lsfw-flag.lsfw-flag-61 {
    background-position-y: 24.67%
}

.lsfw-flag.lsfw-flag-62 {
    background-position-y: 25.12%
}

.lsfw-flag.lsfw-flag-63 {
    background-position-y: 25.57%
}

.lsfw-flag.lsfw-flag-64 {
    background-position-y: 26.02%
}

.lsfw-flag.lsfw-flag-65 {
    background-position-y: 26.46%
}

.lsfw-flag.lsfw-flag-66 {
    background-position-y: 26.92%
}

.lsfw-flag.lsfw-flag-67 {
    background-position-y: 27.37%
}

.lsfw-flag.lsfw-flag-68 {
    background-position-y: 27.812%
}

.lsfw-flag.lsfw-flag-69 {
    background-position-y: 28.26%
}

.lsfw-flag.lsfw-flag-70 {
    background-position-y: 28.70%
}

.lsfw-flag.lsfw-flag-71 {
    background-position-y: 29.15%
}

.lsfw-flag.lsfw-flag-72 {
    background-position-y: 29.6%
}

.lsfw-flag.lsfw-flag-73 {
    background-position-y: 30.05%
}

.lsfw-flag.lsfw-flag-74 {
    background-position-y: 30.499%
}

.lsfw-flag.lsfw-flag-75 {
    background-position-y: 30.948%
}

.lsfw-flag.lsfw-flag-76 {
    background-position-y: 31.39%
}

.lsfw-flag.lsfw-flag-77 {
    background-position-y: 31.84%
}

.lsfw-flag.lsfw-flag-78 {
    background-position-y: 32.292%
}

.lsfw-flag.lsfw-flag-79 {
    background-position-y: 32.74%
}

.lsfw-flag.lsfw-flag-80 {
    background-position-y: 33.188%
}

.lsfw-flag.lsfw-flag-81 {
    background-position-y: 33.63%
}

.lsfw-flag.lsfw-flag-82 {
    background-position-y: 34.09%
}

.lsfw-flag.lsfw-flag-83 {
    background-position-y: 34.53%
}

.lsfw-flag.lsfw-flag-84 {
    background-position-y: 34.99%
}

.lsfw-flag.lsfw-flag-85 {
    background-position-y: 35.43%
}

.lsfw-flag.lsfw-flag-86 {
    background-position-y: 35.88%
}

.lsfw-flag.lsfw-flag-87 {
    background-position-y: 36.33%
}

.lsfw-flag.lsfw-flag-89 {
    background-position-y: 36.78%
}

.lsfw-flag.lsfw-flag-90 {
    background-position-y: 37.223%
}

.lsfw-flag.lsfw-flag-93 {
    background-position-y: 37.676%
}

.lsfw-flag.lsfw-flag-96 {
    background-position-y: 38.12%
}

.lsfw-flag.lsfw-flag-100 {
    background-position-y: 38.57%
}

.lsfw-flag.lsfw-flag-103 {
    background-position-y: 39.02%
}

.lsfw-flag.lsfw-flag-107 {
    background-position-y: 39.46%
}

.lsfw-flag.lsfw-flag-109 {
    background-position-y: 39.91%
}

.lsfw-flag.lsfw-flag-110 {
    background-position-y: 40.358%
}

.lsfw-flag.lsfw-flag-113 {
    background-position-y: 40.8%
}

.lsfw-flag.lsfw-flag-114 {
    background-position-y: 41.25%
}

.lsfw-flag.lsfw-flag-116 {
    background-position-y: 41.7%
}

.lsfw-flag.lsfw-flag-117 {
    background-position-y: 42.15%
}

.lsfw-flag.lsfw-flag-118 {
    background-position-y: 42.598%
}

.lsfw-flag.lsfw-flag-119 {
    background-position-y: 43.047%
}

.lsfw-flag.lsfw-flag-120 {
    background-position-y: 43.49%
}

.lsfw-flag.lsfw-flag-122 {
    background-position-y: 43.939%
}

.lsfw-flag.lsfw-flag-123 {
    background-position-y: 44.41%
}

.lsfw-flag.lsfw-flag-124 {
    background-position-y: 44.84%
}

.lsfw-flag.lsfw-flag-126 {
    background-position-y: 45.288%
}

.lsfw-flag.lsfw-flag-127 {
    background-position-y: 45.73%
}

.lsfw-flag.lsfw-flag-128 {
    background-position-y: 46.18%
}

.lsfw-flag.lsfw-flag-129 {
    background-position-y: 46.63%
}

.lsfw-flag.lsfw-flag-130 {
    background-position-y: 47.08%
}

.lsfw-flag.lsfw-flag-132 {
    background-position-y: 47.522%
}

.lsfw-flag.lsfw-flag-133 {
    background-position-y: 47.97%
}

.lsfw-flag.lsfw-flag-134 {
    background-position-y: 48.42%
}

.lsfw-flag.lsfw-flag-135 {
    background-position-y: 48.87%
}

.lsfw-flag.lsfw-flag-136 {
    background-position-y: 49.32%
}

.lsfw-flag.lsfw-flag-137 {
    background-position-y: 49.77%
}

.lsfw-flag.lsfw-flag-139 {
    background-position-y: 50.21%
}

.lsfw-flag.lsfw-flag-140 {
    background-position-y: 50.66%
}

.lsfw-flag.lsfw-flag-141 {
    background-position-y: 51.109%
}

.lsfw-flag.lsfw-flag-142 {
    background-position-y: 51.56%
}

.lsfw-flag.lsfw-flag-143 {
    background-position-y: 52.01%
}

.lsfw-flag.lsfw-flag-144 {
    background-position-y: 52.455%
}

.lsfw-flag.lsfw-flag-145 {
    background-position-y: 52.9%
}

.lsfw-flag.lsfw-flag-146 {
    background-position-y: 53.35%
}

.lsfw-flag.lsfw-flag-147 {
    background-position-y: 53.8%
}

.lsfw-flag.lsfw-flag-148 {
    background-position-y: 54.25%
}

.lsfw-flag.lsfw-flag-149 {
    background-position-y: 54.686%
}

.lsfw-flag.lsfw-flag-150 {
    background-position-y: 55.145%
}

.lsfw-flag.lsfw-flag-151 {
    background-position-y: 55.59%
}

.lsfw-flag.lsfw-flag-152 {
    background-position-y: 56.04%
}

.lsfw-flag.lsfw-flag-153 {
    background-position-y: 56.49%
}

.lsfw-flag.lsfw-flag-155 {
    background-position-y: 56.936%
}

.lsfw-flag.lsfw-flag-156 {
    background-position-y: 57.388%
}

.lsfw-flag.lsfw-flag-157 {
    background-position-y: 57.83%
}

.lsfw-flag.lsfw-flag-158 {
    background-position-y: 58.28%
}

.lsfw-flag.lsfw-flag-159 {
    background-position-y: 58.73%
}

.lsfw-flag.lsfw-flag-160 {
    background-position-y: 59.18%
}

.lsfw-flag.lsfw-flag-161 {
    background-position-y: 59.627%
}

.lsfw-flag.lsfw-flag-162 {
    background-position-y: 60.07%
}

.lsfw-flag.lsfw-flag-163 {
    background-position-y: 60.52%;
}

.lsfw-flag.lsfw-flag-164 {
    background-position-y: 60.98%
}

.lsfw-flag.lsfw-flag-165 {
    background-position-y: 61.42%
}

.lsfw-flag.lsfw-flag-166 {
    background-position-y: 61.87%
}

.lsfw-flag.lsfw-flag-167 {
    background-position-y: 62.32%
}

.lsfw-flag.lsfw-flag-168 {
    background-position-y: 62.77%
}

.lsfw-flag.lsfw-flag-169 {
    background-position-y: 63.22%
}

.lsfw-flag.lsfw-flag-170 {
    background-position-y: 63.66%
}

.lsfw-flag.lsfw-flag-171 {
    background-position-y: 64.11%
}

.lsfw-flag.lsfw-flag-172 {
    background-position-y: 64.56%
}

.lsfw-flag.lsfw-flag-173 {
    background-position-y: 65.0%
}

.lsfw-flag.lsfw-flag-174 {
    background-position-y: 65.45%
}

.lsfw-flag.lsfw-flag-175 {
    background-position-y: 65.9%
}

.lsfw-flag.lsfw-flag-176 {
    background-position-y: 66.35%
}

.lsfw-flag.lsfw-flag-177 {
    background-position-y: 66.799%
}

.lsfw-flag.lsfw-flag-178 {
    background-position-y: 67.245%
}

.lsfw-flag.lsfw-flag-179 {
    background-position-y: 67.69%
}

.lsfw-flag.lsfw-flag-180 {
    background-position-y: 68.14%
}

.lsfw-flag.lsfw-flag-182 {
    background-position-y: 68.59%
}

.lsfw-flag.lsfw-flag-183 {
    background-position-y: 69.04%
}

.lsfw-flag.lsfw-flag-184 {
    background-position-y: 69.486%
}

.lsfw-flag.lsfw-flag-185 {
    background-position-y: 69.93%;
}

.lsfw-flag.lsfw-flag-186 {
    background-position-y: 70.38%
}

.lsfw-flag.lsfw-flag-187 {
    background-position-y: 70.83%
}

.lsfw-flag.lsfw-flag-188 {
    background-position-y: 71.28%
}

.lsfw-flag.lsfw-flag-189 {
    background-position-y: 71.723%
}

.lsfw-flag.lsfw-flag-190 {
    background-position-y: 72.17%
}

.lsfw-flag.lsfw-flag-191 {
    background-position-y: 72.62%
}

.lsfw-flag.lsfw-flag-192 {
    background-position-y: 73.07%
}

.lsfw-flag.lsfw-flag-193 {
    background-position-y: 73.52%
}

.lsfw-flag.lsfw-flag-194 {
    background-position-y: 73.968%
}

.lsfw-flag.lsfw-flag-195 {
    background-position-y: 74.412%
}

.lsfw-flag.lsfw-flag-196 {
    background-position-y: 74.86%
}

.lsfw-flag.lsfw-flag-197 {
    background-position-y: 75.31%
}

.lsfw-flag.lsfw-flag-198 {
    background-position-y: 75.76%
}

.lsfw-flag.lsfw-flag-200 {
    background-position-y: 76.21%
}

.lsfw-flag.lsfw-flag-201 {
    background-position-y: 76.658%
}

.lsfw-flag.lsfw-flag-202 {
    background-position-y: 77.1%
}

.lsfw-flag.lsfw-flag-203 {
    background-position-y: 77.55%
}

.lsfw-flag.lsfw-flag-204 {
    background-position-y: 78.0%
}

.lsfw-flag.lsfw-flag-205 {
    background-position-y: 78.446%
}

.lsfw-flag.lsfw-flag-206 {
    background-position-y: 78.899%
}

.lsfw-flag.lsfw-flag-207 {
    background-position-y: 79.345%
}

.lsfw-flag.lsfw-flag-208 {
    background-position-y: 79.79%
}

.lsfw-flag.lsfw-flag-209 {
    background-position-y: 80.24%
}

.lsfw-flag.lsfw-flag-210 {
    background-position-y: 80.69%
}

.lsfw-flag.lsfw-flag-211 {
    background-position-y: 81.14%
}

.lsfw-flag.lsfw-flag-212 {
    background-position-y: 81.588%
}

.lsfw-flag.lsfw-flag-213 {
    background-position-y: 82.03%
}

.lsfw-flag.lsfw-flag-214 {
    background-position-y: 82.48%
}

.lsfw-flag.lsfw-flag-215 {
    background-position-y: 82.93%
}

.lsfw-flag.lsfw-flag-216 {
    background-position-y: 83.38%
}

.lsfw-flag.lsfw-flag-217 {
    background-position-y: 83.822%
}

.lsfw-flag.lsfw-flag-218 {
    background-position-y: 84.27%
}

.lsfw-flag.lsfw-flag-219 {
    background-position-y: 84.72%
}

.lsfw-flag.lsfw-flag-220 {
    background-position-y: 85.17%
}

.lsfw-flag.lsfw-flag-222 {
    background-position-y: 85.62%
}

.lsfw-flag.lsfw-flag-242 {
    background-position-y: 86.07%
}

.lsfw-flag.lsfw-flag-247 {
    background-position-y: 86.52%
}

.lsfw-flag.lsfw-flag-248 {
    background-position-y: 86.97%
}

.lsfw-flag.lsfw-flag-252 {
    background-position-y: 87.41%
}

.lsfw-flag.lsfw-flag-255 {
    background-position-y: 87.86%
}

.lsfw-flag.lsfw-flag-256 {
    background-position-y: 88.31%
}

.lsfw-flag.lsfw-flag-257 {
    background-position-y: 88.756%
}

.lsfw-flag.lsfw-flag-259 {
    background-position-y: 89.2%
}

.lsfw-flag.lsfw-flag-260 {
    background-position-y: 89.65%
}

.lsfw-flag.lsfw-flag-261 {
    background-position-y: 90.1%
}

.lsfw-flag.lsfw-flag-267 {
    background-position-y: 90.55%
}

.lsfw-flag.lsfw-flag-269 {
    background-position-y: 91.05%
}

.lsfw-flag.lsfw-flag-270 {
    background-position-y: 91.44%
}

.lsfw-flag.lsfw-flag-271 {
    background-position-y: 91.89%
}

.lsfw-flag.lsfw-flag-272 {
    background-position-y: 92.34%
}

.lsfw-flag.lsfw-flag-273 {
    background-position-y: 92.79%
}

.lsfw-flag.lsfw-flag-274 {
    background-position-y: 93.24%
}

.lsfw-flag.lsfw-flag-275 {
    background-position-y: 93.688%
}

.lsfw-flag.lsfw-flag-282 {
    background-position-y: 94.13%
}

.lsfw-flag.lsfw-flag-284 {
    background-position-y: 94.58%
}

.lsfw-flag.lsfw-flag-285 {
    background-position-y: 95.03%
}

.lsfw-flag.lsfw-flag-288 {
    background-position-y: 95.48%
}

.lsfw-flag.lsfw-flag-289 {
    background-position-y: 95.922%
}

.lsfw-flag.lsfw-flag-290 {
    background-position-y: 96.37%
}

.lsfw-flag.lsfw-flag-291 {
    background-position-y: 96.82%
}

.lsfw-flag.lsfw-flag-292 {
    background-position-y: 97.26%
}

.lsfw-flag.lsfw-flag-293 {
    background-position-y: 97.72%
}

.lsfw-flag.lsfw-flag-294 {
    background-position-y: 98.166%
}

.lsfw-flag.lsfw-flag-295 {
    background-position-y: 98.62%
}

.lsfw-flag.lsfw-flag-296 {
    background-position-y: 99.06%
}

.lsfw-flag.lsfw-flag-297 {
    background-position-y: 99.51%
}

.lsfw-flag.lsfw-flag-298 {
    background-position-y: 99.96%
}

.lsfw-flag.lsfw-flag-un,
.lsfw-flag.lsfw-flag-pir {
    background-size: cover;
    width: 70px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: -5px;
    vertical-align: top;
    background-image: url(/i/flags-sprite2.png);
}

.lsfw-flag--20w.lsfw-flag.lsfw-flag-303 {

    background-position-y: 0 !important;
}

.lsfw-flag.lsfw-flag-303 {
    background-size: cover;
    background-position-y: 2px;
    width: 70px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: top;
    background-image: url(/i/flag303.png);
}

.lsfw-flag.lsfw-flag-pir {
    background-position-y: 92%;
}

.lsfw-flag--50w.lsfw-flag.lsfw-flag-un {
    background-position-y: -7%;
}

.lsfw-flag.lsfw-flag-un {
    background-position-y: 4%;
}

.lsfw-flag--30w.lsfw-flag.lsfw-flag-un {
    background-position-y: -12%;
}

.lsfw-flag--20w.lsfw-flag.lsfw-flag-un {
    background-position-y: -5%;
}



/* File: /css/lib-ui-tour-filter/lsfw-form-direction.css */

.formDirections {
    position: absolute;
    left: 0;
    background: #fff;
    font-family: 'apercu_pro', sans-serif;
    z-index: 21;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    min-width: 290px;
    color: #475669;
    font-size: 14px;
    display: none;
    top: 0px;
    border-radius: 2px;
}

.formDirections__SumoSelect.formDirections__SumoSelect--lower .SumoSelect > .optWrapper > .options {
    max-height: 220px;
}

.tour-selection-wrap.tour-selection-wrap--static-pp .formDirections {
    position: static;
    min-width: 100%;
    display: block !important;
}

.form-dropdown-stars__item.form-dropdown-stars__item--all-ico .cbx-block,
.form-dropdown-stars__item.form-dropdown-stars__item--all-ico label {
    width: 100%;
}

.form-dropdown-stars__item.form-dropdown-stars__item--all-ico {
    position: relative;
}

.form-dropdown-stars__item.form-dropdown-stars__item--all-ico::after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    color: #ddd;
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    pointer-events: none;
    right: 10px;
    top: 7px;
}

.formDirections .formDirections__bottom-blocks-cut::-webkit-scrollbar-track,
.formDirections__row .formDirections__wrap-flex-right::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    z-index: 10;
}

.formDirections .formDirections__bottom-blocks-cut::-webkit-scrollbar,
.formDirections__row .formDirections__wrap-flex-right::-webkit-scrollbar {
    margin-top: 5px;
    width: 4px;
    background-color: #F5F5F5;
}

.formDirections .formDirections__bottom-blocks-cut::-webkit-scrollbar-thumb,
.formDirections__row .formDirections__wrap-flex-right::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

.formDirections__close-abs {
    font-size: 12px;
    line-height: 20px;
    font-family: 'apercu_pro', sans-serif;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #e03a3a;
}

.formDirections.formDirections--date.w100p .gmi-picker-panel {
    width: 100%;
}

.formDirections.formDirections--date-offset .gmi-picker-panel {
    width: 100%;
}

.formDirections.formDirections--date-offset {
    width: 630px;
}

.formDirections.formDirections--char {
    left: auto;
    right: 0;
}

.formDirections__wrap.formDirections__wrap--490 {
    min-width: 490px;
}

.formDirections__wrap.formDirections__wrap-guest {
    min-width: 255px;
    width: 255px;
}

.formDirections.w100p .formDirections__wrap {
    min-width: auto;
    width: 100%;
}

.formDirections__footer {
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
    line-height: 20px;
    color: #e03a3a;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.formDirections__wrap.w100p {
    min-width: auto;
}

.formDirections .formDirections__wrap {
    height: 100%;
    margin-bottom: 15px;

}

.formDirections .formDirections__top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    white-space: nowrap;
    height: 45px;
    line-height: 25px;

}

.formDirections .formDirections__row .formDirections__top {
    height: auto;
    line-height: 18px;
}

.formDirections .formDirections__top.formDirections__top--white {
    background-color: white;
    border-bottom: 1.5px solid #ff8e41;

}

.formDirections .formDirections__top.formDirections__top--white .formDirections__bottom-close {
    background-image: url(/i/lib-ui-tour-filter/cross-thin.svg);
}

.formDirections .formDirections__top-tab {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #2c9cdc;
}

.formDirections__top-line > .formDirections__top-tab {
    max-width: calc(100% - 35px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formDirections .formDirections__top.formDirections__top--white .formDirections__top-tab {
    background-color: #ffffff00;
    color: #475669;
}

.formDirections .formDirections__top-tab.active {
    color: #475669;
}

.formDirections .formDirections__top-tab i {
    margin-right: 7px;
    font-size: 17px;
}

.formDirections__top-tab .bth__inp-flag {
    display: none;
}

.formDirections__top-line {
    border-bottom: 1.5px solid #ff8e41;
}

.formDirections .formDirections__search {
    position: relative;
    height: 40px;
}

.formDirections .formDirections__search input {
    padding: 11px;
    padding-left: 15px;
    border: none;
    border-bottom: 1.5px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
}

.formDirections__search-right-icon {
    border-radius: 2px;
    position: absolute;
    right: 16px;
    top: 11px;
}

.formDirections__bottom-close {
    background-image: url(/i/lib-ui-tour-filter/cross-thin.svg);
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    right: 14px;
    top: 12px;
    cursor: pointer;
    background-position: right top;
    background-size: 19px;
    display: inline-block;
    /* margin-left: 10px; */
    position: absolute;
    background-color: white;
}

.formDirections__close-red {
    padding-left: 27px;
    color: #e03a3a !important;

}

.formDirections .formDirections_plus-circle.active {
    background-image: url("/i/lib-ui-tour-filter/minus15.png");
}

.formDirections .formDirections_plus-circle {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer;
    background-image: url(/i/lib-ui-tour-filter/plus15.png);
}

.formDirections .formDirections_plus-hidden {
    background-image: none !important;
}

.formDirections .formDirections__bottom-btn {
    margin: 15px 42px !important;
    width: 150px !important;
}

.formDirections__drop-city.pl73 {
    padding-left: 73px;
}

.formDirections__drop-city.pl50 {
    padding-left: 50px;
}

.formDirections .formDirections__drop-city.pl50 .bth__cnt {
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

.form-dropdown-stars {
    position: absolute;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    background: #fff;
    z-index: 101;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.form-dropdown-stars__item {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 15px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 17px;
    box-sizing: border-box;
    cursor: pointer;
}

.form-dropdown-stars__item .lsfw-flag.lsfw-flag--20w + .bth__bold-link {
    max-width: calc(100% - 35px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formDirections__bottom-item .lsfw-flag--30w {
    margin-left: -4px;
    vertical-align: bottom;
}

.formDirections .form-dropdown-stars__item .rbt-block {
    margin-bottom: 0;
    margin-top: 0;
}

.form-dropdown-stars__item .cbx-block .cbx-cnt {

    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.form-dropdown-stars__item .cbx-block {
    display: inline-block;
    vertical-align: bottom;
}

.formDirection__stars-cbx input:checked + .formDirection__stars-lb i {
    color: #ff8e41;
}

.formDirections__row .formDirections__bottom-item .fa-star {
    font-size: 17px;
    margin-right: 3px;
}

.formDirections__row .formDirections__bottom-item .fa-star:hover {
    color: #e27200;
}

.form-dropdown-stars__item .fa:first-of-type {
    margin-left: 21px;
}

.form-dropdown-stars__item-top {
    position: relative;
    border-bottom: 1.5px solid #ff8e41;
    background-color: #faf6e5;
    font-size: 16px;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    box-sizing: border-box;
    height: 50px;
    padding-top: 13px;
    padding-left: 9px;
}

.form-dropdown-stars__close {
    background-image: url(/i/lib-ui-tour-filter/cross-thin-grey.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 12px;
    top: 16px;
    cursor: pointer;
    background-size: cover;
    display: inline-block;
    position: absolute;
}

.form-dropdown-stars__close:hover {
    background-image: url(/i/lib-ui-tour-filter/cross-thin.svg);
}

.formDirections .formDirections__top .formDirections__bottom-close {
    background-color: transparent;
}

.formDirections .formDirections__bottom-item {
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    padding: 5px 15px;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;

}

.formDirections .formDirections__bottom-item.no-border {
    padding-bottom: 0;
}

.bth__inp-direction {
    height: 50px !important;
}

.formDirections .formDirections__city {
    font-weight: bold;
    font-size: 16px;
}

.formDirections .formDirections__count {
    color: #999;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formDirections__city .formDirections__bottom-item .formDirections__city {
    width: 245px;
    display: inline-block;
}

.formDirections .formDirections__cbx-item .cbx-block {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
}

.formDirections__cbx-item .cbx-cnt {
    font-weight: normal;
}

.formDirections__cbx-item {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
    margin-top: 15px;
}

.formDirections__cbx-ttl {
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    padding-top: 5px;
}

.formDirections__city .formDirections__bottom-item .formDirections__count {
    width: 100px;
    display: inline-block;
}

.formDirections .form-durability__select {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
    padding: 0;
}

.formDirections .form-durability__select {
    width: 100%;
}

.formDirections .form-durability__select .form-durability__durability .form-durability__select-row {
    display: block;
    margin-bottom: 0;
}

.formDirections .form-adults {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
    padding: 0;
}

.formDirections__bottom-blocks.h-auto {
    max-height: none;
    overflow: visible;
}

.formDirections .formDirections__arr {
    font-size: 21px;
    z-index: 2;
    /* position: absolute; */
    right: 15px;
    color: #ff8e41;
    transition: 0.3s;
    margin-left: 10px;

}

.formDirections .formDirections__top-tab.active .formDirections__crown {
    background-position-y: 0;
}

.formDirections .formDirections__arr.active {

    transform: rotate(180deg);
}

.formDirections__bottom-city .cbx-block {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
}

.formDirections .formDirections__city .lsfw-flag {
    vertical-align: bottom;
}

.formDirections .formDirections__cut {
    font-size: 14px;
    display: inline-block;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    text-transform: uppercase;
}

.formDirections__drop-city .bth__cnt {
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 5px;
}

.formDirections .formDirections__bottom-item:hover,
.formDirections__drop-city .bth__cnt:hover {
    color: #2c9cdc;
    cursor: pointer;
}

.formDirections__drop-city .cbx-cnt {
    font-size: 14px;
    font-weight: normal;

}

.formDirections__bottom-city .formDirections__bottom-item:hover {
    background-color: white;
}

.formDirections__drop-city {

    padding-left: 30px;
    display: none;
}

.formDirections .formDirections__bottom-item--white:hover {
    background-color: white;
}

.formDirections .formDirections__top-tab i.fa-bars {
    width: 30px;
}

.formDirections .rbt + .label-rbt {
    padding-left: 30px;
}

.formDirections .formDirections__city .formDirections__bottom-item {
}

/*Г‘ВЃГ‘Ж’ГђВјГђВѕ*/
.formDirections__SumoSelect .SumoSelect > .CaptionCont > label > i {
    display: none;
}

.formDirections__SumoSelect .SumoSelect > .CaptionCont > span {
    font-size: 14px;
    font-weight: normal;
    display: none;
}

.formDirections__lang-all.active,
.formDirections__lang-all:hover,
.formDirections__lang.active,
.formDirections__lang:hover {
    background-color: #eee;
}

.formDirections__lang {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
}

.formDirections__bottom-col > span:hover {
    color: #2c9cdc;
}

.formDirections__bottom-col > span {
    cursor: pointer;
    color: #215f86;
    margin-top: 10px;
    display: block;
}

.formDirections__lang-all {
    width: 150px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
}

.formDirections__bottom-col {
    margin-right: 10px;
}

.formDirections__bottom-col > div {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.formDirections__SumoSelect,
.formDirections__SumoSelect .SumoSelect {
    height: auto;
}

.formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: inherit;
}

.formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #318cc6;
}

.formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt {
    border-color: #dddddd;
    padding: 7px 15px;
    font-weight: bold;

}

.formDirections__SumoSelect.formDirections__SumoSelect-normal .SumoSelect > .optWrapper > .options li.opt {
    font-weight: normal;

}

.formDirections__SumoSelect--first-red .SumoSelect > .optWrapper > .options > li.opt:first-child label {
    color: #e03a3a
}

.formDirections__SumoSelect .SumoSelect > .optWrapper {
    border-top: none;
    border-right: 0;
    border-bottom: none;
    border-left: 0;
    position: relative;
    top: 0;
    box-shadow: none;
}

.formDirections .formDirections__bottom-blocks > .form-dropdown-stars__item:last-of-type {
    border: none;
    padding-bottom: 0;
}

.formDirections__bottom-blocks > .formDirections__single-btn {
    margin: 10px 20px 5px 20px;
    height: 32px;
    line-height: 9px;
    width: 124px !important;
    min-width: auto !important;
}

.formDirections .SumoSelect.open .search-txt {
    position: static;
    height: 100%;
    font-size: 16px;
}

.formDirections .SumoSelect > .CaptionCont {

    border-bottom: 1.5px solid #ccc;
}

.formDirections__row .formDirections__wrap-flex .SumoSelect > .optWrapper > .options {
    max-height: none;
}

.formDirections__row .formDirections__wrap-flex .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt {

    padding: 8px 0;
}

.formDirections__row .formDirections__wrap-flex .formDirections__cbx-item:first-of-type {
    margin-top: 0;
}

.formDirections .formDirections__SumoSelect.formDirections__SumoSelect--no-head .CaptionCont {
    display: none !important;
}

.formDirections__row .formDirections__wrap-flex .formDirections__SumoSelect .SumoSelect > .optWrapper {
    max-height: none;
}

.formDirections__row .formDirections__wrap-flex .formDirections__SumoSelect .SumoSelect > .CaptionCont {
    padding: 0;
    height: 40px;
}

.formDirections__row .formDirections__wrap-flex .formDirections__top-tab {
    background-color: #faf6e5;
    padding: 8px;
    font-family: 'apercu_pro', sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
}

.formDirections__row .formDirections__wrap-flex .formDirections__city {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.formDirections__row .formDirections__wrap-flex .cbx-block.cbx-block--16 .cbx + .label-cbx {
    padding-left: 26px;
}

.formDirections .cbx-block--16 label i:first-of-type {
    margin-left: 0 !important;
}

.formDirections .formDirections__row .cbx-block--16 .cbx-cnt,
.formDirections .formDirections__row .rbt-block .rbt-cnt {
    max-width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formDirections .formDirections__row .cbx-block--16,
.formDirections .formDirections__row .rbt-block {
    padding: 4px 0;
    margin: 0;
    vertical-align: middle;
}

.formDirections .cbx-block--16 {
    display: inline-block;
}

.formDirections .form-dropdown-stars__item .cbx-block--16 {
    margin-bottom: 0;
}

.formDirections .cbx-block--16 .cbx-cnt {
    font-size: 14px;
    line-height: 20px;

    text-transform: uppercase;
    text-overflow: ellipsis;
    font-weight: bold;
    display: inline-block;
}

.formDirections .cbx-block--16 .cbx-cnt.cbx-cnt--whitespace {
    white-space: normal;
    max-width: none;
}

.formDirections .cbx:checked + .label-cbx span,
.formDirections .rbt:checked + .label-rbt span {
    color: #E53935;
}

.formDirections.formDirections--left {
    left: auto;
    right: 0px;
}

.formDirections__row .formDirections__top-tab.active {
    color: #475669;
}

.formDirections__row .formDirections__wrap-flex .formDirections__search input {
    padding-bottom: 7px;
    padding-top: 8px;
    padding-left: 0;

}

.formDirections__row .formDirections__bottom-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.formDirections__row .formDirections__wrap-flex .formDirections__top-line {
    width: 145px;
}

.formDirections__abs-btn {
    width: 124px !important;
    height: 32px !important;
    padding: 4px 0;
    position: absolute;
    left: 15px;
    line-height: 10px;
    bottom: 0;
}

.formDirections__bottom-dbl {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.formDirections__bottom-dbl > div {
    width: 50%;
}

.formDirections__list-search .SumoSelect.open .search-txt {
    padding-left: 20px;
    height: 100%;
    border-radius: 0;
}

.formDirections__list-search .SumoSelect > .optWrapper > .options li label {
    font-weight: bold;
    font-size: 16px;
}

.formDirections__list-search .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt {
    padding: 7px 20px;
    text-transform: uppercase;

}

.formDirections__list-search .formDirections__SumoSelect .SumoSelect > .CaptionCont {

    height: 41px;
    box-sizing: border-box;
    border-bottom: 1.5px solid #ff8e41;
    padding-top: 11px;
}

.formDirections__list-search .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #2c9cdc;
}

.formDirections__row {

}

.formDirections__row .formDirections__wrap-flex--middle.formDirections__wrap-flex .formDirections__abs-btn {

    width: 109px !important;
}

.formDirections__row .formDirections__wrap-flex--middle.formDirections__wrap-flex .formDirections__wrap-flex-right {
    width: 70%;
}

.formDirections__row .formDirections__wrap-flex--middle.formDirections__wrap-flex .formDirections__top-line {
    width: 30%;
    min-width: 170px;
}

.formDirections .formDirections__row .rbt-cnt {
    font-size: 16px;
    line-height: 20px;
    max-width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
}

.formDirections__row .form-dropdown-stars__item {

    padding: 5px 0;
}

.formDirections__row .formDirections__cbx-item {
    padding-left: 0;
}

.formDirections__row .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt:hover label {

    color: #2c9cdc;
}

.formDirections__row .formDirections__wrap-flex .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt label {

    max-width: 235px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formDirections__row .formDirections__wrap-flex .rbt + .label-rbt {

    line-height: 18px;
}

.formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt label {
    font-size: 14px;
    text-transform: uppercase;
}

.formDirections__row .formDirections__crown {
    width: 17px;
    height: 14px;

    vertical-align: bottom;
}

.formDirections .lsfw-flag.lsfw-flag--20w {
    margin-left: -4px;
}

.formDirections__row .formDirections__wrap-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 10px;
    flex-direction: row;
}

.formDirections__row .formDirections__wrap-flex .formDirections__top-line {
    padding-right: 0;
    border-bottom: 0;
    width: 33%;
    min-width: 170px;
    box-sizing: border-box;
    padding-top: 0;
    margin-bottom: 43px;
    padding-left: 15px;
    margin-right: 10px;
}

.formDirections__row .formDirections__wrap-flex .formDirections__top-tab {
    display: block;
    padding-top: 5px;
    font-family: 'apercu_pro', sans-serif;
    position: relative;
}

.formDirections__top-tab-cut {
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.formDirections__top-tab-cross {
    background-image: url(/i/lib-ui-tour-filter/cross-thin.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    top: 10px;
    cursor: pointer;
    background-position: right top;
    background-size: cover;
    display: inline-block;
    position: absolute;

}

.formDirections__row .formDirections__bottom-item:hover .formDirection__stars-cbx .formDirection__stars-lb {
    display: inline-block;
    opacity: 1;

}

.form-dropdown-stars__item .bth__btn {
    width: 124px !important;
    height: 32px !important;
    padding: 4px 0;
    line-height: 22px;
}

.formDirection__stars-cbx {
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.formDirection__stars-cbx input + .formDirection__stars-lb {
    color: #ccc;
    opacity: 0;
    cursor: pointer;
    font-size: 14px;
}

.formDirections .formDirections__drop-city.formDirections__drop-sm {

    padding-left: 27px;
}

.formDirections__drop-city.formDirections__drop-sm .cbx-block--16 .cbx-cnt,
.formDirections__drop-city.formDirections__drop-sm .rbt-cnt .rbt-cnt {
    font-size: 14px;
    font-weight: normal;
}

.formDirections__drop-city.formDirections__drop-sm > div:not(:first-of-type) {

    display: block;
}

.formDirections__left-30 {
    padding-left: 27px;
}

.formDirections__left-30 .cbx-cnt {
    font-weight: normal !important;
}

.formDirections .formDirections__bottom .formDirections__left-30 > div {
    display: block;
    margin-bottom: 10px;
}

.formDirections .formDirections_plus-circle.formDirections_plus-circle--orange {
    background-image: none !important;
    position: relative;

    box-sizing: border-box;

}

.formDirections .bth__inp-block--formDirections .bth__inp {
    padding: 0 !important;
}

.formDirections .bth__inp-block--formDirections {
    width: 100% !important;
    padding: 10px 0 !important;
    height: 36px !important;
}

.formDirections__row .formDirections__wrap-flex-right .gmi-picker-panel .gmi-date-table td {
    border-radius: 2px;
}

.formDirections__row .gmi-picker-panel__body__main * {
    font-family: 'apercu_pro', sans-serif;
}

.formDirections .formDirections_plus-circle.formDirections_plus-circle--orange::after {
    content: '\f055';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: #ff8e41;
    left: 3px;
    top: -4px;
    /* line-height: 10px; */
    font-size: 17px;
}

.formDirections .formDirections_plus-circle.formDirections_plus-circle--orange.active::after {
    content: '\f056';
    left: 3px;
}

.formDirections__drop-city.formDirections__drop-sm > div {
    margin-top: 10px;
}

.formDirections.formDirections-350h .formDirections__bottom-item {
    display: block;
}

.formDirections.formDirections-350h .formDirections__bottom-blocks {
    overflow: hidden;
    max-height: none;
}

.formDirections.formDirections-350h {
    min-height: 350px;
}

.formDirection__stars-cbx input:checked + .formDirection__stars-lb {
    color: #ff8e41;
    display: inline-block;
    opacity: 1;
    font-size: 14px;
}

.formDirections__top-tab--green {
    background-color: #e5f6ed !important;
    color: #475669 !important;
}

.formDirections__top-tab--green:hover {
    background-color: #D8EAD2 !important;
}

.formDirections__row .formDirections__bottom-item {
    padding-left: 0;
}

.formDirections__row .formDirections__search input {
    padding-left: 0;
}

.formDirections__row .formDirections__wrap-flex-right {
    width: 67%;
    min-width: 310px;
    height: 290px;
    overflow: auto;
}

.formDirections__city-flag {
    display: inline-block;
    vertical-align: bottom;
}

.formDirections__city-flag:hover .hint {
    display: block;
    left: 0;
    right: auto;
    width: max-content;
}

.formDirections__city-flag img {
    border-radius: 2px;
}

.formDirections__btn-orange:hover {
    background-color: #e27200;
    border-color: #e27200;
}

.formDirections__btn-orange {
    line-height: 18px;
    border: 1px solid #ff8e41;
    padding: 6px 0px 13px 0px;
    cursor: pointer;
    background: #ff8e41;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    bottom: 17px;
    left: 16px;
    width: 124px;
    height: 32px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 2px;
}

.formDirections__close-red-abs {

    cursor: pointer;
    color: #e03a3a;
    box-sizing: border-box;
    position: absolute;
    bottom: 17px;
    left: 20px;
    font-family: 'apercu_pro', sans-serif;
}

.formDirections .SumoSelect .no-match {
    padding: 6px 15px;
}

.formDirections__static-btn {
    border: 1px solid #ff8e41;
    padding: 8px 0;
    cursor: pointer;
    margin: 10px 15px;
    background: #ff8e41;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 2px;
}

.formDirections .SumoSelect > .optWrapper.isFloating > .options {
    max-height: 250px;
}

.formDirections__static-btn.formDirections__static-btn--sm {
    width: 124px;
    height: 32px;
    font-size: 15px;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
}

.formDirections__bottom-blocks-cut .SumoSelect > .optWrapper > .options,
.formDirections__bottom-blocks-cut .SumoSelect.open > .optWrapper {
    max-height: none;
    height: 100%;
}

.formDirections__bottom-blocks-cut {
    max-height: 290px;
    overflow: auto;
}

.formDirections__bottom-blocks-cut .formDirections__cbx-item:first-of-type {
    margin-top: 5px;
}

.formDirections__static-btn:hover {
    border-color: #e27200;
    background-color: #e27200;
}

.formDirections__row .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt label,
.formDirections .cbx-block--16 .cbx-cnt,
.formDirections__row .formDirections__wrap-flex .formDirections__city,
.formDirections .formDirections__row .rbt-cnt {
    font-size: 14px;
}

.formDirections__lb-uppercase {
    position: static;
    font-size: 11px;
    color: #475669;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.formDirections__rbt-flex {

    margin-bottom: 10px;
    margin-top: 5px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.formDirections .formDirections__inp-block.formDirections__inp-block--sm {
    width: 49%;
    display: inline-block;
}

.formDirections__dbl-inp > div {
    width: 49%;
}

.formDirections__dbl-inp {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.formDirections .formDirections__inp-block .bth__inp {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.formDirections--parametrs .formDirections__bottom-item {
    display: block;
}

.formDirections--parametrs .formDirections__price-input-bbl {
    height: 32px;
    width: 32px;
    font-size: 25px;
    padding-top: 2px;
}

.formDirections--parametrs .formDirections__price-wrap .formDirections__price {
    width: 100%;
    height: 40px;
    padding-top: 0;
}

.formDirections--parametrs {
    min-width: 310px;
}

.formDirections--325 {
    min-width: 325px;
}

.formDirections .formDirections__inp-block {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
    height: 40px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.formDirections__input-bbl i {
    color: white !important;
    font-size: 17px;
    margin: 0 !important;
    display: block;
    line-height: 33px;
}

.formDirections .formDirections__inp-block:hover .bth__inp {
    color: #318CC6;
}

.formDirections__input-bbl {
    height: 30px;
    width: 30px;
    background-color: #ddd;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 18px;
    display: block;
}

.formDirections .formDirections__wrap:not(.formDirections__row) .SumoSelect.open > .CaptionCont:not(.search) {
    display: none;

}

.formDirections .formDirections__wrap:not(.formDirections__row) .SumoSelect.open > .CaptionCont {
    padding: 5px 7px;
    height: auto;
}

.formDirections .formDirections__top-tab.formDirections__top-tab--arr {
    padding-left: 50px !important;
    position: relative;
}

.formDirections__top-tab--arr::after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 16px;
    box-sizing: border-box;
    text-align: center;
    top: 9px;
    color: #ff8e41;
    font-size: 24px;
    border-radius: 5px;
}

.formDirections .formDirections__city > .lsfw-flag--30w {
    margin-bottom: -4px;
}

.formDirections__row .SumoSelect.open .search-txt {
    padding-left: 0;
}

.formDirections__txt-grey {
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0;
    display: block;
}

.formDirections__buble * {
    display: inline-block;
    vertical-align: middle;
}

.formDirections__buble span {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formDirections__buble i {
    cursor: pointer;
    margin-right: 8px;
    font-size: 15px;
}

.formDirections__buble {
    font-size: 13px;
    color: #e03a3a;
    margin-bottom: 10px;
    padding: 10px 0;
    position: relative;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1.5px solid #ccc;
}

@media screen and (min-width: 1023px) {
    .formDirection__stars-cbx:hover .hint {
        display: block;
        text-transform: none;
        right: 0;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-tab:hover {
        background-color: #f1ebd3;
    }

}

@media screen and (max-width: 600px) {
    .formDirections {
        width: 100% !important;
        min-width: 100% !important;
    }

    .formDirections .formDirections__count {
        margin-top: 5px;
        display: block;
        text-align: left;
    }

    .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt label {
        white-space: normal;
    }

    .formDirections__buble span {

        max-width: 260px;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt label {
        font-size: 13px;
        font-weight: normal;
    }

    .formDirections--big-mobile.formDirections {
        position: fixed;
        margin-top: 0;
        height: 100%;
        width: 100%;
        min-width: auto;
        z-index: 10000;
        border-radius: 0;
    }

    .formDirections--big-mobile.formDirections .formDirections__bottom-blocks-cut .formDirections__bottom-item {
        display: block;
    }

    .formDirections--big-mobile.formDirections .formDirections__bottom-blocks-cut .formDirections__city .formDirections__cut {

        max-width: 234px;
    }

    .formDirections--big-mobile.formDirections .formDirections__bottom-blocks-cut .formDirections__city + .formDirections__count {
        margin-left: 0;
    }

    .formDirections--big-mobile.formDirections .formDirections__bottom-blocks-cut {
        max-height: none;
        height: calc(100% - 90px);
    }

    .formDirections__row .formDirections__static-btn.formDirections__static-btn--sm {
        position: absolute;
        bottom: 10px;
        width: 300px;
        height: 45px;
        line-height: 45px;
        padding: 0;
    }

    .formDirections.formDirections--big-mobile .formDirections__cbx-item {
        border-bottom: none;
    }

    .formDirections__close-red-abs {
        text-transform: uppercase;
        font-size: 12px;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: white;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        border-top: 2px solid #ccc;
    }

    .formDirections__row .formDirections__wrap-flex {
        display: block;
        margin-top: 0;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-line {
        width: 100% !important;
        padding: 0;
        background-color: #f2f2f2;
        border-radius: 0;
        margin: 0;
        overflow: auto;
        overflow-y: hidden;
        height: 40px;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-tab:last-of-type {
        margin-right: 0;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-line::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 0;
        background-color: #f2f2f2;
        z-index: 10;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-line::-webkit-scrollbar {
        margin-top: 0;
        width: 1px;
        background-color: #f2f2f2;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-line::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        background-color: #f2f2f2;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__top-tab {
        display: inline-block;
        width: auto;
        background-color: transparent;
        padding: 10px 10px 0 10px;
        font-size: 13px;
        margin: 0 15px 0 0;
        font-weight: normal;
    }

    .formDirections--big-mobile.formDirections .formDirections__top-tab.active {
        font-weight: bold;
    }

    .formDirections__row .formDirections__wrap-flex-right {
        width: 100% !important;
        min-width: auto;
        padding: 10px;
    }

    .formDirections .formDirections__top-tab {
        padding: 10px;
    }

    .formDirections__row .formDirections__bottom-item,
    .formDirections__row .formDirections__wrap-flex .formDirections__SumoSelect .SumoSelect > .optWrapper > .options li.opt {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .formDirections__row .formDirections__wrap-flex .formDirections__search input {
        padding-top: 0;
    }

    .formDirections .formDirections__wrap.formDirections__row {
        height: calc(100% - 100px);
        overflow: auto;
        margin-top: 0;
    }

    .formDirections__row .formDirections__wrap-flex {
        margin-bottom: 0;
    }

    .formDirections__row .formDirections__wrap-flex-right {
        height: auto;
    }

    .formDirections .formDirections__wrap.formDirections__row + .formDirections__btn-orange {
        width: 100%;
        left: 0;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0;
    }

    .formDirections .formDirections__wrap.formDirections__row {
        margin: 0;
    }

    .formDirection__stars-cbx input + .formDirection__stars-lb i {
        color: #ccc;
    }

    .formDirection__stars-cbx input + .formDirection__stars-lb {
        opacity: 1;
    }

    .formDirections .formDirections__row .label-rbt,
    .formDirections .formDirections__row .cbx-cnt,
    .formDirections__row .formDirections__wrap-flex .formDirections__city {
        font-weight: normal !important;
        font-size: 13px !important;
        text-transform: uppercase;
    }

    .formDirections .formDirections__row .cbx-block--16,
    .formDirections .formDirections__row .rbt-block {
        padding: 0;
    }

    .formDirections__row .formDirections__bottom-item .fa-star,
    .formDirections__cbx-ttl {
        font-size: 13px;
    }

    .formDirections__left-30 {
        padding-left: 0;
    }

    .formDirections .formDirections__row .SumoSelect > .optWrapper.isFloating > .options,
    .formDirections .formDirections__row .SumoSelect > .optWrapper.isFloating {
        max-height: none;
    }

    .formDirections__row .formDirections__bottom-blocks .form-dropdown-stars__item:first-of-type {
        padding-top: 0;
    }
}
/* File: /css/lib-ui-tour-filter/lsfw-tour-filter.css */
.tour-selection-wrap .uppercase {
    text-transform: uppercase !important;
}

.tour-selection-wrap .super-grey {
    color: #475669 !important;
}

.tour-selection-wrap .hidden {
    display: none !important;
    margin: 0 !important;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in .bth__inp-lbl {
    left: 0;
    margin: 0;
}

.tour-selection-wrap__bg-upload img {
    border-radius: 2px;
}

.tour-selection-field__no-info:hover, .tour-selection-field__no-info.active {
    color: #ab2a2a;
}

.tour-selection-field__no-info {
    color: #999999;
    font-family: 'apercu_pro', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
}


.tour-selection-wrap__bg-upload-hint::before {
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    width: 100%;
    top: 50px;
    text-align: center;
    font-weight: bold;
    left: 0;
    position: absolute;
    font-size: 60px;
}

.tour-selection-wrap__bg-upload-hint:hover {

    color: #256e9c;
}

.tour-selection-wrap__bg-upload-hint {
    cursor: pointer;
    display: block;
    position: absolute;
    transition: 0.3s;
    font-size: 20px;
    width: 100%;
    height: 100%;
    font-family: 'apercu_pro', sans-serif;
    left: 0;
    text-align: center;
    color: #ccc;
    font-style: normal;
    top: 0;
    padding-top: 150px;
}

.tour-selection-wrap .bth__img-200 {

}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-wrap__bg-upload-file {
    position: relative;
    height: 100%;
    z-index: 2;
}

.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-imgs-col .bth__img-200 .bth__square-icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-imgs-col .bth__img-200 {
    position: relative;
}

.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-imgs-col .rbt-block {
    display: block;
    margin: 20px 0 15px 0;
}

.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-imgs-col > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: auto;
}

.tour-selection-wrap__bg-upload .bth__square-icon {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
}

.tour-selection-wrap__bg-upload {
    width: 90%;
    height: 230px;
    background-color: #ffffff;
    position: relative;
    display: block;
    border-radius: 2px;
}

.tour-selection-wrap__big-file + .tour-selection-wrap__big-file-inputs {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 149px);
}

.tour-selection-wrap__abs-r-txt {
    position: absolute;
    right: 0;
    top: 15px;
}

.tour-selection-wrap__big-file {
    display: inline-block;
    vertical-align: top;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in > .bth__btn {
    margin-top: 20px;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in .bth__inp-block {
    height: 65px;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in {
    margin-top: 40px;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in .tour-selection-field .bth__inp,
.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in .tour-selection-field .bth__ta-block > .bth__ta {
    padding-left: 0;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-wrap-in .tour-selection-field:not(:last-of-type) {
    margin-right: 20px;
}

.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-field .bth__ta-block,
.tour-selection-wrap.tour-selection-wrap--shadow .tour-selection-field .bth__inp-block {
    border-bottom: 1px solid #ccc;
}

.tour-selection-wrap .w100p {
    width: 100% !important;
}

.tour-selection-wrap .mb5 {
    margin-bottom: 5px !important;
}

.tour-selection-wrap .fz13 {
    font-size: 13px !important;
}

.tour-selection-field-abs-txt {
    color: #e03a3a;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    right: -90px;
    top: 18px;
}

.tour-selection__abs-rate {
    font-weight: bold;
    font-size: 13px;
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.tour-selection-wrap-in__sm-ttl {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.tour-selection-sm-ttl {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.tour-selection-wrap .mb0 {
    margin-bottom: 0 !important;
}

.tour-selection-file {
    height: 55px;
    width: 55px;
    display: inline-block;
    margin-right: 15px;
    color: #318cc6;
    cursor: pointer;
    background-color: white;
    text-align: center;
    border-radius: 2px;
}

.tour-selection-file i {
    font-size: 33px;
    line-height: 55px;
}

.tour-selection-file:hover {
    color: #215f86;
}

.tour-selection-wrap-in-files > .bth__link {
    align-self: flex-end;
}

.tour-selection-wrap-in-files .bth__preview-img-90 + span.fz13 {
    display: none;
}

.tour-selection-wrap-in-files .bth__preview-img-90 {
    margin-right: 0;
    margin-bottom: 15px;
}

.tour-selection-wrap-in-files > * {

    margin-right: 15px;
}

.tour-selection-wrap-in-files.has-error .hint-block.hint-block--abs {
    position: relative;
    top: 0;
    left: 0;
    align-self: center;
    cursor: pointer;
}

.tour-selection-wrap-in-files {
    display: flex;
    flex-wrap: wrap;
}

.tour-selection-wrap .ml0 {
    margin-left: 0 !important;
}

.tour-selection-wrap .normal {
    font-weight: normal !important;
}

.tour-selection-wrap .no-border {
    border: none !important;
}

.tour-selection-wrap .block {
    display: block !important;
}

.tour-selection-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tour-selection-wrap .has-error .hint-block--abs .question-error,
.tour-selection-wrap .error .hint-block--abs .question-error {
    color: #da4c4c !important;
    font-size: 19px;
}

.tour-selection-wrap .hint-block:hover .hint {
    display: inline-block;
}

.tour-selection-wrap .hint {
    position: absolute;
    display: none;
    padding: 5px 9px 6px 9px;
    background: rgba(255, 255, 255, 1);
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 100;
    width: -moz-max-content;
    width: max-content;
    border-radius: 3px;
    top: 24px;
    right: 0;
    box-sizing: border-box;
}

.tour-selection-wrap .question-error {
    display: block;
    color: #da4c4c;
    font-size: 19px;
}

.tour-selection-wrap .bth__inp-block.bth__inp-block--clock::after {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
}

.tour-selection-wrap .bth__inp-block.bth__inp-block--calendar::after {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    position: absolute;
    font-weight: bold;
    right: 10px;
    top: 10px;
    font-size: 15px;
}

.tour-selection-wrap .bth__inp-block.burger::after {
    background-position-x: -102px;
    background-position-y: 19px;
    background-image: url(/i/lib-ui-tour-filter/sprite-filter-btn.png);
    border-left: none;
    width: 55px;
    right: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    height: 55px;
    cursor: pointer;
    text-align: center;
    content: '';
    font-size: 24px;
    padding-top: 12px;
    background-repeat: no-repeat;
}

.tour-selection-wrap .bth__inp-block.has-error.burger::after,
.tour-selection-wrap .bth__inp-block.has-error.bth__inp-block--clock::after,
.tour-selection-wrap .bth__inp-block.has-error.bth__inp-block--calendar::after,
.tour-selection-wrap .bth__inp-block.error.burger::after {
    display: none;
}

.tour-selection-wrap .tour-selection-wrap-in .hint-block.hint-block--sm-stat {
    display: none;
}

.tour-selection-wrap .tour-selection-wrap-in .error-sm-text {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #e03a3a;
    margin-bottom: 15px;
}

.tour-selection-wrap .tour-selection-wrap-in.has-error .error-sm-text {
    display: block;
}

.tour-selection-wrap .tour-selection-wrap-in.has-error .hint-block.hint-block--sm-stat {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.tour-selection-wrap .tour-selection-wrap-in.has-error .hint-block.hint-block--sm-stat .question-error {
    font-size: 14px;
}

.tour-selection-wrap .tour-selection-wrap-in.has-error .rbt-block .rbt + .label-rbt::before,
.tour-selection-wrap .tour-selection-wrap-in.has-error .cbx + .label-cbx::before {
    border-color: #e03a3a;
}

.tour-selection-wrap .tour-selection-wrap-in.has-error .rbt-block .rbt + .label-rbt::after {
    background: #e03a3a;
}

.tour-selection-wrap .tour-selection-wrap-in.has-error .rbt-block .rbt-cnt,
.tour-selection-wrap .tour-selection-wrap-in.has-error .cbx-cnt {
    color: #e03a3a;
}

.tour-selection-wrap .bth__inp-block.has-error .tour-selection__input-bbl.upload {
    right: 42px;
}

.tour-selection-wrap.tour-selection-wrap--shadow .bth__inp-block.has-error,
.tour-selection-wrap.tour-selection-wrap--shadow .bth__inp-block.error,
.tour-selection-wrap.tour-selection-wrap--shadow .bth__ta-block.has-error,
.tour-selection-wrap.tour-selection-wrap--shadow .bth__ta-resizable-wrap.has-error .bth__ta-resizable {
    border: none !important;
    border-bottom: 1px solid #da4c4c !important;
    position: relative;
    border-radius: 0;
}

.tour-selection-wrap .bth__inp-block.has-error,
.tour-selection-wrap .bth__inp-block.error,
.tour-selection-wrap .bth__ta-block.has-error,
.tour-selection-wrap .bth__ta-resizable-wrap.has-error .bth__ta-resizable {
    border: 1px solid #da4c4c !important;
    position: relative;
    border-radius: 2px;
}

.tour-selection-wrap .has-error,
.tour-selection-wrap .error {
    color: #e03a3a !important;
}

.tour-selection-wrap .has-error,
.tour-selection-wrap .error {
    position: relative;
}

.tour-selection-wrap .bth__ta-block.has-error .hint-block--abs,
.tour-selection-wrap .bth__inp-block.has-error .hint-block--abs,
.tour-selection-wrap .bth__inp-block.error .hint-block--abs,
.tour-selection-wrap .bth__ta-resizable-wrap.has-error .hint-block--abs {
    display: block;
    width: auto;
}

.tour-selection-wrap .hint-block.hint-block--abs {
    display: none;
}

.tour-selection-wrap .has-error .hint-block.hint-block--abs {
    display: block;
}

.tour-selection-wrap .tour-selection-wrap-in.al-center {
    align-items: center;
}

.tour-selection-wrap .tour-selection-wrap-in.al-end {
    align-items: flex-end;
}

.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-in--border:not(:last-of-type) {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tour-selection-wrap .tour-selection-wrap-in .has-error .hint-block--abs {
    position: absolute;
    right: 8px;
    width: auto;
    top: 20px;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__radioBubble-item.has-error .hint-block--abs {
    right: -30px;
    top: 10px;
}

.tour-selection-wrap .bth__ta-resizable-wrap .bth__ta-resizable-hint.active {
    font-size: 13px;
    top: 5px;
}

.tour-selection-wrap .bth__ta-resizable-wrap .bth__ta-resizable {
    box-sizing: border-box;

    padding: 15px 10px;
    padding-top: 27px;
    font-size: 18px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    background-color: white;
    border-radius: 2px;
    word-break: break-all;
    min-height: 55px;
    transition: 0.3s;
    padding-bottom: 0;

    border: none !important;
    outline: none !important;
    resize: none !important;
}

.tour-selection-wrap .bth__ta-resizable-wrap .bth__ta-resizable.focus {
    min-height: 100px !important;
    padding-bottom: 15px;
}

.tour-selection-wrap .bth__ta-resizable-wrap {
    position: relative;
}

.tour-selection-wrap .bth__ta-resizable-wrap .bth__ta-resizable:empty:after {
    content: "";
}

.tour-selection-wrap .bth__ta-resizable-wrap .bth__ta-resizable-hint {
    font-size: 14px;
    color: #999;
    pointer-events: none;
    transition: 0.3s;
    font-family: 'apercu_pro', sans-serif;

    position: absolute;
    top: 17px;
    left: 10px;
}

.tour-selection-wrap {
    box-sizing: border-box;
    width: 804px;
    line-height: 1.3;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
}

.tour-selection-wrap-ico-170 {
    width: 170px;
    height: 170px;
    border-radius: 2px;
    display: inline-block;
    background-color: white;
    vertical-align: top;
    color: #318cc6;
    margin-right: 10px;
    line-height: 170px;
    text-align: center;
    font-size: 70px;
}

.tour-selection-wrap-big-img img {
    border-radius: 2px;
}

.tour-selection-wrap.tour-selection-wrap--loader {
    min-height: 307px;
}

.tour-selection-wrap.tour-selection-wrap--loader::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    background-image: url(/i/lib-ui-tour-filter/loader.gif);
    top: 0;
    left: 0;
    z-index: 2;
}

.tour-selection-wrap-big-img.tour-selection-wrap-big-img--170 {
    width: 170px;
    height: 170px;
}

.tour-selection-wrap-big-img.tour-selection-wrap-big-img--340 {
    width: 340px;
    height: 170px;
}

.tour-selection-wrap-big-img .tour-selection-wrap-big-img__del:hover {
    color: #ff0000;
}

.tour-selection-wrap-big-img .tour-selection-wrap-big-img__del {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.74);
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-style: normal;
    color: #e03a3a;
    font-size: 21px;
    z-index: 2;
}

.tour-selection-wrap-big-img .tour-selection-wrap-big-img__del::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00d';
}

.tour-selection-wrap-big-img {
    height: 170px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: calc(100% - 185px);
}

.tour-selection-wrap .bth__inp:disabled {
    background-color: #f4f4f4;
}

.tour-selection-wrap .bth__inp {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding:  7px 7px 7px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    display: inline-block;
    color: #475669;
    border-radius: 2px;
}

.tour-selection-wrap .bth__ta {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding: 7px;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    display: inline-block;
    color: #475669;
    border-radius: 2px;
    padding-left: 10px;
}

.tour-selection-wrap .bth__inp-lbl {
    display: block;
    color: #999;
    font-size: 14px;
    position: absolute;
    transition: 0.3s;
    margin-left: 10px;
    top: 18px;
    line-height: 18px;
    z-index: 1;
    font-family: 'apercu_pro', sans-serif;
    pointer-events: none;
}

.tour-selection-wrap .bth__loader-spin i {
    margin-right: 2px;
    font-size: 5px;
    color: inherit;
    display: inline-block;
}

.tour-selection-wrap .bth__loader-spin {
    display: none;
    margin-left: 7px;
}

.tour-selection-wrap .bth__loader--animate .bth__loader-spin {

    display: inline-block;
}

.tour-selection-wrap .bth__loader--animate .bth__loader-spin i {
    -webkit-animation: sk-bouncedelay 0.9s infinite ease-in-out both;
    animation: sk-bouncedelay 0.9s infinite ease-in-out both;
}

.tour-selection-wrap .bth__loader--animate .bth__loader-spin i:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.tour-selection-wrap .bth__loader--animate .bth__loader-spin i:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/*РІС‹РїР°РґР°С€РєР° СЃ РІР°Р»СЋС‚РѕР№*/
.tour-selection-wrap .bth__sumo-currency .SumoSelect > .CaptionCont {
    height: 100%;
    padding-top: 20px;
    padding-left: 0;
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 0;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect > .CaptionCont > label > i {
    margin: 0;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect > .CaptionCont > label > i:before {
    color: #318cc6;
    font-size: 21px;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect > .CaptionCont > label {
    right: 20px;
    width: auto;
    top: 33px;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect > .optWrapper > .options li.opt label {
    font-size: 21px;
    text-align: center;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect.open > .optWrapper {
    border: none;
    width: 58px;
    left: -3px;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect > .optWrapper > .options li.opt {
    padding: 10px;
    padding-left: 0;
    padding-right: 21px;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect > .CaptionCont > span {
    font-size: 23px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    padding-right: 24px;
}

.tour-selection-wrap .bth__sumo-currency .SumoSelect {
    height: 100%;
    cursor: pointer;
}

.tour-selection-wrap .bth__sumo-currency {

    padding-left: 0;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 55px;
    border-left: 0;
    box-sizing: border-box;
    height: 100%;
    vertical-align: top;
}

.tour-selection-wrap .bth__btn:hover {
    background: #e27200;
    border-color: #e27200;
    color: #fff;
}

.tour-selection-wrap .bth__btn.bth__btn--fill {
    background-color: #e27200;
    border-color: #e27200;
    color: white;
}

.tour-selection-wrap .bth__btn.bth__btn--lower {
    height: 40px;
    line-height: 40px;
}

.tour-selection-wrap .bth__btn.bth__btn--fill:hover {
    background-color: #ff8e41;
    border-color: #ff8e41;
}

.tour-selection-wrap .bth__btn {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #e27200;
    padding: 10px 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    min-width: 250px;
    color: #e27200;
    font-size: 15px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
}

.tour-selection-wrap .bth__btn--blue {
    background-color: #318cc6;
    color: white;
    border-color: #318cc6;
}

.tour-selection-wrap .bth__btn--green {
    background-color: rgb(0, 165, 81);
    border-color: rgb(0, 165, 81);
    color: white;
}

.tour-selection-wrap .bth__btn--green:hover {
    background-color: rgb(0, 140, 70);
    border-color: rgb(0, 140, 70);
    color: white;
}

.tour-selection-wrap .bth__btn--blue-countr:hover {
    background-color: #215f86;
    border-color: #215f86;
    color: white;
}

.tour-selection-wrap .bth__btn--blue-countr {
    background-color: white;
    color: #318cc6;
    border-color: #318cc6;
}

.tour-selection-wrap .bth__btn--blue:hover {
    background-color: #215f86;
    border-color: #215f86;
}

/*С‡РµРєР±РѕРєСЃС‹*/

.tour-selection-wrap .cbx-block {
    position: relative;
    display: block;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}

.tour-selection-wrap .cbx-block.has-error .hint-block--abs {
    right: -27px;
    top: 1px;
}

.tour-selection-wrap .cbx-block.has-error .cbx-cnt {

    color: #e03a3a;
}

.tour-selection-wrap .cbx-block.has-error .cbx + .label-cbx::before {
    border-color: #e03a3a;
}

.tour-selection-wrap .cbx {
    display: none;
}

.tour-selection-wrap .cbx + .label-cbx {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: normal;
    padding-left: 35px
}

.tour-selection-wrap .cbx + .label-cbx::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #475669;
    box-sizing: border-box;
    cursor: pointer;
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.tour-selection__input-bbl {
    height: 33px;
    width: 33px;
    background-color: #ddd;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    line-height: 37px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 23px;
    display: block;
}

.tour-selection__input-bbl.upload {
    background-image: url(/i/lib-ui-tour-filter/file-upload-solid.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.tour-selection__input-bbl.upload + input {
    width: calc(100% - 45px) !important;
}

.tour-selection__input-bbl + input + label {
    width: calc(100% - 63px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-selection-wrap .tour-selection-field:hover .tour-selection__input-bbl.upload {
    background-color: #3687c5;
}

.tour-selection-wrap .cbx:checked + .label-cbx::before {
    background-image: url(/i/checkmark.svg);
}

.tour-selection-wrap .cbx-block.cbx-block--16 .cbx + .label-cbx::before {
    width: 16px;
    top: 1px;
    height: 16px;
}


.tour-selection-wrap .cbx-block.cbx-block--16 .cbx:checked + .label-cbx::before {
    background-image: url(/i/lib-ui-tour-filter/checkmark.svg);
}


.tour-selection-wrap .cbx:checked + .label-cbx {
    color: #475669;
}

.tour-selection-wrap .formDirections .cbx-block.cbx-block--16 .cbx:checked + .label-cbx::before,
.tour-selection-wrap .formDirections .cbx-block.cbx-block--16 .cbx + .label-cbx::before {

    width: 16px;
    top: 2px;
    height: 16px;
}

.tour-selection-wrap .cbx-block.cbx-block--16 .cbx + .label-cbx {
    padding-left: 25px;
}


.tour-selection-wrap .cbx-cnt {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #475669;
    font-size: 14px;
    line-height: 20px;
    font-family: 'apercu_pro', sans-serif;
}

.tour-selection-wrap .error .cbx-block .cbx + .label-cbx::before {
    border-color: #da4c4c;
    box-shadow: 0px 0px 0px 1px #da4c4c;
}

.tour-selection-wrap .cbx-block--red .cbx-cnt {
    color: #e03a3a;
}

.tour-selection-wrap .cbx-block--blue input:checked + label .cbx-cnt {
    color: #318cc6
}

.tour-selection-wrap .cbx-block--red .cbx + .label-cbx::before {
    border-color: #e03a3a;
}

.tour-selection-wrap .cbx-block--red .cbx + .label-cbx::after {
    background-image: url("/i/lib-ui-tour-filter/checkmark-red.svg");
}

/*editor*/
.tour-selection-wrap-in.tour-selection-wrap-in--editor {

}

.tour-selection-editor__act.hint-parent:hover .hint {
    top: 40px;
}

.tour-selection-editor__act:hover {
    background-color: #dee0e2;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-editor + .bth__ta-resizable-wrap .bth__ta-resizable {
    padding-top: 10px;
    font-size: 14px;
    min-height: 300px !important;
}

.tour-selection-editor__act {
    margin-right: 6px;
    font-size: 19px;
    cursor: pointer;
    color: #222f3e;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
}

.tour-selection-editor {
    border-bottom: 1px solid #eee;
    background-color: white;
    width: 100%;
    padding: 5px;
    display: flex;
}

/*editor*/
/*СЂР°РґРёРѕ*/

.tour-selection-wrap .rbt-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    margin-right: 22px;
    /*margin-bottom: 10px;*/
    line-height: 21px;
}

.tour-selection-wrap .rbt {
    display: none;
}

.tour-selection-wrap .rbt + .label-rbt {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: normal;
    padding-left: 20px
}

.tour-selection-wrap .label-rbt:hover .hint {
    display: block;
}

.tour-selection-wrap .rbt + .label-rbt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #475669;
    border-radius: 50%;
    box-sizing: border-box;
}

.tour-selection-wrap .rbt:checked + .label-rbt::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #475669;

    border-radius: 50%;
}

.tour-selection-wrap .rbt:checked + .subs-rbt {
    color: #475669;
}

.tour-selection-wrap .rbt-cnt {
    display: inline-block;
    vertical-align: top;
    color: #475669;
    line-height: 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'apercu_pro', sans-serif;
}

.tour-selection-wrap .rbt-cnt.rbt-cnt--big {
    line-height: 21px;
    font-size: 18px;
}

.tour-selection-wrap .rbt-block--disabled {

    cursor: auto;
}

.tour-selection-wrap .rbt-block--disabled .rbt + .label-rbt::before {
    border-color: #898b8d;
}

.tour-selection-wrap .rbt-block--disabled .rbt-cnt {
    color: #898b8d;
    cursor: auto;
}

.tour-selection-wrap.tour-selection-wrap--880 {

    width: 880px;
}

.tour-selection-wrap.tour-selection-wrap--row .tour-selection-field {
    margin-bottom: 15px;
}

.tour-selection-wrap.tour-selection-wrap--row > .bth__btn {
    height: 50px;
    line-height: 23px;
}

.tour-selection-wrap.tour-selection-wrap--grey .tour-selection-wrap-in:first-of-type {
    margin-top: 0;
}

.tour-selection-wrap.tour-selection-wrap--grey {
    padding: 15px;
    margin: 20px 0;
    background-color: #e4e5ea;
    width: 100%;
}

.tour-selection-wrap.tour-selection-wrap--row .tour-selection-wrap-flex {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.tour-selection-wrap .tour-selection-wrap-in {
    margin-top: 15px;
    width: 100%;
    position: relative;
}

.tour-selection-wrap .tour-selection-wrap-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.tour-selection-field .SumoSelect > .CaptionCont > label > i:before {
    content: "";
    background-image: url(/i/lib-ui-tour-filter/chevron-down-blue.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;

}

.tour-selection-ico-abs:hover .fa-sliders {

    background-image: url("/i/lib-ui-tour-filter/filter-orange-dark-icon.png");
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs.has-error i {
    color: white !important;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs.has-error {
    background-color: #da4c4c;
    color: white !important;
}

.tour-selection-ico-abs.tour-selection-ico-abs--red-fltr {
    background-image: url("/i/lib-ui-tour-filter/filter-red-icon.png");
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}

.tour-selection-ico-abs.tour-selection-ico-abs--red-fltr:hover {
    background-image: url("/i/lib-ui-tour-filter/filter-dark-red-icon.png");

}

.tour-selection-ico-abs .fa-sliders {
    background-repeat: no-repeat;
    background-image: url(/i/lib-ui-tour-filter/filter-orange-icon.png);
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 27px;
}

.tour-selection-field__filter-ico {
    background-repeat: no-repeat;
    background-image: url(/i/lib-ui-tour-filter/filter-orange-icon.png);
    background-position: center;
    background-size: 27px;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 60px;
    top: 1px;
    display: inline-block;
}

.tour-selection__filter-btn {
    background-repeat: no-repeat;
    background-image: url(/i/lib-ui-tour-filter/filter-orange-icon.png);
    background-position: center;
    background-size: 27px;
}

.tour-selection__filter-btn.tour-selection__filter-btn--abs {

    position: absolute;
    right: 0;
    height: 55px;
    padding: 0;
    border-left: 1px solid #ddd;
}

.tour-selection__filter-btn:hover {

    background-image: url("/i/lib-ui-tour-filter/filter-orange-dark-icon.png");

}

.tour-selection-wrap .tour-selection-field--date {
    width: 240px;
}

.tour-selection-wrap .tour-selection-field--night {
    width: 145px;
}

.tour-selection-wrap .tour-selection-field--guest {
    width: 195px;
}

.tour-selection-wrap .tour-selection-field--price {
    width: 174px;
}

.tour-selection-wrap .tour-selection-field--30p {
    width: 33.3%;
}

.tour-selection-wrap .tour-selection-field--70p {
    width: calc(100% - 33.3%);
}

.tour-selection-field.tour-selection-field--75p {
    width: 75%;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-selection-field--calc50 {

    width: calc(100% - 60px) !important;
    display: inline-block;
}

.tour-selection-field.tour-selection-field--10p {
    width: 10%;
}

.tour-selection-field.tour-selection-field--20p {
    width: 20%;
}

.tour-selection-field.tour-selection-field--15p {
    width: 15%;
}

.tour-selection-wrap .tour-selection-field--60p {
    width: 66.6%;
}

.tour-selection-wrap .tour-selection-field--80p {
    width: 80%;
}

.tour-selection-field--24p {
    width: 24%;
}

.tour-selection-field--35p {
    width: 35%;
}

.tour-selection-field--27p {
    width: 24%;
}

.tour-selection-field--95p {
    width: calc(100% - 65px);
}

.tour-selection-field--100p {
    width: 100%;
}

.tour-selection-field--36p {
    width: 36%;
}

.tour-selection-field--90p {
    width: 90%;
}

.tour-selection-field--32p {
    width: calc(100% - 63%);
}

.tour-selection-field--225 {
    width: 230px;
}

.tour-selection-field--120 {
    width: 120px;
}

.tour-selection-field--135 {
    width: 135px;
}

.tour-selection-field--208 {
    width: 235px;
}

.tour-selection-field--330 {
    width: 350px;
}

.tour-selection-field--115 {
    width: 120px;
}

.tour-selection-field--325 {
    width: 325px;
}

.tour-selection-field.tour-selection-field--190 {
    width: 187px;
}

/**/
.tour-selection-field--250 {
    width: 225px;
}

.tour-selection-wrap .tour-selection-field.tour-selection-field--25p {
    width: 25%;
}

.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-flex .tour-selection-field.tour-selection-field--loc {
    width: calc(100% - 42px) !important;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-selection-field--ico {
    width: calc(100% - 55px) !important;
}

.tour-selection-wrap .tour-selection-field.tour-selection-field--37p {

    width: 37.5%;
}

.tour-selection-wrap .tour-selection-field.tour-selection-field--50p {
    width: 50%;
}

.tour-selection-wrap .tour-selection-field.tour-selection-field--40p {
    width: 40%;
}


.tour-selection-field--5p {
    width: 5%;
}

.tour-selection-field--200 {
    width: 200px;
}

.tour-selection-field--100 {
    width: 100px;
}

.tour-selection-field--280 {
    width: 259px;
}

.tour-selection-field--180 {
    width: 180px;
}

.tour-selection-field--270 {
    width: 266px;
}

.tour-selection-field--740 {
    width: 747px;
}

.tour-selection-field--510 {
    width: 522px;
}

.tour-selection-field--300 {
    width: 290px;
}

.tour-selection__star.active {
    color: #ff8e41;
}

.tour-selection__rating-choice {
    position: absolute;

    right: 8px;

    bottom: 6px;
    font-size: 14px;
    line-height: 18px;
}

/**/
.tour-selection__country-cut {
    display: inline-block;
    width: 153px;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > span.bth__inp:hover,
.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > div.bth__inp:hover {
    color: #318cc6;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > .bth__inp:hover .fz13 {
    color: #475669;
}

.tour-selection-wrap .tour-selection-field {
    position: relative;
    border-right: 1px solid transparent;
}


.tour-selection-wrap .tour-selection-wrap-in:not(.tour-selection-wrap-flex).tour-selection-field {
    width: 100%;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > span.bth__inp,
.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > div.bth__inp {
    padding: 28px 10px 10px 10px;
    line-height: 18px;
    display: inline-block;
    max-width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > input.bth__inp,
.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block textarea {
    padding-top: 31px;
    cursor: pointer;
}

.tour-selection-wrap .bth__ta-resizable-wrap .bth__ta-resizable {
    min-height: 70px;
    cursor: pointer;
}

.tour-selection-wrap .tour-selection-field .bth__inp-lbl {
    margin-left: 10px;
    top: 18px;
    line-height: 18px;
    z-index: 1;
    pointer-events: none;
}

.tour-selection-wrap .tour-selection-field .bth__inp-lbl.active {
    top: 0;
    font-size: 13px;
    background-color: white;
    padding-top: 3px;
}

.tour-selection-wrap .tour-selection-field .bth__inp-lbl.bth__inp-lbl--center {
    left: 67px;
}

.tour-selection-wrap div.tour-selection-wrap-in .tour-selection-field .bth__inp-block {
    background-color: white;
    height: 55px;
    padding: 0;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 0 !important;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block {
    background-color: white;
    height: 55px;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 0 !important;
}


.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block.bth__ta-block--70 {
    height: 90px !important;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block.bth__ta-block--200 {
    height: 200px !important;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block.bth__ta-block--560 {
    height: 560px !important;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block.bth__ta-block--115 {
    height: 115px !important;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block.bth__ta-block--400 {
    height: 400px !important;
}

.tour-selection-wrap .tour-selection-plus {
    color: #9e9e9e;
    background-color: white;
    border-radius: 2px;
    min-width: 45px;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 23px;
    padding-top: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.tour-selection-wrap .tour-selection-plus:hover {
    color: #e27200;
}

.tour-selection-plus.tour-selection-plus--bright-red:hover {
    color: #cd1f21;
}

.tour-selection-wrap .form-date + div {
    top: 0 !important;
}

.tour-selection-plus--subway {
    background-image: url(/i/lib-ui-tour-filter/metro-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.tour-selection-plus--subway:hover {
    background-image: url(/i/lib-ui-tour-filter/metro-icon-hover.png);
}

.tour-selection-plus--map {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/i/lib-ui-tour-filter/icon-map.png);
    background-size: 30px;
}

.tour-selection-wrap .bth__inp-block.long {
    height: 145px !important;
    transition: 0.3s;
}

.tour-selection-wrap .rbt-block {
    margin-bottom: 0;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block.long > .bth__inp {
    padding-top: 10px;
    font-weight: normal !important;
    resize: none;
    cursor: pointer;
}

.tour-selection-wrap .bth__inp-block.long.active {
    height: 200px !important;
}

.tour-selection-box .panel {
    background: #faf6e5;
    padding: 20px;
    padding-left: 241px;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs + .tour-selection-ico-abs:not(.static) {

    right: 60px;
    border: none;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs.static {
    border: none;
}

.tour-selection-ico-abs__txt:hover {
    color: #e07c39;
}

.tour-selection-ico-abs__txt {
    font-weight: bold;
    font-size: 20px;
    margin-top: 7px;
    display: block;
    color: #ff8e41;
}

.tour-selection-box .panel .tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs {
    border-color: #faf6e5;
}

.tour-selection-box {

    font-family: 'apercu_pro', sans-serif;
    background: #faf6e5;
}

.tour-selection-box .tabs-bar {
    background: #faf6e5;
    padding: 0px;
    margin-left: 241px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding-bottom: 0;

}

.tour-selection-box .tabs-bar {
    border-color: white;
}

.tour-selection-wrap__abs-txt {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: -45px;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > .bth__inp b + span {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;

    text-overflow: ellipsis;
    vertical-align: bottom;
}

.tour-selection-wrap .bth__btn.bth__btn--lower {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.tour-selection-wrap .tour-selection__hotel-cut {
    display: inline-block;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    margin-right: 1px;
}

.tour-selection-wrap .tour-selection-field--price .bth__inp-block.has-error + .bth__sumo-currency,
.tour-selection-wrap .tour-selection-field--price .bth__inp-block.error + .bth__sumo-currency {
    display: none;
}

.tour-selection-wrap .tour-selection-plus.hide-1023 {
    display: block !important;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block.bth__inp-block--100px {
    height: 110px;
}

.tour-selection-wrap .tour-selection-wrap-in textarea {
    resize: none;
    white-space: pre-wrap !important;
}

.tour-selection-wrap.tour-selection-wrap--sm .tour-selection-wrap-in .bth__inp-block > .bth__inp.tour-selection__country {
    padding-left: 60px;
}

.tour-selection-wrap.tour-selection-wrap--sm .tour-selection-wrap-in .tour-selection__flag.lsfw-flag {
    width: 40px !important;
    background-position-x: 0 !important;
    height: 28px !important;
    top: 8px;
    left: 10px;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection__flag.lsfw-flag {
    display: inline-block;
    vertical-align: bottom;
    width: 63px;
    height: 37px;
    position: absolute;
    left: 14px;
    top: 9px;
}

.tour-selection__country > * {
    display: inline-block;
    vertical-align: bottom;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > .bth__inp.tour-selection__country {
    padding-left: 76px;
}

.tour-selection__star {
    color: #999;
    font-size: 17px;
    margin-right: 5px;
}

.tour-selection__download-icon {
    border-radius: 2px;
    background-repeat: no-repeat;
    background-image: url(/i/lib-ui-tour-filter/download-sprite.png);
    box-sizing: border-box;
    width: 50px;
    height: 55px;
    background-size: 51px;
    background-position-y: -50px;
    cursor: pointer;
    background-position-x: 0px;

}

.tour-selection__download-icon:hover {
    background-position-y: 1px;
}

.tour-selection__download-icon.tour-selection__download-icon--bright-red:hover {

    background-position-y: -101px;
}

.tour-selection__cut {
    display: inline-block;
    max-width: 36%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.tour-selection__filter-btn {
    color: #ff8e41;
    height: 55px;
    font-size: 29px;
    width: 65px;
    cursor: pointer;
    background-color: white;
    text-align: center;
    padding-top: 13px;
    border-right: 1px solid #e4e5ea;
}

.tour-selection-field__btn-search {
    color: #ff8e41;
    font-size: 29px;
    width: 120px;
    cursor: pointer;
    background-color: white;
    text-align: center;
    line-height: 33px;
    padding-top: 14px;
}

.tour-selection-field__btn-abs-big {
    color: #ff8e41;
    font-size: 29px;
    width: 120px;
    cursor: pointer;
    background-color: white;
    text-align: center;
    line-height: 55px;
    padding-top: 0;
    right: 0;
    position: absolute;
    border-left: 1px solid #ccc;
    height: 55px;
    background-position-x: center;
}

.tour-selection-field__btn-search:hover,
.tour-selection__filter-btn:hover,
.tour-selection-field__btn-abs-big:hover {
    color: #e27200;
}

.tour-selection__filter-btn.tour-selection__filter-btn--red:hover {
    background-image: url("/i/lib-ui-tour-filter/filter-orange-red-icon.png");
}

.tour-selection-wrap .show-500 {
    display: none;
}

/**/
.tour-selection__suggest {
    background-color: white;
    padding: 15px 20px;
    border-top: 1.5px solid #ff8e41;
}

.tour-selection__suggest-top {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    color: #999;
}

.tour-selection__suggest-item:not(:last-of-type) {
    border-bottom: 1px solid #f2f2f2;
}

.tour-selection__suggest-item * {
    line-height: 18px;
}

.tour-selection__suggest-item {
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.tour-selection__cross {
    background-image: url(/i/lib-ui-tour-filter/cross-thin-grey.svg);
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    right: 14px;
    top: 15px;
    background-color: white;
    cursor: pointer;
    background-position: right top;
    background-size: contain;
    display: inline-block;
    position: absolute;
}

.tour-selection__cross:hover {
    background-image: url(/i/lib-ui-tour-filter/cross-thin.svg);
}

.tour-selection-wrap-in--btn-show--600 {
    display: none;
}

.tour-selection-wrap .bth__inp-block--340 {
    width: 340px;
    position: relative;
    margin-right: 15px;
}

.tour-selection-wrap .bth__inp-block {
    position: relative;
    width: 500px;
    border-radius: 2px;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
    cursor: pointer;
}

/**/
.bth__inp-guest-wrap .normal {
    vertical-align: bottom;
    font-size: 13px;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block:hover .bth__inp-guest::after {
    background-image: url(/i/lib-ui-tour-filter/user-blue.png);
}

.tour-selection-wrap .bth__inp-guest-i {
    background-image: url(/i/lib-ui-tour-filter/user-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: center;
}

.tour-selection-wrap .bth__inp .bth__inp-guest-wrap:first-of-type {
    font-size: 19px;
}

.tour-selection-wrap .bth__inp-guest-wrap {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}

.tour-selection-wrap .bth__inp-guest {
    position: relative;
    padding-right: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.tour-selection-wrap .bth__inp-guest.bth__inp-guest--sm {
    padding-right: 20px;
}

.tour-selection-wrap .bth__inp-guest::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/i/lib-ui-tour-filter/user-black.png);

    background-size: contain;
    width: 15px;
    height: 15px;
    top: 1px;

    right: 0;
}

.tour-selection-wrap .bth__inp-guest.bth__inp-guest--sm::after {
    width: 12px;
    height: 12px;
    top: 3px;
}

.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block:hover .bth__inp-guest-i {
    background-image: url(/i/lib-ui-tour-filter/user-blue.png);
}

/**/
.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs.red:hover i {
    color: #cd1f21;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs .hint-parent {

    width: 100%;
    display: block;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs .hint-parent:hover .hint {
    top: 56px;
    left: auto;
    right: 0;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs {
    width: 55px;
    right: 0;
    position: absolute;
    border-left: 1px solid #ccc;
    background-color: white;
    height: 55px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    top: 0;
}

.tour-selection-ico-circle:hover {
    color: #ff8e41;
}

.tour-selection-ico-circle {
    width: 55px;
    background-color: white;
    height: 55px;
    cursor: pointer;
    color: #ccc;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    padding-top: 12px;
    margin-left: 15px;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs.lines {
    background-position-x: -102px;
    background-position-y: 19px;
    background-image: url(/i/lib-ui-tour-filter/sprite-filter-btn.png);
    border-left: none;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs i {
    color: #9e9e9e;
    line-height: 55px;
    text-align: center;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs:hover i {
    color: #e27200;
}

.tour-selection-wrap.tour-selection-wrap--filter .tour-selection-wrap-flex > .tour-selection-field--50p:first-of-type {
    margin-right: 15px;
}

.tour-selection-wrap.tour-selection-wrap--filter .tour-selection-field .bth__inp-block-burger::after {
    top: 19px;
}

.tour-selection-wrap.tour-selection-wrap--filter {
    width: 550px;
}

.tour-selection__img-block {
    display: none;
}

.tour-selection__img-block .tour-selection__img {
    width: 55px;
    text-align: center;
    color: #318cc6;
    background-color: white;
    font-size: 30px;
    padding-top: 10px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 2px;
    margin-left: 20px;
}

.tour-selection__img-cross {
    background-image: url(/i/lib-ui-tour-filter/cross-thin.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field .bth__inp-block input[type=password] {
    font-size: 25px;
}

.tour-selection-wrap .bth__inp-block .bth__inp-block-eye {

    top: 25px;
}

.tour-selection-wrap .tour-selection-wrap-in > .cbx-block {
    display: inline-block;
    margin-right: 15px;
}

.tour-selection-wrap-in__abs-close {
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
    color: #e03a3a;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.tour-selection-wrap.tour-selection-wrap--bordering .bth__inp-block,
.tour-selection-wrap.tour-selection-wrap--bordering .bth__ta-resizable-wrap {

    border: 1px solid #ccc;
}

.tour-selection-wrap--sm:not(.tour-selection-wrap--grey).tour-selection-wrap .tour-selection-wrap-in:first-of-type {
    margin-top: 0;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs i {
    line-height: 40px;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-field .bth__inp-lbl.active {
    background-color: transparent;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs {
    width: 40px;
    height: 40px;
    top: 20px;
    font-size: 20px;
}

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

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field .bth__ta-block textarea {
    padding-top: 7px;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-field .bth__inp-lbl {
    margin-left: 0;
    top: -25px;
    line-height: 18px;
    z-index: 1;
    pointer-events: none;
    color: #475669;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
}

.tour-selection-wrap--sm.tour-selection-wrap {
    width: 65%;
}

.tour-selection-wrap--sm__file-abs:hover {

    color: #318cc6;
}

.tour-selection-wrap--sm__file-abs {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #215f86;
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    z-index: 2;
}

.tour-selection-wrap--sm__file-del {
    cursor: pointer;
    color: #e03a3a;
    font-family: 'apercu_pro', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-field > div:not(:last-of-type) {
    margin-right: 10px;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in {
    padding-top: 20px;
    position: relative;
    margin-top: 25px;
}

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

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-flex {
    align-items: flex-start;
}

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

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block.has-error .hint-block--abs,
.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block.error .hint-block--abs {

    top: 11px;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > span.bth__inp,
.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > div.bth__inp {
    padding-top: 12px;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > input.bth__inp {
    padding-top: 7px;
}

.tour-selection-wrap--sm.tour-selection-wrap .count {
    position: absolute;
    right: 0;
}

.tour-selection-wrap.tour-selection-wrap--sm .bth__inp .lsfw-flag {
    margin-top: -1px;
}

.tour-selection-wrap.tour-selection-wrap--sm .tour-selection-wrap-in .tour-selection-ico-abs .hint-parent:hover .hint {
    top: 40px;
}

.tour-selection-wrap-flex-btn > a.uppercase {

}

.tour-selection-wrap-flex-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-selection-wrap--sm.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field .bth__inp-block + div .tour-selection-ico-abs {
    top: 0;
}

/*Р±СѓР±Р»РёРєРё*/

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block span.bth__inp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 48px;
    text-align: center;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block.has-error .hint-block--abs,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__ta-block.has-error .hint-block--abs {
    top: 17px;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block.has-error .hint-block--abs .question-error,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__ta-block.has-error .hint-block--abs .question-error {
    font-size: 14px;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__ta-block.has-error .bth__ta,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block.has-error .bth__inp {
    border-color: #da4c4c;
    color: #da4c4c;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block.has-error {
    border: none !important;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block .bth__inp,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__ta-block .bth__ta {
    border-radius: 10px;
    padding-top: 8px;
    max-width: 100%;
    font-size: 14px;
    border: 2px solid #ccc;
    text-transform: uppercase;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block {
    height: 48px !important;
}

.tour-selection-wrap.tour-selection-wrap--bubles .bth__inp-lbl {
    font-size: 14px;
    text-transform: uppercase;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    position: static;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 25px;
}


.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp-block,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__ta-block {
    padding-top: 0;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-wrap-flex {
    justify-content: space-between;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field .bth__inp {
    text-align: center;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field.tour-selection-field--green .bth__ta,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field.tour-selection-field--green .bth__inp {
    border-color: #00a551 !important;
    color: #00a551 !important;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field.tour-selection-field--red .bth__ta,
.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field.tour-selection-field--red .bth__inp {
    border-color: #e03a3a !important;
    color: #e03a3a !important;
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field--30p {
    width: calc(33.3% - 10px);
}

.tour-selection-wrap.tour-selection-wrap--bubles .tour-selection-field.tour-selection-field--20p {
    width: calc(20% - 10px);
}


.tour-selection-wrap .cbx-mark__block .cbx-block {
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    padding: 0;

}

.tour-selection-wrap .cbx-mark__block .cbx-block.mark0 {
    width: 140px;
}

.tour-selection-wrap .cbx-mark__block .cbx-block:last-of-type {
    margin-right: 0;
}

.tour-selection-wrap .cbx-mark__block .cbx + .label-cbx {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
}

.tour-selection-wrap .cbx-mark__block .cbx + .label-cbx .cbx-cnt {
    font-size: 20px;
    line-height: 30px;
    font-family: 'apercu_pro', sans-serif;
}

.tour-selection-wrap .cbx-mark__block .mark5 .cbx + .label-cbx .cbx-cnt {
    color: #00a651;
}

.tour-selection-wrap .cbx-mark__block .mark5m .cbx + .label-cbx .cbx-cnt {
    color: #75b71f;
}

.tour-selection-wrap .cbx-mark__block .mark4 .cbx + .label-cbx .cbx-cnt {
    color: #a9ca0a;
}

.tour-selection-wrap .cbx-mark__block .mark3 .cbx + .label-cbx .cbx-cnt {
    color: #dfa918;
}

.tour-selection-wrap .cbx-mark__block .mark2 .cbx + .label-cbx .cbx-cnt {
    color: #da4c4c;
}

.tour-selection-wrap .cbx-mark__block .mark1 .cbx + .label-cbx .cbx-cnt {
    color: #000;
}

.tour-selection-wrap .cbx-mark__block .mark0 .cbx + .label-cbx .cbx-cnt {
    color: #999;
}

.tour-selection-wrap .cbx-mark__block .mark5 .cbx:checked + .label-cbx {
    background: #00a651;
}

.tour-selection-wrap .cbx-mark__block .mark5m .cbx:checked + .label-cbx {
    background: #75b71f;
}

.tour-selection-wrap .cbx-mark__block .mark4 .cbx:checked + .label-cbx {
    background: #a9ca0a;
}

.tour-selection-wrap .cbx-mark__block .mark3 .cbx:checked + .label-cbx {
    background: #dfa918;
}

.tour-selection-wrap .cbx-mark__block .mark2 .cbx:checked + .label-cbx {
    background: #da4c4c;
}

.tour-selection-wrap .cbx-mark__block .mark1 .cbx:checked + .label-cbx {
    background: #000;
}

.tour-selection-wrap .cbx-mark__block .mark0 .cbx:checked + .label-cbx {
    background: #999;
}

.tour-selection-wrap .cbx-mark__block .cbx:checked + .label-cbx .cbx-cnt {
    color: #fff;
}

.tour-selection-wrap .cbx-mark__block .cbx + .label-cbx::after,
.tour-selection-wrap .cbx-mark__block .cbx + .label-cbx::before {
    display: none;
}


/*Р±СѓР±Р»РёРєРё*/
@media screen and (max-width: 1300px) {

    .tour-selection-wrap .tour-selection-wrap-flex > div:last-of-type .formDirections {
        right: 0;
        left: auto;
    }

    .tour-selection-field-abs-txt {
        position: static;
        margin: 10px 0 20px 0;
        display: block;
    }

}

@media screen and (max-width: 1080px) {
    .tour-selection-wrap {
        width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {
    .tour-selection-wrap-rasp1023 {
        display: block !important;
    }

    .tour-selection-wrap .tour-selection-wrap-triple-768 {
        flex-wrap: wrap;
    }

    .tour-selection-wrap .tour-selection-wrap-triple-768 .tour-selection-field {
        width: 33%;
        margin-bottom: 15px;
    }

    .tour-selection-wrap.tour-selection-wrap--bubles {
        margin-bottom: 40px;
    }

    .tour-selection-wrap-rasp1023 > * {
        width: 100% !important;
    }

    .tour-selection-wrap .tour-selection-wrap-in .tour-selection-ico-abs + .tour-selection-ico-abs {
        right: 0;
    }

    .tour-selection-wrap-in-files .bth__preview-img-90 + span.fz13 {
        display: inherit;
    }

    .tour-selection-wrap-in-files .bth__preview-img-90 {
        vertical-align: bottom;
        margin-bottom: 0;
    }

    .tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-selection-field--ico + .tour-selection-ico-abs {
        width: 40px;
        font-size: 17px;
    }

    .tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-selection-field--ico {
        width: calc(100% - 40px) !important;
    }

    .tour-selection-file > * {
        vertical-align: middle;
    }

    .tour-selection-wrap-in-files .show-1023 {
        display: inline-block !important;
        text-transform: uppercase;
        vertical-align: middle;
        font-weight: bold;
        margin-left: 10px;
    }

    .tour-selection-file i {
        line-height: initial;
    }

    .tour-selection-file {

        width: auto;
        padding: 10px;
        text-align: left;
    }

    .tour-selection-wrap-in-files > div:last-of-type {
        margin-bottom: 0;
    }

    .tour-selection-wrap-in-files > * {
        margin-bottom: 15px;
    }

    .tour-selection-box .panel {
        padding-left: 15px;
        padding-top: 15px;
        margin-top: 0;
    }

    .tour-selection-field.tour-selection-field--190 {
        width: 21%;
    }

    .tour-selection-field--208 {
        width: 38%;
    }

    .tour-selection-field--120,
    .tour-selection-field--115 {
        width: 14%;
    }

    .tour-selection-field--330 {
        width: 47%;
    }

    .tour-selection-box {
        background-color: white;
    }

    .tour-selection-field--225 {
        width: 30%;
    }

    .tour-selection-box .tabs-bar.tabs-bar--responsive::before,
    .tour-selection-box .tabs-bar.tabs-bar--responsive .tab::before {
        width: 100%;
        left: 0;
    }

    .tour-selection-box .tour-selection-plus--subway,
    .tour-selection-box .tour-selection-plus--subway + a {
        display: none;
    }

    .tour-selection-box .tabs-bar.tabs-bar--responsive::after {
        right: 14px;
    }

    .tour-selection-box .tabs-bar.tabs-bar--responsive .tab {
        margin-right: 0;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .tour-selection-box .tabs-bar.tabs-bar--responsive {

        margin-top: 0;
    }

    .tour-selection-box .tabs-bar {
        margin: 15px 15px 0 15px;
        background-color: white;
        padding-top: 0;
    }

}

@media screen and (max-width: 1000px) {

    .tour-selection-wrap {
        width: 100% !important;
    }

    .tour-selection-field__btn-search {
        right: 2px;
        bottom: 15px;
        padding-top: 10px;
        width: 55px;
        /* padding: 0; */
        height: 54px;
        position: absolute;
        border-left: 1px solid #ccc;
    }

    .tour-selection-wrap .hide-1023,
    .tour-selection__download-icon {
        display: none !important;
    }

    .tour-selection-wrap .bth__sumo-currency .SumoSelect {
        height: 50px;
    }

    .tour-selection-wrap .tour-selection-wrap-flex .tour-selection-field:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .tour-selection-wrap .tour-selection-wrap-flex .tour-selection-field.tour-selection-field--guest {
        margin-bottom: 0;
    }

    .tour-selection-wrap .bth__sumo-currency {
        height: 50px;
    }

    .tour-selection-wrap .tour-selection-field.tour-selection--768-plus {

        width: calc(100% - 71px);
    }

    .bth__btn.mt40 {
        margin-top: 20px !important;
    }

    .tour-selection-wrap .tour-selection-field.tour-selection--768-plus + .tour-selection-plus {
        display: none;
    }

    .tour-selection-wrap-flex--triple768 .tour-selection-field {
        width: 33.3% !important;
    }
}

@media screen and (max-width: 768px) {
    .tour-selection-wrap .tour-selection-wrap-flex.nowrap-1023 {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .tour-selection-wrap .tour-selection-field,
    .tour-selection-wrap .tour-selection-field--60p {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .tour-selection-wrap .tour-selection-wrap-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    }

    .tour-selection-wrap .tour-selection-field .tour-selection__input-bbl.upload {
        background-color: transparent !important;
        background-image: url("/i/lib-ui-tour-filter/file-upload-blue.svg");
        background-size: contain;
        width: 20px;
        height: 20px;
        top: 16px;
    }

    .tour-selection__input-bbl.upload + input {
        width: calc(100% - 29px) !important;
    }

    .tour-selection-wrap.tour-selection-wrap--sm .tour-selection-wrap-flex .tour-selection-field:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .tour-selection-wrap-flex-btn > a.uppercase {
        margin-top: 10px;
        display: block;
    }

    .tour-selection-wrap-flex-btn {
        display: block;
    }

    .tour-selection-wrap .hidden.show-768 {
        display: block !important;
        margin-top: 15px !important;
    }

    .tour-selection-wrap-btn-768-show {
        display: block !important;
    }
}


@media screen and (max-width: 676px) {
    .tour-selection-wrap .tour-selection-field--night .formDirections {
        left: -25px;
        min-width: 310px;
    }

    .tour-selection-wrap .tour-selection-wrap-in .bth__radioBubble-item.has-error .hint-block--abs {
        right: -23px;
    }

    .tour-selection-wrap .cbx-mark__block .cbx-block.mark0 {
        margin-top: 15px;
        display: block;
    }


    .tour-selection-wrap-big-img {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .tour-selection-wrap-ico-170 {
        line-height: 60px;
        font-size: 36px;
        width: 100px;
        height: 60px;
    }

    .tour-selection-wrap .hide-500 {
        display: none;
    }

    .tour-selection-wrap .tour-selection-wrap-in > .bth__btn + .bth__btn {
        margin-top: 15px;
    }

    .tour-selection-wrap .show-500 {
        display: inline-block;
    }

    .tour-selection-field__btn-search {
        background-color: #ff8e41;
        border-color: #ff8e41;
        color: white;
        display: inline-block;
        margin: 0 !important;
        box-sizing: border-box;
        border-radius: 2px;
        height: 50px;
        padding: 10px;
        line-height: 28px;
        position: static;
        width: 100%;
        font-size: 15px;
        text-align: center;
        font-family: 'apercu_pro', sans-serif;
    }

}

@media screen and (max-width: 638px) {
    .tour-selection-wrap__abs-txt {
        bottom: -63px;
    }

    .tour-selection__suggest-item > div:first-of-type {
        margin-bottom: 10px;
    }

    .tour-selection__suggest-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .tour-selection-wrap__bg-upload {
        width: 100%;
        height: 100px;
    }

    .tour-selection-wrap__bg-upload-hint::before {
        top: 23px;
        font-size: 22px;
    }

    .tour-selection-wrap__bg-upload-hint {
        padding-top: 60px;
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .tour-selection-wrap .tour-selection-field--night .formDirections {
        left: 0px;
        min-width: auto;
    }

    .tour-selection__filter-btn.tour-selection__filter-btn--abs {
        display: none;
    }

    .tour-selection-wrap-in--btn-show--600 {
        display: block;
        margin-top: 0;
    }

    .tour-selection-wrap .bth__btn {
        width: 100%;
    }

    .tour-selection-wrap .tour-selection-field.tour-selection--768-plus-dbl {
        width: 100%;
    }

    .tour-selection-wrap .tour-selection-wrap-flex .tour-selection-field.tour-selection-field--guest {
        margin-bottom: 15px;
    }

    .tour-selection-wrap .tour-selection-plus {
        display: none;
    }
}

@media screen and (max-width: 509px) {
    .tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > .bth__inp {
        padding-top: 30px;
    }

    .tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > span.bth__inp, .tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > div.bth__inp {

        max-width: 270px;
    }

    .tour-selection-wrap .tour-selection-field .bth__inp-lbl.active {
        font-size: 12px;
    }

    .tour-selection-wrap .tour-selection-wrap-in .tour-selection__flag.lsfw-flag {
        right: 0;
        left: auto;
    }

    .tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > .bth__inp.tour-selection__country {
        padding-left: 10px;
    }

    .tour-selection-wrap .tour-selection-field .bth__inp-lbl.bth__inp-lbl--center {
        left: 0;
    }

    .tour-selection-wrap .tour-selection-wrap-in .bth__inp-block > .bth__inp b + span {
        max-width: 95px;
    }
}

@media screen and (max-width: 376px) {
    .tour-selection-wrap__abs-txt {

        bottom: -80px;
    }

    .tour-selection-wrap .cbx-mark__block .cbx-block {
        display: inline-block;
        margin-right: 5px;
        width: 37px;
        height: 37px;
        margin-bottom: 10px;
    }
}
/* File: /css/_lsfw/lsfw-hearts-rate.css */
.bth__hearts-rate .bth__hearts-rate-i {
    cursor: pointer;
    width: 23px;
    height: 22px;
    margin-right: 5px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("/i/like-grey-2.svg");
    display: inline-block;
    vertical-align: middle;
}

.bth__hearts-rate.bth__hearts-rate--sm .bth__hearts-rate-i {
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.bth__hearts-rate.bth__hearts-rate--28 .bth__hearts-rate-i {
    width: 28px;
    margin-left: 10px;
    margin-right: 0;
    background-size: contain;
    height: 28px;
}

.bth__hearts-rate .bth__hearts-rate-i.hover-active {
    background-image: url("/i/like-red-empty.svg") !important;
}

.bth__hearts-rate .bth__hearts-rate-i.selected {
    background-image: url("/i/like-red.svg") !important;
}

.bth__hearts-hint {
    position: absolute;
    opacity: 1;
    padding: 9px;
    background: rgb(255, 217, 215);
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #e03a3a;
    z-index: 100;
    width: 100%;
    border-radius: 3px;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border: 1.5px solid #e03a3a61;
}
/* File: /css/_lsfw/lsfw-popups.css */

.lsfw-popup-wrap {
    top: 0;
    color: #475669;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.49);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lsfw-popup__srch-block input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: bold;
    border: none;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    display: inline-block;
    color: #475669;
}

.lsfw-popup__srch-block {
    padding: 15px;

    border-bottom: 1.5px solid #ccc;
    height: 50px;
}

.lsfw-popup-wrap.lsfw-popup-wrap--top-95 {
    padding-top: 95px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lsfw-popup-wrap.lsfw-popup-wrap--top-20 {
    padding-top: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.lsfw-popup__grey .lsfw-popup__scroll-mobile {
    background-color: transparent;
}

.lsfw-popup-wrap.lsfw-popup-wrap--blue article.filter-new,
.lsfw-popup-wrap.lsfw-popup-wrap--blue .lsfw-popup {
    background-color: #d4e4f2;
}


.lsfw-popup__letter:hover,
.lsfw-popup__letter.active {
    color: #e03a3a;
}

.lsfw-popup__grey-close:hover {
    color: #e03a3a;
}

.lsfw-popup__grey-close {
    color: #999;
    cursor: pointer;
}

.lsfw-popup__letter.disabled {
    color: #999;
}

.lsfw-popup__letters {
    margin-right: 10px;
}


.lsfw-popup__letter {
    display: block;
    font-size: 10px;
    color: #215f86;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.lsfw-popup__triple-items .bth__inp-block-40 {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    margin: 0;
}

.lsfw-popup__triple-items > div {
    width: 230px;
}

.lsfw-popup__triple-items > div:nth-child(2) {
    margin: 0 10px;
}

.lsfw-popup__triple-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.lsfw-popup__ul-location {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 28px);
}


.lsfw-popup__li-location.active,
.lsfw-popup__li-location:hover {
    background-color: #eee;
}

.lsfw-popup__li-location {
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
    border-top: 1px solid #eee;
}

.lsfw-popup__triple-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: white;
}

.lsfw-popup__border {
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.lsfw-popup__example-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.lsfw-popup__example-img span {
    font-size: 15px;
}

.lsfw-popup__example-img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.24);
    padding: 20px;
    margin-bottom: 20px;
}

.lsfw-popup.pb3 {
    padding-bottom: 3px;
}

.lsfw-popup__d-ib {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.lsfw-popup-wrap.lsfw-popup-wrap--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding-top: 70px;
    align-items: flex-start;
}


.lsfw-popup.lsfw-popup--680 {
    width: 680px;
    max-width: none;
}

.lsfw-popup.lsfw-popup--740 {
    width: 740px;
    max-width: none;
}

.lsfw-popup__scroll500 > div > article:first-of-type,
.lsfw-popup__scroll500 > div > .tour-selection-wrap:first-of-type {
    margin-top: 0 !important;
}

.lsfw-popup.lsfw-popup--1070 {
    width: 1070px;
    max-width: none;
}


.lsfw-popup.lsfw-popup--1250 {
    width: 1250px;
    max-width: none;
}

.lsfw-popup.lsfw-popup--1100 {
    width: 1100px;
    max-width: none;
}

.lsfw-popup.lsfw-popup--720 {
    width: 720px;
    padding-bottom: 10px;
}

.lsfw-popup__top .bth__ttl-h2, .lsfw-popup__top-ttl {
    text-transform: uppercase;
    line-height: 25px;
    font-size: 19px;
    font-weight: bold;
}

.lsfw-popup.lsfw-popup--800 {
    width: 850px;
    max-width: none;
}

.lsfw-popup.lsfw-popup--955 {
    width: 965px;
    max-width: none;
}

html body .page .lsfw-popup .bth__btn.bth__btn--disable,
html body .page .lsfw-popup .bth__btn.bth__btn--disable:hover {
    border-color: #898b8d !important;
    color: #898b8d !important;
    background-color: white !important;
}

.lsfw-popup.lsfw-popup--biggest {
    width: 1020px;
    max-width: none;
}

.lsfw-popup.lsfw-popup--95w {
    width: 90%;
    max-width: none;
}

.lsfw-popup {
    height: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background-color: #e4e5ea;
    padding-bottom: 20px;
    text-align: left;
    border-radius: 5px;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    min-width: 280px;
    position: relative;
    max-width: 750px;
}

.lsfw-popup-wrap.lsfw-popup-wrap--filter.lsfw-popup__top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup {
    border-radius: 20px;
}

.lsfw-popup__cut-100p {
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup__top .bth__ttl-h2 {
    text-align: center;
}

.lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup .lsfw-popup__white {
    padding: 15px 25px;
}

.lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup .lsfw-popup__white,
.lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup {
    background-color: #e4e5ea;
}

.lsfw-popup-wrap.lsfw-popup-wrap--dark {
    background-color: rgba(0, 0, 0, 0.7);
}

.lsfw-popup.lsfw-popup--orange .lsfw-popup__grey,
.lsfw-popup.lsfw-popup--orange {
    background-color: #f1ebd3 !important;
}

.lsfw-popup.lsfw-popup--red .lsfw-popup__grey,
.lsfw-popup.lsfw-popup--red {
    background-color: #F4CBCB !important;
}

.lsfw-popup.lsfw-popup--green .lsfw-popup__grey,
.lsfw-popup.lsfw-popup--green {
    background-color: #D8EAD2 !important;
}

.lsfw-popup.lsfw-popup--400 {
    min-width: auto;
    width: 400px;
}

.lsfw-popup.lsfw-popup--small .bth__cnt {
    font-size: 16px;
    line-height: 26px;
}

.lsfw-popup.lsfw-popup--small .bth__btn {
    width: 100%;
    margin-top: 20px;
}

.lsfw-popup-wrap.transform .lsfw-popup {
    animation: pulsing 0.2s;
}


@keyframes pulsing {
    0% {
        transform: scale(1.0, 1.0)
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1.0, 1.0);
    }
}

.lsfw-popup.lsfw-popup--small {
    padding: 20px 20px 25px 20px;
    min-width: auto;
    transition: 0.1s;
    width: 290px;
}

.lsfw-popup.lsfw-popup--600 {
    min-width: auto;
    width: 550px;
}

.lsfw-popup__top {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid white;
    padding-right: 37px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lsfw-popup__top.lsfw-popup__top--white {
    background-color: white;
    border: none;
    border-bottom: 1px solid #eee;
}

.lsfw-popup .paginatorNew {
    margin-top: 35px;
    margin-bottom: 20px;
}

.lsfw-popup__tabs {
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.lsfw-popup__top.lsfw-popup__top--white .lsfw-popup__tabs-scrol::-webkit-scrollbar-track {
    background-color: white;
}

.lsfw-popup__top.lsfw-popup__top--white .lsfw-popup__tabs-scrol::-webkit-scrollbar {
    background-color: white;
}

.lsfw-popup__top.lsfw-popup__top--white .lsfw-popup__tabs-scrol::-webkit-scrollbar-thumb {
    background-color: white;

}

.lsfw-popup__top-cross:hover {
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
}

.lsfw-popup__top-cross {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 10;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(https://css.tophotels.ru/i/cross-thin-grey.svg);
    cursor: pointer;
    background-size: 17px;
    background-repeat: no-repeat;
}

.lsfw-popup__metro-img {
    width: 100%;
}

.lsfw-popup__metro-map {

    width: 995px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.lsfw-popup__white {
    background-color: white;
    padding: 15px;
}

.lsfw-popup__white > .bth__btn:last-of-type {
    margin-top: 15px;
}

.lsfw-popup__grey {
    background-color: #e4e5ea !important;
    padding: 15px;
    height: 100%;
    position: relative;
}

.lsfw-popup__tab.active {
    color: #475669;
    border-bottom: 1.5px solid #e03a3a;
    padding-bottom: 12px;
    font-weight: bold;
}

.lsfw-popup__top .lsfw-popup__tab:last-of-type {
    margin-right: 0;
}

.lsfw-popup__tab {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: #318cc6;
    text-transform: uppercase;
    margin-right: 40px;
}

.lsfw-popup__grey {
    padding: 15px;
    background-color: #e4e5ea;
}


.lsfw-popup__orange {

    padding: 15px;
    background-color: #f1ebd3;
}

.lsfw-popup__scroll500 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    margin-right: 30px;
    border-radius: 2px;
    height: 500px;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    overflow-y: scroll;
}

.lsfw-popup__scroll500.lsfw-popup__scroll500--600 {
    height: 539px;
}

.lsfw-popup__scroll500.lsfw-popup__scroll500--300 {
    height: 350px;
}

.lsfw-popup__scroll500.lsfw-popup__scroll500--800 {
    height: 560px;
    max-height: none;
}

.lsfw-popup.lsfw-popup--black .lsfw-popup__top-cross {
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
}

.lsfw-popup.lsfw-popup--black {
    background-color: #141A26;
}

.lsfw-popup__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*ÑÐºÑ€Ð¾Ð»*/

.lsfw-popup__dbl-col::-webkit-scrollbar-track,
.lsfw-popup__scroll500::-webkit-scrollbar-track,
.lsfw-popup__grey::-webkit-scrollbar-track,
.lsfw-popup__new-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    z-index: 10;
}

.lsfw-popup__dbl-col::-webkit-scrollbar,
.lsfw-popup__new-scroll::-webkit-scrollbar,
.lsfw-popup__scroll500::-webkit-scrollbar,
.lsfw-popup__grey::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #F5F5F5;
}

.lsfw-popup__dbl-col::-webkit-scrollbar-thumb,
.lsfw-popup__new-scroll::-webkit-scrollbar-thumb,
.lsfw-popup__scroll500::-webkit-scrollbar-thumb,
.lsfw-popup__grey::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

/*ÑÐºÑ€Ð¾Ð»*/
.lsfw-popup__txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

/*ÑÐºÑ€Ð¾Ð»*/

.lsfw-popup__tabs-scroll-mb::-webkit-scrollbar-track,
.lsfw-popup__tabs-scrol::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    height: 0px;
    z-index: 10;
}

.lsfw-popup__tabs-scroll-mb::-webkit-scrollbar,
.lsfw-popup__tabs-scrol::-webkit-scrollbar {
    margin-top: 1px;
    width: 1px;
    height: 0px;
}

.lsfw-popup__tabs-scroll-mb::-webkit-scrollbar-thumb,
.lsfw-popup__tabs-scrol::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    height: 0px;

}

/*ÑÐºÑ€Ð¾Ð»*/
.lsfw-popup.lsfw-popup--525h {
    height: 525px;
}

.lsfw-popup__new-scroll.lsfw-popup__new-scroll--215 {
    max-height: calc(100vh - 215px);
    overflow-y: auto;
}

.lsfw-popup__new-scroll.lsfw-popup__new-scroll--full, .lsfw-popup__agreement {
    max-height: calc(100vh - 115px);
    overflow-y: auto;
}

.lsfw-popup__scroll500.lsfw-popup__scroll500--fs {
    max-height: none;
    height: calc(100vh - 150px);
}

.lsfw-popup .lsfw-popup__map-block {
    background-color: white;
    height: 70vh;
}

.lsfw-popup.lsfw-popup--metro {
    width: 98%;
    height: 98%;
    background: #fff;
    padding: 20px;
    overflow: auto;
    max-width: none;
}

.lsfw-popup__tabs-scrol--ml {
    padding: 15px 70px 0 15px;
}

.lsfw-popup__dbl-col-cross {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
}

.lsfw-popup__dbl-col-box {
    position: relative;
    margin-top: 15px;
    cursor: pointer;
}

.lsfw-popup__section {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.lsfw-popup__dbl-cols {
    border-bottom: 1px solid #eee;
    background-color: white;
}

.lsfw-popup__d-ib.lsfw-popup__d-ib--user {
    width: calc(100% - 65px);
}

.lsfw-popup__dbl-col {
    height: 450px;
    overflow: auto;
    display: inline-block;
    width: 345px;
    padding: 15px;
}

.lsfw-popup__dbl-col-box > div .bth__bold-link {
    max-width: 220px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.lsfw-popup__dbl-cols .lsfw-popup__dbl-col:last-of-type .lsfw-popup__dbl-col-cross {
    display: block;
}

.lsfw-popup__dbl-col-box > div {
    vertical-align: top;
}

/*Ð¤ÑƒÐ»ÑÐºÑ€Ð¸Ð½*/
.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__top {
    position: static;
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__map {
    padding: 0;
    height: calc(100% - 66px);
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup {
    width: 100%;
    max-width: none;
    background-color: white;
    margin-right: 0;
    height: 100%;
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__1100p-wrap {
    width: 1100px;
    position: static;
    margin: auto;
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup {
    height: 100vh;
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__tab {
    font-size: 18px;
}


.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__top {
    border-radius: 0;
    padding: 20px 15px;
    /* margin-bottom: 20px; */
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__tab.active {
    padding-bottom: 20px;
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr .lsfw-popup__top-cross {
    width: 50px;
    height: 30px;
    right: 10px;
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    background-size: 20px;
    top: 17px;
    background-position: center;
}

.lsfw-popup-wrap.lsfw-popup-wrap--fullscr {
    background-color: white;
}

.lsfw-popup.lsfw-popup--full {
    padding: 0;
    height: 100%;
    margin-right: 0;
    width: 100vw;
    max-width: none;
    border-radius: 0;
    background-color: white;
}

.lsfw-popup__map {
    height: calc(100% - 55px);
    position: relative;
    padding: 0 10px 10px 10px;
    background-color: #eee;
}

.lsfw-popup-html {
    margin-right: 17px;
    overflow: hidden;
}

.lsfw-popup .bth__btn.lsfw-popup__d-ib-mobile {

    margin-top: 0 !important;
}


.lsfw-popup__load-bg {
    position: relative;
}

.lsfw-popup__load-bg::after {
    content: '';
    background-image: url(https://css.tophotels.ru/i/loader.gif);
    background-size: 40px;
    background-color: rgba(255, 255, 255, 0.49);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
}

.lsfw-popup__subtitle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fdfdfd 100%);
}

.lsfw-popup__subtitle {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.lsfw-popup-filter__col {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 30px;
}

.lsfw-popup-filter__item {
    margin-bottom: 10px;
}

.lsfw-popup-filter__inner .lsfw-popup-filter__inner-ttl {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.lsfw-popup-filter__inner .cbx-blue-txt {
    font-size: 13px;
}

.lsfw-popup-filter__inner .cbx-blue {
    margin-bottom: 10px;
}

.lsfw-popup-filter__inner {
    margin: 15px 0 15px 27px;
}

.lsfw-popup-filter__ttl {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.lsfw-popup-filter__items {
    display: inline-block;
    vertical-align: top;
}

.lsfw-popup-filter.lsfw-popup-filter--row .lsfw-popup-filter__item {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.lsfw-popup-filter.lsfw-popup-filter--row .lsfw-popup-filter__ttl {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.lsfw-popup-filter.lsfw-popup-filter--row .lsfw-popup-filter__col {
    display: block;
}

.lsfw-popup__header-progress {
    width: 100%;
    background-color: #fff;
}

.lsfw-popup__header-progress-line {
    background-color: #ffdeba;
    transition: 0.3s;
    display: block;
    height: 5px;
}

@media screen and (max-width: 1200px) {

    .lsfw-popup.lsfw-popup--1250 {
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {

    .lsfw-popup-html {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .lsfw-popup,
    .lsfw-popup.lsfw-popup--biggest,
    .lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }

    .lsfw-popup__flex .bth__btn.bth__btn--lower {
        margin-bottom: 10px !important;
    }

    .lsfw-popup__flex {
        display: block;
    }

    .lsfw-popup-wrap.lsfw-popup-wrap--sm-mobile .lsfw-popup .lsfw-popup__top-cross {
        top: 14px;
    }

    .lsfw-popup-wrap.lsfw-popup-wrap--sm-mobile .lsfw-popup {
        width: auto !important;
        height: auto !important;
        border-radius: 5px;
        max-width: 90% !important;
        min-width: 300px;
    }

    .lsfw-popup .bth__btn.lsfw-popup__d-ib-mobile {
        display: inline-block;
        min-width: auto;
        width: 166px !important;
        font-size: 13px;
    }

    .lsfw-popup__triple-items > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .lsfw-popup__li-location {
        white-space: normal;
        width: 100%;
    }

    .lsfw-popup__ul-location {
        max-height: 215px;
        height: auto;
        width: 100%;
    }

    .lsfw-popup__letters {
        display: none;
    }

    .lsfw-popup__grey-close {
        font-size: 12px;
    }

    .lsfw-popup__triple-items {
        display: block;
        height: calc(100% - 145px);
        overflow-y: auto;
        padding: 15px 10px;
    }

    .lsfw-popup__triple-items > div:nth-child(2) {
        margin: 0 0 20px 0;
    }

    .lsfw-popup-wrap.lsfw-popup-wrap--filter .lsfw-popup .lsfw-popup__white {
        padding: 15px;
    }

    .lsfw-popup__tabs {
        overflow: auto;
        white-space: nowrap;
    }

    .lsfw-popup-wrap {
        padding-top: 0 !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .lsfw-popup__top-cross {
        top: 10px;
        right: 15px;
    }

    .lsfw-popup {
        margin: 0 !important;
    }

    .lsfw-popup-wrap.lsfw-popup-wrap--top {
        padding: 0;
    }

    .lsfw-popup__top.lsfw-popup__top--white .lsfw-popup__tabs-scrol {

        height: 48px;
    }

    .lsfw-popup__map {
        padding: 0;
    }

    .lsfw-popup__top.pb0 {
        padding-bottom: 15px !important;
    }

    .lsfw-popup-wrap:not(.lsfw-popup-wrap--sm-mobile) .lsfw-popup__top {
        border-radius: 0;
    }

    .lsfw-popup__agreement {
        max-height: calc(100% - 45px);
    }

    .lsfw-popup__tab {
        font-size: 13px;
        margin-right: 15px;
        font-weight: normal;
        padding-bottom: 0 !important;
    }

    .lsfw-popup__scroll500 {
        max-height: none;
        height: calc(100% - 40px) !important;
    }

    .lsfw-popup__scroll500--50 {
        max-height: none;
        height: calc(100% - 50px);
    }

    .lsfw-popup__new-scroll.lsfw-popup__new-scroll--mobile120 {
        height: calc(100% - 125px) !important;
        overflow: hidden;
        overflow-y: scroll;
    }

    .lsfw-popup .lsfw-popup__scroll-mobile--90 {
        height: calc(100% - 90px) !important;
    }

    .lsfw-popup .lsfw-popup__scroll-mobile--165 {
        height: calc(100% - 165px) !important;
    }

    .lsfw-popup__scroll500--190 {
        height: calc(100% - 185px) !important;
    }

    .lsfw-popup__new-scroll.lsfw-popup__new-scroll--full {

        max-height: calc(100vh - 88px);
    }

    .lsfw-popup__grey.lsfw-popup__scroll500,
    .lsfw-popup__scroll-mobile {
        height: calc(100% - 50px) !important;
        overflow: hidden;
        overflow-y: scroll;
        background-color: white;
    }

    .lsfw-popup .lsfw-popup__map-block {
        height: 100%;
    }

    .lsfw-popup__scroll-mobile::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 0;
        height: 0px;
        z-index: 10;
    }

    .lsfw-popup__scroll-mobile::-webkit-scrollbar {
        margin-top: 1px;
        width: 1px;
        height: 0px;
    }

    .lsfw-popup__scroll-mobile::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        height: 0px;

    }

    .lsfw-popup__txt {
        font-size: 13px;
    }

    .lsfw-popup__tabs-scrol,
    .lsfw-popup__tabs-scroll-mb {
        overflow: auto;
        white-space: nowrap;
    }

    .lsfw-popup__new-scroll.lsfw-popup__new-scroll--215 {
        max-height: calc(100vh - 150px);
    }

    .lsfw-popup__grey > .bth__btn + .bth__btn--green-brdr {
        margin-top: 15px;
    }

    .lsfw-popup__top .bth__ttl-h2 {
        display: block;
        font-size: 16px !important;
    }

    .lsfw-popup__top {

        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lsfw-popup__grey {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lsfw-popup__white > .lsfw-popup__scroll500 {
        padding: 0;
    }

    .lsfw-popup__scroll500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lsfw-popup__tabs-scrol--ml {
        padding: 15px 10px;
        margin-right: 46px;
    }


    .lsfw-popup__d-ib.lsfw-popup__d-ib--user .bth__bold-link {
        font-size: 13px;
    }

    .lsfw-popup__tabs-scroll-mb .lsfw-popup__top-cross {
        top: 12px;
        right: 10px;
        background-size: 12px;
        background-position: center;
    }

    .lsfw-popup-wrap.lsfw-popup-wrap--sm-mobile .lsfw-popup__scroll-mobile {
        height: auto !important;
        max-height: calc(100vh - 95px) !important;
    }
}
/* File: /css/_lsfw/lsfw-srch-suggest.css */
.lsfw-srch-suggest {
    position: absolute;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 4;
    width: 100%;
    max-height: 450px;
    overflow: auto;
    background-color: #f4f4f4;

    border-top: none;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
}

/*скрол*/

.lsfw-srch-suggest::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    z-index: 10;
}

.lsfw-srch-suggest::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #F5F5F5;
}

.lsfw-srch-suggest::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

/*скрол*/
.lsfw-srch-suggest .lsfw-srch-suggest__ttl:first-of-type {
    margin-top: 0;
}

.lsfw-srch-suggest__ttl {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
}

.lsfw-srch-suggest__list .bth__bold-link.big {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.lsfw-srch-suggest__list .bth__bold-link {
    font-size: 13px;
    display: block;
}

.lsfw-srch-suggest__list {
    color: #475669;
    display: block;
    padding: 6px 10px;
    position: relative;
    background-color: white;
}

.lsfw-srch-suggest__list .lsfw-flag--50w {
    margin-right: -4px;
}

.lsfw-srch-suggest__list:hover {

    background-color: #f5fafd;
}

.lsfw-srch-suggest__list > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.lsfw-srch-suggest .lsfw-srch-suggest__ttl:not(:first-of-type) {

}

.lsfw-srch-suggest__last-right .cbx-blue {
    margin-left: auto;
}

.lsfw-srch-suggest__last-right .bth__ava-35 {
    margin-right: 10px;
}

.lsfw-srch-suggest__last-right {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .lsfw-srch-suggest__list .lsfw-flag--50w + div {
        margin-right: 0;
    }

    .lsfw-srch-suggest__list .lsfw-flag--50w + div .bth__bold-link + .fz12 {
        line-height: 12px;

    }

    .lsfw-srch-suggest__list .lsfw-flag--50w + div .bth__bold-link {
        max-width: 182px;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}

/* File: /css/_lsfw/lsfw-table.css */
/**/

.tbl-flex {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
    word-break: break-word;
    -webkit-word-break: break-word;
}

.tbl-flex-wrap .tbl-flex.center {
    align-items: center;
    text-align: left !important;
}

.bth__table-cell-110-min {
    min-width: 110px;
}

.bth__table .bth__table-cell-110 {
    width: 110px
}

.bth__table-inp .bth__inp {
    background: #eee;
}

html body table tr.bth__table-lower-cell td {
    padding: 2px 13px !important;
}

html body table.bth__table tbody tr.bth__table-paginator.bth__table-paginator--sm td {

    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

html body table.bth__table tbody tr.bth__table-paginator td {
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.bth__table tr {
    position: relative;
}

.bth__table-inp {
    height: 30px;
    width: 100%;
}

.bth__table-inline-block.bth__table-inline-block--mt-4 {
    margin-top: -4px;
}

.bth__table-float-r {
    float: right;
}

.tbl-flex-wrap .tbl-flex {
    display: flex;

    padding: 7px;
    border-bottom: 1px solid #ccc;
}

.tbl-flex-wrap.tbl-flex > div:last-of-type .bth__square-icon:last-of-type {
    margin: 0;
}

.tbl-flex-wrap .tbl-flex > div.right .bth__square-icon {
    margin: 0;
}

.tbl-flex-wrap .tbl-flex > div.right {
    margin-left: auto;
}

.tbl-flex-wrap .tbl-flex:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.bth__table-fixed2-col .bth__table-flex-brdr-row > div:nth-child(3) {
    margin-left: 330px;
}

/*Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ð° ÑÐ°Ð¼Ð° Ð¿Ñ€Ð¾ÑÑ‚Ð°Ñ*/
.bth__table {
    width: 100%;
    margin-top: 12px;
    font-family: 'apercu_pro', sans-serif;
}

.bth__table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 7px;
    color: #999;

    background-clip: padding-box;
    font-size: 13px;
    font-weight: normal;
}

.bth__table tr td .bth__table-inline-block {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.bth__table tr td:last-of-type .bth__square-icon + .hint {
    top: 30px;
}

.bth__table tr th .hint-parent:hover .hint {
    top: 25px;
}

.bth__table tr td.center .bth__square-icon,
.bth__table tr td:last-of-type > .bth__square-icon:last-of-type,
.bth__table tr td:last-of-type > div:last-of-type > .bth__square-icon:last-of-type {
    margin-right: 0;
}

.bth__table tr td .bth__table-inline-block:last-of-type {
    margin-right: 0;
}

.bth__table-wrap table {
    margin-top: 0;
}

.bth__table.bth__table--left-last tr td:last-of-type,
.bth__table.bth__table--left-last tr th:last-of-type {
    text-align: left;
}

.bth__table tr:last-of-type td {
    padding-bottom: 0;
    border: none;
}

.bth__table-wrap table tbody tr td {
    vertical-align: top;
}

.bth__table-va-top {
    vertical-align: top;
}

.bth__table-wrap table:not(.bth__table--border) tr:last-of-type td {
    padding-bottom: 0;
    border: none;
}

.bth__table-wrap {
    border: 1.5px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}

.bth__table tbody tr td:last-of-type .hint {
    right: 0 ;
    left: auto ;
}

.bth__table tr td:hover > .hint {
    display: block;
    top: 40px;
    left: 0;
    max-width: 300px;
}

.bth__table-ttl {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    color: #475669;

    font-family: 'apercu_pro', sans-serif;
    box-sizing: border-box;
    position: relative;
}

.bth__table-ttl--flex {
    display: flex;
    justify-content: space-between;
}

.bth__table tr td {
    font-size: 14px;
    padding: 7px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    color: #475669;

    background-clip: padding-box;
    box-sizing: border-box;
    position: relative;
}

.bth__table .bth__table-cell-50 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.bth__table .bth__table-cell-40 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}


.bth__table .bth__table-cell-20 {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
}

.bth__table .bth__table-cell-255 {
    width: 255px;
}

.bth__table-cell-264 {
    width: 264px;
    min-width: 264px;
    max-width: 264px;
}

.bth__table .bth__table-cell-55p {
    width: 55%;
}

.bth__table.bth__table--445 {
    width: 560px;
}

.bth__table-wrap.bth__table-wrap--shadow .bth__table tr td {
    padding: 12px 7px;
}

.bth__table-wrap.bth__table-wrap--shadow {
    border: none;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}

.bth__table .bth__table-cell-90 {
    width: 90px;
}

.bth__table-wrap .body__tbl .bth__row:last-of-type .bth__cell {
    border-bottom: none;
}

.bth__table tr.bth__table-grey-row td {
    font-weight: bold;
    font-size: 16px;
}

.bth__table tr.bth__table-grey-row {
    background-color: #e4e5ea;
}

.bth__table tr th:last-of-type,
.bth__table tr td:last-of-type {
    text-align: right;
}

.bth__table-eye.rotate {
    transform: rotate(180deg);
}

.bth__table-eye {
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    color: #ccc;
    font-size: 20px;
}

.bth__table-eye:hover {
    color: #3687c5 !important;
}

.bth__table-top-line > div {
    padding: 7px;
}

.bth__table-top-line {
    padding-left: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    align-items: flex-end;
}

.bth__table-show-750 {
    display: none;
}

.bth__scrolable-tbl-full .bth__table th,
.bth__scrolable-tbl-full .bth__table td {
    white-space: nowrap;
}

.bth__scrolable-tbl-full .bth__table {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    image-rendering: pixelated;
    -webkit-transform: rotateX(180deg);
}

.bth__scrolable-tbl-full {
    overflow-x: auto;
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.bth__scrolable-tbl-full::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #F5F5F5;
    z-index: 10;
}

.bth__scrolable-tbl-full::-webkit-scrollbar {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 3px;
    background-color: #F5F5F5;
    height: 10px;
}

html body .bth__table.bth__table-wrap--no-border tr td {
    padding: 7px 0 !important;
    border: none !important;
}

.bth__scrolable-tbl-full::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

.bth__table .bth__table-cell-200 {
    width: 200px;
}

.bth__table .bth__table-cell-150 {
    width: 160px;
}

.bth__table .bth__table-cell-300 {
    width: 300px;
}

.bth__table .bth__table-cell-350 {
    width: 350px;
}

.bth__table .bth__table-cell-140 {
    width: 140px;
}

.bth__table .bth__table-cell-120 {
    width: 120px;
}

.bth__table .bth__table-cell-475 {
    width: 475px;
}

.bth__table .bth__table-cell-425 {
    width: 450px;
}

.bth__table .bth__table-cell-140 {
    width: 140px;
}

.bth__table .bth__table-cell-100 {
    width: 95px;
}

.bth__table .bth__table-cell-60 {
    width: 60px;
}

.bth__table .bth__table-cell-70 {
    width: 78px;
}

.bth__table .bth__table-wrap--show-mob {
    display: none;
}

.bth__table-wrap.bth__table-wrap--show-750 {
    display: none;
}

.bth__table-wrap tr.bth__table-top td {
    padding-top: 30px;
}

.bth__table-wrap.bth__table-wrap--80p {
    width: 80%;
}

.bth__table tr td .bth__bold-link .bth__table-cut200 {
    display: inline-block;
    vertical-align: bottom;
}

.bth__table tr td .bth__table-inline-block .bth__table-cut200.bth__bold-link,
.bth__table tr td .bth__table-cut200.bth__bold-link {
    display: block;
}

.bth__table-cut200 br {
    display: none;
}

.bth__table-cut200 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin-right: 5px;
    white-space: nowrap;
}

.bth__table-cut90 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin-right: 5px;
    white-space: nowrap;
}

.bth__table-cut150 {
    max-width: 150px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.bth__table-cut300 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.bth__table-cut500 {
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin-right: 5px;
    white-space: nowrap;
}

.bth__table-cut-big {
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

a.bth__table-cut-big {
    color: #475669;
}

a.bth__table-cut-big:hover {
    color: #318cc6;
}

.bth__table-d-ib-750.bth__bold-link {
    display: block;
}

.bth__table tbody tr.bth__table-row-grey td,
.bth__table tbody tr.bth__table-row-red td,
.bth__table tbody tr.bth__table-row-orange td,
.bth__table tbody tr.bth__table-row-green td {
    border-bottom: 10px solid white !important;
    vertical-align: top !important;
    padding-bottom: 7px !important;
}

.bth__table tbody tr.bth__table-row-grey {
    background-color: #efefef;
}


.bth__table-cell-blue {
    background-color: #d4e4f2;
}

td.bth__table-cell-green,
.bth__table-cell-green td,
.bth__table-cell-green th {
    background-color: #E5F6EC;
    border-collapse: separate;
}


.bth__table-cell-red th,
td.bth__table-cell-red,
.bth__table-cell-red td {
    background-color: #F9EBEA;
    border-collapse: separate;
}

td.bth__table-cell-orange,
th.bth__table-cell-orange,
.bth__table-cell-orange td,
.bth__table-cell-orange th {
    border-collapse: separate;
    background-color: #F9F6E5;
}


.bth__table-cell-grey td, td.bth__table-cell-grey,
.bth__table-cell-grey th {
    border-collapse: separate;
    background-color: #eeeeee;
}

.bth__table-row-green {
    background-color: #E5F6EC;
}

.bth__table-row-red {
    background-color: #F9EBEA;
}

.bth__table-row-orange,
.bth__table-hov-orange:hover td{
    background-color: #F9F6E5;
}

.bth__table-row-blue {
    background-color: #d4e4f2;
}

.bth__table-row-biruza {
    background-color: rgba(146, 196, 204, 0.5);
}

.bth__table-show-750-d-ib {
    display: none;
}

.bth__table-abs-ico {
    position: absolute;
    right: 16px;
    top: 11px;
}

.bth__table.bth__table--bordering tr td .hint-parent:hover .hint {
    top: 25px;
}

.bth__table.bth__table--bordering tr:last-of-type td {

    border-bottom: 1px solid #ccc;
}

.bth__table.bth__table--bordering {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.bth__table.bth__table--bordering tr th:last-of-type,
.bth__table.bth__table--bordering tr td:last-of-type {

    border-right: 1px solid #ccc;
}

.bth__table-stub-scroll.fixed .bth__table-stub-scroll-in {
    min-height: auto;
}

.bth__table-stub-scroll.fixed {
    top: -3px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.35);
    z-index: 30;
    position: sticky !important;
    background-color: white;
}

.bth__table.bth__table--bordering tr th,
.bth__table.bth__table--bordering tr td {
    border-left: 1px solid #ccc;
    padding: 7px 11px;
}

.bth__table.bth__table--bordering tr.rasp td {
    border-right: none;
    border-left: none;
}

.bth__table-stub-scroll-in {
    min-height: 10px;
}

.bth__table-stub-scroll {
    overflow-x: auto;
}

.bth__table-ov-auto tr th,
.bth__table-ov-auto tr td {
    white-space: nowrap;
}

.bth__table-ov-auto {
    overflow-x: auto;
}

.bth__table-ov-auto::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: white;
    z-index: 10;
}

.bth__table-ov-auto::-webkit-scrollbar {

    width: 1px;
    background-color: white;
    height: 1px;
}

.bth__table-ov-auto::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: white;
}

.bth__table-stub-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #F5F5F5;
    z-index: 10;
}

.bth__table-stub-scroll::-webkit-scrollbar {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 3px;
    background-color: #F5F5F5;
    height: 10px;
}

.bth__table-stub-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

/**/
.bth__table-flex-brdr .bth__table-flex-brdr-row.bth__table-flex-brdr-row--line .bth__grey-link {
    text-decoration: line-through;
}

.bth__table-flex-brdr .bth__table-flex-brdr-row.bth__table-flex-brdr-row--line {
    background-color: #eee;
}

.bth__table-flex-brdr .bth__table-flex-brdr-row .bth__table-abs-col + div {
    margin-left: 500px;
}

.bth__table-flex-brdr .bth__table-flex-brdr-row .bth__table-abs-col {
    position: absolute;
    left: 0;
    top: 0;
}

.bth__table-flex-brdr {
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    display: table;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc;
}

.bth__table-flex-brdr-row {
    display: flex;
    position: relative;
    background-color: white;
    color: #475669;
    font-size: 14px;
}

.bth__table-flex-brdr-arrow.active {
    transform: rotate(180deg);
}

.bth__table-flex-brdr-arrow {
    font-style: normal;
    position: absolute;
    right: 13px;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    color: #ff8e41;
}

.bth__table-flex-brdr-arrow:hover {

    color: #d27939;
}

.bth__table-flex-brdr-arrow::after {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;

}

.bth__table-flex-brdr-row.mb30 {

    border-bottom: 1px solid #ccc;
}

.bth__table-flex-brdr-row > div > .bth__table-flex-brdr-cut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 5px);
    display: inline-block;
}

.bth__table-flex-brdr-row > div {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 13px;

}

.bth__table-flex-brdr-head b,
.bth__table-flex-brdr-head b + div {

    color: #475669;
}

.bth__table-sm-block {
    display: inline-block;
    vertical-align: top;
    width: 22px;
}

.bth__table-flex-brdr-head {
    color: #999;
    font-size: 13px;
}

.bth__table-flex-brdr-90 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.bth__table-flex-brdr-80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.bth__table-flex-brdr-85 {
    width: 85px;
    min-width: 85px;
    max-width: 85px;
}

.bth__table-flex-brdr-70 {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
}

.bth__table-flex-brdr-90:hover .hint {
    display: block;
    top: 50px;
    left: 0;
    right: auto;
}

.bth__table-flex-brdr-90 {
    position: relative;
}


.bth__table-flex-brdr-50 {
    width: 50px;
    min-width: 50px;
    font-size: 12px;
    max-width: 50px;
}


.bth__table-flex-brdr-40 {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
}

.bth__table-flex-brdr-300 {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
}

.bth__table-flex-brdr-200 {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}

.bth__table-flex-brdr-100 {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.bth__table-flex-brdr-150 {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}

.bth__table-flex-brdr-470 {
    width: 450px;
    max-width: 450px;
    min-width: 450px;
    font-size: 13px;
}

.bth__table-flr {
    float: right;
}

.bth__table-loader-abs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(https://tophotels.ru/new/i/loader.gif);
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.bth__table-flex .bth__ava-25,
.bth__table-flex .bth__square-icon{
    margin-left: 20px!important;
}
.bth__table-flex {
    display: flex;align-items: center;
    justify-content: space-between;
}


.bth__table-flex .hint-parent:hover {
    color: #318CC6;
}

.bth__table-flex .hint-parent {
    color: #ccc;
    width: 25px;
    text-align: right;
}

/**/
@media (min-width: 750px) and (max-width: 1024px) {
    .bth__scrolable-tbl-1024 .bth__table thead tr th,
    .bth__scrolable-tbl-1024 .bth__table tbody tr td {
        padding: 7px 10px;

    }

    .bth__scrolable-tbl-1024 .bth__table th,
    .bth__scrolable-tbl-1024 .bth__table td {
        white-space: nowrap;
    }

    .bth__table-flex-brdr-row > div .bth__grey-link {
        font-size: 13px;
    }

    .bth__table-flex-brdr {
        border-color: #eee;
    }

    .bth__table-flex-brdr-row > div {
        padding: 7px 5px;
        border-color: #eee;
    }

    .bth__scrolable-tbl-1024 .bth__table {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .bth__scrolable-tbl-1024 {
        overflow-x: auto;
        width: 100% !important;
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .bth__scrolable-tbl-1024::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        background-color: #F5F5F5;
        z-index: 10;
    }

    .bth__scrolable-tbl-1024::-webkit-scrollbar {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        width: 3px;
        background-color: #F5F5F5;
        height: 5px;
    }

    .bth__scrolable-tbl-1024::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        background-color: #ccc;
    }
}

@media screen and (max-width: 1024px) {
    .bth__table-wrap.bth__table-wrap--80p,
    .bth__table-wrap,
    .bth__table {
        width: 100% !important;
    }

    .bth__table-stub-scroll.fixed {
        position: static !important;
    }

    .bth__scrolable-tbl .bth__table th,
    .bth__scrolable-tbl .bth__table td {
        white-space: nowrap;
    }

    .bth__scrolable-tbl .bth__table {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .bth__scrolable-tbl {
        overflow-x: auto;
        width: 100% !important;
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .bth__scrolable-tbl::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        background-color: #F5F5F5;
        z-index: 10;
    }

    .bth__scrolable-tbl + .mb20 {
        margin-top: 20px;
    }

    .bth__scrolable-tbl::-webkit-scrollbar {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        width: 3px;
        background-color: #F5F5F5;
        height: 5px;
    }

    .bth__scrolable-tbl::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        background-color: #ccc;
    }

    .bth__scrolable-tbl-full tr th,
    .bth__scrolable-tbl-full tr td {
        padding: 7px 20px;

    }
}

@media screen and (max-width: 1300px) {
    .bth__scrolable-tbl .w80p {
        width: 100% !important;
    }

    .bth__table-wrap--rasp-750 .fz18 {
        font-size: 16px !important;
    }

}

@media screen and (max-width: 750px) {
    .bth__table .bth__table-wrap--show-mob {
        display: block
    }


    .bth__table-750-hint-flr .bth__square-icon {
        float: right;
    }

    .bth__table-750-hint-flr {
        width: 100%;
    }

    .bth__scrolable-tbl .bth__table.bth__table-no-adaptive .bth__bold-link {
        font-size: 13px;
    }

    .bth__table tr td .lsfw-flag.bth__table-sm-flag-750 {
        width: 32px !important;
        vertical-align: middle;
        margin-left: -3px;
        background-position-x: 0 !important;
        height: 21px !important;
    }

    .bth__scrolable-tbl .bth__table.bth__table-no-adaptive .fz18 {
        font-size: 14px !important;
    }

    .bth__scrolable-tbl .bth__table.bth__table-no-adaptive th {
        font-size: 11px;
    }

    html body .bth__table.bth__table-wrap--no-border tr {
        border-bottom: 1px solid #eee;
    }

    html body .bth__table.bth__table-wrap--no-border tr td:first-of-type {
        padding-bottom: 0 !important;
    }

    .bth__table.bth__table--bordering.bth__table--bordering-mobile tr {
        border-bottom: 1px solid #eee;
    }

    .bth__table.bth__table--bordering.bth__table--bordering-mobile,
    .bth__table.bth__table--bordering.bth__table--bordering-mobile tr td {
        border: none !important;
    }


    .bth__table.bth__table--bordering.bth__table--bordering-mobile tr td .bth__bold-link {
        font-size: 13px;
    }

    .bth__table.bth__table--bordering.bth__table--bordering-mobile tr td {
        padding: 7px 0 !important;
    }


    .bth__table-flr {
        float: none;
        position: absolute;
        right: 0;
        top: 15px;
    }

    html body .bth__table-wrap--rasp-750.bth__table-wrap.bth__table-wrap--shadow table.bth__table tbody tr.bth__table-no-shadow-750 td {
        padding: 0 !important;
    }

    html body .bth__table-wrap--rasp-750.bth__table-wrap.bth__table-wrap--shadow table.bth__table tbody tr.bth__table-no-shadow-750 {
        box-shadow: none !important;
        padding: 0;
    }

    html body table.bth__table tr.bth__table-paginator {
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
    }

    html body table.bth__table tr.bth__table-paginator td a {
        line-height: 50px;
    }

    html body table.bth__table tr.bth__table-paginator td,
    html body table.bth__table tr.bth__table-paginator.bth__table-paginator--sm td {
        padding: 0 !important;
        border: none !important;
    }

    .bth__table-wrap--rasp-750.bth__table-wrap.bth__table-wrap--shadow {
        box-shadow: none;
    }

    .bth__table-wrap--rasp-750 .bth__table.bth__table--bordering {
        border: none;
    }

    .bth__table-float-r {
        float: none;
        display: block;
        margin-top: 10px;
    }

    .bth__table-wrap--rasp-750 .bth__table.bth__table--bordering tr td {
        border-right: none !important;
    }

    .bth__table-wrap.bth__table-wrap--no-border-mobile .bth__table tbody tr td:first-of-type {
        font-size: 13px;
        padding-bottom: 0;
    }

    .bth__table-wrap.bth__table-wrap--no-border-mobile .bth__table tbody tr:last-of-type td:last-of-type {
        border-bottom: 1px solid #eee !important;
        padding-bottom: 7px;
    }

    .bth__table-wrap.bth__table-wrap--no-border-mobile .bth__table tbody tr td {
        padding-left: 0;
        border-color: #eee;
    }

    .bth__table-wrap.bth__table-wrap--no-border-mobile {
        border: none;
        padding: 0;
    }

    .bth__table-750-block {
        display: block;
    }

    .bth__table-wrap--rasp-750:not(.bth__scrolable-tbl) .bth__table-cut500,
    .bth__table-wrap--rasp-750:not(.bth__scrolable-tbl) .bth__table-cut300,
    .bth__table-wrap--rasp-750:not(.bth__scrolable-tbl) .bth__table-cut200 {
        width: auto;
        white-space: normal;
        max-width: none;
    }

    .bth__table-show-750-d-ib {
        display: inline-block;
    }

    .bth__table-wrap--rasp-750 .lsfw-flag.lsfw-flag--20w + .bth__table-cut200 {
        display: inline-block;
        max-width: 229px;
        white-space: nowrap;
    }


    .bth__table-show-750.bth__table-show-750--big {
        width: 120px;
        vertical-align: middle;
    }

    .bth__table-show-750 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: normal;
        width: 90px;
        vertical-align: top;
    }

    .bth__table-show-750 + div {
        display: inline-block;
    }

    .bth__table-wrap--rasp-750 .fz15 {
        font-size: 14px !important;
    }

    .bth__table-wrap--rasp-750 .bth__bold-link {
        font-size: 13px;
    }

    .bth__table-wrap.bth__table-wrap--show-750 {
        display: block;
    }

    .bth__table-d-ib-750 {
        display: inline-block !important;
        margin-right: 5px;
    }

    .bth__table-wrap--rasp-750 .bth__table .bth__table-justify750 {
        display: flex;
        justify-content: space-between;
    }

    .bth__table:not(.bth__table-no-adaptive) thead,
    .bth__table:not(.bth__table-no-adaptive) th,
    .bth__table-wrap.bth__table-wrap--hide-750,
    .bth__table-hide-750 {
        display: none !important;
    }

    .bth__table .bth__table-hint-ico-mobile .bth__square-icon {
        width: auto;
        height: auto;
        background-color: transparent;
    }

    .bth__table .bth__table-hint-ico-mobile .bth__square-icon::after {
        display: none;
    }

    .bth__table .bth__table-hint-ico-mobile .hint {
        display: inline-block !important;
        position: static;
        padding: 0;
        text-transform: uppercase;
        font-size: 13px;
        vertical-align: top;
        background-color: transparent;
        color: #e03a3a;
        box-shadow: none;
        line-height: normal;
    }

    .bth__table .hint-parent.bth__table-750-hint .hint {
        display: inline-block !important;
        position: static;
        padding: 0;
        vertical-align: middle;
        margin-left: 15px;
        background-color: transparent;
        box-shadow: none;
        line-height: normal;

    }

    .bth__table .hint-parent.bth__table-750-hint .bth__square-icon + .hint {
        text-transform: uppercase;
        font-size: 13px;
    }

    .bth__table .hint-parent.bth__table-750-hint .bth__square-icon-blue + .hint {
        color: #3687c5;
    }

    .bth__table .hint-parent.bth__table-750-hint .bth__square-icon-orange + .hint {
        color: #ff8e41;
    }

    .bth__table .hint-parent.bth__table-750-hint .bth__square-icon--hov-red + .hint {
        color: #999999;
    }

    .bth__table .hint-parent.bth__table-750-hint .bth__square-icon--cog + .hint {
        font-size: 13px;
        text-transform: uppercase;
        color: #318cc6;
    }

    .bth__table:not(.bth__table-no-adaptive) tr,
    .bth__table:not(.bth__table-no-adaptive),
    .bth__table:not(.bth__table-no-adaptive) tbody {
        display: block;
        width: 100%
    }

    .bth__table--bordering.bth__table--bordering-adaptive {
        border: none;
    }

    .bth__table--bordering.bth__table--bordering-adaptive tr td:last-of-type {
        padding-top: 0 !important;
    }

    .bth__table.bth__table--bordering.bth__table--bordering-adaptive tr:last-of-type td {
        border-bottom: none !important;
    }

    .bth__table--bordering.bth__table--bordering-adaptive tr td {
        border-right: none !important;
        padding: 10px 0 !important;
        border-color: #eee !important;
    }

    .bth__table:not(.bth__table-no-adaptive) tr td {
        display: block;
        width: 100% !important;
        text-align: left !important;
        border: none;
    }

    .bth__table-wrap.bth__table-wrap--shadow .bth__table tr td {
        padding: 7px;
    }

    .bth__table:not(.bth__table-no-adaptive) tr td:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .bth__table-wrap--rasp-750 .bth__table tr td .bth__table-inline-block {
        vertical-align: middle;
    }

    .bth__table-wrap--rasp-750 table.bth__table tbody td:last-of-type {
        border-bottom: none;
    }

    .bth__table-wrap--rasp-750 table.bth__table tbody tr td {
        border-bottom: 1px solid #f2f2f2 !important;
        padding: 10px !important;
    }

    .bth__table-wrap--rasp-750 .bth__table-cell-green {
        background-color: #E5F6EC;
    }

    .bth__table-wrap--rasp-750 table.bth__table tbody tr td:last-of-type {
        border-bottom: none !important;
    }

    .bth__table-wrap--rasp-750 table.bth__table tbody tr:not(.bth__table-row-ttl-750) {
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .bth__table-wrap--rasp-750 .bth__table-row-ttl-750 {
        margin-bottom: 10px;
    }

    .bth__table-wrap--rasp-750 table.bth__table tbody tr.bth__table-row-ttl-750 td:not(.bth__table-hide-750) {
        border: none !important;
        display: inline-block !important;
    }

    .bth__table-wrap--rasp-750 .bth__table-row-ttl-750 .bth__bold-link {
        font-size: 14px !important;

    }


    .bth__table-wrap--rasp-750 {
        border: none !important;
        padding: 0;
        width: 100% !important;
        margin: 0;
    }
}

/* File: /css/_lsfw/lsfw-tabs-new.css */
.tabs-bar {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-family: 'apercu_pro', sans-serif;
}

.tabs-bar .lsfw-tab > *,
.tabs-bar .tab > * {
    font-size: inherit;
    font-family: inherit;
}

.tabs-bar .lsfw-tab,
.tabs-bar .tab {
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    padding: 0 0 8px 0;
    margin-right: 20px;
    color: #215f86;
}

.tabs-bar .lsfw-tab:hover {

    color: #215f86;
}

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

.tabs-bar .lsfw-line,
.tabs-bar > .line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 113px;
    height: 2px;
    background: #e03a3a;
}

.tabs-bar .lsfw-tab:not(.active):hover,
.tabs-bar .tab:not(.active):hover {
    color: #318cc6;
}

.tabs-bar > .tab > *,
.tabs-bar > .lsfw-tab > * {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.tabs-bar > h2 {
    margin: 0;
    padding: 0;
    font-family: 'apercu_pro', sans-serif;
}

.tabs-block.tabs-block--big .lsfw-line {

    background: #e03a3a;
}

.tabs-block.tabs-block--big {

    border-bottom: none;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.tabs-block.tabs-block--big .lsfw-tab:not(.active) {

    color: #215f86;
}

.tabs-block.tabs-block--big .tabs-bar {
    border: none;
}

.tabs-block.tabs-block--big .lsfw-tab {

    margin-right: 30px;
    text-transform: uppercase;
    font-size: 20px;
}


@media screen and (max-width: 1024px) {
    .tabs-block.tabs-block--big {
        border-bottom: none;
        margin-top: 25px;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .tabs-block.tabs-block--big .tabs-bar {
        white-space: nowrap;
        overflow: auto;
        margin: 0;
        overflow-y: hidden;
    }

    .tabs-block.tabs-block--big .lsfw-tab.active {
        color: #e03a3a !important;
        border-bottom: 1px solid;
    }

    .tabs-block.tabs-block--big .lsfw-tab {
        font-size: 14px;
        font-weight: normal;
        margin-right: 20px;
    }
    .tabs-block.tabs-block--big  .tabs-bar .lsfw-line,
    .tabs-block.tabs-block--big  .tabs-bar .line {
        display: none!important;
    }
}

@media screen and (max-width: 766px) {
    .tabs-bar .lsfw-line,
    .tabs-bar .line {
        display: none!important;
    }

}
/* File: /css/_lsfw/lsfw_texts-block.css */
.texts-block {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    width: 80%;
}

.texts-block .bth__ttl-h2 {
    display: block;
}

.texts-block .texts-block__txt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;

}

.texts-block__txt-link:hover {
    color: #318cc6;
}

.texts-block__txt-link {
    color: #475669;
}

.texts-block__cut73.active {
    height: auto;
}

.texts-block__h200 {
    margin-top: 20px;
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
}

.texts-block__cut73 {
    overflow: hidden;
    height: 73px;
}

.texts-block__txt-big {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.texts-block__left-red-line::after {
    content: '';
    width: 4px;
    background-color: #cd1f21;
    position: absolute;
    left: 0;
    top: 5px;
    height: calc(100% - 10px);
}

.texts-block__left-red-line {
    font-style: italic;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: bold;
    display: block;
    line-height: 25px;
    font-size: 19px;
    position: relative;
}

.texts-block__ul-num > li,
.texts-block__ul-dot > li,
.texts-block__ul-dot-empty > li {
    font-size: 17px;
    line-height: 26px;
    position: relative;
    margin-bottom: 5px;
}

.texts-block__border {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.texts-block__ul-num {
    margin-left: 18px;
    list-style-type: decimal;
    margin-bottom: 20px;
}

.texts-block__red-bold {
    color: #e03a3a;
    margin: 10px 0 40px 0;
    font-size: 23px;
    line-height: 26px;
    font-weight: bold;
}

.texts-block__ul-dot .texts-block__ul-dot-in {
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.texts-block__ul-square-in li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.texts-block__ul-square-in {
    margin-left: 20px;
    margin-top: 5px;
}

.texts-block__ul-square-in li::after {
    content: '';
    background-color: #ff8e41;
    width: 5px;
    height: 5px;
    border-radius: 0;
    position: absolute;
    left: -19px;
    top: 11px;
}

.texts-block__ul-dot .texts-block__ul-dot-in > li {
    position: relative;
    margin-bottom: 5px;
}

.texts-block__ul-dot .texts-block__ul-dot-in > li::after {
    content: '';
    border: 1px solid #ff8e41;
    background-color: white;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    left: -19px;
    top: 10px;
}

.texts-block__ul-dot.texts-block__ul--red > li::after {
    background-color: #cd1f21;
}

.texts-block__ul-word {
    list-style-type: lower-latin;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.texts-block__ul-dot.texts-block__ul-dot--star > li::after {
    content: '\f005';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 9px;
    top: 0;
}

.texts-block__ul-dot.texts-block__ul-dot--plane > li::after {
    content: '\f0da';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 12px;
    top: 2px;
}

.texts-block__ul-dot > li::after {
    content: '';
    background-color: #ff8e41;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    left: -19px;
    top: 10px;
}

.texts-block__ul-dot {
    margin-left: 18px;
    margin-bottom: 20px;
}

.texts-block__img850 {
    width: 850px;
    display: inline-block;
    border-radius: 2px;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.texts-block__img650 img {
    border-radius: 2px;
}

.texts-block__img650 {
    width: 650px;
    display: inline-block;
    border-radius: 2px;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.texts-block__screen.texts-block__screen--600 {
    width: 650px;
}

.texts-block__slider-img img {
    border-radius: 2px;
}

.texts-block__slider {
    margin-left: -20px;
    margin-top: -20px;
}

.texts-block__sm-img-shadow {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
    width: 85%;
    background-size: contain;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 30px;
}

.slick-slider .texts-block__screen {
    margin: 10px;
}

.texts-block__screen.w100p {
    max-width: 100%;
}

.texts-block__screen {
    max-width: 90%;
    padding: 5px;
    display: block;
    box-shadow: 0 0 5px 1px #e9e9e9;
    border-radius: 2px;
    margin: 10px 0;
}

.texts-block__slider-img {
    width: 740px;
    height: 480px;
    border-radius: 2px;
    margin: 20px;
}

.texts-block__green-big-link {
    color: #00a551;
    font-family: 'apercu_pro', sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
}

.texts-block__slider-prev {
    left: -20px;
    transform: rotate(180deg);
}

.texts-block__slider-next {
    left: 760px;
}

.texts-block__slider-prev.slick-disabled,
.texts-block__slider-next.slick-disabled {
    opacity: 0;
}

.texts-block__slider-prev,
.texts-block__slider-next {
    background-image: url(/i/tophotels/right-arrow.svg);
    display: inline-block;
    width: 40px;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    background-size: 24px;
    background-position: center;
    top: 0;
}

.texts-block__screen.texts-block__screen--500 {
    width: 500px;
}

@media screen and (max-width: 1450px) {
    html body .texts-block {
        width: 100% !important;
    }

}

@media screen and (max-width: 1025px) {
    .texts-block {
        margin-bottom: 20px !important;
    }

    .texts-block__green-big-link {
        font-size: 15px;
        line-height: 25px;
    }

    .texts-block .texts-block__txt,
    .texts-block__ul-num > li,
    .texts-block__ul-dot > li {
        font-size: 15px;
        line-height: 23px;
    }

    .texts-block__left-red-line {
        font-size: 15px;
        line-height: 24px;
    }

}

@media screen and (max-width: 900px) {
    .texts-block__slider-img {
        width: 640px;
        height: 380px;
        margin: 20px 50px;
    }

    .texts-block__slider-next {
        left: 695px;
    }

    .texts-block__slider-prev {
        left: 6px;
    }

    .texts-block__img850,
    .texts-block__img650 {
        width: 100%;
        height: 200px;
    }

    .texts-block__screen.texts-block__screen--600 {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .texts-block__slider-img .bth__img {
        object-fit: contain;
    }

    .texts-block__screen.texts-block__screen--500 {
        width: 100%;
    }

    .texts-block__sm-img-shadow {
        width: 100%;
    }

    .texts-block__slider-next {
        left: 90%;
    }

    .texts-block__red-bold {

        font-size: 17px;
        margin: 25px 0;
    }

    .texts-block__slider-img {
        width: 90%;
        margin: 20px;
        height: 180px;
    }
}

@media screen and (max-width: 425px) {
    .texts-block__left-red-line br {
        display: none;
    }
}
/* File: /css/_lsfw/lswf-icons.css */

.bth__square-icon.circle {
    border-radius: 100%;
}

.bth__square-icon {
    background-color: #d6d6d6;
    text-align: center;
    display: inline-block;
    padding: 1px;
    box-sizing: border-box;
    margin-right: 10px;
    color: white;
    vertical-align: top;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    font-style: normal;
    background-position: center;
    position: relative;
}

.bth__square-icon.bth__square-icon--ya-map {
    border-radius: 5px;
    background-image: url("https://css.tophotels.ru/i/icon-map.png");
}

.bth__square-icon.bth__square-icon--metro {
    border-radius: 5px;
    background-image: url("https://css.tophotels.ru/i/logo_mos_metro-25.png");
}

.bth__square-icon--num {

    padding-top: 4px;
    font-size: 19px;
}

.bth__square-icon::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 25px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.bth__square-icon.bth__square-icon--left::after {
    content: '\f053';
}

.bth__square-icon.bth__square-icon--broken-heart::after {
    content: '\f7a9';
}

.bth__square-icon.bth__square-icon--car-r::after {
    content: "\f5e4";
}
.bth__square-icon.bth__square-icon--gift::after {
    content: "\f06b";
}
.bth__square-icon--link-up::after{
    content: "\f060";
    transform: rotate(141deg);
}
.bth__square-icon.bth__square-icon--tags::after {
    content: "\f02c";
}

.bth__square-icon.bth__square-icon--car-l::after {
    content: "\f5e4";
    -webkit-transform: rotate3d(0, -48, 0, 175deg);
    transform: rotate3d(0, -48, 0, 175deg);
}

.bth__square-icon.bth__square-icon--right::after {
    content: '\f054';
}
.bth__square-icon.bth__square-icon--html::after {
    content: '\f121';
}

.bth__square-icon.bth__square-icon--column::after {
    content: '\f0db';
}


.bth__square-icon.bth__square-icon--expand::after {
    content: '\f424';
}

.bth__square-icon.bth__square-icon--hand::after {
    content: '\f0a6';
}

.bth__square-icon.bth__square-icon--ti::after {
    content: 'TI';
    font-family: 'apercu_pro', sans-serif;
}

.bth__square-icon.bth__square-icon--food::after {
    content: '\f2e7';
}

.bth__square-icon.bth__square-icon--ban::after {
    content: '\f05e';
}

.bth__square-icon.bth__square-icon--ship::after {
    content: '\f21a';
}

.bth__square-icon.bth__square-icon--bus::after {
    content: '\f5b6';
}

.bth__square-icon.bth__square-icon--bus-l::after {
    content: '\f5b6';
    -webkit-transform: rotate3d(0, -48, 0, 175deg);
    transform: rotate3d(0, -48, 0, 175deg);
}

.bth__square-icon.bth__square-icon--train-spr.bth__square-icon-orange::after {
    content: '';
    background-image: url("/i/train-sprite.png");
    background-position-x: -70px;
    background-size: 108px !important;
}

.bth__square-icon.bth__square-icon--24h {
    background-image: url("/i/24hours-ico.svg");
}

.bth__square-icon.bth__square-icon--train-spr.bth__square-icon-green::after {
    content: '';
    background-image: url("/i/train-sprite.png");
    background-position-x: 2px;
    background-size: 108px !important;
}

.bth__square-icon.bth__square-icon--cart::after {
    content: '';
    background-size: 15px;
    background-image: url(/images/food_see_shop/logo-white.png);
}

.bth__square-icon.bth__square-icon--milk::after {
    content: '';
    background-size: 18px;
    background-image: url(/i/milk.svg);
}

.bth__square-icon.bth__square-icon--train-spr.left::after {
    -webkit-transform: rotate3d(0, -48, 0, 175deg);
    transform: rotate3d(0, -48, 0, 175deg);
}

.bth__square-icon.bth__square-icon--train-spr::after {
    content: '';
    background-image: url("/i/train-sprite.png");
    background-size: 108px !important;
}

.bth__square-icon.bth__square-icon--sad::after {
    content: '\f119';
}

.bth__square-icon.bth__square-icon--copy::after {
    content: '\f0c5';
}

.bth__square-icon.bth__square-icon--tbl::after {
    content: '\f0ce';
}

.bth__square-icon.bth__square-icon--unlock::after {
    content: '\f3c1';
}

.bth__square-icon.bth__square-icon--archive::after {
    content: '\f187';
}

.bth__square-icon.bth__square-icon--mobile::after {
    content: '\f3cd';
}

.bth__square-icon.bth__square-icon--plane::after {
    content: '\f1d8';
}

.bth__square-icon.bth__square-icon--map::after {
    content: '\f3c5';
}

.bth__square-icon.bth__square-icon--exclamation::after {
    content: '\f12a';
}

.bth__square-icon.bth__square-icon--exclamation-tringle::after {
    content: '\f071';
}

.bth__square-icon.bth__square-icon--water::after {
    content: '\f043';
}

.bth__square-icon.bth__square-icon--fa-plane-r::after {
    content: '\f072';
}

.bth__square-icon.bth__square-icon--temperture::after {
    content: '\f2c7';
}

.bth__square-icon.bth__square-icon--phone::after {
    content: '\f095';
}

.bth__square-icon.bth__square-icon--desktop::after {
    content: '\f0a0';
}

.bth__square-icon.bth__square-icon--skelet::after {
    content: '\f714';
}

.bth__square-icon.bth__square-icon--left-rotate::after {
    content: '\f0e2';
}

.bth__square-icon.bth__square-icon--right-rotate::after {
    content: '\f01e';
}


.bth__square-icon.bth__square-icon--skalp::after {
    content: '\f54c';
}

.bth__square-icon.bth__square-icon--vk::after {
    content: '\f189';
    font-family: "Font Awesome 5 Brands";
    font-weight: 200;
}

.bth__square-icon.bth__square-icon--video::after {
    content: '\f03d';
}

.bth__square-icon.bth__square-icon--fb::after {
    content: '\f39e';
    font-family: "Font Awesome 5 Brands";
    font-weight: 200;
}

.bth__square-icon.bth__square-icon--odncl::after {
    content: '\f263';
    font-family: "Font Awesome 5 Brands";
    font-weight: 200;
}

.bth__square-icon.bth__square-icon--twitter::after {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
    font-weight: 200;
}

.bth__square-icon.bth__square-icon--insta::after {
    content: '\f16d';
    font-family: "Font Awesome 5 Brands";
    font-weight: 200;
}

.bth__square-icon.bth__square-icon--link::after {
    content: '\f0c1';

}

.bth__square-icon.bth__square-icon--globe::after {
    content: '\f0ac';

}

.bth__square-icon.bth__square-icon--update::after {
    content: '\f2f1';

}

.bth__square-icon.bth__square-icon--coments::after {
    content: '\f075';

}

.bth__square-icon.bth__square-icon--new::after {
    content: 'NEW';
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px !important;

}

.bth__square-icon.bth__square-icon--bulb::after {
    content: '\f0eb';

}

.bth__square-icon.bth__square-icon--bug::after {
    content: '\f188';

}

.bth__square-icon.bth__square-icon--envelope::after {
    content: '\f0e0';

}

.bth__square-icon.bth__square-icon--srch::after {
    content: '\f002';

}

.bth__square-icon.bth__square-icon.rub::after {
    content: '\f158';

}

.bth__square-icon.bth__square-icon--question::after {
    content: '\f128';

}

.bth__square-icon.bth__square-icon--fa-home::after {
    content: '\f015';

}

.bth__square-icon.bth__square-icon--fa-plane-l::after {
    transform: rotate(180deg);
    content: '\f072';

}

.bth__square-icon.bth__square-icon--left::after {
    content: '\f060';
    transform: rotate(180deg);

}

.bth__square-icon.bth__square-icon--search::after {
    content: '\f002';

}

.bth__square-icon.bth__square-icon--cog-third::after {
    content: '\f085';

}

.bth__square-icon.bth__square-icon--ball-beach::after {
    content: '\f45f';

}

.bth__square-icon.bth__square-icon--repeat::after {
    content: '\f2f9';

}

.bth__square-icon.bth__square-icon--dots::after {
    content: '';
    background-image: url("/i/dot-vertical-grey.svg");

    background-size: 20px !important;

}

.bth__square-icon.bth__square-icon--rt::after {
    content: '';
    background-size: 16px;
    background-image: url("/i/rt-sm.png");

}

.bth__square-icon.bth__square-icon--pool::after {
    content: '';
    background-size: 19px;
    background-image: url("/i/swimming-pool-solid.svg");

}

.bth__square-icon.bth__square-icon--satellite::after {
    content: '';
    background-size: 19px;
    background-image: url("/i/satellite-solid.svg");

}

.bth__square-icon.bth__square-icon--one::after {
    content: '1';
    font-family: 'apercu_pro', sans-serif;

}

.bth__square-icon.bth__square-icon--umbrella-beach::after {
    content: '';
    background-size: 16px;
    background-image: url("/i/umbrella-beach-solid.svg");

}

.bth__square-icon.bth__square-icon--dollarInHeart::after {
    content: '';
    background-size: 19px;
    background-image: url("/i/ico-dollar-in-heart.png");

}

.bth__square-icon.bth__square-icon--layer::after {
    content: '';
    background-size: 19px;
    background-image: url("/i/layer-group-solid.svg");

}

.bth__square-icon.bth__square-icon--ta::after {
    content: '';
    background-size: 16px;
    background-image: url("/i/touradmin-fav.png");
}


.bth__square-icon.bth__square-icon--case::after {
    content: '';
    background-image: url("/i/case.svg");
}

.bth__square-icon.bth__square-icon--doc::after {
    content: '';
    background-size: 8px;
    background-image: url("/i/dont-discturb-white.svg");
}

.bth__square-icon--40w.bth__square-icon.bth__square-icon--case::after {
    background-size: 20px !important;

}

.bth__square-icon.bth__square-icon--tc::after {
    content: '\f0c9';

}

.bth__square-icon.bth__square-icon-orange-b.bth__square-icon--dots::after {

    background-image: url("/i/dot-vertical-orange.svg");
}

.bth__square-icon.bth__square-icon--calendar-check::after {
    content: '\f274';

}

.bth__square-icon.bth__square-icon--cut::after {
    content: '\f0c4';

}

.bth__square-icon.bth__square-icon--play::after {
    content: '\f04b';
    font-size: 12px;
}

.bth__square-icon.bth__square-icon--heart::after {
    content: '\f004';
}


.bth__square-icon.bth__square-icon--callOut::after {
    content: '';
    background-image: url(/i/incoming-call.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 17px;
}

.bth__square-icon.bth__square-icon--call::after {
    content: '';
    background-image: url(/i/phone-alt-solid.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 17px;
}

.bth__square-icon.bth__square-icon--callBlack::after {
    content: '';
    background-image: url(/i/);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 17px;
}

.bth__square-icon.bth__square-icon--callIn::after {
    content: '';
    background-image: url(/i/outgoing-call.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 17px;

}

.bth__square-icon.bth__square-icon--sssr::after {
    content: '';
    background-image: url(/i/sssr-white.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--yin::after {
    content: '';
    background-image: url(/i/yin-yang-solid.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--rabbit::after {
    content: '';
    background-image: url(/i/rabbit-white-ico.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--bullet::after {
    content: '';
    background-image: url(/i/cow-white-ico.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--elephant::after {
    content: '';
    background-image: url(/i/elephant-white-ico.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--shield::after {
    content: '';
    background-image: url("/i/apass/access-white.svg");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--smile::after {
    content: '\f118';

}

.bth__square-icon.bth__square-icon--laugh::after {
    content: '\f580';

}

.bth__square-icon.bth__square-icon--save::after {
    content: '';
    background-image: url(/i/save-icon-white.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--list-square::after {
    content: '';
    background-image: url(/i/list-square-white.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--check-list::after {
    content: '';
    background-image: url(/i/checklist-ico.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--pen-circle.bth__square-icon--40w::after {

    background-size: 30px;
}

.bth__square-icon.bth__square-icon--pen-circle::after {
    content: '';
    background-image: url(/i/edit-pen-circle-white.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 17px;

}

.bth__square-icon.bth__square-icon--medal::after {
    content: '';
    background-image: url(/i/tophotels/new-medal-white.svg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 17px;
}

.bth__square-icon.bth__square-icon--ls::after {
    content: '';
    background-image: url(/i/lightsoft-white-logo.png);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    background-size: 17px;
    background-position: center
}

.bth__square-icon.bth__square-icon--40w.hint-parent:hover .hint,
.hint-parent:hover .bth__square-icon.bth__square-icon--40w + .hint {
    right: 0;
    top: 45px !important;
    left: 0;
}

.hint-parent:hover .bth__square-icon:not(.bth__square-icon--40w) + .hint {
    top: 35px;
}

.bth__table tr td .bth__square-icon--40w + .hint {
    top: 55px !important;
}

.hint-parent:hover .bth__ava-40 + .hint,
.hint-parent.bth__ava-40:hover .hint {
    min-width: 130px;
    top: 45px !important;
}

.bth__square-icon.bth__square-icon--40w:hover::after {
    color: white;
}

.bth__square-icon.bth__square-icon-white.bth__square-icon--40w:hover::after {
    color: #e27200;
}

.bth__square-icon.bth__square-icon--40w.bth__square-icon--ls::after {
    background-size: 26px;
}

.bth__square-icon.bth__square-icon--tourvision.circle::after {
    background-size: 11px;
    background-position-x: 6px;
    background-position-y: 8px;
}

.bth__square-icon.bth__square-icon--tourvision::after {
    content: '';
    background-image: url(/i/tv-bumerang.png);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 17px;
}

.bth__square-icon.bth__square-icon--tourvision.bth__square-icon--40w::after {
    background-size: 23px;
    background-position-x: 6px;
    background-position-y: 10px;
}

.bth__square-icon.bth__square-icon--pen::after {
    content: '\f303';
}

.bth__square-icon.bth__square-icon--dislike::after {
    content: '\f165';
}

.bth__square-icon.bth__square-icon--31w.bth__square-icon--warning {
    padding-top: 5px;
    font-size: 17px;
}

.bth__square-icon.bth__square-icon--warning {
    padding-top: 4px;
    font-size: 14px;
    line-height: 19px;
}

.bth__square-icon.active {
    color: #ff8e41
}

.bth__square-icon.bth__square-icon--share::after {
    content: '\f1e0';
}

.bth__square-icon.bth__square-icon--youtube::after {
    content: '\f167';
    font-family: "Font Awesome 5 Brands";
}

.bth__square-icon.bth__square-icon--star::after {
    content: '\f005';
}

.bth__square-icon.bth__square-icon--trash::after {
    content: '\f2ed';
}


.bth__square-icon.bth__square-icon--doll::after {
    content: '\f155';
}

.bth__square-icon.bth__square-icon--libra::after {
    content: '\f24e';
}

.bth__square-icon.bth__square-icon--like::after {
    content: '\f164';
}

.bth__square-icon.bth__square-icon--cog {
    cursor: pointer;
}

.bth__square-icon.bth__square-icon--cog::after {
    content: '\f013';
}

.bth__square-icon.bth__square-icon--clip::after {
    content: '\f0c6';
}

.bth__square-icon.bth__square-icon--eye::after {
    content: '\f06e';
}


.bth__square-icon.bth__square-icon--eye-slash::after {
    content: '\f070';
}

.bth__square-icon.bth__square-icon--skype::after {
    content: '\f17e';
    font-family: "Font Awesome 5 Brands";
    left: 5px;
    font-size: 17px;
}

.bth__square-icon.bth__square-icon--mail::after {
    content: '\f1fa';
}

.bth__square-icon.bth__square-icon--crown::after {
    content: '';
    background-image: url("/i/crown-white.png");
    background-size: 17px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bth__square-icon.bth__square-icon--40w.bth__square-icon--crown::after {

    background-size: 22px;
}

.bth__square-icon.bth__square-icon--home::after {
    content: '';
    background-image: url("/i/home-icon-sm.png");
    background-size: 17px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--mail-heart::after {
    content: '';
    background-image: url("/i/mail-heart.png");
    background-size: 17px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--40w.bth__square-icon--marketing::after {
    background-size: 33px;
}

.bth__square-icon.bth__square-icon--marketing::after {
    content: '';
    background-image: url("/i/marketing_icon.png");
    background-size: 17px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bth__square-icon.bth__square-icon--travelcrm::after {
    content: '';
    background-image: url("/i/travelcrm-white-ico.svg");
    background-size: 17px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bth__square-icon.bth__square-icon--plus::after {
    content: '\f067';
}

.bth__square-icon.bth__square-icon--list::after {
    content: '\f0ca';
}

.bth__square-icon.bth__square-icon--info::after {
    content: '\f129';
}

.bth__square-icon.bth__square-icon--minus::after {
    content: '\f068';
}

.bth__square-icon.bth__square-icon--recycle::after {
    content: '\f1b8';
}

.bth__square-icon.bth__square-icon--bulb::after {
    content: '\f0eb';
}

.bth__square-icon.bth__square-icon--clock::after {
    content: '\f017';
}

.bth__square-icon.bth__square-icon-grey-b.bth__square-icon--clock.bth__square-icon--40w::after {
    font-size: 28px;
    line-height: 39px;
}

.bth__square-icon.bth__square-icon--user::after {
    content: '\f007';
}

.bth__square-icon.bth__square-icon--check::after {
    content: '\f00c';
}

.bth__square-icon.bth__square-icon--groups::after {
    content: '\f0c0';
}

.bth__square-icon:not(.bth__square-icon--40w).bth__square-icon-red-b.bth__square-icon--cross::after {
    left: 5px;
    top: 2px;
}

.bth__square-icon.bth__square-icon--cross::after {
    content: '\f00d';
}

.bth__square-icon.bth__square-icon--file::after {
    content: '\f036';
}

.bth__square-icon.bth__square-icon--chart::after {
    content: '\f080';
}

.bth__square-icon.bth__square-icon--on::after {
    content: '\f011';
}

.bth__square-icon.hint-parent:hover .hint {
    top: 25px;
}

.bth__square-icon.bth__square-icon--chart-pie-red::after {

    content: '';
    background-image: url("/i/pie-char-red.svg");
    background-size: 17px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__cog-grey-gif {
    background-image: url("/i/cog-grey-gif.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
}

.bth__square-icon.bth__square-icon--filter:hover::after {

    background-image: url(/i/filter-orange-icon.png);
}

.bth__square-icon.bth__square-icon--filter::after {

    content: '';
    background-image: url(/i/filter-white-icon.png);
    background-size: 17px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--chart-pie-orange::after {

    content: '';
    background-image: url("/i/pie-char-orange.svg");
    background-size: 17px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--chart-pie::after {

    content: '';
    background-image: url("/i/pie-char-grey.svg");
    background-size: 17px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--txt::after {
    content: 'T';

    font-style: normal;
    font-size: 20px;
}

.bth__square-icon.bth__square-icon--a-txt::after {
    content: 'A';

    font-style: normal;
    font-size: 20px;
}

.bth__square-icon .bth__square-icon-in-txt:not(.bth__square-icon--40w) {

    line-height: 24px;
}

.bth__square-icon .bth__square-icon-in-txt {
    font-size: 21px;
    font-weight: bold;
    display: block;
    line-height: 38px;
}

.bth__square-icon.bth__square-icon--job::after {
    content: '';
    background-image: url(/i/job-sign.png);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--output::after {
    content: '';
    background-image: url(/i/job-red-icon.png);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--host::after {
    content: '';
    background-image: url(/i/database.png);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--upload::after {
    content: '';
    background-image: url(/i/file-upload-solid.svg);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--chart-pie.bth__square-icon-green-b::after {
    background-image: url(/i/pie-chart-color.svg);

}

.bth__square-icon.bth__square-icon--clock-green {
    background-color: transparent;
}

.bth__square-icon.bth__square-icon--clock-green::after {
    background-image: url(/i/clock-solid-green-ico.png);
    content: '';
    background-size: contain;

}

.bth__square-icon.bth__square-icon--clock-red::after {
    background-image: url(/i/clock-solid-red-ico.png);
    content: '';
    background-size: contain;

}

.bth__square-icon {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.bth__square-icon.bth__square-icon--img::after {
    content: '\f030';

}

.bth__square-icon.bth__square-icon--pdf::after {
    content: 'PDF';
    font-size: 20px !important;
    font-family: 'apercu_pro', sans-serif;

}

.bth__square-icon.bth__square-icon--word::after {
    content: 'WORD';
    font-size: 20px !important;
    font-family: 'apercu_pro', sans-serif;

}

.bth__square-icon.bth__square-icon--pie::after {
    content: '\f200';

}

.bth__square-icon.bth__square-icon--cake::after {
    content: '\f1fd';

}

.bth__square-icon.bth__square-icon--exchange::after {
    content: '\f362';

}

.bth__square-icon.bth__square-icon--alarm-clock::after {
    content: '';
    background-image: url(/i/alarm-clock.svg);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--no-wifi::after {
    content: '';
    background-image: url(/i/icon-wifi-no.svg);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon.bth__square-icon--phone-slash::after {
    content: '';
    background-image: url(/i/icon-phon-slash.svg);
    background-size: 14px;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bth__square-icon-ti .red {
    margin-right: -8px;
}

.bth__square-icon-ti {
    line-height: 37px;
    font-size: 35px;
}

/*цвета*/
.bth__square-icon.bth__square-icon-green:hover{
    background-color: #0cb45c;
}
.bth__square-icon.bth__square-icon-green {
    background-color: #00a551;
    color: white;
}

.bth__square-icon.bth__square-icon-fss-green {
    background-color: #5c8927;
    color: white;
}

.bth__square-icon.bth__square-icon-brown {
    background-color: #bc6628;
    color: white;
}

.bth__square-icon.bth__square-icon--40w.bth__square-icon-green-b.bth__square-icon--check::after {
    font-size: 23px;
}

.bth__square-icon.bth__square-icon-green-b {
    border: 1.5px solid #00a551;
    color: #00a551 !important;
    background-color: #FFFF;
}

.bth__square-icon.bth__square-icon-blue-b {
    border: 1.5px solid #3687c5;
    color: #3687c5 !important;
    background-color: #FFFF;
}

.bth__square-icon.bth__square-icon-white-blue:hover {
    color: #215f86 !important;
}

.bth__square-icon.bth__square-icon-white-blue {
    color: #3687c5 !important;
    background-color: #FFFF;
    cursor: pointer;
}

.bth__square-icon--dark-blue {

    background-color: #215f86;
}

.bth__square-icon--cog-gif {
    background-image: url(/i/cog-loader.gif);
    background-size: 18px;
}

.bth__square-icon.bth__square-icon-lite-green {
    background-color: #0adc72;
    color: white;
}

.bth__square-icon.bth__square-icon-red:hover {
    background-color: #fd3535;
}

.bth__square-icon.bth__square-icon-red {
    background-color: #e03a3a;
    color: white;
}

.bth__square-icon.bth__square-icon-super-red {
    background-color: #ff0000;
    color: white;
}

.bth__square-icon.bth__square-icon-purple {
    background-color: #7a389cbd;
    color: white;
}

.bth__square-icon.bth__square-icon-orange:hover {
    background-color: #ffa463;
}
.bth__square-icon.bth__square-icon-orange {
    background-color: #ff8e41;
    color: white;
}

.bth__square-icon-orange-b {
    border: 1.5px solid #ff8e41;
    color: #ff8e41 !important;
    background-color: white;
}

.bth__square-icon-white-b {
    border: 2px solid white;
    color: white;
    background-color: transparent;
}

.bth__square-icon.bth__square-icon-red-b {
    color: #e03a3a !important;
    border: 1.5px solid #e03a3a;
    background-color: white;
}

.bth__square-icon.bth__square-icon-grey-b {
    color: #ccc !important;
    border: 1.5px solid #ccc;
    background-color: white;
}

.bth__square-icon.bth__square-icon-grey:hover {
    background-color: #b1b0b0;
}
.bth__square-icon.bth__square-icon-grey {
    background-color: #ccc;
    color: white;
}

.bth__square-icon.bth__square-icon-gold {
    background-color: #F2C94C;
    color: white;
}

.bth__square-icon.bth__square-icon-white {
    background-color: white;
    color: #ccc;
}

.bth__square-icon.bth__square-icon-blue {
    background-color: #3687c5;
    cursor: pointer;
    color: white;
}

.bth__square-icon.bth__square-icon-black {
    background-color: #5e5e5e;
    cursor: pointer;
    color: white;
}

.bth__square-icon--hov-blue:hover {
    background-color: #3687c5 !important;
    color: white !important;
    cursor: pointer;
}

.bth__square-icon--hov-red:hover {
    background-color: #C8242B !important;
    color: white !important;
    cursor: pointer;
}

.bth__square-icon.bth__square-icon-blue-deep {
    background-color: #3E50B4;
    color: white;
}

.bth__square-icon.bth__square-icon--hov-orange:hover,
.bth__square-icon.active {
    background-color: #e27200 !important;
    color: white !important;
}

.bth__square-icon.bth__square-icon--hov-green:hover {
    background-color: #00a551;
    color: white;
    cursor: pointer;
}

.bth__square-icon.bth__square-icon-ornge-ico {
    color: #e27200 !important;
    background-color: white;
}

.bth__square-icon.bth__square-icon-white:hover,
.bth__square-icon.bth__square-icon-ornge-ico:hover {
    background-color: white;
    color: #e27200;
}

.bth__square-icon.bth__square-icon-vk-fill:hover, .bth__square-icon.bth__square-icon-fb-fill:hover, .bth__square-icon.bth__square-icon-odnoc-fill:hover,
.bth__square-icon-insta-fill:hover {
    opacity: 0.9;
}

.bth__square-icon.bth__square-icon-vk-fill {
    color: white;
    background-color: #4c75a3;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.bth__square-icon.bth__square-icon-fb-fill {
    color: white;
    background-color: #3b5999;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.bth__square-icon.bth__square-icon-odnoc-fill {
    color: white;
    background-color: #ed812b;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.bth__square-icon.bth__square-icon-twit-fill {
    color: white;
    background-color: #55acee;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.bth__square-icon.bth__square-icon-insta-fill {
    color: white;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.bth__square-icon.bth__square-icon--40w.bth__square-icon--cog-gif {
    background-size: 24px
}

.bth__square-icon.bth__square-icon-grey-b.bth__square-icon.bth__square-icon--40w::after,
.bth__square-icon.bth__square-icon-red-b.bth__square-icon.bth__square-icon--40w::after,
.bth__square-icon.bth__square-icon-orange-b.bth__square-icon.bth__square-icon--40w::after,
.bth__square-icon.bth__square-icon-green-b.bth__square-icon.bth__square-icon--40w::after,
.bth__square-icon.bth__square-icon-blue-b.bth__square-icon.bth__square-icon--40w::after {
    color: inherit;
    line-height: 37px;
}

/*размеры*/

.bth__square-icon.bth__square-icon--20h::after {
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding-top: 0;
    font-size: 13px;
    line-height: 22px;
    background-size: 20px;
}
.bth__square-icon.bth__square-icon--40w::after {
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding-top: 0;
    font-size: 23px;
    line-height: 40px;
    background-size: 25px;
}

.bth__square-icon.bth__square-icon--50w::after {
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding-top: 0;

    font-size: 26px;
    line-height: 50px;
    background-size: 25px;
}

.bth__square-icon.bth__square-icon--55w::after {
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding-top: 0;

    font-size: 26px;
    line-height: 55px;
    background-size: 25px;
}

.bth__square-icon.bth__square-icon--circle.bth__square-icon--tourvision::after {

    background-size: 12px;
    background-position-x: 5px;
    left: 0;
    top: 0;
    background-position-y: 8px;
}

.bth__square-icon.bth__square-icon--circle {
    border-radius: 100%;
}

.panel .bth__square-icon.bth__square-icon--32w::after {
    font-size: 18px;
    width: 100%;
    left: 0;
    top: 5px;
}

.bth__square-icon.bth__square-icon--31w {
    width: 31px;
    height: 31px
}

.bth__square-icon.bth__square-icon--40w {
    width: 40px;
    height: 40px;
}

.bth__square-icon.bth__square-icon--20h {
    width: 45px;
    height: 22px;
}

.bth__square-icon.bth__square-icon--190w::after {

    font-size: 50px;
    line-height: 120px;
    color: #318cc6;
}

.bth__square-icon.bth__square-icon--190w {
    width: 190px;
    height: 120px;
    background-color: white;
}

.bth__square-icon.bth__square-icon--120w::after {
    line-height: 125px;
    font-size: 50px;
}

.bth__square-icon.bth__square-icon--120w {
    width: 125px;
    height: 125px;
}

.bth__square-icon.bth__square-icon--100w::after {
    line-height: 60px;
    font-size: 40px;
}

.bth__square-icon.bth__square-icon--100w {
    width: 100px;
    height: 60px;
}

.bth__square-icon.bth__square-icon--50w {
    width: 50px;
    height: 50px;
}

.bth__square-icon.bth__square-icon--55w {
    width: 55px;
    height: 55px;
}

.bth__square-icon.bth__square-icon--25w {
    width: 25px;
    height: 25px;
}

.bth__square-icon.bth__square-icon--60w::after {
    line-height: 60px;
    font-size: 30px;
    background-size: 30px;
}

.bth__square-icon.bth__square-icon--60w {
    width: 60px;
    height: 60px;
}

.bth__square-icon.bth__square-icon--32w {
    width: 32px;
    height: 32px;
}

.page .bth__square-icon.bth__square-icon--25w::after {
    font-size: 15px;
    left: 0;
    width: 100%;
}

.hint-parent:hover .bth__circle-icon + .hint,
.hint-parent.bth__circle-icon:hover .hint {
    top: 25px;
}

.bth__circle-icon.bth__circle-icon--green {
    background-color: #00a551;
}

.bth__circle-icon.bth__circle-icon--orange {
    background-color: #ff8e41
}

.bth__circle-icon.bth__circle-icon--red {
    background-color: #e03a3a;
}

.bth__circle-icon.bth__circle-icon--grey {
    background-color: #ccc;
}


.bth__circle-icon.bth__circle-icon--black {
    background-color: #000;
}

.bth__circle-icon.bth__circle-icon--lite-green {
    background-color: #30f590;
}


.bth__square-icon.bth__square-icon--transp:hover {
    background-color: rgba(255, 255, 255, 0.48);
}

.bth__square-icon.bth__square-icon--transp {
    background-color: rgba(255, 255, 255, 0.28);
}


.bth__circle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
}

.bth__import-ico {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.bth__import-ico:hover .hint {
    display: block;
    top: 37px;
    right: 0;
}

.bth__import-ico.bth__import-ico--gray {
    background-image: url("/i/important-ico-gray.svg");
}

@media screen and (min-width: 1023px) {
    .bth__square-icon:hover .hint {
        display: block;
        top: 37px;
        right: 0;
    }

    .bth__square-icon.bth__square-icon--50w:hover .hint {
        display: block;
        top: 65px !important;
        right: 0;
    }
}
/* File: /css/tophotels/filter-big.css */
.section.filter-big {
    padding: 20px;
}

.filter-big__block {
    /*margin-top: 20px;*/
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.filter-big__top {
    position: relative;
    padding: 0 0 11px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.filter-big .bth__inp-star {
    color: #999;
    font-size: 17px;
    margin-right: 5px;
}

.filter-big .filter-big__tbl .bth__cell .bth__inp-block {
    height: 40px;
}

.filter-big__section-560 .bth__inp-block.bth__inp-block-burger::after {

    top: 14px;
}

.filter-big__section-560 .bth__inp-block {
    width: 100%;
    margin-bottom: 15px;
}

.filter-big__section-560 {
    width: 560px;
}

.filter-big__words-fltr span {
    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 22px;
    min-width: 25px;
}

.filter-big__words-fltr {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.filter-big__words-fltr span.active {
    color: #C8242B;
    font-weight: bold;
}

.filter-big__words-fltr span:not(.grey):hover {
    color: #C8242B;
    cursor: pointer;
}

.filter__grey-link:hover {
    color: #C8242B;
}

.filter__grey-link {
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
}

.filter-big__section > .bth__inp-block {
    display: block;
}

.filter-big__section .bth__inp + .bth__inp-block-eye {
    top: 17px;
}

.filter-big__block .bth__inp-block .bth__inp {
    padding-top: 9px;
}

.filter-big__block p.bth__cnt.bth__cnt--sm {
    width: 85%;
}

.filter-big__block.filter-big__block--wide .bth__inp-block,
.filter-big__block.filter-big__block--wide .bth__ta-block {
    width: 600px;
}

.filter-big__block .tabs-bar {
    margin-top: 40px;
}

.filter-big__block.filter-big__block--wide .bth__inp-block.bth__inp-block--250 {
    width: 291px;
}


.filter-big__block .filter-big__sm-ttl {
    font-size: 11px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.filter-big__sm-title {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.filter-big__block .bth__inp-block .bth__inp-block-abs-btn {
    top: 0;
    padding: 9px;
    width: 40px;
}

.filter-big__block .filter-big__section > .bth__inp-block,
.filter-big__block .bth__dbl-inp .bth__inp-block,
.filter-big__block .filter-big__section > div > .bth__inp-block {
    height: 40px;
    margin-right: 15px;
}

.filter-big__block .bth__inp-block.bth__inp-block--h50 {
    height: 50px;
}

.filter-big__block .bth__inp-block.bth__inp-block--h50 .bth__inp-lbl.active + .bth__inp {
    padding-top: 23px;
}

.filter-big__block .bth__inp-block.bth__inp-block--h50 .bth__inp-lbl.active {
    top: 1px;
    font-size: 13px;
}

.filter-big__top-cut {
    max-width: 48%;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-big__tbl .bth__inp-burger {
    top: 12px;
}

.filter-big__top .filter__close {
    position: absolute;
    width: 17px;
    height: 17px;
    cursor: pointer;
    top: 5px;
    right: 0px;
    background-image: url(https://css.tophotels.ru/i/cross-thin-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-big__top .filter__close:hover {
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
}

.filter-big__section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.filter-big__cbx-block.bb-block {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.filter-big__block .cbx__col {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.filter-big__block .rbt-block {
    margin-right: 15px;
}

.filter-big__block .cbx-block {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 0 0;
    padding: 0;
}

.filter-big__cbx-block {
    margin-top: 10px;

}

.filter-big__cbx-block.margin-block {
    margin-left: 27px;
    margin-top: 20px;
}

.filter-big__block.cbx-cnt {
    font-size: 14px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
}

.filter-big__block.cbx:disabled + label::before {
    border: 2px solid #999;
}

.filter-big__block.cbx:disabled + label .cbx-cnt {
    color: #999;
}

.filter-big__tbl .bth__cell {
    border-bottom: none;
    vertical-align: middle;
    padding: 10px 0;
}

.filter-big__tbl .bth__cell:first-child {
    width: 225px;
}

.filter-from,
.filter-to {
    width: 226px;
    display: inline-block;
    vertical-align: middle;
}

.filter-from {
    margin-right: 10px;
}

.filter-big__block .rbt__btn-block {
    margin-top: 10px;
}

.filter-big__block .rbt__btn-block .cbx-block {
    display: inline-block;
    margin-right: 5px;
    width: 149px;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
}

.filter-big__block .rbt__btn-block .cbx + .label-cbx {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
}

.filter-big__block .rbt__btn-block .cbx + .label-cbx .cbx-cnt {
    font-size: 17px;
    font-family: 'apercu_pro', sans-serif;
}

.filter-big__block .rbt__btn-block .cbx + .label-cbx .cbx-cnt {
    color: #ff8e41;
    text-transform: none;
}

.filter-big__block .rbt__btn-block .cbx:checked + .label-cbx {
    background: #ff8e41;
}

.filter-big__block .rbt__btn-block .cbx:checked + .label-cbx .cbx-cnt {
    color: #fff;
}

.filter-big__block .rbt__btn-block .cbx + .label-cbx::after,
.filter-big__block .rbt__btn-block .cbx + .label-cbx::before {
    display: none;
}

.filter-big__block .bth__btn.filter-big__btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    background: #ff8e41;
    color: #fff;
}

.filter-big__block .bth__btn.filter-big__btn:hover {
    background: #e27200;
}

.filter-big__block .cbx__container .cbx-block {
    display: block;
    margin-bottom: 10px;
}

.filter-big__block .bth__row.vert-top .bth__cell {
    vertical-align: top;
}

.filter-big__block .bth__row.vert-top .bth__cell:first-child {
    padding-top: 13px;
}

.filter-big__block .filter__btn-block .filter-big__btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.filter-big__block .filter__btn-block .filter-big__link {
    display: inline-block;
    vertical-align: middle;
}

.filter-big__close-link-block {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.filter-big__block .hint {
    font-weight: normal;
}

.filter-big__block .cbx + label:hover + .hint,
.filter-big__block .rbt + label:hover + .hint {
    display: block;
    right: auto;
    left: 0;
}

.filter__btn-block {
    margin-top: 15px;
}

.filter-big__col {
    display: inline-block;
    vertical-align: top;
    /*width: 200px;*/
}

.filter-big__col .cbx-block {
    display: inline-block;
    vertical-align: top;
    /*margin-bottom: 10px;*/
    width: 215px;
}

.filter-big__friends-type {
    margin-top: 10px;
}

.filter-big__tbl .bth__cell.bth__cell-dbl .bth__inp-block,
.filter-big__tbl .bth__cell.bth__cell-dbl .bth__selectizeStandalone {
    width: 100%;
    display: inline-block;
}

.filter-big__block .bth__inp-block .hint-block--abs {
    top: 12px;
}

.filter-big__tbl .bth__cell.bth__cell-dbl {
    width: 330px;
    display: inline-block;
    margin-right: 10px;
}

.filter-big .bth__file-bubble {
    height: 53px;
}

.filter-big__file-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 90px;
    height: 53px;
    border-radius: 2px;
    overflow: hidden;
}

.filter-big__file-doc {
    display: inline-block;
    vertical-align: top;
    background-image: url(https://css.tophotels.ru/i/file-icon.png);
    margin-right: 10px;
    width: 51px;
    height: 53px;
    border-radius: 2px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
    color: white;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.filter-big__file-doc.filter-big__file-doc--pdf::after {
    position: absolute;
    content: 'pdf';
    top: 20px;
    left: 8px;
    font-size: 19px;
    line-height: 20px;
}

.filter-big__files {
    margin-top: 20px;
}

.filter-big__file-doc.filter-big__file-doc--word::after {
    position: absolute;
    content: 'w';
    top: 20px;
    line-height: 20px;
    left: 15px;
    font-size: 19px;
}

.filter-big__file-doc.filter-big__file-doc--png::after {
    position: absolute;
    content: 'png';
    top: 20px;
    line-height: 20px;
    left: 8px;
    font-size: 19px;
}

.filter-big__triple-cbx .cbx-block {

    width: 28%;
    margin-bottom: 10px;
    margin-top: 0;

}

.filter-big__b-top > span {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-big__b-top {
    border-top: 1px solid white;
    padding-top: 15px;
}

.filter-big__grey-link:hover {
    color: #666666;
}

.filter-big__grey-link {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #999999;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .filter-big__block .rbt__btn-block .cbx-block {
        width: 145px;
    }

    .filter-select {
        width: 452px;
    }

    .filter-from, .filter-to {
        width: 220px;
    }

    .filter-from {
        margin-right: 9px;
    }

    .filter-big__block .cbx + label:hover + .hint,
    .filter-big__block .rbt + label:hover + .hint {
        display: none;
    }

    .filter-big__words-fltr {
        overflow: auto;
        white-space: nowrap;
        width: 98%;
    }

}

@media screen and (max-width: 768px) {
    .filter-big__tbl .bth__cell {
        display: block;
    }

    .filter-big__block .bth__inp-block--340,
    .filter-big__block.bth__inp-block--170,
    .filter-big__block .bth__inp-block--50p,
    .filter-big__block .bth__inp-block--162,
    .filter-big__block .bth__inp-block--160 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .filter-big__tbl .bth__cell:first-child,
    .filter-big__tbl .bth__cell.bth__cell-dbl {
        width: 100%;
    }

    .filter-big__tbl .bth__cell:last-child {
        padding-top: 0;
    }

    .filter-big__block .rbt__btn-block {
        margin-top: 0;
    }

    .filter-big__block.filter-big__block--wide .bth__inp-block, .filter-big__block.filter-big__block--wide .bth__ta-block {
        width: 100%;
    }

}

@media screen and (max-width: 639px) {
    .filter-select {
        width: 100%;
    }

    .filter-big__section-560 {
        width: 100%;
    }

    .filter-big__block p.bth__cnt.bth__cnt--sm {
        width: auto;
    }

    .filter-big__block div > .rbt-block:not(.rbt-block--sm) {
        margin-bottom: 10px;
    }

    .filter-big__block .bth__inp-block:not(.bth__inp-block--85),
    .filter-big__block .bth__inp-block-40 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .filter-from, .filter-to {
        display: block;
        width: 100%;
    }

    .filter-from {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .filter-big__close-link-block {
        position: relative;
        display: block;
        bottom: auto;
        right: auto;
        margin-top: 10px;
        text-align: center;
    }

    .filter-big__block .filter__btn-block .filter-big__btn {
        margin-right: 0;
    }

    .filter-big__block .filter__btn-block .filter-big__link {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .filter__btn-block {
        text-align: center;
    }

    .filter-big__col .cbx-block {
        width: 100%;
    }

}

@media screen and (max-width: 595px) {
    .filter-big__top {
        padding-right: 20px;
    }

    .filter-big__block .filter__btn-block .filter-big__btn {
        width: 100%;
    }

    .filter__btn-block > .bth__btn:not(:last-of-type) {
        margin-bottom: 15px;
    }
}


/* File: /css/tophotels/filter.css */
.filter__inp-block {
    position: relative;
    border: 1px solid #ccc;
    width: 500px;
    border-radius: 2px;
    height: 36px;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 3px;
}

.filter__tag--filter {
    cursor: pointer;
}

.filter__tag-grey-r {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
}

.filter__tag-justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.filter__tag--filter .filter__tag-close,
.filter__tag--filter .filter__tag-close:hover {
    background-image: none;
}

.filter__tag--filter.active {
    background-color: #ff8e41;
    border-color: #ff8e41;
}

.filter__tag--filter.active .filter__tag-close {
    background: url(https://css.tophotels.ru/i/close-12x12.png) no-repeat;
}

.filter-three-btn .filter__inp-block {
    width: 400px;
}

.filter__inp {
    width: 100%;
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    padding: 3px 10px 2px;
    border: none;
    /*line-height: 36px;*/
    font-weight: bold;
    /*z-index: 1;*/
}

.filter__filter-open {
    position: absolute;
    right: -97px;
    top: 8px;
    text-decoration: none;
}

.filter__filter-open:hover {
    text-decoration: none;
}

.filter-icon {
    font-size: 18px;
    color: #ff8e41;
    background-image: url(https://css.tophotels.ru/i/filter-orange-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}

.filter__tag.filter__tag--filter.active::after {
    background-image: url(https://css.tophotels.ru/i/filter-white-icon.png);
}

.filter__tag.filter__tag--filter::after {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    background-image: url(https://css.tophotels.ru/i/filter-orange-icon.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

.filter__filter-open span {
    color: #ff8e41;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 7px;
}

.filter__noinp {
    display: none;
    position: relative;
    margin-top: 8px;
}

.filter__noinp .filter__filter-open {
    position: relative;
    right: auto;
    top: auto;
}

.filter__tag {
    display: inline-block;
    position: relative;
    padding: 7px 35px 9px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

.filter__tag.no-del {
    padding-right: 15px;
}

.filter__cnt {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 18px;
}

.filter__tag .filter__cnt {
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.filter__tag-change {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.filter__tag-change .filter-icon {
    font-size: 17px;
    color: #475669;
}

.filter__tag-close {
    position: absolute;
    right: 8px;
    top: 11px;
    width: 12px;
    height: 12px;
    background: url(https://css.tophotels.ru/i/close-12x12.png) no-repeat;
    cursor: pointer;
}

.filter__tag-close:hover {
    background: url(https://css.tophotels.ru/i/close-12x12-red.png) no-repeat;
}

.rbt-pp-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: auto;
    margin-right: 15px;
}

.filter__inp-block.registration {
    display: inline-block;
    width: 49.4%;
}

.filter__inp-block.add-user {
    display: inline-block;
    vertical-align: top;
}

.filter__inp-block.registration:first-child {
    margin-right: 10px;
}

.filter__r {
    position: absolute;
    right: 15px;
    top: 15px;
}

.filter__r-btn {
    display: inline-block;
    vertical-align: top;
}

.filter__rbt {
    display: none;
}

.filter__rbt + .filter__r-btn-lbl {
    display: block;
    position: relative;
    line-height: normal;
    color: #475669;
    cursor: pointer;
    top: 0;
    left: 0px;
    width: 34px;
    height: 34px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    margin-left: 20px;
    box-shadow: 0 0 0 60px rgba(0, 0, 0, 0) inset, 0.1em 0.1em 0.2em #475669;
}

.label-rbt-e-cnt {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 7px;
}

.label-rbt-e-cnt.fat {
    margin-top: 0px;
}

.line-fat {
    height: 4px;
    width: 21px;
    display: block;
    background: #ff8e41;
    box-sizing: border-box;
    margin-bottom: 3px;
}

.line-fat:last-child {
    margin-bottom: 0;
}

.label-rbt-e-cnt.thin {
    margin-top: 1px;
}

.line-thin {
    height: 1px;
    width: 21px;
    display: block;
    background: #ff8e41;
    box-sizing: border-box;
    margin-bottom: 3px;
}

.line-thin:last-child {
    margin-bottom: 0;
}

.filter__r .filter__rbt + .filter__r-btn-lbl .push-img {
    width: 24px;
    height: 24px;
    background: url("https://css.tophotels.ru/i/sprite-filter-btn.png") -274px 0;
}

.filter__r .filter__rbt:checked + .filter__r-btn-lbl .push-img {
    background: url("https://css.tophotels.ru/i/sprite-filter-btn.png") -237px 0;
}

.filter__r .filter__rbt + .filter__r-btn-lbl .fat-img {
    width: 20px;
    height: 18px;
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) 0px 0;
}

.filter__r .filter__rbt + .filter__r-btn-lbl .thin-img {
    width: 20px;
    height: 18px;
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -121px 0;
}

.filter__r .filter__rbt:checked + .filter__r-btn-lbl .thin-img {
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -163px 0;
}

.filter__r .filter__rbt:checked + .filter__r-btn-lbl .fat-img {
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -40px 0;
}

.label-rbt-e-cnt.push {
    top: 5px;
    left: 5px;
}

.label-rbt-e-cnt.map-open-btn {
    top: 5px;
    left: 5px;
}

.filter__rbt + .filter__r-btn-lbl .map-img {
    width: 24px;
    height: 24px;
    background: url(https://css.tophotels.ru/i/icon-map.png) no-repeat;
}

.filter__r-img {
    display: block;
    margin-bottom: 2px;
}

.filter__r-img.slim {
    margin-bottom: 3px;
}

.filter__rbt:checked + .filter__r-btn-lbl {
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
}

.filter__rbt:checked + .filter__r-btn-lbl .label-rbt-e-cnt .line-fat,
.filter__rbt:checked + .filter__r-btn-lbl .label-rbt-e-cnt .line-thin {
    background: #475669;
}

.filter__cbx-block {
    position: relative;
    padding: 8px 0px 8px 0px;
    display: block;
}

.filter__lbl-cnt {
    display: inline-block;
    vertical-align: top;
}

.saggest__dropdown {
    display: none;
    position: absolute;
    left: 0px;
    top: 37px;
    width: 100%;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 1;
}

.saggest__dropdown.active {
    display: block;
}

.saggest__dropdown-sub-item,
.saggest__dropdown-item {
    list-style: none;
    margin: 0;
    padding: 0;

}

.saggest__dropdown-sub-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.saggest__dropdown-sub-list .saggest__dropdown-link {
    padding-left: 25px;
}

.saggest__dropdown-link {
    position: relative;
    display: block;
    padding: 10px;
    color: #475669;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
}

.saggest__dropdown-link.apply {
    padding-left: 10px;
}

.saggest__sub-info {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    font-family: 'apercu_pro', sans-serif;
}

.saggest__cbx-block {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.saggest__cbx {
    display: none;
}

.saggest__cbx + .saggest__label-cbx {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 26px
}

.saggest__cbx + .saggest__label-cbx::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 2px;
    border: 2px solid #475669;
}

.saggest__cbx:checked + .saggest__label-cbx::before {
    content: '';
    position: absolute;
    top: 1px;
    right: -20px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #475669;
    border-radius: 2px;
}


.saggest__cbx:checked + .saggest__label-cbx {
    color: #475669;
}

.saggest__lbl-cnt {
    display: inline-block;
    vertical-align: top;
    color: #475669;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
}

.filter__btn {
    display: inline-block;
    vertical-align: top;
    width: 161px;
    background: #fff;
    padding: 7px 0 8px 0;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
}

.filter__btn:hover {
    border: 1px solid #ff8e41;
    color: #ff8e41;
}

.filter__link-btn {
    display: inline-block;
    position: relative;
    line-height: normal;
    color: #475669;
    cursor: pointer;
    top: 0;
    left: 0px;
    width: 34px;
    height: 34px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    margin-left: 20px;
    box-shadow: 0 0 0 60px rgba(0, 0, 0, 0) inset, 0.1em 0.1em 0.2em #475669;
}

.label-rbt-e-cnt.map-btn {
    display: block;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(https://css.tophotels.ru/i/icon-map.png) no-repeat;
}

.label-rbt-e-cnt.gmap-btn {
    display: block;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(https://css.tophotels.ru/i/google-maps.png) no-repeat;
}

.filter__link-btn:active {
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
}

.filter__r .fa-trash {
    font-size: 22px;
    padding-top: 7px;
    color: #ff8e41;
}

.filter__r .btn-edit {
    font-size: 22px;
    padding-top: 7px;
    color: #ff8e41;
}

.filter__rbt:checked + .filter__r-btn-lbl .fa-trash {
    color: #475669;
}

.filter__r .filter__r__plane {
    background-image: url(https://css.tophotels.ru/i/send.svg);
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.filter__rbt:checked + .filter__r-btn-lbl .filter__r__plane {
    background-image: url(https://css.tophotels.ru/i/send-active.svg);
}

.filter__r .user-ban,
.filter__r .filter-hotel-star {
    font-size: 22px;
    padding-top: 7px;
    color: #ff8e41;
}

.filter__rbt:checked + .filter__r-btn-lbl .user-ban,
.filter__rbt:checked + .filter__r-btn-lbl .filter-hotel-star {
    color: #475669;
}

/*Новые кнопки*/
.filter__r.new-btn .filter__rbt + .filter__r-btn-lbl,
.filter__r.new-btn .filter__link-btn {
    box-shadow: none;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl {
    top: auto;
    left: auto;
}

.filter__r.new-btn .user-ban,
.filter__r.new-btn .filter-hotel-star {
    padding-top: 6px;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl {
    background: #ff8e41;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .filter-hotel-star,
.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .fa-trash,
.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .btn-edit,
.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .user-ban {
    color: #fff;
    padding-top: 6px;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .label-rbt-e-cnt .line-fat {
    background: #fff;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .filter__r__plane {
    background-image: url(https://css.tophotels.ru/i/send-active-white.svg);
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .fat-img {
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -80px 0;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .thin-img {
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -203px 0;
}

.filter__r.new-btn .filter__rbt:checked + .filter__r-btn-lbl .push-img {
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -310px 0;
}

.filter__r.new-btn .search-btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: normal;
    cursor: pointer;
    top: 0;
    left: 0px;
    width: 34px;
    height: 34px;
    outline: none;
    border-radius: 5px;
    background: #ff8e41;
    text-align: center;
    margin-left: 20px;
}

.filter__r.new-btn .search-btn .search-img {
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
}

.filter__r.new-btn .search-btn.active {
    background: #fff;
}

.filter__r.new-btn .search-btn.active .search-img {
    color: #ff8e41;
}

.filter__total {
    position: absolute;
    right: 0;
    top: 24px;
    color: #00a650;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
}

.filter__r.filter-float {
    position: relative;
    top: auto;
    right: auto;
    float: right;
}

button.filter__r-btn-lbl {
    display: block;
    position: relative;
    line-height: normal;
    color: #475669;
    cursor: pointer;
    top: 0;
    left: 0px;
    width: 34px;
    height: 34px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    margin-left: 20px;
    border: none;
}

button.filter__r-btn-lbl:active {
    background: #ff8e41;
}

.filter__r .btn-icon {
    padding-top: 0px;
    font-size: 22px;
    color: #ff8e41
}

.filter__r .btn-icon.btn-icon--grey {
    color: #999;
}

.filter__r-btn .hint-block:hover .hint {
    top: 36px;
    white-space: nowrap;
}

button.filter__r-btn-lbl:active .btn-icon {
    color: #fff;
}

.filter__r .gt-icon {
    width: 20px;
    height: 20px;
    margin-top: 6px;
}

.filter__r-btn-lbl.g-translate {
    display: block;
    position: relative;
    line-height: normal;
    color: #475669;
    cursor: pointer;
    top: 0;
    left: 0px;
    width: 34px;
    height: 34px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    margin-left: 20px;
    border: none;
}

.filter__r-btn-lbl.g-translate:active {
    background: #ff8e41;
}

.filter__r-btn-lbl.g-translate:hover .hint {
    display: block;
    top: 36px;
}

/*Фильтр новый*/
/*Ð¤Ð¸Ð»ÑŒÑ‚Ñ€ V2*/

.filter-small--v2 {
    display: flex;
    justify-content: space-between;
}

.filter-small--v2 .filter__inp-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    transition: 0.3s;
    border-color: white;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.filter-small--v2 .filter__inp-block .filter__inp {
    border-radius: inherit;
}

.filter-pp__section--border {
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0 30px;
    padding-top: 20px;
}

.section-tag__block--del .filter__tag-close {
    background: url(https://css.tophotels.ru/i/close-12x12-red.png) no-repeat;
    right: 12px;
}

.section-tag__block--del .filter__cnt {
    color: #e03a3a
}

@media screen and (max-width: 1023px) {

    .filter__tag-justify {
        display: block;
    }

    .filter__tag-justify-col > * {
        margin-bottom: 15px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .filter__inp-block {
        width: 450px;
    }

    .filter__filter-open {
        right: 10px !important;
    }

    .filter__total {
        position: static;
        margin-top: 10px;
    }
}

@media screen and (max-width: 639px) {
    .filter__inp-block,
    .filter-three-btn .filter__inp-block {
        display: block;
        width: 100%;
        padding-right: 105px;
    }

    .filter__filter-open {
        right: 10px;
    }

    .filter__r {
        position: relative !important;
        display: block;
        text-align: right;
        right: initial !important;
        top: initial !important;
        margin-top: 15px;
    }
}

/* File: /css/tophotels/filter-new.css */

article.filter-new {
    position: relative;
    background: #e4e5ea;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 65px;
}



article.filter-new .filter-new__suggest.bth__inp--loader .filter-new__suggest-close {
    display: none;
}

article.filter-new .filter-new__suggest.bth__inp--loader::after {
    top: 11px;
}

.filter__green-cbx {
    margin-bottom: 20px;
    font-family: 'apercu_pro', sans-serif;
}

.filter__green-cbx span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    color: inherit;
}

.filter__green-cbx .filter__green-cbx-check {
    position: relative;
    margin-left: 7px;
    padding-left: 17px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.filter__green-cbx .filter__green-cbx-check::after {
    content: '\f00c';
    position: absolute;
    left: 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 9px;
    top: 4px;
    line-height: 9px;
}

.filter-new__sm-inp-abs-ico i {
    color: #ff8e41;
    line-height: 34px;
    border-left: 1px solid #eee;
    padding-left: 10px;
    font-size: 17px;
}

.filter-new__sm-inp-abs-ico {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    cursor: pointer;
    padding: 5px 0;
}

.filter-new__sm-inp input {
    width: calc(100% - 35px);
}

.filter-new__sm-inp {
    height: 45px;
    background: #fff;
    position: relative;
    border-radius: 2px;
    width: 250px;
    display: inline-block;
}

article.filter-new > * {
    padding: 10px;
}

article.filter-new .filter-new--green {
    background-color: #e5f6ed !important;
}

article.filter-new.filter-new--green {
    background-color: #e5f6ed !important;
}

article.filter-new.filter-new--green .filter-new__stat-color {
    color: #00a551;
}

article.filter-new.filter-new--red .filter-new__stat-color {
    color: #e03a3a;
}

article.filter-new.filter-new--orange .filter-new__stat-color {
    color: #dfa918;
}

article.filter-new .filter-new__lb.filter-new__lb--sm i.fa-search::after {
    background: rgb(250, 246, 229);
    padding: 9px 13px;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    color: #475669;
    font-weight: normal;
}

article.filter-new.filter-new--red {
    background-color: rgba(200, 56, 49, 0.10) !important;
}

article.filter-new.filter-new--orange {
    background-color: rgb(250, 246, 229) !important;
}

article.filter-new.filter-new--grey {
    background-color: #e4e5ea !important;
}

article.filter-new.filter-new--blue {
    background-color: #e7f2f8;
}

article.filter-new.filter-new--pay {
    background-color: white;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.filter-new__flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;

}

article.filter-new .filter-new__lb.active-border i {
    color: white !important;
}

article.filter-new .filter-new__button--grey .filter-new__lb.filter-new__lb--sm i {
    color: #ccc;
}

article.filter-new .filter-new__button--dis-trash .filter-new__lb.filter-new__lb--sm i {
    color: #ccc !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 10px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--pen {
    background-image: url("https://css.tophotels.ru/i/pen-editor-txt.png");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--key {
    background-image: url("https://css.tophotels.ru/i/key-orange.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button:hover .filter-new__lb.filter-new__lb--key {
    background-image: url("https://css.tophotels.ru/i/key-orange-dark.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--price-srch {
    background-image: url("https://css.tophotels.ru/i/search-price.png");
    background-size: 30px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--price-srch-orange {
    background-image: url("https://css.tophotels.ru/i/search-price-orange.png");
    background-size: 30px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--secure {
    background-image: url("https://css.tophotels.ru/i/secure-ico-orange.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--coins {
    background-image: url("https://css.tophotels.ru/i/coins-orange.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--story {
    background-image: url("https://css.tophotels.ru/i/history-ico.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--secure {
    background-image: url("https://css.tophotels.ru/i/secure-ico-orange.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--groups {
    background-image: url("https://css.tophotels.ru/i/folders-orange-ico.png");
    background-size: 24px;
}

article.filter-new .filter-new__button:hover .filter-new__lb.filter-new__lb--groups {
    background-image: url("https://css.tophotels.ru/i/folders-dark-orange-ico.png");
}

article.filter-new .filter-new__button input:checked + .filter-new__lb.filter-new__lb--groups {
    background-image: url("https://css.tophotels.ru/i/folders-white-ico.png");
}

article.filter-new .filter-new__button input:checked + .filter-new__lb.filter-new__lb--groups.filter-new__lb--filter-grey {
    background-image: url("https://css.tophotels.ru/i/folders-grey-ico.png");
}

article.filter-new .filter-new__button input:checked + .filter-new__lb.filter-new__lb--clock-alarm {
    background-image: url(https://css.tophotels.ru/i/alarm-clock.svg);
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--clock-alarm {
    background-image: url(https://css.tophotels.ru/i/alarm-clock-orange.svg);
    background-size: 27px;
}

article.filter-new .filter-new__button:hover .filter-new__lb.filter-new__lb--clock-alarm {
    background-image: url("https://css.tophotels.ru/i/alarm-clock-orange-dark.svg");
}

article.filter-new .filter-new__button:hover .filter-new__lb.filter-new__lb--confirm {
    background-image: url("https://css.tophotels.ru/i/confirm-dark-orange.svg");

}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--confirm {
    background-image: url("https://css.tophotels.ru/i/confirm-orange.svg");
    background-size: 27px;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--download {
    background-image: url("https://css.tophotels.ru/i/download-dark-orange.svg");
    background-size: 24px;

}

article.filter-new .filter-new__button:hover .filter-new__lb.filter-new__lb--download {
    background-image: url("https://css.tophotels.ru/i/download-dark-orange.svg");
    background-image: url(https://css.tophotels.ru/i/download-orange.svg);

}

article.filter-new .filter-new__dol-fall::after {
    content: '';
    position: absolute;
    background-image: url(https://css.tophotels.ru/i/cross-orange.svg);
    width: 25px;
    height: 25px;
    left: -5px;
    top: 9px;
    background-repeat: no-repeat;
    background-size: contain;
}

article.filter-new .filter-new__dol-fall {
    position: relative;
}

article.filter-new .filter-new__cog-rotate {

}

.filter-new__flex--scroll .filter-new__stat-num .fz10 {
    font-weight: normal;
    line-height: 5px;
}

article.filter-new .filter-new__button--236 {
    width: 236px;
}

article.filter-new .filter-new__button-social .hint {

    top: 50px;
}

article.filter-new .filter-new__button-social.filter-new__button-social--red i,
article.filter-new .filter-new__button-social.filter-new__button-social--green i,
article.filter-new .filter-new__button-social.filter-new__button-social--orange i {
    color: white !important;
}

article.filter-new .filter-new__button-social.filter-new__button-social--green .fa-eye.grey::after {
    content: "\f00c";
    position: absolute;
    font-size: 8px;
    left: 30px;
    top: 5px;
}

article.filter-new .filter-new__button-social.filter-new__button-social--red {
    background-color: #e03a3a;
}

article.filter-new .filter-new__button-social.filter-new__button-social--orange {
    background-color: #ff8e41;
}

article.filter-new .filter-new__button-social.filter-new__button-social--green {
    background-color: #00a551;
}

article.filter-new .filter-new__button-social {
    display: inline-block;
    vertical-align: top;
    width: 45px !important;
    text-align: center;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    margin-right: 15px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}

article.filter-new .filter-new__button-social i {
    font-size: 27px;
    margin-top: 10px;
}

article.filter-new .filter-new__button-social i.fa-facebook-f {
    color: #3b5998;
}

article.filter-new .filter-new__button-social i.fa-odnoklassniki {
    color: #ed812b;
}

article.filter-new .filter-new__button-social i.fa-instagram {
    color: #8a3ab9;
}

article.filter-new .filter-new__button-social i.fa-envelope {

    font-size: 23px;

}

article.filter-new .filter-new__button-social i.fa-phone {
    font-size: 23px;
    color: #ff8e41;
}

article.filter-new .filter-new__button-social.filter-new__button-social--atlas::after {
    content: '';
    background-image: url(https://css.tophotels.ru/i/atlas-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    width: 25px;
    height: 30px;
    display: block;
    left: 10px;
    top: 7px;
}

article.filter-new .filter-new__button-social.filter-new__button-social--speaker::after {
    content: '';
    background-image: url(https://css.tophotels.ru/i/speaker-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    left: 7px;
    top: 4px;
}

article.filter-new .filter-new__button-social.filter-new__button-social--wapp {
    background-image: url("https://css.tophotels.ru/i/whatsapp.svg");
}

article.filter-new .filter-new__button-social.filter-new__button-social--fb {
    background-image: url("https://css.tophotels.ru/i/facebook-messenger.svg");
}

article.filter-new .filter-new__button-social.filter-new__button-social--veon {
    background-image: url("https://css.tophotels.ru/i/veon-messenger.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--mail-agent {
    background-image: url("https://css.tophotels.ru/i/mail-agent-logo.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--snapchart {
    background-image: url("https://css.tophotels.ru/i/snapchart-logo.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--WeChat {
    background-image: url("https://css.tophotels.ru/i/WeChat_logo.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--TencentQQ {
    background-image: url("https://css.tophotels.ru/i/TencentQQ-logo.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--imessage {
    background-image: url("https://css.tophotels.ru/i/imessage-logo.png");
}


article.filter-new .filter-new__button-social.filter-new__button-social--tm {
    background-image: url("https://css.tophotels.ru/i/telegram.svg");
}

article.filter-new .filter-new__button-social.filter-new__button-social--twitter {
    background-image: url("https://css.tophotels.ru/i/twitter.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--isg {
    background-image: url("https://css.tophotels.ru/i/Icq-icon.png");
}

article.filter-new .filter-new__button-social.filter-new__button-social--viber {
    background-image: url("https://css.tophotels.ru/i/viber-logo.png");
}

article.filter-new .filter-new__on-sign {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url(https://css.tophotels.ru/i/on-green.svg);
    background-position: center;
    display: inline-block;
    background-size: cover;
    vertical-align: bottom;
}

article.filter-new .filter-new__button:hover {
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.41);
}

article.filter-new .filter-new__button {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    min-width: 45px;
    height: 45px;
    margin-right: 15px;
    border-radius: 5px;
    transition: 0.2s;
}

article.filter-new .filter-new__button .filter-new__lb > * {
    display: inline-block;
    vertical-align: middle;
}

article.filter-new .filter-new__button .filter-new__inp {
    display: none;

}

article.filter-new .filter-new__num {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    line-height: 45px;
}

article.filter-new .fa.fa-sliders::before {
    display: none;
}

article.filter-new .fa.fa-sliders {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(https://css.tophotels.ru/i/filter-orange-icon.png);

    background-size: 25px;
    background-position-y: 12px;
    background-position-x: 9px;
}

.filter-new__lb--fullscr::after {
    content: '\f0b2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    font-size: 24px;
    top: 2px;
    left: 11px;
}

article.filter-new .filter-new__button:hover .fa.fa-sliders {

    background-image: url("https://css.tophotels.ru/i/filter-orange-dark-icon.png");

}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--classif {
    background-size: 25px;
    background-image: url(/i/project-diagram-orange.svg);
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--broke-heart {
    background-size: 25px;
    background-image: url(/i/broken-heart-orange.svg);
}

article.filter-new .section__bubble {
    margin-bottom: 0;
    border-radius: 2px;
    min-width: auto;
    position: relative;
}

article.filter-new .section__bubble .bth__cnt {
    font-size: 13px;
    text-transform: uppercase;
}

article.filter-new .section__bubble.section__bubble--82 {

    min-width: 82px;
}

article.filter-new .section__bubble:hover .hint {
    display: block;
    top: auto;
    bottom: -29px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: max-content;
    width: -moz-max-content;
}

article.filter-new .filter-new__button .filter-new__lb {
    font-family: 'apercu_pro', sans-serif;
    color: #ff8e41;
    font-size: 14px;
    text-align: left;
    position: relative;
    background-color: white;
    padding: 0 12px;
    cursor: pointer;
    height: 45px;
    line-height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 105px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    display: block;
}

article.filter-new .filter-new__button .filter-new__lb .switch {
    width: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -274px 0;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb {
    background-color: #ff8e41;
    color: white;
}

article.filter-new .filter-new__button--grey .filter-new__inp + .filter-new__lb {
    color: #ccc;
}

article.filter-new .filter-new__button--grey .filter-new__inp:checked + .filter-new__lb {
    background-color: #ff8e41;
    color: white;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb .fa.fa-sliders {
    background-image: url("https://css.tophotels.ru/i/filter-white-icon.png");

}

article.filter-new .filter-new__inp:checked + .filter-new__lb.filter-new__lb--filter-grey {
    background-color: white !important;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb.filter-new__lb--filter-grey .fa.fa-sliders {
    background-image: url("https://css.tophotels.ru/i/filter-grey-icon.png");

}

article.filter-new .filter-new__inp:checked + .filter-new__lb.filter-new__lb--sm.filter-new__lb--filter-grey i {
    color: #ccc;

}

article.filter-new .filter-new__inp:checked + .filter-new__lb .fa-sliders {
    padding-top: 8px;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__service-icon {
    background-image: url("https://css.tophotels.ru/i/services-icon-white.png");
}

article.filter-new .filter-new__inp + .filter-new__lb .filter-new__service-icon {
    background-image: url(https://css.tophotels.ru/i/services-icon-orange.png);
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: center;
}

article.filter-new .filter-new__inp + .filter-new__lb .filter-new__phone-in {
    background-image: url("https://css.tophotels.ru/i/incoming-call-orange.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 30px;
    background-position: center;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__phone-in {
    background-image: url("https://css.tophotels.ru/i/incoming-call-white.png");

}

article.filter-new .filter-new__inp + .filter-new__lb .filter-new__phone-out {
    background-image: url("https://css.tophotels.ru/i/outgoing-call-orange.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 30px;
    background-position: center;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__phone-out {
    background-image: url("https://css.tophotels.ru/i/outgoing-call-white.png");

}

article.filter-new .filter-new__suggest {

    height: 45px;
    width: calc(100% - 45px);
    position: relative;
    vertical-align: middle;
    margin-left: -20px;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-input {
    width: 100%;
    height: 100%;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    border: 1px solid white;
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
}

article.filter-new .bth__btn--h45 {
    height: 45px;
    vertical-align: top;
    width: 150px;
    margin-left: 30px;
}

article.filter-new .filter-new__slider-btn {
    background-image: url("https://css.tophotels.ru/i/slider-filter-icon.png");
    background-size: 33px;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-control.filter-new__suggest-inp {
    padding: 0;
}

article.filter-new .filter-new__lb-wallet-icon {
    background-image: url(https://css.tophotels.ru/i/wallet-green.svg);
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-control {
    width: 100%;

    height: 100%;

}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-input > input {
    font-family: 'apercu_pro', sans-serif;
    border: 1px solid white;
    font-size: 16px;
    font-weight: bold;
    color: #475669;
}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-input > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-input > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

article.filter-new .filter-new__suggest.filter-new__suggest-Selectize .selectize-input > input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}

article.filter-new .filter-new__lb.filter-new__lb--sm i {
    font-size: 24px;
    color: #ff8e41;
}

article.filter-new .filter-new__inp-toggle-view + label:hover i {
    color: white;
}

article.filter-new .filter-new__button-rss-icon {
    display: inline-block;
    background-image: url(https://css.tophotels.ru/i/rss-symbol-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    background-size: 24px;
    background-position: center;
}

article.filter-new .filter-new__inp-toggle-view + label:hover .filter-new__button-rss-icon,
article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__button-rss-icon {

    background-image: url(https://css.tophotels.ru/i/rss-symbol.svg);
}

article.filter-new .filter-new__lb--sm i {
    font-size: 24px;
}

article.filter-new .filter-new__line {
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
}

article.filter-new .filter-new__line.filter-new__line--fat {
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-x: 8px;
    background-position-y: 9px;
}

article.filter-new .filter-new__line.filter-new__line--fat.filter-new__line--fat-2 {

    height: 21px
}

article.filter-new .filter-new__line.filter-new__line--thin {
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-x: -113px;
    background-position-y: 9px;
}

.filter-new__inp-toggle-view + .filter-new__lb span {
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-x: 8px;
    background-position-y: 9px;
}

.filter-new__inp-toggle-view:checked + .filter-new__lb span {
    background-position-x: -113px;
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-y: 9px;
}

.filter-new__inp-toggle-view + .filter-new__lb:hover {
    background-color: #ff8e41 !important;
}

.filter-new__inp-toggle-view + .filter-new__lb:hover span {
    background-position-x: -73px;
}

.filter-new__inp-toggle-view:checked + .filter-new__lb:hover span {
    background-position-x: -194px;
}

article.filter-new .filter-new__plane {
    background-image: url(https://css.tophotels.ru/i/send.svg);
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

article.filter-new .filter-new__button .filter-new__inp:checked + label .filter-new__plane {
    background-image: url(https://css.tophotels.ru/i/send-active-white.svg);
}

article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__line.filter-new__line--fat {
    background-position-x: -73px;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__line.filter-new__line--thin {
    background-position-x: -194px;
}

article.filter-new .filter-new__button i.filter-new__md-img {
    font-size: 22px;
    padding-top: 12px;
}

article.filter-new .filter-new__button i.filter-new__sm-img {
    font-size: 20px;
    padding-top: 14px;
}

article.filter-new .filter-new__button i.filter-new__sml-img {
    font-size: 16px;
    padding-top: 15px;
}

article.filter-new .filter-new__inp:checked + .filter-new__lb.filter-new__lb--sm i {
    color: white;
}

article.filter-new .filter-new__suggest.active {
    display: inline-block;
}

.filter-new__button .filter-new__lb.filter-new__lb.active-border {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1.5px solid white;
}

article.filter-new .filter-new__button.active .filter-new__lb {
    color: white;
    background-color: #ff8e41;
}

article.filter-new .filter-new__button.active .filter-new__lb i {
    color: white;
}

article.filter-new .filter-new__suggest .filter-new__suggest-inp {
    width: 100%;
    padding: 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    border: none;
    font-size: 16px;
    font-weight: bold;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.filter-new__item.active {
    width: 100%;
}

article.filter-new .filter-new__lb.filter-new__lb--sm {
    width: 45px;
    text-align: center;
    padding: 0;
    border: none;
    min-width: 45px;
}

article.filter-new .filter-new__lb.filter-new__lb--sm .push-img {
    width: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -274px 0;
}

article.filter-new .filter-new__flex > .filter-new__item:nth-child(2) > .filter-new__button:last-of-type {
    margin-right: 0;
}

article.filter-new .filter-new__button.filter-new__button--check-red input:checked + label i {
    color: #e03a3a !important;
}
article.filter-new .filter-new__button.filter-new__button--check-red input + label i {
    color: #00a551 !important;
}
article.filter-new .filter-new__button.filter-new__button--check-red input:checked + label{
    background-color: white!important;
}
article.filter-new .filter-new__inp:checked + .filter-new__lb.filter-new__lb--sm .push-img {
    background: url(https://css.tophotels.ru/i/sprite-filter-btn.png) -310px 0;
}

article.filter-new .filter-new__map-btn {
    display: block;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    background: url(https://css.tophotels.ru/i/icon-map.png) no-repeat;
    position: absolute;
    background-size: contain;
}

article.filter-new .filter-new__gmap-btn {
    display: block;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    background: url(https://css.tophotels.ru/i/google-maps.png) no-repeat;
    position: absolute;
}

article.filter-new .filter-new__button:hover .filter-new__lb i {
    color: #e27200;
}

article.filter-new .filter-new__button:hover .filter-new__inp:checked + .filter-new__lb {
    color: white !important;
    background-color: #e27200;
}

article.filter-new .filter-new__button:hover .filter-new__inp + .filter-new__lb {
    color: #e27200;
}

.section-tag-cbx {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    position: relative;
    line-height: 18px;
}

article.filter-new .filter-new__button .filter-new__lb > .mr5 .fa.fa-sliders {
    width: 15px;
    height: 22px;
    background-size: contain;
    background-position: 0;
    vertical-align: middle;
}

article.filter-new .filter-new__button .filter-new__lb > .mr5 .fa.fa-pencil::after {
    content: '\f303';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

article.filter-new .filter-new__suggest-close {
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    right: 9px;
    top: 14px;
    background-color: white;
    cursor: pointer;
    background-position: right top;
    background-size: 19px;
    display: inline-block;
    position: absolute;
}


article.filter-new .filter-big--padding {
    padding: 11px 15px;
}

article.filter-new .filter-big__block .bth__selectizeStandalone .selectize-control {
    width: 100%;
    height: 100%;
}

article.filter-new .filter-big__block .bth__selectizeStandalone * {

    color: #475669;
}

article.filter-new .filter-big__block .bth__selectizeStandalone .selectize-dropdown * {

    font-family: 'apercu_pro', sans-serif;
}

article.filter-new .filter-big__block .bth__selectizeStandalone .selectize-control.single .selectize-input,
article.filter-new .filter-big__block .bth__selectizeStandalone,
article.filter-new .filter-big__block .bth__selectizeStandalone .selectize-control.single .selectize-input input {
    border: none;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    padding-top: 11px;
}

article.filter-new .filter-new__inp-toggle-view + label {
    background-color: white;
}

article.filter-new .filter-new__inp-toggle-view + label span {
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-x: 8px;
    background-position-y: 9px;
}

article.filter-new .filter-new__inp-toggle-view:checked + label span {
    background-position-x: -113px;
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-y: 9px;
}

article.filter-new .filter-new__inp-toggle-view + label:hover span {
    background-position-x: -73px;
}

article.filter-new .filter-new__inp-toggle-view:checked + label:hover span {
    background-position-x: -194px;
}

article.filter-new .filter-new__inp-toggle-view:checked + .filter__r-btn-lbl {
    background-color: white;
}

/*Ð¸Ð½Ð¿ÑƒÑ‚ Ð² ÑÐµÑ€Ð¾Ð¹ Ð¿Ð¾Ð»Ð¾ÑÐºÐµ*/
article.filter-new .filter-new__input {
    height: 45px;

    width: 300px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

article.filter-new .filter-new__input input {

    border-radius: 5px;

}

/*ÑÑƒÐ¼Ð¾ÑÐµÐ»ÐµÐºÑ‚ Ð² ÑÐµÑ€Ð¾Ð¹ Ð¿Ð¾Ð»Ð¾ÑÐºÐµ*/
article.filter-new .filter-new__filter-sumo {
    height: 45px;

    width: 300px !important;
    border-radius: 5px;
    border: none;
    padding-bottom: 0;
}

article.filter-new .filter-new__filter-sumo .SumoSelect {
    height: 100%;
    background-color: white;
}

article.filter-new .filter-new__filter-sumo .SumoSelect > .CaptionCont {
    height: 100%;
    border-radius: 5px;
    padding-top: 8px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

article.filter-new .filter-new__filter-sumo .SumoSelect.open > .CaptionCont {
    -webkit-box-shadow: none;
    box-shadow: none;
}

article.filter-new .filter-new__filter-sumo .SumoSelect > .CaptionCont > span {
    font-weight: normal;
    font-size: 14px;
    padding-top: 2px;
}

article.filter-new .filter-new__filter-sumo .SumoSelect > .CaptionCont > label > i:before {
    display: none;
}

article.filter-new .filter-new__button--orange .filter-new__lb.filter-new__lb--sm {
    background-color: #ff8e41;
}

article.filter-new .filter-new__button--orange .filter-new__lb.filter-new__lb--sm i {

    font-size: 28px;
    margin-left: 0;
}

article.filter-new .filter-new__button--orange .filter-new__lb.filter-new__lb--sm:hover {
    background-color: #e27200;
}

article.filter-new .filter-new__filter-sumo .SumoSelect > .CaptionCont > label > i {
    background-image: url(https://css.tophotels.ru/i/down-filterArrow.svg);
    background-repeat: no-repeat;
    margin: 0;
    width: 16px;
    top: 14px;

    left: 2px;

    height: 16px;
}

article.filter-new .filter-new__filter-sumo .SumoSelect {
    border: 1px solid white;
    border-radius: 5px;
}

article.filter-new .filter-new__filter-sumo .SumoSelect.open {
    border: 1px solid #ff8e41;

}

article.filter-new .filter-new__filter-sumo .SumoSelect > .optWrapper > .options li.opt {
    border-bottom: none;
    border-top: 1px solid #f1ebd3;
    padding-top: 10px;
    margin-top: 0;
    margin-right: 35px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    margin-left: 10px;
    padding-left: 0;
}

article.filter-new .filter-new__filter-sumo .SumoSelect.open > .optWrapper {
    top: 41px;
}

article.filter-new .filter-new__filter-sumo-wrap.filter-new__filter-sumo-wrap--sm .filter-new__filter-sumo {
    width: 200px !important;
}

article.filter-new .filter-new__filter-sumo-wrap.filter-new__filter-sumo-wrap--sm {
    display: inline-block;
    margin-right: 15px;
}

article.filter-new .filter-new__button-social:hover {
    color: #215f86;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.41);
}

article.filter-new .filter-new__button-social {
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    color: #318cc6;
}

article.filter-new .filter-new__item:last-of-type .filter-new__button-social:hover .hint {
    left: auto;
    right: 0;
}

article.filter-new .filter-new__filter-sumo .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: white;
}

article.filter-new .filter-new__filter-sumo .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #ff8e41;
}

article.filter-new .filter-new__filter-sumo .SumoSelect.open > .optWrapper {
    border-color: #ff8e41;
    border-top-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 5px;
    margin-left: -1px;
    border-bottom-right-radius: 5px;
    width: calc(100% + 2px);
}

article.filter-new .filter-new__button .filter-new__inp-toggle-view + .filter-new__lb,
article.filter-new .filter-new__inp-toggle-view:checked + .filter-new__lb {
    background-color: white;
}

article.filter-new .filter-new__call-icon {
    background-repeat: no-repeat;
    background-image: url(https://css.tophotels.ru/i/phone-plus-orange.png);
    background-size: 25px;
    width: 100%;
    height: 100%;
    background-position: center;
}

article.filter-new .filter-new__inp-toggle-view + label:hover {
    background-color: #ff8e41;;
}

article.filter-new .filter-new__metro-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(https://css.tophotels.ru/i/logo_mos_metro-25.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0 !important;

}

article.filter-new .filter-new__inp:checked + .filter-new__lb .filter-new__cbx-txt {
    color: white;
}

article.filter-new .filter-new__lb .filter-new__cbx-txt {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
    padding-top: 14px;
}

article.filter-new .filter-new__button.filter-new__button--90p.active .filter-new__cbx-txt {
    color: white;
}

article.filter-new .filter-new__button.filter-new__button--90p.active .filter-new__lb {
    background-color: #ff8e41;
}

article.filter-new .filter-new__button.filter-new__button--90p .filter-new__lb {
    width: 71px;
}

/**/
article.filter-new .filter-new__button .filter-new__lb .hint {
    display: none;
}

/**/
article.filter-new .hint {
    max-width: 250px;
    right: auto;
    left: 0;
    min-width: 80px;
}

article.filter-new .filter-new__item:last-of-type .hint {
    left: auto;

}

article.filter-new .filter-new__button .filter-new__lb:hover .hint {
    display: block;
}

article.filter-new .filter-new__filter-sumo-wrap .section-cross {
    position: absolute;
    right: 15px;
    top: 19px;
}

article.filter-new .filter-new__lb--phone-gif {
    background-image: url(https://css.tophotels.ru/i/regiweb-trubka.gif);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center;
    width: 100%;
    display: block;
    height: 100%;
}

/**/

article.filter-new .filter-new__stat {
    position: relative;
}

article.filter-new .filter-new__stat-block {
    margin-right: 15px;
    min-width: 90px;
    color: #475669;
}

article.filter-new .filter-new__stat-block.hint-parent:hover .hint {
    top: 65px;
}

article.filter-new .filter-new__stat-block-60 {
    width: 90px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 67px;
    background-position: center;
    display: inline-block;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    background-color: white;
    margin-right: 15px;
    border-radius: 2px;
}

article.filter-new .filter-new__stat-block-60.filter-new__stat-block--visa {
    background-image: url(https://css.tophotels.ru/i/visa-logo.svg);

}

article.filter-new .filter-new__stat-block-60.filter-new__stat-block--mscard {
    background-image: url(https://css.tophotels.ru/i/ms-card-logo.svg);

}

article.filter-new .filter-new__stat-block-60.filter-new__stat-block--mir {
    background-image: url(https://css.tophotels.ru/i/mir-logo.png);

}

article.filter-new .filter-new__stat-block-60.filter-new__stat-block--visa-inter {
    background-image: url(https://css.tophotels.ru/i/visa-logo.png);

}

article.filter-new .filter-new__stat-block-60.filter-new__stat-block--jcb {
    background-image: url(https://css.tophotels.ru/i/jcb-logo.png);
    background-size: 43px;

}

article.filter-new .filter-new__stat-block-60.filter-new__stat-block--mscard-cir {
    background-image: url(https://css.tophotels.ru/i/ms-card-logo-ct.png);
    background-size: 50px;

}

article.filter-new .filter-new__stat-block-60:last-of-type {
    margin-right: 0;
}

article.filter-new .filter-new__stat-block {

    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;

    padding: 12px 11px 7px 11px;
    font-family: 'apercu_pro', sans-serif;
    background-color: white;
}

.filter-new__stat-num {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
}

article.filter-new .filter-new__inp-toggle-lang + .filter-new__lb::after {
    content: 'ИнЯз';
    line-height: 20px;
    font-family: 'apercu_pro', sans-serif;
    color: #ff8e41;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
    left: 3px;
    top: 11px;
}

article.filter-new .filter-new__inp-toggle-lang:checked + .filter-new__lb::after {
    display: none;
}

article.filter-new .filter-new__inp-toggle-lang:checked + .filter-new__lb::before {
    background-position-x: -190px;
    background-image: url(https://css.tophotels.ru/i/sprite-filter-btn.png);
    background-position-y: 14px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
}

article.filter-new .filter-new__button .filter-new__lb.filter-new__lb--sm .filter-new__translate-ggl {
    background-image: url(https://css.tophotels.ru/i/Google_Translate_logo.png);
    width: 100%;
    height: 100%;
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

/**/
article.filter-new.filter-new--fixed > * {
    padding: 0
}

article.filter-new.filter-new--fixed .js-show-sorter {
    display: none !important;
}

article.filter-new.filter-new--fixed .filter-new__button {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
}

article.filter-new.filter-new--fixed .filter-big {
    display: none !important;
}

article.filter-new.filter-new--fixed .filter-new__flex {
    display: block !important;
}

article.filter-new.filter-new--fixed {
    display: inline-block;
    padding: 15px 15px 0 15px;
    top: 25px;
    position: fixed;
    left: 37px;
    margin-top: 0;
}

article.filter-new .bth__preview-img-90 + .section__bubble .section__bubble-big {

    line-height: 21px;
}

article.filter-new .filter-new__button.filter-new__button--off input:checked + label.filter-new__lb i.fa-power-off {
    color: #00a551;
}

article.filter-new .filter-new__button.filter-new__button--off input + label.filter-new__lb i.fa-power-off {
    color: #e03a3a;
}

article.filter-new .bth__preview-img-90 + .section__bubble {
    height: 53px;
    width: 90px;
    border-radius: 2px;
}

.section-tag-cbx-lb::after {
    content: '\f1de';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 10px;
    top: 9px;
    font-size: 10px;
    font-weight: 900;
}

.section-tag-cbx-lb {
    display: inline-block;
    position: relative;
    padding: 7px 35px 9px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
}

.section-tag-cbx input:checked + label {
    background-color: #ffb07b;
    color: white;
    border-color: #ffb07b;
}

.section-tag-cbx input:checked + label:hover {
    background-color: #ff8e41;
    border-color: #ff8e41;
}

.section-tag__arr {
    background-image: url(https://css.tophotels.ru/i/right-arrow-carous.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    top: 10px;
}

.section-tag__arr.section-tag__arr--right {

    right: -17px;
}

.section-tag.slick-initialized {
    margin-right: 15px;
    margin-left: 15px;
}

.section-tag__arr.section-tag__arr--left {
    left: -17px;
    transform: rotate(180deg);
}

.section-tag__select {
    background: #fafafa80;
    display: inline-block;
    position: relative;
    padding: 7px 35px 9px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #475669;
    border-radius: 2px;
    margin-right: 5px;
    height: 35px;
    cursor: pointer;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 14px;
    min-width: 250px;
}

.section-tag__select-arr {
    background-image: url("https://css.tophotels.ru/i/down-filterArrow.svg");
    width: 17px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    right: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 9px;
}

.section-tag__select-arr.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-tag__select-drop {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: -1px;
    margin-top: 6px;
    background: #fafafa;
    display: none;
    border: 1px solid #475669;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    top: 26px;
}

.section-tag__select-drop li {
    margin-left: 15px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 5px 0;
    margin-right: 24px;
}

.section-tag__select-drop li:hover {
    color: #ff8e41;
}


.section-tag.section-tag--srcollable {
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.section-tag__scroll-box {
    overflow: scroll hidden;
    height: 100px;
    width: 100%;
}

.section-tag > div {
    margin-bottom: 15px !important;
}

.section-tag__block {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.filter-new__stat-block .filter-new__stat-num + .bth__cnt {
    font-size: 13px;
    text-transform: lowercase;
}

.filter-new__stat-block .block .filter-new__stat-num + .fz10 {

    display: inline-block;
    vertical-align: bottom;
}

.filter-new__stat-block .block .filter-new__stat-num {
    color: inherit;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.filter-new__stat-block .filter-new__stat-num {
    font-size: 30px;
    color: #475669;
}

.bordering-buble__item.active {

    border: 1px solid #ff8e41;
    color: #ff8e41;
}

.bordering-buble__item {
    line-height: 45px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid #475669;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
}
article.filter-new.filter-new--white > * {
    padding: 0 !important;
}

article.filter-new.filter-new--white {
    background: white !important;
}

article.filter-new.filter-new--white .filter-new__stat-block-60 {
    box-shadow: 0 0 8px 1px #dbdbdb;
}
@media screen and (max-width: 1200px) {
    article.filter-new.filter-new--fixed {
        display: block;
        position: static;
        left: 0;
    }

    article.filter-new.filter-new--fixed .filter-new__button {
        display: inline-block;
        margin-right: 15px !important;
    }
}

@media screen and (min-width: 1024px) {

    article.filter-new .filter-new__button:hover .hint {
        display: block;
        top: 48px;
        left: 0;
    }

    article.filter-new .filter-new__flex .filter-new__item:nth-child(2) .filter-new__button:hover .hint {
        left: auto;
        right: 0;
    }

    article.filter-new .filter-new__button-social:hover .hint {
        display: block;
    }

}

@media screen and (max-width: 1024px) {
    .article.filter-new .filter-new__flex .filter-new__item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    article.filter-new > * {
        padding: 10px !important;
    }

    article.filter-new.filter-new--scroll {

        overflow: auto;
        white-space: nowrap;
    }

    article.filter-new .filter-new__suggest {

        background-color: white;
        margin-left: -13px;
    }

    article.filter-new {
        padding-top: 0;
    }

    .filter-new__item .rbt-block {
        display: block;
        margin-top: 15px;
    }

    article.filter-new .filter-new__button .filter-new__lb {
        min-width: auto;
    }

    .article.filter-new .filter-new__flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .section-tag__select-drop li {
        padding: 8.5px 0;
    }

    article.filter-new .filter-new__button,
    article.filter-new .filter-new__button-social {
        margin-right: 5px;
    }

    .filter-new__button .filter-new__lb.filter-new__lb.active-border .uppercase {
        display: none;
    }

    .filter-new__item.active {
        width: 100%;
    }

    article.filter-new .filter-new__suggest {
        width: calc(100% - 41px);
    }

    article.filter-new .filter-new__item.active .filter-new__button {
        margin-bottom: 0;
    }

    article.filter-new.filter-new--pay.filter-new__flex--scroll .filter-new__flex {
        padding: 0;
    }

    /**/
    .filter-new__flex--scroll .filter-new__flex > .filter-new__item .filter-new__item {
        white-space: nowrap;
    }

    .filter-new__flex--scroll .filter-new__flex > .filter-new__item {
        overflow: scroll hidden;
        height: 100px;
        width: 100%;
    }

    .filter-new__flex--scroll .filter-new__flex {
        width: 100%;
        height: 67px;
        overflow: hidden;

    }

    .filter-new__flex--scroll .filter-new__stat-num .fz10 {
        font-weight: normal;
        line-height: 5px;

    }

    .filter-new__flex--scroll .filter-new__flex.filter-new__flex--80 {
        height: 88px;
    }

    .filter-new__flex--scroll .filter-new__flex.filter-new__flex--70 {
        height: 72px;
    }

    .filter-new__stat-ico {

    }

    .filter-new__flex--scroll .filter-new__flex.filter-new__flex--100 {
        height: 105px;
    }

    .filter-new__flex--scroll .filter-new__flex.filter-new__flex--100 .filter-new__item {
        height: 115px;
    }

    .filter-new__flex--scroll {
        display: block !important;
    }
}

@media screen and (max-width: 525px) {
    .section-tag--new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .filter-new__flex.filter-new__flex--scroll {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .filter-new__flex.filter-new__flex--scroll .filter-new__item {

        display: inline-block;
    }

    .filter-new__flex.filter-new__flex--scroll .filter-new__item:first-of-type {
        margin-right: 5px;
    }

    .filter__green-cbx > * {
        margin-top: 5px;
    }

    .filter__green-cbx .filter__green-cbx-check {
        margin-right: 5px;
        margin-left: 0;
    }

    article.filter-new .filter-new__item.active .filter-new__button {
        display: none;
    }

    article.filter-new .filter-new__suggest {
        width: 100%;
        margin-left: 0;
    }

    article.filter-new .filter-new__suggest .filter-new__suggest-inp {
        font-size: 14px;
        border-radius: 5px;
    }

    .filter-new__item.active .filter-new__srch {
        display: none;
    }

    article.filter-new.filter-new--mobile .section__bubble {
        display: none !important;
    }

    article.filter-new .filter-new__filter-sumo {
        width: 208px !important;
    }

    article.filter-new .filter-new__filter-sumo-wrap .section-cross {
        top: 17px;
    }

    .filter-new__hide-525 {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    article.filter-new .filter-new__filter-sumo .SumoSelect.open > .optWrapper {
        top: -3px;
    }
}
/* File: /css/tophotels/main-cnt.css */
.bth__loader-spin i {
    margin-right: 5px;
    font-size: 7px;
    color: inherit;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.bth__loader-spin {
    display: none;
    margin-left: 7px;
}

.bth__grey-link {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
}


.bth__inp-map-hint i {
    margin-right: 5px;
}

.bth__inp-map-hint {
    position: absolute;
    right: -180px;
    cursor: pointer;
    color: #215f86;
    top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.bth__cnt-ttl-arr::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    transition: 0.3s;
    right: 0;
    font-weight: bold;
    color: #ff8e41;
    top: 0;
    font-size: 25px;
}

.bth__cnt-ttl-arr.has-error .hint-block.hint-block--abs i {
    font-size: 14px;
}

.bth__cnt-ttl-arr.has-error .hint-block.hint-block--abs {
    right: 0;
    margin-left: 5px;
    top: -2px;
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
}

.bth__cnt-ttl-arr.active::after {
    transform: rotate(180deg);
}

.bth__cnt-ttl-arr:hover::after {
    color: #e27200;
}

.bth__cnt-ttl-arr {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    padding-right: 40px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.bth__grey-link:hover,
.bth__bold-link.pointer:hover,
a.bth__bold-link:hover {
    color: #318CC6 !important;
    cursor: pointer;
}

.bth__inp-count + .bth__inp {
    width: calc(100% - 50px);
}

.bth__inp-count {
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 10px;
}

.bth__inp-abs-ico {
    color: #ccc;
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 23px;
}

.bth__bold-link {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.bth__bold-link-green {
    color: #00a551;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.bth__bold-link-green:hover {
    color: #13653b;
}

.bth__ta-cut {

    margin-bottom: 45px;
}

.panel.panel--loader {
    position: relative;
    min-height: 100%;
}

.panel.panel--loader::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position-y: 170px;
    background-position-x: center;
    background-size: 80px;
    background-image: url(/i/loader.gif);
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.72);
}

.bth__ta-file .bth__cnt {
    color: #318cc6;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
}

.bth__ta-file {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    margin: 10px 10px 0 10px;
    border-top: 1px solid #ccc;
    padding: 7px 0;
    left: 0;
    font-weight: bold;
    width: calc(100% - 20px);
}

.bth__add-file-lb {
    width: 100%;
    padding: 0 10px 0 10px;
    border-bottom-left-radius: 2px;
    position: relative;
    border-bottom-right-radius: 2px;
    background-color: white;
}

.bth__add-file-lb.has-error label .hint-block:hover .hint {
    left: auto;
    right: 0;
}

.bth__add-file-lb.has-error label .hint-block--abs {
    right: 0;
    top: 9px;
}

.has-error + .bth__add-file-lb label {
    border-color: white;
}

.bth__add-file-lb.has-error .bth__link {
    color: #da4c4c !important;
}

.bth__add-file-lb .bth__link {

    font-size: 13px;
    text-transform: uppercase;
}

.bth__add-file-lb.bth__add-file-lb--load::after {
    content: '';
    background-image: url(https://css.tophotels.ru/i/loader.gif);
    width: 20px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.bth__add-file-lb label {
    cursor: pointer;
    border-top: 1px solid #ccc;
    position: relative;
    padding: 7px 0;
    display: block;
}

.bth-ta__ta-tags .filter__tag {
    border: none;
    background-color: white;
    margin-top: 20px;
}

.bth__loader--animate .bth__loader-spin {
    vertical-align: top;
    display: inline-block;
}

.bth__inp-block-burger::after {
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    right: 7px;
    top: 8px;
    background-size: cover;
    content: '';
    background-repeat: no-repeat;
    background-position-x: -102px;
    background-position-y: 7px;
    background-image: url(/i/lib-ui-tour-filter/sprite-filter-btn.png);
}

.bth__selectize-input {
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bth__inp-block-40 {
    position: relative;
    width: 500px;
    border-radius: 2px;
    height: 40px;
    box-sizing: border-box;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    margin-right: 15px;
}

.bth__inp-block-40.bth__inp-block-burger::after {
    line-height: 25px;
}

.bth__inp-block--170 {
    width: 222px;
    margin-right: 15px;
    position: relative;
}

.bth__inp-block.bth__inp-block--560 {
    width: 560px;
}

.bth__inp-block.bth__inp-block--250 {
    width: 242px;
}

.panel .bth__inp-block.bth__inp-block--50.bth__inp-block-burger::after {

    right: 16px;
    font-size: 23px;
}

.panel .bth__inp-block.bth__inp-block--50 .bth__inp {
    padding-top: 15px;
}

.panel .bth__inp-block.bth__inp-block--50 {
    height: 50px;
}

.panel .bth__inp-block--450 {
    width: 450px;
}

.panel .bth__inp-block--260 {
    width: 260px;
}

.panel .bth__inp-block--150 {
    width: 156px;
}

.bth__inp-block-40 .SumoSelect > .CaptionCont > span {

    margin-top: 3px;
}

.bth__inp-block-40 .bth__inp {

    padding: 11px 7px;
    border-radius: 2px;
    cursor: pointer;
}

.bth__loader--animate .bth__loader-spin i {
    -webkit-animation: sk-bouncedelay 0.9s infinite ease-in-out both;
    animation: sk-bouncedelay 0.9s infinite ease-in-out both;
}

.bth__loader--animate .bth__loader-spin i:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.bth__loader--animate .bth__loader-spin i:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.bth__ttl-h2 {
    font-size: 19px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.bth__ttl-h2 .bth__grey-link {
    font-size: 19px;
}

.bth__ttl-h1 {
    font-size: 22px;
    color: #475669;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
}

h1.bth__ttl-h2 {
    text-transform: uppercase;
}

a.bth__ttl-h2:hover {
    color: #318cc6;
}

.bth__dark-link:hover {
    color: #318cc6;
}

.bth__dark-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #215f86;
}

.bth__ttl-h2--small {
    font-weight: normal;
    font-size: 14px;
}

.bth__inp-block-40 .bth__inp-block-right-abs-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #dddddd70;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
}

.bth__ttl-h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.bth__ttl-h2--abs {
    position: absolute;
    font-size: 19px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    top: -25px;
    left: 5px;
}

.bth__add-photo {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 90px;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.bth__inp-block-abs-btn {

}

.bth__add-photo-icon {
    font-size: 30px;
    color: #318cc6;
    margin-top: 11px;
}

.rbt-block.error .rbt + .label-rbt::before {
    border-color: #e03a3a;
}

.rbt-block.error .rbt-cnt {
    color: #e03a3a;
}

.rbt-block.rbt-block--sm {
    margin-bottom: 5px;
    margin-left: 16px;
}

.rbt-block.rbt-block--sm .rbt + .label-rbt::before {
    border-width: 1px;
}

.rbt-block.rbt-block--sm .rbt-cnt {
    font-size: 13px;
}

.bth__tbl .bth__tbl-body .bth__cell {
    position: relative;
    vertical-align: top;
    padding: 7px;
    border-bottom: 1px solid #ccc;
}

.rbt-block.rbt-block--12 .rbt + .label-rbt {
    padding-left: 18px;
}

.rbt-block.rbt-block--12 .rbt + .label-rbt .rbt-cnt {
    font-size: 13px;
    font-weight: bold;
}

.rbt-block.rbt-block--12 .rbt:checked + .label-rbt::after {
    width: 4px;
    height: 4px;
    top: 8px;
}

.rbt-block.rbt-block--12 .rbt + .label-rbt::before {
    width: 12px;
    top: 4px;
    height: 12px;
}

.body__tbl .bth__cell {
    border-bottom: 1px solid #cccccc;
    vertical-align: top;
    position: relative;
    padding: 7px;
}

.body__tbl, .head__tbl {
    display: table-header-group;
}

.bth__tbl {
    display: table;
    width: 100%;
}

.bth__tbl-body {
    display: table-row-group;
}

.bth__row {
    display: table-row;
}

.bth__cell {
    display: table-cell;
    box-sizing: border-box;
}

.bth__cnt {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
}

.bth__tbl-head .bth__cell .bth__cnt {
    color: #999;
    font-size: 13px;
}

.bth__cnt--sm {
    font-size: 12px;
    line-height: 17px;
}

.bth__cnt--big {
    font-size: 16px;
    line-height: 22px;
}

.bth__link {
    position: relative;
    font-size: 14px;
    color: #318CC6;
    font-family: 'apercu_pro', sans-serif;
    text-decoration: none;
    cursor: pointer;
    line-height: 22px;
}

.bth__link:hover {
    color: #215f86
}

.bth__link--big {
    text-transform: uppercase;
    font-size: 18px;
}

.bth__link--bg {
    font-size: 16px;
}

.bth__link--sm {
    font-size: 12px;
    line-height: 20px;
}

.bth__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bth__img-40 {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.bth__img-40 img {
    border-radius: 2px;
}

.bth__inp-block {
    position: relative;
    width: 500px;
    border-radius: 2px;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.bth__inp-block .hint {
    min-width: 130px !important;
}

div.bth__inp,
span.bth__inp {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bth__inp {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: bold;
    border: none;
    padding: 7px;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    display: inline-block;
    color: #475669;
    border-radius: 2px;
}

.bth__inp--loader::after {
    content: '';
    background-image: url(/i/loader.gif);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.bth__inp-file-cut {
    white-space: nowrap;
    max-width: 99%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;

}

.bth__ta-block.bth__ta-block--big {
    height: 400px;
    width: 100%;
}

.bth__ta-block.bth__ta-block--125 textarea,
.bth__ta-block.bth__ta-block--120 textarea {
    overflow: auto;
}

.bth__ta-block.bth__ta-block--125 {
    height: 125px !important;
}

.bth__ta-block.bth__ta-block--120 {
    height: 120px !important;
}

.bth__ta-block.bth__ta-block--400 {
    height: 400px !important;
}

.bth__ta-block.bth__ta-block--95 {
    height: 95px !important;
}

.bth__inp-block.bth__inp-block--bordering {
    border: 1px solid #ccc;
}

.bth__inp-block.bth__inp-block--disable {
    cursor: initial;
}

.bth__inp-block.bth__inp-block--disable .bth__inp {
    color: #999999;
}

.bth__inp-block.bth__inp-block--disable::after {
    display: none;
}

.bth__ta-block.bth__ta-block--bordering {
    border: 1px solid #ccc;
    width: 100%;
}

.bth__ta-block.bth__ta-block--750 {

    width: 757px;
}

.bth__ta-block {
    position: relative;
    height: 146px;
    width: 500px;
    border: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

.bth__ta-block.bth__ta-block--70 {
    height: 70px;
}

.bth__ta-block.bth__ta-block--53 {
    height: 53px;
}

.bth__ta-block--white {
    border: none !important;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    width: 500px;
    padding: 7px;
    resize: none;
    border-radius: 2px;
    transition: 0.3s;
}

.bth__ta-count {
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    color: #ccc;
    position: absolute;
    right: 26px;
    bottom: 10px;
}

.bth__ta-count + .bth__ta {
    padding-right: 45px;
}

.bth__dbl-inp {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.bth__triple-inp {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-content: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.bth__triple-inp > div {

    width: 31%;
    min-width: auto;
}

.bth__inp-block--340 {
    width: 340px;
    position: relative;
    margin-right: 15px;
}

.bth__inp-block--img:hover::after {

    color: #3687c5;
}

.bth__inp-block--img::after {
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #ccc;
    right: 14px;
    top: 8px;
    font-size: 18px;
}

.bth__inp-block--160 {
    margin-right: 15px;
    width: 162px;
}

.cbx-blue-txt__abs-sm {
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.cbx-blue__grey-ico + label {
    padding-left: 30px;
}

.cbx-blue__grey-ico:hover .fa-plus-circle {
    color: #00a551;
}

.cbx-blue__grey-ico:hover .fa-minus-circle {
    color: #e03a3a;
}

.cbx-blue__grey-ico {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 1px;
    font-size: 14px;
    font-style: normal;
    z-index: 5;
    color: #ccc;
    width: 28px;
}

.cbx-block.cbx-block--16 .cbx + .label-cbx {
    padding-left: 30px;
}

.cbx-block.cbx-block--15 .cbx + .label-cbx {
    padding-left: 23px;
}

.cbx-block.cbx-block--16 .cbx + .label-cbx::before {
    width: 16px;
    top: 1px;
    height: 16px;
}

.cbx-block.cbx-block--15 .cbx + .label-cbx .cbx-cnt {
    font-size: 13px;
}

.cbx-block.cbx-block--15 .cbx + .label-cbx::before {
    width: 14px;
    top: 3px;
    border: 1px solid #475669;
    height: 14px;
}


.error .cbx-block .cbx + .label-cbx::before {
    border-color: #da4c4c;
}

.cbx-block--red .cbx-cnt {
    color: #e03a3a;
}

.cbx-block-checked--red input:checked + .label-cbx::after {
    background-image: url("/i/checkmark-red.svg") !important;
}

.cbx-block-checked--red input:checked + .label-cbx::before {
    border-color: #e03a3a !important;
}

.cbx-block-checked--red input:checked + label .cbx-cnt {
    color: #e03a3a;
}

.cbx-block--blue input:checked + label .cbx-cnt {
    color: #318cc6
}

.cbx-block--red .cbx + .label-cbx::before {
    border: 2px solid #e03a3a;
}

.cbx-block--red .cbx + .label-cbx::after {
    background-image: url("/i/checkmark-red.svg");
}

.cbx-block.cbx-block--loader .cbx:checked + .label-cbx::before,
.cbx-block.cbx-block--loader .cbx + .label-cbx::before,
.cbx-block.cbx-block--loader .cbx:checked + .label-cbx::after {
    display: none;
}

.cbx-block-checked--green .cbx:checked + .label-cbx::before {
    background-image: url("/i/checkmark-green.svg") !important;
}

.cbx-block-checked--green input:checked + .label-cbx::before {
    border-color: #00a551 !important;
}

.cbx-block-checked--green input:checked + label .cbx-cnt {
    color: #00a551;
}


.cbx-block.cbx-block--loader {
    background-image: url(/i/loader.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 17px;
}

.bth__inp-block--340--flex {
    display: flex;
    position: relative;
}

.bth__inp-block--50p {
    width: 440px !important;
}

.bth__inp-block.bth__inp-block--85 {
    width: 80px;
}

.bth__inp-block--162 {
    width: 162px !important;
    margin-right: 15px;
}

.bth__inp-block.bth__inp-block--100 {
    width: 100px;
}

.filter__big-datapicker-data {
    margin-left: 10px;
    padding-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 15px;

    color: #475669;
    font-family: 'apercu_pro', sans-serif;

}

.bth__ta {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    resize: none;
    border-radius: 2px;
    border: none;
    padding: 7px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.bth__ta-expand {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
}

.bth__ta-expand:hover {
    color: #ff8e41;
}

.bth__ta-expand + textarea {
    padding-right: 85px;
}

.bth__inp-lbl {
    display: block;
    color: #999;
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    margin-left: 7px;
    top: 15px;
    transition: 0.3s;
    font-family: 'apercu_pro', sans-serif;
}

.bth__inp-lbl.active {
    top: 3px;
    font-size: 13px !important;
}

.bth__btn {
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #e27200;
    padding: 13px 20px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    color: #e27200;
    font-size: 14px;
    min-width: 250px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
}

.load-more-spinner {
    margin: 0 10px 0 auto;
    display: inline-block;
    text-align: center;
}

.load-more-spinner__bounce {
    margin-right: 2px;
    margin-bottom: 1px;
    width: 7px;
    height: 7px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block;
}

.load-more-spinner_animate .load-more-spinner__bounce {
    -webkit-animation: sk-bouncedelay 0.9s infinite ease-in-out both;
    animation: sk-bouncedelay 0.9s infinite ease-in-out both;
}

.load-more-spinner__bounce:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.load-more-spinner__bounce:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.bth__btn .load-more-spinner {
    margin-left: 5px;
}

.bth__btn .load-more-spinner__bounce {
    width: 5px;
    height: 5px;
    background-color: white;
}

.bth__btn.bth__btn--s-big {
    width: 350px;
    height: 60px;
}

.bth__trash-sm i,
.bth__pen-sm i {
    color: white;
    margin: 0;
    font-size: 14px;

}

.bth__edit-pen-sm {
    font-size: 27px;
    cursor: pointer;
    margin-left: 15px;
    color: #d6d6d6;
}

.bth__edit-pen-sm:hover {
    color: #318CC6;
}

.bth__trash-sm,
.bth__pen-sm {
    background-color: #d6d6d6;
    text-align: center;
    display: inline-block;
    padding: 1px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.bth__pen-sm:hover {
    background-color: #318CC6;
}

.bth__trash-sm.bth__trash-sm-35 {
    width: 35px;
    height: 35px;
}

.bth__trash-sm.bth__trash-sm-35 i {

    font-size: 21px;
    padding-top: 3px;
}

.bth__trash-sm--40 {
    width: 40px;
    height: 40px;
}

.bth__trash-sm--40 i {
    font-size: 21px;
    margin-top: 9px;
}

.bth__icon-sm-35 {
    background-color: #d6d6d6;
    text-align: center;
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 2px;

    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.bth__icon-sm-35:hover {
    background-color: #318CC6;
}

.bth__icon-sm-35 i {
    color: white;
    margin: 0;
    font-size: 21px;
    padding-top: 3px;
}

.bth__trash-sm:hover {
    background-color: #e03a3a;
}

.bth__trash-sm:hover i {
    color: white;
}

.bth__inp-arrr {
    background-image: url(/i/down-filterArrow.svg);
    width: 17px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    right: 7px;
    transition: 0.3s;
    top: 18px;

}

.bth__inp-block__abs-icon {
    position: absolute;
    right: -35px;
    top: 7px;
}

.bth__inp-block__abs-icon i {
    font-size: 27px;
    color: #318cc6;
}

.bth__inp-burger {
    width: 17px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    font-size: 16px;
    right: 7px;
    transition: 0.3s;
    top: 18px;
    color: #ff8e41;
}

.bth__inp-block-40 .bth__inp-burger {
    top: 13px;
}

.bth__inp-block-40.bth__inp-block--100w {
    width: 100px;
    margin-right: 15px;
}

.bth__inp-block-40 .bth__inp-block-right-abs-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #dddddd70;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
}

.bth__inp-arrr.active {
    transform: rotate(180deg);
}

.bth__btn:hover {
    background: #ff8e41;
    border-color: #ff8e41;
    color: #fff;
}

.bth__btn.bth__btn--transp {
    background-color: transparent;
    color: white;
    border-color: white;
}

.bth__btn.bth__btn--transp:hover {
    color: #475669;
    border-color: #475669;
    background-color: #ffffff;
    opacity: 0.7;
}

.bth__btn.bth__btn--fill {
    background-color: #ff8e41;
    border-color: #ff8e41;
    color: white;
}

.bth__btn.bth__btn--lower {

    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0

}

.bth__btn--wide {
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    width: auto;
}

.bth__btn.bth__btn--white {
    background-color: white;
}

.bth__btn.bth__btn--fill:hover {
    background-color: #e27200;
    border-color: #e27200;
}

.bth__btn.bth__btn--grey-hov-red,
.bth__btn.bth__btn--grey-hov-green {
    color: #999;
    border-color: #999;
}

.bth__btn.bth__btn--grey-hov-red:hover {
    border-color: #c83831 !important;
    background-color: #ffffff;
    color: #c83831 !important;
}

.bth__btn.bth__btn--grey-hov-green:hover {
    border-color: #008543 !important;
    background-color: #ffffff;
    color: #008543 !important;
}

.bth__btn--red {
    background-color: #e03a3a !important;
    border-color: #e03a3a !important;
    color: white !important;
}

.bth__btn--red-countr {
    border-color: #e03a3a !important;
    color: #e03a3a !important;
}

.bth__btn--red-countr:hover {
    background-color: #c83831 !important;
    color: white !important;
}

.bth__btn.bth__btn--red:hover {
    background-color: #c83831 !important;
    color: white;
}

.bth__btn.bth__btn--smallest {
    width: 124px;
    height: 32px;
    line-height: 30px;
    min-width: auto;
    padding: 0;
}

.bth__btn.bth__btn--sm {
    width: 170px;
    min-width: auto;
}

.bth__btn--160 {
    width: 160px;
    height: 45px;
    min-width: auto;
}

.bth__btn.bth__btn--150 {
    width: 150px;
    min-width: auto;
}

.bth__btn.bth__btn--200 {
    width: 200px;
    min-width: auto;
}

.bth__btn--biggest {
    height: 50px;
    line-height: 24px;
    min-width: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.bth__btn--320 {
    height: 50px;
    line-height: 24px;
    min-width: auto;
    padding-right: 0;
    padding-left: 0;
    width: 320px;
}

.bth__btn--blue {
    background-color: #318cc6;
    color: white;
    border-color: #318cc6;
}

.bth__btn--blue-countr:hover {
    background-color: #215f86;
    border-color: #215f86;
    color: white;
}

.bth__btn--blue-countr {
    background-color: white;
    color: #318cc6;
    border-color: #318cc6;
}

.bth__btn--blue:hover {
    background-color: #215f86;
    border-color: #215f86;
}

.bth__btn--orange {
    background-color: #ffc600;
    border-color: #ffc600;
    color: white;

}

.bth__btn--orange:hover {
    background-color: #f8af00;
    border-color: #f8af00;
}

.bth__btn.bth__btn--grey {
    border-color: #898b8d;
    color: #898b8d;
}

.bth__btn.bth__btn--disable::after {
    content: '\f023';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #898b8d;
    margin-left: 5px;
}

.bth__btn.bth__btn--disable,
.bth__btn.bth__btn--disable:hover {
    border-color: #898b8d !important;
    color: #898b8d !important;
    background-color: white !important;
}

.bth__btn.bth__btn--grey-dark:hover {
    border-color: #797b7d !important;
    background-color: #797b7d !important;
}

.bth__btn.bth__btn--grey-dark {
    border-color: #898b8d !important;
    background-color: #898b8d !important;
    color: white !important;
}

.bth__btn--green {
    background-color: #00A551;
    border-color: #00A551;
    color: white;
}

.bth__btn--green-brdr {
    color: #008D47;
    border-color: #008D47;
    background-color: white;
}

.bth__btn--green-brdr:hover {
    background-color: #008543;
    border-color: #008543;
    color: white !important;
}

.bth__btn--green:hover {
    background-color: #008543;
    border-color: #008543;
    color: white !important;
}

.bth__btn--turquoise {
    background-color: white;
    border-color: #039097;
    color: #039097;
}

.bth__btn--turquoise:hover {
    background-color: white;
    border-color: #04787e;
    color: #04787e;
}

.bth__btn--turquoise-count:hover {
    background-color: #04787e;
    border-color: #04787e;
}

.bth__btn--turquoise-count {
    background-color: #039097;
    border-color: #039097;
    color: white;
}

.bth__inp:-webkit-autofill,
.bth__inp:-webkit-autofill:hover,
.bth__inp:-webkit-autofill:focus,
.bth__inp:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.separator {
    height: 20px;
}

.show-768 {
    display: none;
}

.edit-block__tbl {
    display: table;
    width: 100%;
}

.hint-block.hint-block--abs .bth__cnt {
    width: -moz-max-content;
    width: max-content;
}

.hint-block.hint-block--abs {
    display: none;
}

.rbt-block.has-error .rbt + .label-rbt::before {
    border-color: #e03a3a;
}

.rbt-block.has-error .rbt + .label-rbt::after {

    background: #e03a3a;
}

.rbt-block.has-error .rbt-cnt {
    color: #e03a3a;
}

.bth__inp-block.has-error,
.bth__ta-block.has-error {
    border: 1px solid #da4c4c !important;
}

.bth__inp-block.has-error .bth__inp-count {

    color: #475669;
    right: 36px;
}

.bth__uper-link {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #318cc6;
    cursor: pointer;
    font-family: 'apercu_pro', sans-serif;
}

.bth__inp-block.has-error.bth__inp-block-burger::after {
    display: none;
}

.bth__inp-block.has-error .hint-block--abs:hover .hint {
    display: block !important;
    left: auto;
    right: 0;
}

.has-error .hint-block.hint-block--abs,
.bth__inp-block.has-error .hint-block--abs {
    display: block;
    width: auto;
}

.has-error {
    color: #e03a3a !important;
}

.page .rbt-block.has-error .hint-block--abs .question-error {
    background-color: transparent;
    font-size: 15px;
}

.panel--load::after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #ffffff8a;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 100px;
    background-size: 200px;
    background-image: url("/i/load1.svg");
}

.rbt-block.has-error .hint-block.hint-block--abs {
    position: relative;
    background-color: transparent;
    vertical-align: top;
    display: inline-block;
    width: auto;
    top: 2px;
    margin-left: 15px;
}

.bth__red-star {
    color: #da4c4c;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.show-1279 {
    display: none;
}

.show-1023 {
    display: none !important;
}

.show-768 {
    display: none;
}

.bth__inp-block.error,
.bth__ta-block.error {
    border-color: #da4c4c;
}

.bth__inp-block.error .hint-block.hint-block--abs,
.bth__ta-block.error .hint-block.hint-block--abs {
    display: block;
}

.bth__inp-block-40.error .hint-block.hint-block--abs {
    display: block;
    top: 11px;
}

.bth__inp-block-40.has-error {
    border: 1px solid #da4c4c;
}

.bth__inp-block-40.has-error .hint-block.hint-block--abs {
    z-index: 10;
    background-color: white;
    top: 12px;

}

.bth__inp-block.bth__inp-block--small-dbl {
    width: 243px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;

}

.hint-block {
    position: relative;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    color: #475669;
    /*z-index: 10;*/
}

.bth__ava-square {
    border-radius: 2px !important;
}

.bth__ava-square img {
    border-radius: 2px;
}

.bth__ava-circle img {
    border-radius: 50%;
}

.bth__ava-circle {
    border-radius: 50% !important;
}

.hint-block--abs {
    position: absolute;
    right: 8px;
    top: 14px;
}

.hint-block--dib {
    display: inline-block;
}

.hint-parent {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.hint-parent .hint {
    display: none !important;
}

.hint {
    position: absolute;
    display: none;
    padding: 5px 9px 6px 9px;
    background: rgba(255, 255, 255, 1);
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    font-size: 14px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 100;
    width: max-content; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    border-radius: 3px;
    top: 24px;
    right: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    text-align: left;
    text-transform: none;
    font-weight: normal !important;
    white-space: normal;
    line-height: 25px;
    min-width: 120px;
    max-width: 300px;
}

.hint .hint__cross {
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-position: right top;
    background-size: 15px;
    display: inline-block;
    position: absolute;
}

.hint.hint--110 {
    min-width: auto !important;
    width: 110px !important;
}

.hint.hint--120 {
    min-width: auto !important;
    width: 120px !important;
}

.hint.hint--180 {
    min-width: auto !important;
    width: 180px !important;
}

.hint.hint--250 {
    min-width: auto !important;
    width: 250px !important;
}

.hint.hint--150 {
    min-width: auto !important;
    width: 150px !important;
}

.hint.hint--70 {
    min-width: auto !important;
    width: 70px !important;
}

.hint.hint--90 {
    min-width: auto !important;
    width: 90px !important;
}

.hint.hint--orange {
    background: rgb(250, 246, 229);

    padding: 9px 13px;
}

.hint-parent:hover .hint.hint--left {
    right: 0;
    left: auto;
    min-width: auto;
}

.hint.hint--red {
    background: rgb(249, 235, 234) !important;
    padding: 9px 13px !important;
}

.hint-block.hint-block--abs + .hint.hint--red {
    top: 50px;
    left: auto;
    right: 0;
}

.hint.hint--big {
    width: 330px;
    max-width: none !important;
}

.hint--left {
    left: 0;
    right: auto;
}

.question-error {
    display: block;
    color: #da4c4c;
    font-size: 19px;
}

.panel .section.section--grey .selectize-input {
    border: none;
    box-shadow: none;
    padding: 8px 8px 7px 10px;
}

.section-section__top {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.panel .section.section--grey .selectize-input.dropdown-active::before {
    transform: rotate(180deg);
    top: 0px;
}

.panel .section.section--grey .selectize-control {
    height: 100%;
    width: 100%;
}

.panel .section.section--grey .selectize-dropdown {
    margin: 4px 0 0 0;
}

.panel .section.section--grey .selectize-control.single .selectize-input:after {
    display: none;
}

.panel .section.section--grey .selectize-dropdown [data-selectable],
.panel .section.section--grey .selectize-dropdown .optgroup-header {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 10px;
}

.panel .section.section--grey .selectize-dropdown .active {
    background-color: #E4E4E4;
}

.panel .section.section--grey .selectize-input.focus {
    box-shadow: none;
}

/*.selectize-control.single .selectize-input.input-active,*/
/*.selectize-control.single .selectize-input.input-active input {*/
/*box-shadow:  inset 0px -3px 0px 0px orange;*/
/*}*/

.panel .section.section--grey .selectize-control.single .selectize-input::before,
.panel .section.section--grey .selectize-input.dropdown-active::before {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 15px;
    color: #999;
    display: inline-block;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: initial;
    bottom: initial;
    background: #fff;
    height: auto;
    transition: 0.3s;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.panel .section.section--grey .selectize-control.single .selectize-input:after {
    display: none;
}

.panel .section.section--grey .selectize-input > * {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 14px;
    font-weight: bold;
}

.panel .section.section--grey .opt {
    background: #fff;
}

.bth__inp-block-eye {
    background-image: url(/i/closed-eye-fine.png);
    background-repeat: no-repeat;
    height: 11px;
    top: 22px;
    right: 16px;
    position: absolute;
    cursor: pointer;
    display: block;
    z-index: 1;
    width: 22px;
}

.bth__inp-block.has-error .bth__inp-block-eye {
    right: 37px;
}

.bth__inp-block-eye.active {
    background-image: url(/i/opened-eye-fine.png);
}

.bth__inp-block-loc-q {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    width: 42px;
    text-align: center;
}

.bth__inp-block-loc-q i {
    color: #aeaeae;
    position: relative;
    font-size: 30px;
    line-height: 55px;
}

.bth__inp-block-pass-new .bth__inp {
    width: calc(100% - 50px);
}

.bth__inp-block-loc-q:hover i {
    color: #318cc6;
}

.bth__inp-block-loc-q.bth__inp-block-loc-q--loader i {
    opacity: 0;
}

.bth__inp-block-loc-q.bth__inp-block-loc-q--loader {
    background-image: url(/i/loader.gif);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center right;
}

.bth__inp-block-loc-q i.fa-lock::after {
    content: '?';
    color: white;
    position: absolute;
    font-size: 16px;
    left: 9px;
    bottom: -6px;
    font-style: normal;
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/*баблики*/
.section.section__bubbles {
    padding-bottom: 0;
    padding-top: 11px;
}

a.section__bubble .fa-cog {
    color: #999;
}

a.section__bubble .fa-cog:hover {
    color: #318cc6;
}

.section__bubble {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    border-radius: 5px;
    min-width: 105px;
    padding: 7px 7px 4px;
    margin-right: 15px;
    height: 45px;
    box-sizing: border-box;
    margin-bottom: 11px;
}

.section__bubble .section__bubble-sm {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 12px;
    line-height: 21px;
}

.section__bubble .section__bubble-big {
    font-size: 24px;
    line-height: 18px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
}

.section__bubble .section__bubble-pay {
    display: inline-block;
    width: 79px;
    height: 40px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-left: 29px;
}

.section__bubble-pay.section__bubble-pay--visa {
    background-image: url("/i/pay_mytour/Visa_logo.svg");
    height: 36px;
}

.section__bubble-pay.section__bubble-pay--mastercard {
    background-image: url("/i/pay_mytour/Mastercard-logo.png");
    background-size: 62px;
}

.section__bubble-pay.section__bubble-pay--mir {
    margin-left: 22px;
    background-image: url("/i/pay_mytour/mir-logo.png");
}

.section__bubble-biggest .section__bubble-big {
    font-size: 27px;
    line-height: 31px;
    margin-right: 3px;

}

.section__bubble-biggest .section__bubble-sm {
    color: #999;
}

.section__bubble-biggest:hover i.fa-cog {

    color: #318cc6;
}

.section__bubble-biggest i.fa-cog {
    color: #999;
    cursor: pointer;
}

/*чекбоксы*/

.cbx-block {
    position: relative;
    display: block;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    width: auto;
    vertical-align: top;
    cursor: pointer;
}

.cbx {
    display: none;
}

.cbx + .label-cbx {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    line-height: normal;
    padding-left: 30px
}

.cbx + .label-cbx::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #475669;
    box-sizing: border-box;
    cursor: pointer;
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.cbx:disabled + .label-cbx::before {

    border: 2px solid #999;
}

.cbx:disabled + .label-cbx .cbx-cnt {

    color: #999;
}

.cbx:checked + .label-cbx::before {
    background-image: url(/i/checkmark.svg);
}

.cbx:checked + .label-cbx {
    color: #475669;
}

.cbx-cnt {
    display: inline-block;
    vertical-align: top;
    color: #475669;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
}

.error .cbx-block .cbx + .label-cbx::before {
    border-color: #da4c4c;
}

.bth__inp-block--75p {
    width: 75%;
}

.bth__inp-block--10p {
    width: 11%;
}

.bth__inp-block--60p {
    width: calc(60% + 15px);
}

.bth__inp-block--60p-40px {
    width: calc(60% - 40px);
}

.bth__inp-block--25p {
    width: 25%;
}

.bth__inp-block--90p {
    width: 90%;
}

.bth__inp-block--30p {
    width: 30%;
}

.bth__inp-block--33p {
    width: 33%;
}

.bth__inp-block--170 {
    width: 222px;
    margin-right: 15px;
    position: relative;
}

.bth__inp-block--135 {
    width: 135px;
    margin-right: 15px;
    position: relative;
}

.bth__inp-block--280 {

    width: 278px;
    margin-right: 15px;
    position: relative;
}

.bth__inp-block--445 {
    width: 445px;
}

.bth__inp-block--200 {
    width: 199px;
}

/*радио*/
.rbt-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    margin-right: 22px;
    /*margin-bottom: 10px;*/
    line-height: 21px;
}

.rbt-block .rbt {
    display: none !important;
}

.rbt + .label-rbt {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: normal;
    padding-left: 25px
}

.rbt + .label-rbt::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #475669;
    border-radius: 50%;
    box-sizing: border-box;
}

.rbt-block--red .rbt:checked + label .rbt-cnt {
    color: #e03a3a;
}

.rbt-block--red .rbt:checked + .label-rbt::before {
    border-color: #e03a3a;
}

.rbt-block--red .rbt:checked + .label-rbt::after {
    background: #e03a3a;
}

.rbt-block--green .rbt:checked + label .rbt-cnt {
    color: #00a551;
}

.rbt-block--green .rbt:checked + .label-rbt::before {
    border-color: #00a551;
}

.rbt-block--green .rbt:checked + .label-rbt::after {
    background: #00a551;
}

.rbt:checked + .label-rbt::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #475669;

    border-radius: 50%;
}

.rbt:checked + .subs-rbt {
    color: #475669;
}

.rbt-cnt {
    display: inline-block;
    vertical-align: top;
    color: #475669;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'apercu_pro', sans-serif;
}

.rbt-cnt.rbt-cnt--big {
    line-height: 21px;
    font-size: 18px;
}

.rbt-block--disabled {
    cursor: auto;
}

.rbt-block--disabled .rbt + .label-rbt::before {
    border-color: #898b8d;
}

.rbt-block--disabled .rbt-cnt {
    color: #898b8d;
    cursor: auto;
}

.section--grey-lite {

    position: relative;
    padding: 15px;
    background: #efefef;
}

.section--grey {
    position: relative;
    padding: 15px;
    background: #e4e5ea;
}

.section--green {
    position: relative;
    padding: 15px;
    background: #e5f6ed;
}

.section--red {
    position: relative;
    padding: 15px;
    background: #f9ebea;
}

.section--yellow {
    position: relative;
    padding: 15px;
    background: #faf6e5;
}

.section--transparent {
    position: relative;
    padding: 15px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;

}

.loader {
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 20px auto 0;
    box-sizing: border-box;
}

.loader__img {
    width: 100%;
    height: 100%;
}

.loader-overlay {
    position: relative;
    min-height: 200px;
}

.loader-overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px;
    background-image: url(/i/loader.gif);
    top: 0;
    left: 0;
    background-color: #ffffffb8;
}

.panel .has-error .hint-block--abs .question-error {
    color: #da4c4c !important;
    font-size: 19px;
}

.cbx__bubble-item .cbx__bubble-lb {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    width: 85px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 1px solid #f1ebd3;
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;

    vertical-align: middle;
}

.cbx__bubble-item {
    display: inline-block;
    color: #ff8e41;
    position: relative;
}

.cbx__bubble-inp {
    display: none !important;
}

.cbx__bubble-inp:checked + label {
    color: white;
    border-radius: 2px;

}

.cbx__bubble .cbx__bubble-item:not(:last-of-type) {

    margin-right: 10px;
}

.cbx__bubble span {
    border-radius: 2px;
    line-height: 31px;
    width: 79px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.cbx__bubble-inp:checked + label span {
    background-color: #ff8e41;
}

.cbx__bubble-item .hint-block {
    display: none;
    top: 10px;
    right: -40px;
}

.section-cross {
    width: 30px;
    cursor: pointer;
    height: 30px;
    background-image: url(/i/tophotels/cross-thin-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.section-cross:hover {
    background-image: url(/i/tophotels/cross-thin.svg);
}

.bth__ttl-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

a.bth__ttl-h2-23:hover {
    color: #318cc6;
}

.bth__ttl-h2-23 {
    font-size: 23px;
}

.thx__tbl .head__tbl {
    display: table-header-group;
}

.thx__tbl .head__tbl .bth__cell {
    padding: 5px 7px;
}

.thx__tbl .head__tbl .bth__cell {
    position: relative;
    vertical-align: top;
    padding: 7px;
    border-bottom: 1px solid #ccc;
}

.thx__tbl .head__tbl .bth__cnt {
    color: #999;
    font-size: 12px;
}

.thx__tbl .body__tbl {
    display: table-row-group;
}

.thx__tbl .bth__cell {
    border-bottom: 1px solid #ccc;
    padding: 7px;
    vertical-align: top;
}

.full-modal {
    width: 100%;
    height: 95vh;
    background: #fff;
    padding: 20px;
    text-align: left;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
}

.full-modal__close {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(/i/tourvision/close-12x12.png);
}

.full-modal__close:hover {
    background: url(/i/tourvision/close-12x12-red.png);
}

/**/
.bth__file-bubble {
    display: inline-block;
    vertical-align: bottom;
    width: 90px;
    padding: 3px 7px;
    margin-right: 10px;
    margin-bottom: 15px;
    font-family: 'apercu_pro', sans-serif;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.bth__file-bubble span {
    font-size: 15px;
    color: #ff8e41;
    text-transform: uppercase;
    margin-left: 5px;
}

.bth__file-bubble i.bth__file-bubble-ico-big {

    margin-top: 5px;
    font-size: 36px;
}

.bth__file-bubble .file-upload-icon {
    background-image: url(/i/file-upload-orange.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}

.bth__file-bubble:hover .file-upload-icon {
    background-image: url(/i/file-upload-dark-orange.svg);
}

.bth__file-bubble:hover span,
.bth__file-bubble:hover i {
    color: #e27200;
}

.bth__file-bubble i {
    font-size: 25px;
    color: #ff8e41;
    margin-top: 13px;
}

.bth__file-bubble-error i {

    font-size: 19px;
    color: #e03a3a;
    margin-left: 5px;
}

.bth__file-bubble-error {
    vertical-align: bottom;
    margin-bottom: 7px;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    display: none;
    position: relative;
    color: #e03a3a;
}

.bth__file-bubble.has-error + .bth__file-bubble-error {
    display: inline-block;
}

.bth__file-bubble.bth__file-bubble--40 {
    height: 53px;
    width: 53px;
    text-align: center;
}

.bth__file-bubble.bth__file-bubble--40 i {

    font-size: 33px;
    line-height: 50px;
    margin-top: 0;
}

/**/

.bth__radioBubble-item .bth__radioBubble-lb.bth__radioBubble-lb--115 {
    width: 115px;
}

.bth__radioBubble-item .bth__radioBubble-lb {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 3px;
    border: 1px solid white;
    text-transform: uppercase;

    vertical-align: middle;
}

.bth__radioBubble-item.bth__radioBubble-item--sm {

    margin-right: 0;
    margin-bottom: 10px;
}

.bth__radioBubble-item.bth__radioBubble-item--sm label span {
    padding: 0 3px;
    width: 98%;
}

.bth__radioBubble-item.bth__radioBubble-item--sm .bth__radioBubble-lb {
    width: 100%;
    font-size: 12px;
}

.bth__inp-block-abs-btn {
    text-align: center;
}

.bth__inp-block-abs-btn {
    border-left: 1px solid #e4e5ea;
    position: absolute;
    right: 0;
    color: #ccc;
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    padding: 13px;
    font-size: 20px;
}

.bth__inp-block-abs-btn:hover {
    color: #e27200;
}

.bth__inp-block-ico-abs {
    border-radius: 2px;
    background-color: #ddd;
    font-weight: bold;
    position: absolute;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
    padding-top: 5px;
    right: 5px;
    top: 5px;
    font-family: 'apercu_pro', sans-serif;
}

.bth__inp-ico-abs-box {
    position: absolute;
    right: 7px;
    top: 7px;
}

.bth__inp-block-ico-abs + input,
.bth__inp-ico-abs-box + input {
    width: calc(100% - 60px);
}

.bth__inp-block-abs-btn + input {
    width: calc(100% - 60px);
}

.bth__radioBubble-item.bth__radioBubble-item--120 .bth__radioBubble-lb {
    width: 120px;
}

.bth__radioBubble-item {
    position: relative;
}

.bth__radioBubble-item.has-error .bth__radioBubble-lb {
    color: #e03a3a;
    border-color: #e03a3a;

}

.bth__radioBubble-item {
    display: inline-block;
    color: #ff8e41;
    position: relative;
    vertical-align: middle;
    margin-bottom: 10px;
}

.bth__radioBubble-item--green .bth__radioBubble-inp:checked + .bth__radioBubble-lb span {
    background-color: #0A8E42;
    color: white;
}

.bth__radioBubble-item.bth__radioBubble-item--big span {
    width: 125px;
}

.bth__radioBubble-item--grey .bth__radioBubble-inp:checked + .bth__radioBubble-lb span {
    background-color: #999;
    color: white;
}

.bth__radioBubble-item--red .bth__radioBubble-inp:checked + .bth__radioBubble-lb span {
    background-color: #e03a3a;
    color: white;
}

.bth__radioBubble-item--red {

}

.bth__radioBubble-inp {
    display: none !important;
}

.bth__radioBubble-inp:checked + label {
    color: white;
    border-radius: 2px;

}

.bth__radioBubble-item:not(:last-of-type) {

    margin-right: 10px;
}

.bth__radioBubble-item label span {
    border-radius: 2px;
    line-height: 31px;
    height: 30px;
    white-space: nowrap;
    width: 99%;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
}

.bth__radioBubble-inp:checked + label span {
    background-color: #ff8e41;
}

.bth__radioBubble-item .hint-block--abs {
    top: 18px;
}

.bth__radioBubble-item .hint-block {
    display: none;
    top: 10px;
    right: -40px;
}

.bth__radioBubble-item.bth__radioBubble-item--60 .bth__radioBubble-lb span {

    width: 95%;
}

.bth__radioBubble-item.bth__radioBubble-item--60 .bth__radioBubble-lb {
    width: 60px;
}

.bth__radioBubble-item label span.bth__radioBubble-span-110 {
    width: 140px;
}

.bth__transparent-inp {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    font-family: 'apercu_pro', sans-serif;
    color: #318cc6;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;

}

.bth__transparent-inp input {
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: 'apercu_pro', sans-serif;
    color: #318cc6;
    font-size: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: 0;
    padding-left: 67px;
    font-weight: bold;
}

.bth__ta-resizable-wrap .bth__ta-resizable-hint.active {
    font-size: 13px;
    top: 5px;
}

.bth__ta-resizable-wrap .bth__ta-resizable {
    box-sizing: border-box;

    padding: 15px 10px;
    padding-top: 27px;
    font-size: 18px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    background-color: white;
    border-radius: 2px;
    word-break: break-all;
    min-height: 55px;
    transition: 0.3s;
    padding-bottom: 0;

    border: none !important;
    outline: none !important;
    resize: none !important;
}

.bth__ta-resizable-wrap .bth__ta-resizable.focus {
    min-height: 100px !important;
    padding-bottom: 15px;
}

.bth__ta-resizable-wrap {
    position: relative;
}

.bth__ta-resizable-wrap .bth__ta-resizable:empty:after {
    content: "";
}

.bth__ta-resizable-wrap .bth__ta-resizable-hint {
    font-size: 14px;
    color: #999;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    top: 17px;
    left: 10px;
}

.bth__add-icon-40 {
    color: #ff8e41;
    background-color: white;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 23px;
    padding-top: 7px;
    box-sizing: border-box;
    margin-left: 15px;
    cursor: pointer;
}

.bth__add-icon-40:hover {
    color: #e27200;
}

/**/
.bth__inp-block--flag-right {
    position: absolute;
    right: 6px;
    top: 10px;
}

/**/
.cbx-square {
    display: inline-block;
    color: #ff8e41;
    margin-right: 10px;
}

.cbx-square__label {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    width: 85px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 0px;
    text-transform: uppercase;
    vertical-align: middle;
}

.cbx-square__label.percent::after {
    content: '%';
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #999;
}

.cbx-square input.cbx-square__span {

    padding-right: 15px;
    text-align: center;
}

.cbx-square__span {
    border-radius: 2px;
    color: #475669;
    border: none;
    font: inherit;
    line-height: 31px;
    width: 92%;
    height: 30px;
    position: relative;
    display: inline-block;
}

.cbx-square .cbx + .cbx-square__label {
    color: white;
    border-radius: 2px;
}

.cbx-square .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #ff8e41;
    color: white;
}

.cbx-square.cbx-square--blue .cbx-square__label .cbx-square__span {
    color: #2f80ed;
}

.cbx-square.cbx-square--blue .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #2f80ed;
}

.cbx-square.cbx-square--dark-grey .cbx-square__label .cbx-square__span {
    color: #475669;
}

.cbx-square.cbx-square--dark-grey .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #475669;
}

.cbx-square.cbx-square--dark-green .cbx-square__label .cbx-square__span {
    color: #0A8E42;
}

.cbx-square.cbx-square--dark-green .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #0A8E42;
}

.cbx-square.cbx-square--light-pink .cbx-square__label .cbx-square__span {
    color: #f15a7e;
}

.cbx-square.cbx-square--light-pink .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #f15a7e;
}

.cbx-square.cbx-square--pink .cbx-square__label .cbx-square__span {
    color: #e50a7f;
}

.cbx-square.cbx-square--pink .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #e50a7f;
}

.cbx-square.cbx-square--purple .cbx-square__label .cbx-square__span {
    color: #673AB7;
}

.cbx-square.cbx-square--purple .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #673AB7;
}

.cbx-square.cbx-square--red .cbx-square__label .cbx-square__span {
    color: #DA4242;
}

.cbx-square.cbx-square--red .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #DA4242;
}

.cbx-square.cbx-square-yellow .cbx-square__label .cbx-square__span {
    color: #ffc200;
}

.cbx-square.cbx-square-yellow .cbx:checked + .cbx-square__label .cbx-square__span {
    background-color: #ffc200;
}

/**/
.bth__preview-file-90 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    margin-right: 15px;
    width: 90px;
    height: 53px;
    border-radius: 2px;
    background-color: white;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 13px;
    overflow: hidden;
    color: #475669;
    text-overflow: ellipsis;
}

/**/
.bth__preview-90-cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(/i/tophotels/cross-thin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff73;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.bth__preview-img-90:hover .bth__preview-90-cross,
.bth__preview-file-90:hover .bth__preview-90-cross {
    opacity: 1;
}

/**/

.bth__preview-img-90 img {

    border-radius: 2px;
    object-fit: contain;
}

.bth__preview-img-90 b {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 53px;
}

.bth__preview-img-90 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 15px;
    background-color: white;
    margin-right: 10px;
    position: relative;
    width: 90px;
    height: 53px;
    border-radius: 2px;
}

/**/
.bth__anonim {
    display: inline-block;
    color: white;
    border-radius: 2px;
    background-color: #ccc;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.bth__anonim::after {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.bth__anonim.bth__anonim--60 {

    width: 60px;
    height: 60px;
    font-size: 32px;
    padding-top: 18px;
}

/**/
.bth__ava-25 {
    width: 25px;
    height: 25px;
    display: inline-block;

}

.bth__ava-25.hint-parent:hover .hint,
.hint-parent:hover .bth__ava-25 + .hint {
    top: 30px;

}

.bth__ava-60.hint-parent:hover .hint {
    top: 60px;
    right: auto;
    left: 0;

}

.bth__ava-35 {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.bth__ava-45 {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.bth__ava-40 {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.bth__ava-50 {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.bth__ava-60 {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.bth__ava-80 {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.bth__ava-120 {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.bth__ava-170 {
    width: 170px;
    height: 170px;
    display: inline-block;
}

.bth__ava-290 {
    width: 290px;
    height: 290px;
    display: inline-block;
}

/**/
.bth__img-190 {
    width: 190px;
    height: 120px;
    display: inline-block;
}

.bth__img-240x140 {
    width: 240px;
    height: 140px;
    display: inline-block;
}

.bth__img-200 {
    width: 200px;
    display: inline-block;
    height: 285px;
}

.bth__img-240 {
    width: 240px;
    display: inline-block;
    height: 250px;
}

.bth__img-350 {

    width: 350px;
    height: 310px;
    display: inline-block;
}

.bth__img-100 {
    display: inline-block;
    width: 100px;
    height: 60px;
}

.bth__img-100x100 {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.bth__img-850x450 {
    width: 850px;
    display: inline-block;
    height: 450px;
}

/**/
.bth__grey-choser {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    padding: 15px;
    background: #e4e5ea;
}

.bth__grey-choser .tour-selection-wrap-in {
    margin-top: 0;
}

.link-red {
    color: #e03a3a;
}

.link-red:hover {
    color: #ff1f21;
}

.items-list-block-loader__link {
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-top: 100px;
}

.items-list-block-loader__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*серечки*/

.bth__hearts .bth__hearts-ico {
    cursor: pointer;
    width: 23px;
    height: 22px;
    margin-right: 5px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("/i/tophotels/like-grey-2.svg");
    display: inline-block;
    vertical-align: initial;
}

.bth__hearts .bth__hearts-ico.hover-active {

    background-image: url("/i/tophotels/like-red-empty.svg") !important;
}

.bth__hearts .bth__hearts-ico.selected {
    background-image: url("/i/tophotels/like-red.svg") !important;
}

.bth__cog-cbx:hover {

}

.bth__cog-cbx {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #d6d6d6;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    vertical-align: top;

    cursor: pointer;
}

.bth__cog-cbx input.hidden + .bth__cog-lb {
    color: white;
    font-size: 23px;
    line-height: 40px;
    cursor: pointer;
}

.bth__cog-cbx:hover input.hidden + .bth__cog-lb,
.bth__cog-cbx input:checked + .bth__cog-lb {
    color: #e27200;
}

.bth__cog-cbx input.hidden + .bth__cog-lb + .hint {
    top: 40px !important;
}

.bth__btn.disabled,
.bth__btn.grey {

    border: 1px solid #999 !important;
    background-color: white !important;
    color: #999 !important;
}

.tooltip-big {
    background-color: white;
    border: 2px solid #e4e5ea;
    padding: 15px 10px;
    padding-right: 50px;
    border-radius: 2px;
    position: relative;
    display: block;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    line-height: 25px;
    width: 365px;
    margin-bottom: 20px;

}

.tooltip-big::before {
    content: "";
    position: absolute;
    background-image: url(/i/arrow-top-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 30px;
    top: -16px;
    background-color: white;
    left: 19px;
}

.tooltip-big .bth__btn {
    display: block;
    margin-top: 0;
}

.tooltip-big__cross {
    width: 30px;
    cursor: pointer;
    height: 30px;
    background-image: url(/i/tophotels/cross-thin-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: 12px;
    top: 20px;
}

.tooltip-big__cross:hover {
    background-image: url(/i/tophotels/cross-thin.svg);
}

.bth__inp-block .selectize-input {
    border: none;
    height: 40px;
    padding-top: 10px;
}

a.disable-link {
    cursor: text !important;
    color: #318cc6;
}

.cbx-marks .cbx-mark .cbx-mark__lb {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: white;
    border-radius: 2px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}

.bth__bold-link-bardo {
    color: #ab2a2a;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.bth__bold-link-bardo:hover {

    color: #da2f2f;
}

.cbx-marks .cbx-mark {
    display: inline-block;
}

.cbx-marks {
    position: relative;
}

.cbx-marks .cbx-mark:last-child {
    margin-right: 0;
}

.cbx-marks .cbx-mark.mark0 {
    width: 140px;
}

.cbx-marks .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    font-size: 18px;
    font-family: 'apercu_pro', sans-serif;
    line-height: 40px;
}

.cbx-marks .mark5m .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #00a651;
}

.cbx-marks .mark5 .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #75b71f;
}

.cbx-marks .mark4 .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #a9ca0a;
}

.cbx-marks .mark3 .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #dfa918;
}

.cbx-marks .mark2 .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #da4c4c;
}

.cbx-marks .mark1 .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #000;
}

.cbx-marks .mark0 .cbx-mark__inp + .cbx-mark__lb .cbx-mark__txt {
    color: #999;
}

.cbx-marks .mark5m .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #00a651;
}

.cbx-marks .mark5 .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #75b71f;
}

.cbx-marks .mark4 .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #a9ca0a;
}

.cbx-marks .mark3 .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #dfa918;
}

.cbx-marks .mark2 .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #da4c4c;
}

.cbx-marks .mark1 .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #000;
}

.cbx-marks .mark0 .cbx-mark__inp:checked + .cbx-mark__lb {
    background: #999;
}

.cbx-mark__inp {
    display: none;
}

.cbx-marks .cbx-mark__inp:checked + .cbx-mark__lb .cbx-mark__txt {
    color: #fff;
}

.cbx-marks .cbx-mark__inp + .cbx-mark__lb::after,
.cbx-marks .cbx-mark__inp + .cbx-mark__lb::before {
    display: none;
}

* {
    box-sizing: border-box
}

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


.cbx-blue-label {
    display: block;
    line-height: 16px;
    cursor: pointer;
}

.cbx-blue-txt {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    text-transform: uppercase;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: calc(100% - 30px);
}

.cbx-blue-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.cbx-blue-input:checked + .cbx-blue-box {
    border-color: #2c9cdc;
}

.cbx-blue-input:checked + .cbx-blue-box span {
    background: #2c9cdc;
    background: #2c9cdc url(/i/tick.svg);
}

.cbx-blue-input:disabled + .cbx-blue-box, .cbx-blue-input:disabled + .cbx-blue-box:hover {
    background: #eee;
    border-color: #bbb;
    cursor: text;
}

.cbx-blue-input:disabled + .cbx-blue-box, .cbx-blue-input:disabled + .cbx-blue-box + .cbx-blue-txt {
    color: #bbb;
    cursor: text;
}

.cbx-blue-input:disabled + .cbx-blue-box:after {
    display: none;
}

.cbx-blue.cbx-blue--green .cbx-blue-input:checked + .cbx-blue-box {
    border-color: #00a551;
}

.cbx-blue.cbx-blue--green .cbx-blue-input:checked + .cbx-blue-box span {
    background: #00a551;
    background: #00a551 url(/i/tick.svg);
}

.cbx-blue.cbx-blue--green .cbx-blue-input:checked + .cbx-blue-box + .cbx-blue-txt {
    color: #00a551
}


.cbx-blue.cbx-blue--red .cbx-blue-input:checked + .cbx-blue-box {
    border-color: #e03a3a;
}

.cbx-blue.cbx-blue--red .cbx-blue-input:checked + .cbx-blue-box span {
    background: #e03a3a;
    background: #e03a3a url(/i/tick.svg);
}

.cbx-blue.cbx-blue--red .cbx-blue-input:checked + .cbx-blue-box + .cbx-blue-txt {
    color: #e03a3a
}

.cbx-blue-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.cbx-blue-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 2px;
    transition: border-color .3s;
}

.cbx-blue-box:hover {
    border-color: #999;
}

.cbx-blue-box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .3s;
}

.cbx-blue-box:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    margin: -12px 0 0 -12px;
    border-radius: 50%;
    background: transparent;
    transition: background .65s;
}

.cbx-blue-box:active:after,
.cbx-blue-label:active .cbx-blue-box:after {
    background: rgba(44, 156, 220, 0.25);
    transition: .1s;
}

@media screen and (min-width: 1023px) {
    .hint-parent:hover .hint {
        display: inline-block !important;
        right: 0;
        top: auto;
        white-space: normal;
        line-height: 25px;
        max-width: 300px;
    }

    .hint-parent:hover .hint--t20-right {
        top: 20px;
        left: 0;
    }

    .hint-parent:hover .hint--t35-right {
        top: 35px;
        left: 0;
    }

    .hint-parent:hover .hint--t60 {
        top: 60px !important;
    }

    .hint-block:hover .hint {
        display: block;
    }

    .hint-parent:hover .hint:empty {
        display: none !important;
    }

    .bth__inp-block .hint-block:hover .hint,
    .bth__ta-block .hint-block:hover .hint {
        left: auto;
        right: 0;
    }

    .bth__ttl-h2 .hint-parent:hover .hint {

        top: 24px;
    }

    .bth__inp-block-loc-q:hover .hint {
        display: block;
        top: 35px;
    }

    .bth__icon-sm-35:hover .hint {
        display: block;
    }

    .bth__radioBubble-item:hover .hint {
        display: block;
    }

    .label-rbt:hover .hint {
        display: block;
    }
}

@media screen and (max-width: 1279px) {
    .show-1279 {
        display: inline-block !important;
    }

    .hide-1279 {
        display: none !important;
    }


    .bth__inp-map-hint {
        position: static;
        display: block;
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .hide-1023 {
        display: none !important;
    }

    .tooltip-big__cross {
        display: none;
    }

    .show-1023 {
        display: block !important;
    }

    .bth__ttl-h2 .ml10 {
        margin-left: 0 !important;
    }

    .bth__dbl-inp {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .bth__img-850x450 {
        width: 80%;
        height: 350px;
    }

    .bth__dbl-inp > .bth__inp-block:last-of-type {
        margin-bottom: 0 !important;
    }

    .rbt-block.has-error .hint-block.hint-block--abs {
        position: static;
    }

    .rbt-block.has-error .hint-block.hint-block--abs:hover .hint .bth__cnt {
        width: 100%;
    }

    .rbt-block.has-error .hint-block.hint-block--abs:hover .hint {
        display: block;
        left: 0;
        right: 0;
        width: 100%;
        min-width: auto;
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .bth__ttl-h2 {
        font-size: 16px;
    }

    .hide-768 {
        display: none !important;
    }

    .show-768 {
        display: inline-block !important;
    }

    .section--grey {
        padding: 10px;
    }

    .bth__inp-block,
    .bth__inp-block-40,
    .bth__ta-block {
        width: 100% !important;
        margin-right: 0;
    }

    .bth__ttl-h1 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 639px) {
    .hide-639 {
        display: none !important;
    }

    .bth__img-850x450 {
        height: 200px;
        width: 100%;
    }


    .show-639 {
        display: inline-block !important;
    }

    .tooltip-big {
        width: auto;
        padding-right: 70px;
    }

    .bth__inp-block.has-error .hint-block.hint-block--abs .bth__cnt {
        width: 100%;
    }

    .bth__inp-block.has-error .hint-block--abs:hover .hint {
        width: 100%;
        max-width: none;
        min-width: 100%;
    }
}

@media screen and (max-width: 598px) {
    .bth__ta-count + .bth__ta {
        padding-right: 7px;
    }

    .cbx-square {
        margin: 10px 10px 0 0;
    }

    .cbx-square__label {
        width: 75px;
    }

    .bth__ta-count {
        right: 0;
        bottom: auto;
        top: -24px;
    }

    .bth__inp-block {
        width: 100%;
        margin-right: 0;
    }

    .bth__radioBubble-item label span {
        padding: 0 3px;
        width: 98%;
    }

    .panel .has-error .hint-block--abs .question-error {
        font-size: 14px !important;
    }

    .bth__radioBubble-item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .bth__radioBubble-item .bth__radioBubble-lb {
        width: 100%;
        font-size: 13px;
    }

    .bth__radioBubble-item .hint-block {
        right: -25px;
    }

    .bth__radioBubble-item:not(:last-of-type) {
        margin-right: 2px;
    }

    .bth__btn {
        width: 100% !important;
        margin: 0;
        margin-right: 0 !important;
    }

    .cbx__bubble-item,
    .cbx__bubble-item .cbx__bubble-lb {
        width: 100%;
        box-sizing: border-box;
    }

    .cbx__bubble .cbx__bubble-item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .cbx__bubble span {
        width: 99% !important;
    }
}

@media screen and (max-width: 479px) {
    .hide-479 {
        display: none !important;
    }

    .show-479 {
        display: inline-block !important;
    }

    .bth__img-350 {
        width: 100%;
    }

}

@media screen and (max-width: 330px) {
    .bth__img-850x450 {
        height: 160px;
    }

}
/* File: /css/tophotels/paginator-new.css */
.paginatorNew {
    margin-top: 60px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button {
    background-repeat: no-repeat;
    border: 1px solid #9E9E9E;
    height: 50px;
    display: inline-block;
    min-width: 50px;
    padding: 0 4px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

    background-position: center;
    position: relative;
}

.paginatorNew__button-num {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 21px;
    font-weight: bold;
    line-height: 46px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.paginatorNew__ul {

}

.paginatorNew .paginatorNew__buttons .paginatorNew__button svg {
    position: absolute;
    top: 6px;
    left: 6px;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button:first-of-type > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 4px;
}

.paginatorNew.paginatorNew--nums .paginatorNew__buttons .paginatorNew__button {
    margin-right: 5px;
}

.paginatorNew .paginatorNew__button-cross {
    display: none;

}

.paginatorNew .paginatorNew__buttons .paginatorNew__button .paginatorNew__button-cross svg {
    top: 8px;
    left: 7px;

}

.paginatorNew .paginatorNew__button:hover .hint {
    display: block;
    width: 150px;
    top: 53px;
    left: 0;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button-text.disabled .load-more-spinner__bounce {
    background-color: #475669 !important;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button-text.disabled {
    border: 1px solid #9E9E9E !important;
    color: #475669 !important;
    cursor: text !important;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button-text {
    border: 1px solid #9E9E9E;

    text-align: center;
    font-size: 17px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
    margin-right: 7px;
    border-radius: 2px;
    height: 50px;
    padding-top: 14px;
    width: 261px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
}

.paginatorNew .paginatorNew__buttons > * {
    display: inline-block;
    vertical-align: middle;

}

.paginatorNew__button.active {
    background-color: #f8fcff;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button-text {

    border-color: #318cc6;
    color: #318cc6;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button.paginatorNew__button--blue {
    border-color: #318cc6;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button.active {
    border-color: #318cc6;
}

.paginatorNew__button.active .paginatorNew__button-num {
    color: #318cc6;
}

.paginatorNew.paginatorNew--nums .paginatorNew__button.active:hover .paginatorNew__button-num {

    color: #215f86;
}

.paginatorNew__button:hover .paginatorNew__button-num {

    color: #215f86;
}

.paginatorNew .paginatorNew__button-text:hover {
    border-color: #215f86;
    color: #215f86;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button:hover {
    border-color: #215f86;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button:hover path {
    fill: #215f86;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button-text:hover {
    border-color: #215f86;
    color: #215f86;
}

.paginatorNew .load-more-spinner {
    margin: 0 10px 0 auto;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.paginatorNew .load-more-spinner__bounce {
    margin-right: 2px;
    margin-bottom: 1px;
    width: 7px;
    height: 7px;
    background-color: #318cc6;
    border-radius: 100%;
    display: inline-block;
}

.paginatorNew .paginatorNew__buttons .paginatorNew__button-text:hover .load-more-spinner__bounce {
    background-color: #215f86;
}

.paginatorNew .load-more-spinner_animate .load-more-spinner__bounce {
    -webkit-animation: sk-bouncedelay 0.9s infinite ease-in-out both;
    animation: sk-bouncedelay 0.9s infinite ease-in-out both;
}

.paginatorNew .load-more-spinner__bounce:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.paginatorNew .load-more-spinner__bounce:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.paginatorNew.paginatorNew--smallest .paginatorNew__button-text {
    height: 45px;
    padding-top: 11px;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1024px) {
    .paginatorNew .paginatorNew__button:hover .hint {
        display: none !important;
    }

}

@media screen and (max-width: 750px) {
    .paginatorNew__ul,
    .paginatorNew .paginatorNew__buttons .paginatorNew__button {
        display: none !important;
    }

    .paginatorNew {
        margin-top: 30px;
    }

    .paginatorNew__buttons {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    .paginatorNew > a {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .paginatorNew {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

}

/* File: /css/tophotels/sorter-sumoSelect.css */
.bth__sorter-sumoSelect {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-color: #fafafa80;
    position: relative;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    height: 35px;
    cursor: pointer;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 14px;
    min-width: 270px;

}

.bth__sorter-sumoSelect .SumoSelect {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: static;
}

.bth__sorter-sumoSelect .SumoSelect > .CaptionCont {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ff8e41;
    padding-top: 6px;
    border-radius: 2px;
    box-sizing: border-box;

}

.bth__sorter-sumoSelect .SumoSelect > .CaptionCont > span {
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    height: 100%;
}

.bth__sorter-sumoSelect .SumoSelect.open > .CaptionCont {
    box-shadow: none;
}

.bth__sorter-sumoSelect .SumoSelect > .CaptionCont > label {
    width: 17px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 12px;
    transition: 0.3s;
    top: 11px;
}

.bth__sorter-sumoSelect .SumoSelect > .CaptionCont > label > i {
    background-image: url(/i/down-filterArrow.svg);
    background-repeat: no-repeat;
    margin: 0;
    width: 16px;
    top: -2px;
    height: 16px;
}

.bth__sorter-sumoSelect .SumoSelect > .CaptionCont > label > i:before {
    display: none;
}

.bth__sorter-sumoSelect .SumoSelect.open > .optWrapper {
    top: 34px;
    border-top: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0;
    border-color: #ff8e41;
}

.bth__sorter-sumoSelect .SumoSelect > .optWrapper > .options li.opt {
    border-top: 1px solid #f1ebd3;
    margin-left: 10px;
    border-bottom: 0;
    margin-right: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
}

.bth__sorter-sumoSelect .SumoSelect > .optWrapper > .options {

    background-color: white;
}

.bth__sorter-sumoSelect .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #ff8e41;
}

.bth__sorter-sumoSelect .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: white;
}

/* File: /css/tophotels/th-sumoselect.css */



.SumoSelect {
    height: 100%;
}

.SelectBox {
    padding: 11px 8px 0px 8px;
}

.SumoSelect > .CaptionCont > span {
    margin-bottom: 0;
    color: #475669 !important;
    font-size: 16px;
    margin-top: 1px;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    padding-right: 13px;

}


.SumoSelect > .optWrapper > .options li label {
    color: #475669;font-weight: normal;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 10px 6px;
    background-color: white;
}

.SumoSelect.open .search-txt {
    height: 44px;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    padding: 6px 8px 8px 8px;
}

.SumoSelect > .CaptionCont > label {
    width: 30px;
    top: 0px;
}



.SumoSelect > .CaptionCont > label > i {
    background-image: none;
    width: 13px;
    height: 18px;
    top: -5px;
    right: 9px;
    border-right: none;

    font-style: normal;
    border-bottom: none;
    transition: 0.3s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}

.SumoSelect > .CaptionCont > label > i:before {
    content: "\f107";
    font-size: 19px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ff8e41;
}

.SumoSelect.open > .search > label {
    visibility: visible;
    z-index: 10;
}

.SumoSelect {
    height: 50px;
    padding: 0;
}

.SumoSelect > .CaptionCont {
    height: 37px;
    border-radius: 0;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: none;
    border-color: #ccc;
}

.SumoSelect.open > .optWrapper {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
}

.SumoSelect.open > .CaptionCont > label > i {
    transform: rotate(180deg);
    top: 0px;
}

.SumoSelect > .optWrapper.isFloating {
    position: relative;
    width: 100%;
    max-height: 300px;
    top: 0;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 10px 6px;
}

.sumoStopScroll {
    overflow: initial;
}

@media screen and (max-width: 768px) {
    .SumoSelect > .CaptionCont > span {
        width: 90%;

    }
}
/* File: /css/footer.css */
.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #5c5c5c;
    color: #fff;
    line-height: 50px;
}

.footer .content > .footer__link {
    margin: 0;
}

.footer .content {
    display: flex;
    justify-content: space-between;
}

.footer__link:hover,
.footer__copyright:hover {
    color: #eee;
}

.footer__link {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 50px;
    font-size: 14px;

}

.footer__copyright {
    margin-right: 50px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    footer.footer .content   .footer__link {
        display: block;
        margin-top: 10px;
    }

    .footer .content {
        display: block;
    }

    .footer {
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer__copyright {
        display: block;
        margin: 0;
    }
}
/* File: /css/header.css */
.big-block {
    height: 288px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background-color: #5c5c5c;
    background-size: cover;
    padding: 40px 0 40px 0;
    background-position: top;
    background-repeat: no-repeat;
}

.big-block .content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.big-block .big-block__link:hover {
    color: #999;
}

.big-block .big-block__link {
    color: white;
    margin-top: auto;
    font-size: 15px;
    text-transform: uppercase;
}

.big-block__ttl {
    font-family: 'apercu_pro', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 600;

}

.big-block__sub-ttl {
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 40px;
}

.header .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header {
    border-bottom: 1px solid #fff;
    background-color: #5c5c5c;
}

.header .bth__ava-45 {

    display: inline-block;
    vertical-align: middle;
}

.header__logo {
    height: 21px;
    width: 174px;
    display: inline-block;

}

.header__nav {
    display: inline-block;
    vertical-align: middle;
}

.header__nav .header__link:last-of-type {
    margin-right: 0;
}

.header__link {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-right: 35px;
    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 73px;
}

/*ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ Ð½Ð° Ð°Ð²Ð°Ñ‚Ð°Ñ€ÐºÑƒ ÑŽÐ·ÐµÑ€Ð°*/

/* Ð²ÐµÑÑŒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÐµÑ‚ Ð¿ÐµÑ€ÑÐ¿ÐµÐºÑ‚Ð¸Ð²Ñƒ */
.header__user {
    cursor: pointer;
    margin-left: 50px;
    perspective: 1000;
    display: inline-block;
    vertical-align: middle;
}

/* Ð¿ÐµÑ€ÐµÐ²ÐµÑ€Ð½Ð¸Ñ‚Ðµ ÑÑ‚Ð¾Ñ€Ð¾Ð½Ñƒ Ð¿Ñ€Ð¸ Ð¿Ñ€Ð¾Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ Ð¼Ñ‹ÑˆÑŒÑŽ  */
.header__user:hover .header__user-in {
    transform: rotateY(180deg);
}

.header__user,
.header__user-in .bth__ava-40,
.header__user-in .header__auth {
    width: 40px;
    height: 40px;
}

/* Ð·Ð´ÐµÑÑŒ Ð½Ð°Ñ…Ð¾Ð´Ð¸Ñ‚ÑÑ ÑÐºÐ¾Ñ€Ð¾ÑÑ‚ÑŒ Ð¿ÐµÑ€ÐµÐ²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ */
.header__user-in {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* ÑÐºÑ€Ð¾Ð¹Ñ‚Ðµ Ð¾Ð±Ñ€Ð°Ñ‚Ð½ÑƒÑŽ ÑÑ‚Ð¾Ñ€Ð¾Ð½Ñƒ Ð²Ð¾ Ð²Ñ€ÐµÐ¼Ñ Ð¿ÐµÑ€ÐµÐ²Ð¾Ñ€Ð¾Ñ‚Ð° */
.header__user-in .bth__ava-40,
.header__user-in .header__auth {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* Ð»Ð¸Ñ†ÐµÐ²Ð°Ñ ÑÑ‚Ð¾Ñ€Ð¾Ð½Ð° Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð° Ð½Ð°Ð´ Ð¾Ð±Ñ€Ð°Ñ‚Ð½Ð¾Ð¹ */
.header__user-in .bth__ava-40 {
    z-index: 2;
}

/* Ð¾Ð±Ñ€Ð°Ñ‚Ð½Ð°Ñ, Ð¸Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð¾ ÑÐºÑ€Ñ‹Ñ‚Ð°Ñ ÑÑ‚Ð¾Ñ€Ð¾Ð½Ð° */
.header__user-in .header__auth {
    transform: rotateY(180deg);
    color: white;
    background-color: #e03a3a;
    font-size: 25px;
    padding-top: 4px;
    border-radius: 50px;
    text-align: center;
    z-index: 10;
}

.header__anonim {
    color: white;
    background-color: #e03a3a;
    font-size: 25px;
    padding-top: 4px;
    border-radius: 50px;
    text-align: center;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: block;
}

.header__anonim:hover {
    background-color: #e03a3a;
    color: white;
}

.header__key {
    border-radius: 50px;
    background-image: url(/i/circle-key.svg);
    background-position: center;
    z-index: 10;
    width: 40px;
    background-size: 40px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
    .header__link {
        margin-right: 20px;
    }

    .header__userÑŽ, .header__key {
        margin-left: 30px;
    }

    .big-block__ttl {
        font-size: 26px;
    }

    .big-block__sub-ttl {
        font-size: 16px;
    }
}

@media screen and (max-width: 766px) {
    .header .content {
        display: block;
    }

    .header__user, .header__key {
        margin: 0;
        position: absolute;
        top: -3px;
        right: 15px;
    }

    .header__user, .header__user-in .bth__ava-40, .header__user-in .header__auth, .header__key {
        width: 35px;
        height: 35px;
        background-size: 35px;
    }

    .header {
        padding: 16px 0;
    }
    .header__nav {
        margin-top: 10px;
    }

    .header__link {
        margin-right: 15px;
        font-size: 11px;line-height: 15px;
    }

    .big-block {
        padding: 20px 0;
    }
}

@media screen and (max-width: 400px) {
    .big-block__sub-ttl {
        font-size: 13px;
    }
}
/* File: /css/main.css */
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: 115px;
    box-sizing: border-box;
}


.content {
    position: relative;
    max-width: 1346px;
    margin: auto;
}

.content__left {
    width: 80%;
}

.topline-grey{
    padding: 15px 0;
    background-color: #eee;
}
.panel{
    position: relative;
}
@media screen and (max-width: 1500px) {
    .content {
        padding: 0 60px;
    }
    .content__left{
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .content {
        padding: 0 15px;
    }

    .tabs-block.tabs-block--big .tabs-bar {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .page {
        padding-bottom: 210px;
    }
}
/* File: /css/site.css */
html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*.footer {*/
    /*height: 60px;*/
    /*background-color: #f5f5f5;*/
    /*border-top: 1px solid #ddd;*/
    /*padding-top: 20px;*/
/*}*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

/*.hint-block {*/
    /*display: block;*/
    /*margin-top: 5px;*/
    /*color: #999;*/
/*}*/

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
#ctrlcopy {
    height:1px;
    overflow:hidden;
    position:absolute;
    width:1px;
    margin: 5px 0 0 -1px;
    line-height:0;
    opacity: 0;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* File: /css/bugs.css */
.bugs {
    padding: 15px;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 40px;
}

.bugs__top-line {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.bugs__bottom {
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    align-items: center;
}

.bugs__class.bugs__class--green {
    color: #75b71f;
}

.bugs__class {
    color: #475669;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    position: relative;
}

.bugs__txt {
    line-height: 25px;
    font-size: 15px;
}

/* File: /css/index.css */
.fill-block {
    padding: 35px 20px 50px 20px;
    color: white;
    border-radius: 5px;
    margin: 40px 0;
}

.fill-block__ttl {
    color: white;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 38px;
    font-family: 'apercu_pro', sans-serif;
}

.fill-block__sub-ttl {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.fill-block__txt {
    line-height: 26px;
    width: 70%;
    font-size: 17px;
}

.service-triples {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-triples div {
    margin-top: 10px;
    line-height: 25px;
}

.service-triple.service-triple--fast {
    background-image: url("/i/testmanager/fast.svg");
}

.service-triple.service-triple--func {
    background-image: url("/i/testmanager/error.svg");
}

.service-triple.service-triple--seo {
    background-image: url("/i/testmanager/seo.svg");
}

.service-triple.service-triple--shield {
    background-image: url("/i/testmanager/shield.svg");
}

.service-triple.service-triple--resp {
    background-image: url("/i/testmanager/responsive.svg");
}

.service-triple.service-triple--tap {
    background-image: url("/i/testmanager/tap.svg");
}

.service-triple {
    width: 32%;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 100px 15px 15px 15px;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    text-align: center;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 15px;
}

.box-shadow div {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
}

.box-shadow .bth__bold-link-bardo {
    margin-bottom: 10px;
    font-size: 17px;
}

.box-shadow {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 15px;
    margin-top: 20px;
}

.box-shadow__price {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}

.screen-double-blocks .screen-double-block:last-of-type div {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 27px;
}

.screen-double-blocks .screen-double-block:last-of-type {
    width: 60%;
    padding-left: 30px;
}

.screen-double-blocks .screen-double-block:first-of-type {
    width: 40%;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}

.screen-double-blocks {
    display: flex;
}

.process .process__block:last-of-type {
    margin-right: 0;
}

.process .process__block {
    width: 33%;
    padding-right: 30px;
}

.process .process__block div {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
}

.process .process__block:first-of-type .process__arr {
    background-image: url("/i/testmanager/arr1.png");
    padding-left: 15px;
}

.process .process__arr {
    font-style: normal;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 40px;
    height: 60px;
    background-image: url("/i/testmanager/arr2.png");
    display: block;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    line-height: 60px;
    background-position: left;
}

.process {
    display: flex;
}
.logotypes__item:hover{
    background-color: #cfe6fd;
}
.logotypes__item{
    display: inline-block;
    width: 30%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}
.logotypes__item.logotypes__item--tx{
    background-image: url("/i/tophotels/TH_logo.svg");
    background-size: 240px;
}
.logotypes__item.logotypes__item--rt{
    background-image: url("/i/rutraveller/logotype.svg");
    background-size: 240px;
}
.logotypes__item.logotypes__item--vinp{
    background-image: url("/i/testmanager/vinperl-logo.svg");
    background-size: 160px;
}
@media screen and (max-width: 1024px) {

    .service-triples div {
        line-height: 23px;
        font-size: 14px;
    }

    .service-triple {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .service-triple {
        width: 100%;
    }

    .service-triple b {
        display: block;
        font-size: 16px;
    }

    .process .process__arr {
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        margin: 0 auto 15px auto;
        padding-left: 0 !important;
        background-position: center;
    }

    .process .process__block {
        width: 100%;
        padding: 15px;
        margin: 0 0 15px 0;
        box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
    }

    .process .process__block div, .screen-double-blocks .screen-double-block:last-of-type div {

        line-height: 23px;
        font-size: 14px;
    }

    .fill-block__sub-ttl {
        line-height: 23px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .fill-block__txt, .box-shadow div:not(.box-shadow__price) {
        width: 100%;
        line-height: 23px;
        font-size: 14px;
    }

    .fill-block {
        padding-bottom: 35px;
    }

    .fill-block__ttl {
        font-size: 22px;
        line-height: 22px;
    }

    .process .fz14 {
        font-size: 16px !important;
    }

    .process, .screen-double-blocks {
        display: block;
    }

    .screen-double-blocks .screen-double-block:first-of-type {
        width: 100%;
    }

    .screen-double-blocks .screen-double-block:last-of-type {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}
/* File: /css/offer.css */
.offer-file {
    position: relative;
    width: 60%;
    cursor: pointer;
    align-items: center;
    display: flex;
    padding: 15px;
    color: #318cc6;
    box-shadow: 0 0 7px 1px #00000017;
    border-radius: 2px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.offer-file:hover {
    color: #215f86;
}

.offer-file__num {
    width: 30px;
}

.offer-file__ico {
    margin-left: auto;
    background-image: url("/i/file-upload-blue.svg");
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

@media screen and (max-width: 767px) {
    .offer-file {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .offer-file__num {
        font-size: 13px;
    }

    .offer-file__num {
        width: 23px;
    }

    .offer-file__ico {
        width: 20px;
    }
}
/* File: /css/404.css */
.error-wrap {
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    margin-top: 25px;

}

.error-wrap::after {
    content: '';
    background-image: url(/i/tophotels/matr.gif);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    height: 100%;
}

.error-wrap .bth__uper-link {
    margin: 30px 0;
    display: block;
}

.error-wrap__txt {

    font-size: 20px;
    margin-bottom: 20px;
    line-height: 27px;
}

@media screen and (max-width: 1300px) {
    .error-wrap::after {
        width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    .error-wrap::after {
        background: none;
    }
}

