.bth__txt {
    font-family: 'apercu_pro', sans-serif;
    font-size: 17px;
    color: #475669;
    line-height: 26px;
}

.bth__img-shadow {
    max-width: 90%;
    padding: 5px;
    display: block;
    -webkit-box-shadow: 0 0 5px 1px #e9e9e9;
    box-shadow: 0 0 5px 1px #e9e9e9;
    border-radius: 2px;
    margin: 10px 0;
}

.bth__txt-big {
    font-size: 18px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 29px;
}

.bth__grey-link {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
}

.bth__screens-border {
    background: #eeeeee;
    border-radius: 10px;
    padding: 10px;
    display: block;
}

.bth__inp-block-eye {
    background-image: url(https://tophotels.ru/csstx/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-eye.active {
    background-image: url(https://tophotels.ru/csstx/i/opened-eye-fine.png);
}

.bth__img60x40 {
    display: inline-block;
    width: 60px;
    height: 40px;
}

.bth__grey-link:hover {
    color: #318cc6;
}

.bth__quote {
    font-style: italic;
    padding-left: 15px;
    margin: 20px 0;
    color: #475669;
    font-weight: bold;
    display: block;
    line-height: 25px;
    font-size: 19px;
    position: relative;
}

.bth__ta-block.bth__ta-block--60 {
    height: 60px;
    width: 100%;
}

.bth__ta-block.bth__ta-block--90 {
    height: 90px;
    width: 100%;
}

.bth__ta-block {
    position: relative;
    height: 146px;
    width: 500px;
    border: none;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bth__ta-block.bth__ta-block--600 {
    height: 600px !important;
}

.bth__ta {
    width: 100%;
    height: 100%;
    resize: none;
    background: #ffffff;
    border-radius: 2px;
    border: none;
    padding: 7px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.bth__quote::after {
    content: '';
    width: 4px;
    background-color: #cd1f21;
    position: absolute;
    left: 0;
    top: 5px;
    height: calc(100% - 10px);
}

.bth__ul-dot > li::after {
    content: '';
    background-color: #ff8e41;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    left: -19px;
    top: 10px;
}

.bth__ul-line > li::after {
    content: '-';
    position: absolute;
    left: -19px;
    top: 0;
}

.bth__ul-decimal > li {
    position: relative;
    padding: 0 0 5px 25px;
}

.bth__ul-decimal ol > li {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
}

.bth__ul-line > li, .bth__ul-dot > li {
    position: relative;
    margin: 0 0 5px 18px;
}

.bth__ul-decimal ol {
    counter-reset: myCounter;
}

.bth__ul-decimal ol > li::before {
    content: counters(myCounter, ".") "" ".";
    counter-increment: myCounter;
    position: absolute;
    left: 0;
    top: 0;
}

.bth__ul-decimal {
    counter-reset: myCounter;
}

.bth__ul-decimal.bth__ul-decimal--bold > li::before {
    font-weight: bold;
}

.bth__ul-decimal > li::before {
    counter-increment: myCounter;
    content: counter(myCounter) '.' ' ';
    position: absolute;
    left: 0;
    top: 0;
}

.bth__inp {
    width: 100%;
    height: 100%;
    font-weight: bold;
    border: none;
    padding: 7px;
    font-size: 16px;
    background: #ffffff;
    font-family: 'apercu_pro', sans-serif;
    display: inline-block;
    color: #475669;
    border-radius: 2px;
}

.bth__inp-block {
    position: relative;
    width: 500px;
    border-radius: 2px;
    height: 50px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


.bth__inp-block-sm {
    position: relative;
    border-radius: 2px;
    height: 40px;
    background: #ffffff;
    display: block;
    cursor: pointer;
}

.bth__list-decimal {
    list-style-type: decimal;
    list-style-position: inside
}

.bth__list-decimal li {
    margin-bottom: 5px;
}

.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(https://tophotels.ru/csstx/i/loader.gif);
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.72);
}

.bth__ttl-h2 > *:not(.fas) {
    font: inherit;
    color: inherit;
}

.bth__ttl-h2 {
    font-size: 19px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.bth__ttl-h2 .bth__grey-link {
    font-size: 19px;
}

.bth__ttl-h1 {
    font-size: 25px;
    color: #475669;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
}

.bth__ttl-h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.bth__ttl-loader > * {
    visibility: hidden;
}

.bth__ttl-loader {
    background: #f6f6f6;
    -webkit-animation: ttlLoader 5s infinite;
    animation: ttlLoader 5s infinite;
}

@-webkit-keyframes ttlLoader {
    0% {
        background-color: #f6f6f6;
    }
    50% {
        background-color: #eeeeee;
    }
    100% {
        background-color: #f6f6f6;
    }
}

@keyframes ttlLoader {
    0% {
        background-color: #f6f6f6;
    }
    50% {
        background-color: #eeeeee;
    }
    100% {
        background-color: #f6f6f6;
    }
}

.bth__img.bth__img--contain {
    object-fit: contain;
    -o-object-fit: contain;
}

.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__inp-block--160 {
    margin-right: 15px;
    width: 162px;
}

.has-error {
    color: #e03a3a !important;
}

.has-error.has-error--animate, .has-error.has-error--animate .question-error {
    -webkit-animation: errorAnimate 2s infinite;
    animation: errorAnimate 2s infinite;
}

@-webkit-keyframes errorAnimate {
    from {
        opacity: 1;
    }
    50% {
        opacity: 60%;
    }
    to {
        opacity: 1;
    }
}

@keyframes errorAnimate {
    from {
        opacity: 1;
    }
    50% {
        opacity: 60%;
    }
    to {
        opacity: 1;
    }
}

.show-1279 {
    display: none;
}

.show-1023 {
    display: none !important;
}

.show-768 {
    display: none;
}

.bth__ava-square img, .bth__ava-square {
    border-radius: 2px !important;
}


.bth__ava-square5 img, .bth__ava-square5 {
    border-radius: 5px !important;
}

.bth__ava-circle img, .bth__ava-circle {
    border-radius: 50% !important;
}

.bth__ava-25 {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.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-190 {
    width: 190px;
    height: 190px;
    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: block;
    height: 450px;
}

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

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

.lsfw-label.has-error {
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    font-weight: bold;
}

.lsfw-label.has-error:hover .hint {
    display: block;
}

.lsfw-label.has-error::before {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.lsfw-label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    margin-bottom: 15px;
}

.lsfw-rbt.bg-white + .lsfw-rbt.bg-white, .lsfw-cbx.bg-white + .lsfw-cbx.bg-white {
    margin-top: 10px;
}

.lsfw-rbt.bg-white, .lsfw-cbx.bg-white {
    border-radius: 5px;
    display: block;
}

.lsfw-rbt.bg-white label::before, .lsfw-cbx.bg-white label::before {
    left: 12px;
    top: 8px;
}

.lsfw-rbt.bg-white label, .lsfw-cbx.bg-white label {
    display: block;
    padding: 8px 10px 8px 33px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.lsfw-cbx.lsfw-cbx--red-checked.grey label {
    color: #999999;
}

.lsfw-cbx.has-error label,
.lsfw-cbx.lsfw-cbx--red-checked:hover label,
.lsfw-cbx.lsfw-cbx--red-checked input:checked + label,
.lsfw-cbx.lsfw-cbx--red-checked-green label {
    color: #e03a3a;
}

.lsfw-cbx.lsfw-cbx--red-checked-green:hover label,
.lsfw-cbx.lsfw-cbx--red-checked-green input:checked + label,
.lsfw-cbx.lsfw-cbx--green-check input:checked + label,
.lsfw-cbx.lsfw-cbx--green-check:hover label,
.lsfw-cbx.lsfw-cbx--green input:checked + label,
.lsfw-cbx.lsfw-cbx--green label:hover,
.lsfw-cbx.lsfw-cbx--green label {
    color: #00a551;
}


.lsfw-cbx.lsfw-cbx--orange input:checked + label,
.lsfw-cbx.lsfw-cbx--orange label:hover {
    color: #ff8e41;
}

.lsfw-cbx.lsfw-cbx--orange-dark input:checked + label,
.lsfw-cbx.lsfw-cbx--orange-dark label:hover {
    color: #c96e31;
}


.lsfw-cbx input:disabled + label {
    color: #999999 !important;
}


.lsfw-cbx label::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    font-weight: normal;
    left: 0;
    color: inherit;
}

.lsfw-cbx {
    display: inline-block;
}

.lsfw-cbx input:checked + label, .lsfw-cbx:hover input + label {
    color: #318cc6;
}

.lsfw-cbx input:checked + label::before {
    content: '\f14a';
    font-weight: bold;
}


.lsfw-cbx label {
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    display: block;
    color: #475669;
    line-height: 17px;
    min-height: 13px;
    min-width: 13px;
}

.lsfw-rbt input, .lsfw-cbx input {
    display: none !important;
}

.lsfw-rbt input:disabled + label {
    color: #999999 !important;
    cursor: initial;
}

.lsfw-rbts {
    margin-bottom: 15px;
}

.lsfw-rbts > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 10px 0;
}

.lsfw-rbt.lsfw-rbt--bb label::before {
    left: 15px;
}

.lsfw-rbt.lsfw-rbt--bb input:checked + label {
    background: #ff8e41;
    color: #ffffff;
}

.lsfw-rbt.lsfw-rbt--bb label {
    background: #eeeeee;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 20px 0 35px;
    line-height: 25px;
    min-width: 160px;
}

.lsfw-rbt label {
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    display: block;
    color: #475669;
    line-height: 17px;
    min-height: 13px;
    min-width: 13px;
}

.lsfw-rbt.lsfw-rbt--green label:hover,
.lsfw-rbt.lsfw-rbt--green input:checked + label,
.lsfw-rbt.lsfw-rbt--green label:hover {
    color: #00a551 !important;
}

.lsfw-rbt.lsfw-rbt--green-light label:hover,
.lsfw-rbt.lsfw-rbt--green-light input:checked + label,
.lsfw-rbt.lsfw-rbt--green-light label:hover {
    color: #7ec81d;
}

.lsfw-rbt.lsfw-rbt--black input:checked + label,
.lsfw-rbt.lsfw-rbt--black label:hover {
    color: #475669;
}

.lsfw-rbt.lsfw-rbt--grey input:checked + label,
.lsfw-rbt.lsfw-rbt--grey label:hover {
    color: #999999;
}

.lsfw-rbt.lsfw-rbt--red input:checked + label,
.lsfw-rbt.lsfw-rbt--red label:hover {
    color: #e03a3a;
}

.lsfw-rbt.lsfw-rbt--orange input:checked + label,
.lsfw-rbt.lsfw-rbt--orange label:hover {
    color: #ff8e41;
}

.lsfw-rbt.lsfw-rbt--orange-dark input:checked + label,
.lsfw-rbt.lsfw-rbt--orange-dark label:hover {
    color: #c96e31;
}

.lsfw-rbt label::before {
    content: '\f111';
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
}

.lsfw-rbt input:not(:disabled) + label:hover::before,
.lsfw-rbt input:checked + label::before {
    content: '\f192';
    font-weight: bold;
}

.lsfw-rbt input:checked + label, .lsfw-rbt:hover input + label {
    color: #318cc6;
}

.lsfw-cbx.d-ib, .lsfw-rbt.d-ib {
    vertical-align: middle;
    margin-right: 10px;
}

.bth__uper-links .bth__uper-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 10px 30px 0 0;
}

.bth__uper-links.bth__uper-links-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bth__uper-links.bg-light-grey {
    padding: 1px 10px 10px 15px;
    margin-top: 10px;
}

.bth__uper-link.bth__loader .bth__loader-spin i {
    margin-right: 2px;
    font-size: 5px;
}

.bth__uper-link.bth__loader .bth__loader-spin {
    display: inline-block;
}

.bth__uper-links {
    margin-top: 30px;
}

.bth__uper-link {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #318cc6;
    cursor: pointer;
}

.bth__cnt {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
}

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

.hidden {
    display: none !important;
}

.btn__inp-cross + .bth__inp {
    padding-right: 50px;
}

.btn__inp-cross.loader {
    background-image: url(https://tophotels.ru/csstx/i/loader.gif);
    background-size: 17px;
}

.btn__inp-cross:not(.loader):hover {
    background-image: url(https://tophotels.ru/csstx/i/cross-thin.svg);
}

.btn__inp-cross {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(https://tophotels.ru/csstx/i/cross-thin-grey.svg) center/13px no-repeat;
    height: 100%;
    width: 40px;
}

.bth__screenshot img {
    border-radius: 5px;
}

.bth__screenshot {
    max-width: 500px;
    display: block;
    background: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.bth__screenshot.bth__screenshot--800 {
    max-width: 800px;
}

.bth__ta-btn:hover {
    background: #f9f6e5;
}

.bth__ta-btns {
    background: #ffffff;
    padding: 10px;
}

.bth__ta-btn {
    background: #eeeeee;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 20px;
    border: none;
    color: #475669;
    text-align: center;
    min-width: 130px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-family: 'apercu_pro', sans-serif;
}

.lsfw-item-paginator:hover {
    color: #e27c36;
}

.lsfw-item-paginator {
    display: block;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
    color: #ff8e41;
    padding-left: 15px;
    background: #eeeeee;
    text-transform: uppercase;
}

.lsfw-item-paginator .bth__loader-spin {
    display: inline-block !important;
}

.lsfw-item-paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.lsfw-rbts-white-mob {
    background: #ffffff;
    border-radius: 5px;
    white-space: nowrap;
}

.lsfw-rbts-white-mob .lsfw-rbt.mr0 {
    margin-right: 0 !important;
}

.lsfw-rbts-white-mob .lsfw-rbt {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}

@media screen and (min-width: 767px) {
    .lsfw-rbt.lsfw-rbt--bb input:not(:checked) + label:hover {
        color: #ff8e41;
    }

    .lsfw-rbts-white {
        background: #ffffff;
        border-radius: 5px;
    }

    .lsfw-rbts-white .lsfw-rbt.mr0 {
        margin-right: 0 !important;
    }

    .lsfw-rbts-white .lsfw-rbt {
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1279px) {
    .show-1279 {
        display: inline-block !important;
    }

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

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

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

    html body .bth__uper-link {
        font-size: 14px !important;
    }

    .show-1023 {
        display: block !important;
    }

    .bth__quote {
        font-size: 15px;
        line-height: 22px;
    }

    .bth__img-850x450 {
        width: 100%;
    }

    .bth__txt {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .lsfw-item-paginator {
        font-size: 13px;
        line-height: 40px;
    }

    .bth__ttl-h2 .fz14 {
        font-size: 9px !important;
    }

    .bth__ttl-h2 .mr20 {
        margin-right: 10px !important;
    }

    .bth__ttl-h2.mt30.mb20 {
        margin: 20px 0 !important;
    }

    .bth__ttl-h2 {
        font-size: 17px;
        line-height: 26px;
    }

    .bth__ttl-h3 {
        font-size: 15px;
    }

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

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

    .bth__ttl-h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .bth__screens-border {
        border-radius: 5px;
        padding: 5px;
    }

    .lsfw-rbts {
        white-space: nowrap;
        overflow: auto;
    }
}

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


    .lsfw-item-paginator {
        padding: 0;
        text-align: center;
    }

    .bth__inp-block {
        width: 100%;
    }

    .bth__txt {
        font-size: 14px;
        line-height: 22px;
    }

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

    .bth__txt-big {
        font-size: 15px;
        line-height: 24px;
    }
}

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

    .bth__uper-links .bth__uper-link {
        display: block;
        margin-right: 0;
    }

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

    .bth__quote br {
        display: none;
    }
}