

/* Start:/local/templates/tbhotel/components/bitrix/menu/top-tbhotel/style.css?1562622540742*/
.header-menu__item {
    display: inline-block;
    margin: 50px 20px 0 20px;
    font-weight: 300;
    font-size: 1.20em;
    letter-spacing: 0.02em;
}

.header-menu__item a,
.header-menu__item a:visited,
.header-menu__item a:link {
    color: #aaa;
    text-decoration: none;
    padding-bottom: 2px;
    -webkit-transition: 150ms; -moz-transition: 150ms; -ms-transition: 150ms; -o-transition: 150ms; transition: 150ms;
}

.header-menu__item a:hover {
    color: #fff;
}

.header-menu__item a.selected {
    color: #fff;
}

@media (max-width: 1100px) {
    .header-menu__item {
        margin: 50px 10px 0 10px;
    }
}

@media (max-width: 900px) {
    .header-menu__item {
        margin: 50px 7px 0 7px;
        font-size: 1.0em;
    }
}

/* End */


/* Start:/local/templates/tbhotel/components/bitrix/menu/top-tbhotel-mobile/style.css?1562622540753*/
.header-menu__box_mobile .header-menu__item {
    display: inline-block;
    margin: 50px 20px 0 20px;
    font-weight: 300;
    font-size: 1.20em;
    letter-spacing: 0.02em;
}

.header-menu__box_mobile .header-menu__item a,
.header-menu__box_mobile .header-menu__item a:visited,
.header-menu__box_mobile .header-menu__item a:link {
    color: inherit;
    text-decoration: none;
}

.header-menu__box_mobile .header-menu__item a.selected {
    /*font-weight: 600;*/
    color: #fff;
}

@media (max-width: 1100px) {
    .header-menu__box_mobile .header-menu__item {
        margin: 50px 10px 0 10px;
    }
}

@media (max-width: 900px) {
    .header-menu__box_mobile .header-menu__item {
        margin: 50px 7px 0 7px;
        font-size: 1.0em;
    }
}

/* End */


/* Start:/local/templates/tbhotel/styles.css?172120994612967*/
html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;
}

input, button {
    -webkit-appearance: none;
}

#workarea {
}

/* -------------------- COMMON -------------------- */

.button-base {
    font-size: 1.2em;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    text-align: center;
}

.button-base_small {
    font-size: 0.9em;
}

.button-base_xs {
    font-size: 0.8em;
    padding: 8px 16px;
}

.button-base_yellow {
    border: none;
    background: #FFC839;
}

.button-base_yellow:hover {
    background: #ffc332;
}

.button-base_yellow:active {
    background: #ffbb2c;
}

.button-base_transparent {
    border: 1px solid #999;
    color: #555;
    background: transparent;
}

.button-base_transparent:hover {
    color: #444;
    border: 1px solid #666;
}

.button-base_transparent:active {
    color: #000;
    border: 1px solid #000;
}

.button-base_grey-dark {
    background: #323232;
    border: 1px solid #D6D6D6;
    color: #D6D6D6;
}

.button-base_grey-dark:hover {
    color: #fff;
    border: 1px solid #fff;
}

.button-base_grey-dark:active {
    border: 1px solid #cccccc;
    color: #cccccc;
}

@media (max-width: 200px) {
    .button-base {
        font-size: 0.8em;
        padding: 12px 10px;
    }
}

/* -------------------- HEADER -------------------- */

.header {
    position: relative;
    width: 100%;
}

.header-menu__box {
    position: relative;
    background: #202026;
    /*background: radial-gradient(ellipse closest-side, #41633F, #074219); !* NY2020 *!*/
    width: 100%;
    text-align: center;
    color: #EAEAEA;
}

.header-menu__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/tbhotel/images/leaves.png) 50% 50%;
    /*background: url(/local/templates/tbhotel/images/logo-mask.png) 50% 50% no-repeat; !* NY2020 *!*/
    background-size: 15%;
    opacity: 0.12;
}
.header-menu__cover_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/local/templates/tbhotel/images/ny-decor-l.png) 0 0 no-repeat;
    background-size: 60%;
}

.header-menu__cover_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/local/templates/tbhotel/images/ny-decor-r.png) 100% 0 no-repeat;
    background-size: 50%;
}

@media (max-width: 768px) {
    .header-menu__cover_l { background-size: 100%; }
    .header-menu__cover_r { background-size: 100%; }
}

.header-menu__box_desktop {
    position: relative;
    padding: 30px 0;
}

.header-menu__left,
.header-menu__logo,
.header-menu__right {
    display: inline-block;
    vertical-align: middle;
}

.header-menu__left {
    margin-right: 60px;
}

.header-menu__logo {
}

.header-menu__logo img.header-menu__logo-back {
    position: absolute;
    opacity: 0.6;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    -ms-transition: 50ms;
    -o-transition: 50ms;
    transition: 50ms;
}

.header-menu__logo img {
    height: 100px;
}

.header-menu__logo:hover img.header-menu__logo-back {
    filter: blur(2px);
}

.header-menu__right {
    margin-left: 60px;
}

/* mobile */
.header-menu__box_mobile {
    position: relative;
    width: 100%;
    margin: 10px 0;
}

.header-menu__burger-box {
    position: absolute;
    top: 30px;
    right: 40px;
}

.header-menu__burger-button .fa-bars {
    display: none;
}

.header-menu__burger-button .fa-times {
    display: inline-block;
}

.header-menu__burger-button.type_burger .fa-bars {
    display: inline-block;
}

.header-menu__burger-button.type_burger .fa-times {
    display: none;
}

.header-menu__list-box {
    position: absolute;
    z-index: 100;
    left: -1500px;
    opacity: 0.95;
    width: 100%;
    background: #323232;
    padding-bottom: 50px;
    text-align: center;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}

.header-menu__list-box_active {
    left: 0;
}

.header-menu__list-box .header-menu__item {
    display: block;
}

@media (max-width: 1100px) {
    .header-menu__logo img {
        height: 90px;
    }

    .header-menu__left {
        margin-right: 30px;
    }

    .header-menu__right {
        margin-left: 30px;
    }
}

@media (max-width: 900px) {
    .header-menu__logo img {
        height: 80px;
    }

    .header-menu__left {
        margin-right: 25px;
    }

    .header-menu__right {
        margin-left: 25px;
    }
}

@media (max-width: 400px) {
    .header-menu__logo img {
        height: 50px;
    }

    .header-menu__burger-box {
        top: 15px;
    }

}

@media (max-width: 300px) {

    .header-menu__box_mobile {
        text-align: left;
    }

    .header-menu__logo img {
        height: 40px;
        margin-left: 20px;
    }

    .header-menu__burger-box {
        top: 12px;
        right: 20px;
        font-size: 0.8em;
    }

}

/* contacts */

.header-contacts__box {
    position: relative;
    background: #1D1D1D;
    /*background: #14311E; !* NY2020 *!*/
    color: #BBB;
    width: 100%;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.header-contacts__box-content {
    margin: 0 auto;
    padding: 13px 0 10px 0;
    max-width: 1300px;
    text-align: center;
}

.header-contacts__subway,
.header-contacts__address,
.header-contacts__phone {
    display: inline-block;
    vertical-align: middle;
}

.header-contacts__phone a {
    color: #BBB;
}

.header-contacts__phone a:visited {
    color: #BBB;
}

.header-contacts__subway {
    width: 25%;
    text-align: left;
    font-size: 0.8em;
    margin-left: 30px;
}

.header-contacts__subway-left {
    display: inline-block;
}

.header-contacts__subway-right {
    display: inline-block;
}

.header-contacts__subway-item {
    position: relative;
    margin: 2px 5px 8px 0;
}

.header-contacts__subway-item a {
    color: #BBB;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px dotted #444;
}

.header-contacts__subway-right .header-contacts__subway-item {
    margin-left: 30px;
}

.header-contacts__subway-left .header-contacts__subway-item:after,
.header-contacts__subway-right .header-contacts__subway-item:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 16px;
    left: -26px;
    top: 1px;
    background-size: contain !important;
}

.header-contacts__subway-left .header-contacts__subway-item:after {
    background: url(/local/templates/tbhotel/images/metro-blue.png) 50% 50% no-repeat;
}

.header-contacts__subway-right .header-contacts__subway-item:after {
    background: url(/local/templates/tbhotel/images/metro-purple.png) 50% 50% no-repeat;
}

.header-contacts__address {
    margin: 0 auto;
    width: 43%;
}

.header-contacts__phone {
    width: 20%;
    text-align: right;
}

@media (max-width: 1000px) {
    .header-contacts__address,
    .header-contacts__phone {
        font-size: 0.8em;
    }

    .header-contacts__subway {
        width: 30%;
    }

    .header-contacts__address {
        width: 39%;
    }

    .header-contacts__phone {
        width: 18%;
    }

}

@media (max-width: 900px) {
    .header-contacts__address,
    .header-contacts__phone {
        font-size: 0.7em;
    }
}

@media (max-width: 768px) {

    .header-contacts__subway,
    .header-contacts__address,
    .header-contacts__phone {
        display: block;
        width: 90%;
        text-align: center;
        padding: 4px 0;
        margin: 0 auto;
    }

    .header-contacts__phone {
        color: #fff;
    }
}

/* slider */

.header-slider__box {
    position: relative;
    width: 100%;
}

.main-swiper-container {
    width: 100%;
}

.header-slider-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 530px;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.header-slider-item__title-box {
    position: absolute;
    bottom: 8%;
    right: 9%;
    padding: 30px 60px;
    background: #00000044;
}

.header-slider-item__title {
    font-family: Charter;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    background: #000000AA;
    border-radius: 5px;
    padding: 5px 10px;
    opacity: 0.9;
}

@media (min-width: 1400px) {
    .header-slider-item {
        min-height: 630px;
    }

    .header-slider-item__title-box {
        bottom: 15%;
    }
}

@media (max-width: 1100px) {
    .header-slider-item__title-box {
        padding: 20px 30px;
    }

    .header-slider-item__title {
        font-size: 1.5em;
    }
}

@media (max-width: 900px) {
    .header-slider-item__title-box {
        padding: 20px;
        right: 5%;
    }

    /*.header-slider-item__title { font-size: 1em;}*/
}


@media (max-width: 500px) {
    /* NY2020 */
    /*.header-slider-item {*/
    /*    background: 0 50% no-repeat;*/
    /*    background-size: cover;*/
    /*}*/
}


/* booking-panel */
.booking-panel-box {
    position: absolute;
    top: 10%;
    left: 12%;
    z-index: 10;
    width: 280px;
    min-height: 330px;
    background: #323232;
}

.booking-panel-payment-icons {
    position: absolute;
    bottom: -50px;
}

.booking-panel-payment-icons img {
    width: 100%;
}


@media (min-width: 1400px) {
    .booking-panel-box {
        top: 15%;
    }
}

@media (max-width: 500px) {
    .booking-panel-box {
        width: 92%;
        left: 4%;
    }

    .booking-panel-payment-icons {
        bottom: -70px;
    }
}

@media (max-width: 350px) {
    .booking-panel-payment-icons {
        bottom: -50px;
    }
}

/* h1 */
.h1_regular {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 2.6em;
    hyphens: auto;
}

/* -------------------- FOOTER -------------------- */
.footer-box {
    /*min-height: 214px;*/
    background: #323232;
    width: 100%;
    text-align: center;
}

/* footer-logo */
.footer-logo {
}

.footer-logo img {
    height: 80px;
    margin: 80px 0 60px 0;
}

/* footer-text */
.footer-text {
    position: relative;
    color: white;
    letter-spacing: 0.1em;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.footer-text-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0.9em;
    text-align: justify;
    margin: 0 3% 20px 3%;
    color: #ababab;
}

.footer-text-item:nth-child(1) {
    max-width: 38%;
}

.footer-text-item:nth-child(2) {
    max-width: 18%;
}

.footer-text-item:nth-child(3) {
    max-width: 24%;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-text-item {
        display: block;
        margin: 0 auto 40px auto;
        max-width: 90% !important;
    }
}

/* footer-brands */
.footer-brands {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
    border-top: 1px solid #555;
}

.footer-brands-item {
    display: inline-block;
    padding: 10px 13px;
    margin: 0 50px;
    max-width: 180px;
    vertical-align: top;
}

.footer-brands-item:nth-child(1) .footer-brands-item__logo {
    background-image: url(/local/templates/tbhotel/images/footer-brand01.png);
}

.footer-brands-item:nth-child(2) .footer-brands-item__logo {
    background-image: url(/local/templates/tbhotel/images/footer-brand02.png);
}

.footer-brands-item:nth-child(3) .footer-brands-item__logo {
    background-image: url(/local/templates/tbhotel/images/footer-brand03.png);
}

.footer-brands-item:nth-child(4) .footer-brands-item__logo {
    background-image: url(/local/templates/tbhotel/images/footer-brand04.png);
}

.footer-brands-item:nth-child(5) .footer-brands-item__logo {
    background-image: url(/local/templates/tbhotel/images/footer-brand05.png);
}

.footer-brands-item__logo {
    min-height: 70px;
    background: 50% 50% no-repeat;
    background-size: contain;
}

.footer-brands-item__description {
    margin-top: 10px;
    color: #ddd;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.footer-brands-item__description a {
    color: white;
}

@media (max-width: 450px) {
    .footer-brands-item {
        max-width: 140px;
        margin: 0 0 50px 0;

    }
}

/* footer-bb */
.footer-bb-box {
    background: #252525;
    width: 100%;
    padding: 30px 0;
}

.footer-bb-made {
    font-size: 0.8em;
    color: #777;
    padding-left: 50px;
}

.footer-bb-made a {
    text-decoration: underline;
    color: #888;
}

.footer-bb-made a:visited {
    color: #888;
}

.footer-bb-made a:hover {
    color: #fff;
}

/* -------------------- TOOLS -------------------- */

.red {
    border: 1px solid red;
}

.desktop-only {
    display: inline-block !important;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: inline-block !important;
    }
}














/* End */


/* Start:/local/templates/tbhotel/template_styles.css?17615629032337*/
.content_regular {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 100px auto;
    padding: 0 20px;
}

.content_regular img {
    max-width: 100%;
}

/* --------- BLOCKS --------- */

.block {
    position: relative;
}

.block-cover_beige-needles:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/tbhotel/images/taiga-pattern.jpg) 50% 50%;
    background-size: 30%;
    opacity: 0.3;
    z-index: -1;
}

.block-cover_beige-needles h1 {
    margin-top: 0;
    padding: 100px 0 0 0;
    text-align: center;
    font-size: 2.5em;
}

/* NO-PETS */
.no-pets.notice {
    background: #fff7ef; /* тёплый бежевый фон */
    border-color: #e6d8c8;
    width: 92%;
    max-width: 960px!important;
}

.no-pets .text-brown {
    color: #5c4636;
}

/* коричневый заголовок */
.no-pets-img {
    max-height: 110px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media (min-width: 768px) {
    .no-pets {
        padding: 1rem 1.25rem;
    }
}

/* --------- TEXT MARKUP --------- */

h1, h2, h3 {
    position: relative;
}

h2 {
    margin-bottom: 40px;
    text-align: center;
}

p {
    text-align: left;
}

ul, ol {
    margin: 20px 0;
}

li {
    margin-bottom: 20px;
}

#workarea a {
    color: #8B572A !important;
}

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

.text_selected {
    color: #8B572A;
}

.link_clean {
    text-decoration: none;
}

.note {
    margin: 40px 0;
    text-align: center;
    font-size: 1.1em;
}

.note_important {
    position: relative;
    padding: 30px;
    background: #ffe9de;
}

.note_important:after {
    content: "";
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 0;
    left: 0;
    margin: 5px 0 0 5px;
    border: 1px solid #DDB9B9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.note__icon {
    position: relative;
    display: inline-block;
    max-width: 20%;
    vertical-align: middle;
    margin-right: 5%;
}

.note__content {
    position: relative;
    display: inline-block;
    max-width: 74%;
    vertical-align: middle;
}

.note__content_red {
    color: red;
}

.text_top {
    vertical-align: top;
}

.text_small {
    font-size: 0.8em;
}
/* End */
/* /local/templates/tbhotel/components/bitrix/menu/top-tbhotel/style.css?1562622540742 */
/* /local/templates/tbhotel/components/bitrix/menu/top-tbhotel-mobile/style.css?1562622540753 */
/* /local/templates/tbhotel/styles.css?172120994612967 */
/* /local/templates/tbhotel/template_styles.css?17615629032337 */
