@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 800;
    src: url('https://tophotels.ru/csstx/fonts/Vollkorn/Vollkorn-Bold.ttf');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('https://tophotels.ru/csstx/fonts/Manrope/Manrope-Bold.ttf');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('https://tophotels.ru/csstx/fonts/Manrope/Manrope-Regular.ttf');
}

@font-face {
    font-family: 'MPLUS1p';
    font-style: normal;
    font-weight: 200;
    src: url('https://tophotels.ru/csstx/fonts/MPLUS1p/MPLUS1p-Regular.ttf');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page {
    background: #faf9f7;
    font-family: 'Manrope', sans-serif;
    color: #454543;
    overflow: hidden;
}

.container {
    padding-left: 280px;
    padding-right: 130px;
    max-width: 2000px;
    position: relative;
}

.header {
    padding: 30px 0 30px 0;
}

.header .header__crown {
    position: fixed;
    top: 38px;
    left: 122px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #dfa918 url(https://tophotels.ru/csstx/i/crown-square-orange.svg) center/cover no-repeat;
    display: block;
    z-index: 1000;
}

.header .header__logo {
    color: #999999;
    font-size: 20px;
    letter-spacing: 2px;
}

.header .header__menu-btn::before {
    width: 28px;
    background: #d1c5af;
    margin-bottom: 5px;
    top: 19px;
}

.header .header__menu-btn::after {
    width: 19px;
    background: #916b32;
    top: 31px;
}

.header .container {
    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;
}

.header .header__menu-btn::before, .header .header__menu-btn::after {
    content: '';
    height: 3px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 11px;
    position: absolute;
}

.header .header__menu-btn.active::before, .header .header__menu-btn.active::after {
    top: 23px;
    background: #916b32;
}

.header .header__menu-btn.active::before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    top: 23px;
}

.header .header__menu-btn.active::after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 28px;
    top: 22px;
}

.header .header__menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 100%;
    position: relative;
    border: none;
    -webkit-box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.32);
    box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.32);
}

.header .header__col {
    position: relative;
}

.navigator .navigator__link::before {
    position: absolute;
    content: '\f061';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    right: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
}

.navigator .navigator__link.active {
    display: none;
}

.navigator .navigator__link:hover {
    color: #215f86;
}

.navigator .navigator__link {
    display: block;
    padding: 20px;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    font-size: 30px;
    margin-top: 20px;
    font-family: 'Vollkorn', sans-serif;
    width: 80%;
}

.navigator {
    display: none;
    position: absolute;
    right: 0;
    top: 111px;
    z-index: 10;
    width: 100%;
    padding: 25px 0;
    background: #faf9f7;
    border-top: 5px solid #ffffff;
    -webkit-box-shadow: 3px 8px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 8px 9px 0 rgba(0, 0, 0, 0.1);
}

.h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #000000;
    font-family: 'Vollkorn', sans-serif;
}

.items li {
    padding: 15px 25px 15px 15px;
    margin-bottom: 30px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.quote {
    font-size: 19px;
    line-height: 33px;
    color: rgb(145, 107, 50);
    display: inline-block;
    font-family: 'MPLUS1p', sans-serif;
    margin: 15px 0 30px 0;
    padding: 10px 20px;
    border: 2px dashed rgb(145, 107, 50);
    border-radius: 10px;
}

.h2-wrap h2 {
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h2-wrap .h2__circle {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: -o-linear-gradient(45deg, #fcb1b1, #fdfd95);
    background: linear-gradient(45deg, #fcb1b1, #fdfd95);
    border-radius: 100%;
    font-size: 48px;
    color: #ffffff;
}

.h2-wrap {
    padding-left: 120px;
    position: relative;
}

.h2 * {
    font: inherit;
}

.h2 {
    font-size: 35px;
    margin-bottom: 40px;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
}

.text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;

}

.h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(145, 107, 50);
    font-family: 'MPLUS1p', sans-serif;
}

.text-wrap {
    max-width: 900px;
}

.button:hover {
    background: #24638b;
}

.slide.slide--white {
    background: #ffffff;
    padding: 150px 0;
}

.button {
    font-family: 'MPLUS1p', sans-serif;
    padding: 20px 0;
    background: #318cc6;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 40px;
    display: block;
    width: 400px;
    text-align: center;
}

.slide {
    padding: 50px 0 50px 0;
    position: relative;
}

.slide-poster {
    height: 400px;
    width: 400px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.slide-poster img {
    border-radius: inherit;
}

.hotel-article-wrap__comment blockquote {
    position: relative;
    padding: 0 0 0 34px;
    font-style: italic;
}

.hotel-article-wrap__comment blockquote::after {
    left: -10px;
    top: 11px;
}

.hotel-article-wrap__comment blockquote::before {
    right: -15px;
    bottom: -10px;
}

.hotel-article-wrap__comment blockquote::after,
.hotel-article-wrap__comment blockquote::before {
    content: '"';
    position: absolute;
    font-style: italic;
    font-size: 50px;
    font-weight: bold;
    color: #cccccc;
}

.hotel-article-wrap__comment {
    border-radius: 15px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    padding: 15px 40px 15px 30px;
}

.bth__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

.text__ul-line > li::before {
    content: ' - ';
    position: absolute;
    left: 0;
    top: 0;
}

.text__ul-line > li .text:last-of-type, .text__ul-decimal > li .text:last-of-type {
    margin-bottom: 0;
}
.text__ul-line > li, .text__ul-decimal > li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 5px 25px;
}

.vertical-text {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    position: absolute;
    left: -65px;
    top: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

.slide .slide__line {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    background-image: -o-linear-gradient(bottom, #ebe7df, #faf9f7);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ebe7df), to(#faf9f7));
    background-image: linear-gradient(to top, #ebe7df, #faf9f7);
}

.screen-item {
    border-radius: 10px;
    width: 80%;
    border: 5px solid #ffffff;
}

.article-content .article-content__li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

.article-content a.article-content__li:hover {
    color: #215f86;
}

.article-content .article-content__li {
    font-size: 20px;
    display: block;
    font-weight: bold;
    padding: 20px 25px;
    color: #454543;
}

.article-content-wrap {
    position: relative;
    margin: 60px 0 100px 0;
}

.article-content-wrap::after {
    background: #f9e0ba;
    top: -60px;
    right: -190px;
}

.article-content-wrap::before {
    background: #8f9ee1;
    bottom: -70px;
    left: -120px;
}

.article-content-wrap::after, .article-content-wrap::before {
    content: '';
    width: 350px;
    height: 350px;
    border-radius: 100%;
    position: absolute;
}

.article-content {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px 1px #00000024;
    box-shadow: 0 0 4px 1px #00000024;
    position: relative;
    z-index: 1;
}

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

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

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

.next-link {
    text-transform: uppercase;
    font-size: 22px;
}

.next-links {
    margin-top: 100px;
}

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

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

    .header .header__crown {
        left: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .slide-poster {
        height: 350px;
        width: 350px;
        right: -40px;
        top: 0;
    }

    .content-min-32perc, .content-min-16perc, .content-min-48perc {
        width: 100%;
    }

    .container {
        padding-left: 60px;
    }

    .header .header__crown {
        left: 15px;
        width: 25px;
        height: 25px;
        top: 42px;
    }
}

@media screen and (max-width: 1299px) {
    .slide-poster + .text-wrap {
        width: calc(100% - 220px);
    }

    .slide-poster {
        right: -60px;
        top: 0;
        height: 100%;
        width: 235px;
        border-radius: 30px 0 0 30px;
    }
}

@media screen and (max-width: 1199px) {
    .slide {
        padding: 50px 0 !important;
    }

    .article-content-wrap {
        margin: 0 0 30px 0;
    }

    .slide .slide__line {
        height: 50px;
    }

    .header {
        padding-bottom: 0;
    }

    .text-wrap {
        max-width: none;
    }

    .next-links {
        margin-top: 40px;
    }

    .article-content-wrap::after, .article-content-wrap::before {
        content: '';
        width: 250px;
        bottom: -20px;
        height: 250px;
    }

    .article-content-wrap::after {
        right: -45px;
    }

    .article-content-wrap::before {
        left: -105px;
    }

    .h1 br {
        display: none;
    }

    .navigator .navigator__link {
        width: 100%;
        font-size: 24px;
    }
}

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

    .article-content-wrap::before, .article-content-wrap::after {
        bottom: auto;
        top: calc(50% - 125px);
    }

    .header .header__col:first-child > * {
        display: inline-block;
        vertical-align: middle;
    }

    .header .header__crown {
        position: static;
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }

    .slide .slide__line {
        display: none;
    }

    .slide {
        padding: 40px 0 !important;
    }

    .h1 {
        font-size: 47px;
        line-height: 57px;
    }

    .h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .h2-wrap h2 {
        min-height: 80px;
    }

    .h2-wrap .h2__circle {
        width: 80px;
        height: 80px;
        font-size: 40px;
        line-height: 80px;
    }

    .h3 {
        font-size: 14px;
    }

    .h2-wrap {
        padding-left: 110px;
    }
}


@media screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    .slide-poster + .text-wrap {
        width: 100%;
    }

    .slide-poster {
        position: static;
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-shadow: -4px 12px 20px 0 rgba(0, 0, 0, 0.3);
        box-shadow: -4px 12px 20px 0 rgba(0, 0, 0, 0.3);
        height: 200px;
        border-radius: 20px;
    }

    .h1 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .article-content-wrap {
        margin: 0;
    }

    .slide {
        padding: 30px 0 !important;
    }

    .h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .header {
        padding-top: 30px;
    }

    .h2-wrap {
        padding: 0 60px 0 0;
    }

    .h2-wrap .h2__circle {
        width: 50px;
        height: 50px;
        font-size: 32px;
        line-height: 50px;
        left: auto;
        right: 0;
    }

    .h2-wrap h2 {
        min-height: 50px;
    }

    .screen-item {
        width: 100%;
    }

    .items li {
        margin-bottom: 10px;
        padding: 8px 10px 10px 15px;
    }

    .button {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        padding: 10px 0;
    }

    .hotel-article-wrap__comment blockquote::after, .hotel-article-wrap__comment blockquote::before {
        display: none;
    }

    .hotel-article-wrap__comment .mb20 {
        margin-bottom: 10px !important;
    }

    .hotel-article-wrap__comment blockquote {
        padding: 0;
        font-size: 13px;
    }

    .article-content .article-content__li {
        font-size: 16px;
        padding: 15px 20px;
    }

    .next-links {
        margin-top: 20px;
    }

    .next-link {
        font-size: 14px;
    }

    .hotel-article-wrap__comment {
        padding: 10px 15px;
    }

    .page .page-up-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 19px;
        bottom: 0;
        right: 0;
    }

    .header .header__menu-btn {
        width: 40px;
        height: 40px;
    }

    .header .header__menu-btn::before, .header .header__menu-btn::after {
        left: 7px;
    }

    .header .header__menu-btn::before {
        top: 15px;
        width: 25px;
    }

    .header .header__menu-btn::after {
        top: 25px;
    }

    .header .header__menu-btn.active::after, .header .header__menu-btn.active::before {
        width: 25px;
        top: 19px;
    }

    .navigator {
        top: 100px;
        padding: 20px 0;
    }

    .navigator .navigator__link {
        font-size: 16px;
        margin: 0 0 10px 0;
        padding: 10px 50px 10px 15px;
    }

    .navigator .text {
        margin-bottom: 20px;
    }

    .navigator .navigator__link::before {
        font-size: 14px;
        right: 20px;
    }

    .quote {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 374px) {
    .header .header__logo {
        font-size: 16px;
    }

    .header .header__crown {
        margin-right: 10px;
    }
}