@font-face {
    font-family: 'Ibistext';
    src: url(../font/ibistext-book-webfont.woff2) format("woff2"), url(../font/ibistext-book-webfont.woff) format("woff"), url(../font/ibistext-book-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Ibistext';
    src: url(../font/ibistext-bold-webfont.woff2) format("woff2"), url(../font/ibistext-bold-webfont.woff) format("woff"), url(../font/ibistext-bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

html {
    font-size: 16px;
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Ibistext', sans-serif
}

header {
    position: relative;
    z-index: 9
}

* {
    box-sizing: border-box;
    outline: none
}

a {
    text-decoration: none;
    color: #007bff;
}

img {
    max-width: 100%
}

p {
    font-size: 20px
}

button {
    cursor: pointer
}

.f-12 {
    font-size: .75rem
}

.f-14 {
    font-size: .875rem
}

.f-18 {
    font-size: 1.125rem
}

.f-20 {
    font-size: 1.25rem
}

.f-24 {
    font-size: 1.5rem
}

.f-30 {
    font-size: 1.875rem
}

.f-36 {
    font-size: 2.25rem
}

.f-sbold {
    font-weight: 600
}

.f-bold {
    font-weight: 700
}

.t-grey {
    color: #404040
}

.t-white, .t-white:hover {
    color: #fff
}
.t-red {
    color: #E20026;
}
.t-upper {
    text-transform: uppercase
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-750 {
    max-width: 750px
}

.p-absolute {
    position: absolute
}

.m-auto {
    margin: auto
}

.py-5 {
    padding: 5px 0
}

.py-10 {
    padding: 10px 0
}

.py-20 {
    padding: 20px 0
}

.py-40 {
    padding: 2.5rem 0
}

.py-60 {
    padding: 3.75rem 0
}

.px-40 {
    padding: 0 40px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}
.pt-20 {
    padding-top: 20px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-40 {
    padding-right: 40px
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-40 {
    padding: 40px
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.mt-5 {
    margin-top: 5rem
}

.my-10 {
    margin: 10px 0
}

.my-20 {
    margin: 20px 0
}
.mt-0 {
    margin-top: 0;
}
.mt-40 {
    margin-top: 40px
}
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.mr-40 {
    margin-right: 40px
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px
}

.mb-10 {
    margin-bottom: 10px
}

.bg-red {
    background-color: #ED1C24
}

.bg-grey {
    background: linear-gradient(0deg, rgba(87, 79, 78, 0.2), rgba(87, 79, 78, 0.2)), #FFF
}

.bg-dark {
    background-color: #574F4E
}

.heading {
    padding: 20px 0 0
}

.head-black {
    color: #000;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    /*margin: 0*/
}

.head-white {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.container {
    max-width: 1560px;
    width: 100%;
    margin: auto;
    padding: 0 30px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.d-flex {
    display: flex;
    flex-wrap: wrap
}

.d-flex-col {
    display: flex;
    flex-direction: column
}

.nowrap {
    flex-wrap: nowrap
}

.just-bet {
    justify-content: space-between
}

.just-evenly {
    justify-content: space-evenly
}

.align-center {
    align-items: center
}

.align-start {
    align-items: start
}

.home .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200
}

.mini-nav {
    transition: background-color .3s ease 0;
    -webkit-transition: background-color .3s ease 0;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25)
}

.main-menu {
    padding: 15px 0
}

.menu-item {
    margin: 10px;
    display: flex
}

.menu-item.active a {
    color: #ED1C24
}

.menu-link {
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.open .menu-link {
    background: linear-gradient(180deg, #ED1C24 21.35%, #B80108 74.48%);
    border-radius: 5px 5px 0 0
}

.link-grey {
    color: #574F4E
}

.link-black {
    color: #000
}

.link-white {
    color: #fff
}

.link-grey:hover, .link-black:hover {
    color: #E20026
}

.main-slider {
    background-color: #001d24
}

.slide-shadow {
    background: linear-gradient(193.79deg, #FFF 6.3%, rgba(255, 255, 255, 0) 42.31%), linear-gradient(3deg, #FFF 14.88%, rgba(255, 255, 255, 0.9) 23.42%, rgba(255, 255, 255, 0) 43.58%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0
}

.slide-item {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.slide-item:nth-child(2) {
    background-size: contain;
    background-position: bottom center
}

.phone-link span {
    font-size: 14px;
    margin-left: 10px
}

.phone-link:hover img {
    filter: invert(.7)
}

.slide-inner {
    height: 600px;
    position: relative;
    z-index: 2
}

.main-slider .slick-dots {
    position: absolute;
    left: 30%;
    right: 0;
    top: 87%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 13px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 2px 1px 1px #00000037
}

.slick-dots li button:hover {
    box-shadow: 0 0 2px 2px #00000037
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: '';
    text-align: center;
    opacity: 0;
    background: #ED1C24;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 1px 1px #00000037
}

.slick-dots li.slick-active button:before {
    opacity: 1
}

.btn-red {
    display: inline-block;
    background-color: #E20026;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    transition: .5s;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    border: none
}

.btn-red:hover {
    background-color: #FF3434
}

.btn-red:active, .btn-red:focus {
    background-color: #B31E1E
}

.btn-row {
    margin-top: -45px;
    position: relative;
    z-index: 3
}

.more-btn:after {
    content: "\2192";
    font-family: monospace;
    font-size: 22px;
    color: #fff;
    padding-left: 7px
}

.spec-inner:hover .more-btn, .spec-inner:hover .more-btn:after {
    color: #ED1C24
}

.spinner {
    transition: all .3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff
}

.horizontal {
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px
}

.diagonal.part-1 {
    position: relative;
    transition: all .3s;
    box-sizing: border-box;
    float: left
}

.diagonal.part-2 {
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px
}

.open .horizontal {
    transition: all .3s;
    box-sizing: border-box;
    opacity: 0
}

.open .diagonal.part-1 {
    transition: all .3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px
}

.open .diagonal.part-2 {
    transition: all .3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px
}

.menu-toggle {
    width: 40px;
    height: 30px;
    padding: 6px 7px 7px;
    border-radius: 6px;
    right: 15px;
    top: 12px;
    z-index: 10;
    order: 2;
    user-select: none
}

.menu-toggle .open {
    position: absolute
}

.overflow-hidden {
    overflow: hidden
}

.card-item {
    background-color: #fff;
    padding: 30px;
    width: calc(25% - 40px);
    margin: 20px 0
}

.card-item p {
    font-size: 16px
}

.card-title {
    font-weight: 700;
    font-size: 20px;
    min-height: 50px
}

.card-image {
    border-radius: 5px;
    overflow: hidden
}

.review-item {
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    max-width: 625px;
    padding: 40px;
    margin: 20px 0
}

.review-item p {
    margin: 10px 0
}

.ec-stars {
    margin-bottom: 15px
}

.rating div {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 100%;
    background: #E20026
}

.review-author {
    font-weight: 700;
    text-transform: uppercase
}

.review-form .main-form {
    max-width: 500px;
    margin: 20px auto;

}

.main-form {
    background: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    font-size: 20px
}

.main-form label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px
}

.main-form input {
    width: 100%;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    height: 45px;
    font-size: 20px;
    padding: 5px 10px
}

.main-form textarea {
    width: 100%;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    height: 100px;
    font-size: 20px;
    padding: 5px 10px
}

.contact-form {
    border-radius: 20px
}

.contact-form textarea {
    height: 140px
}

.contact-form button {
    float: left !important
}

.contact-form .area {
    padding-left: 40px
}

.ico-white {
    filter: brightness(100)
}

.footer-link {
    color: #fff !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left
}

.footer-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .7s ease 0;
    -webkit-transition: all .7s ease 0;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0)
}

.footer-link:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main-contact {
    width: 35%
}

.main-map {
    width: 65%;
    height: 450px
}

.map, .main-map {
    background: url(/assets/images/map.png) no-repeat;
    background-size: cover
}

.nohome #navigate {
    background-color: #574F4E
}

.info-list li {
    list-style: none;
    padding: 5px 0
}

.info-img {
    height: 100%;
    min-height: 350px;
    background-size: contain;
    background-repeat: no-repeat
}

.navs {
    padding: 20px 0
}

.nav-item {
    padding: 20px 0
}

.main-block {
    padding: 60px 0
}

.main-phone a:hover span {
    color: #ED1C24;
    transition: all .3s
}

.logotype:hover img {
    filter: brightness(1.1)
}

.img-list {
    gap: 40px;
    flex: auto
}

.img-item {
    flex: auto;
    min-height: 240px
}

.five-part .img-item {
    flex: 1 1 25%
}

.img-item img {
    width: 100%;
    max-height: 240px
}

.img-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center
}

.room-block {
    padding-top: 70px
}

.room-desc, .ico-list {
    gap: 20px
}

.main-list {
    margin: 0
}

.main-list li::marker {
    font-size: 14px
}

.case-block {
    padding: 50px 0
}

.case-item {
    width: 50%;
    padding: 30px 20px 30px 0
}

.case-item-inner {
    max-width: 630px
}

.case-slider .slick-track {
    background-color: #574F4E
}

.case-slide {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.case-slider .slick-dots {
    position: absolute;
    bottom: 20px
}

.case-btn {
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 15px
}

.action-text {
    max-width: 890px
}

.slick-arr, .arr {
    position: absolute;
    z-index: 3;
    background: transparent;
    border: 0;
    cursor: pointer;
    align-items: center;
    display: flex;
    height: 100%;
    top: 0
}

.action-slider .arrow-prev {
    left: -70px
}

.action-slider .arrow-next {
    right: -70px
}

.main-slider .arrow-prev {
    left: 30px
}

.main-slider .arrow-next {
    right: 30px
}

.main-slider .slick-arr img {
    filter: brightness(10);
    height: 50px
}

.main-slider .slick-arr:hover img {
    filter: brightness(2);
    height: 52px
}

.arr img {
    filter: brightness(10);
    height: 50px
}

.arr {
    padding: 0 15px
}

.prev {
    left: 0
}

.next {
    right: 0
}

.arr:hover {
    background-color: #574f4e4a
}

.reviews .arr:hover {
    background-color: unset !important;
}

.reviews .prev {
    display: none !important;
}

.reviews .next {
    align-items: start;
    margin-top: -60px;
    right: 110px;
}

.reviews .arr img {
    filter: brightness(1);
    height: 40px;
}

.reviews .arr:hover img {
    filter: brightness(7);
}

.reserv-panel {
    min-height: 93px;
    width: 100%;
    background-color: #E20026;
    display: flex;
    align-items: center;
}

.main-reserve {
    position: absolute;
    z-index: 9;
    top: 170px;
    left: 0;
    margin: auto;
    right: 0;
    max-width: 1150px;
    border-radius: 5px;
    min-height: 93px;
    background-color: #E20026;
    align-items: center;
    padding: 10px 50px;
}

.main-reserve #block-search {
    padding: 0 30px;
    border-radius: 5px
}

.main-reserve a {
    color: #fff
}



.inner-reserve {
    display: flex;
    align-items: center;
}

.reserve-title {
    font-family: 'Jost',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

.reserve-small {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Jost', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    margin-top: 5px;
}

.reserve-right {
    width: 100%;
    text-align: center;
}

.reserve-btn {
    display: inline-block;
    background-color: white;
    color: black !important;
    padding: 10px 100px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    text-transform: uppercase;
    font-weight: bold;
}

.reserve-btn:hover {
    box-shadow: none;
}



footer {
    flex-shrink: 0
}

.anchor {
    padding-top: 70px;
    margin-top: -70px;
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.main-form .form-group {
    padding-top: 20px
}

.btn-send {
    font-family: inherit;
    font-size: 16px !important;
    width: auto !important;
    cursor: pointer;
    border: none !important
}

.spec-block {
    padding: 50px 0
}

.spec-item {
    width: calc(50% - 20px);
    position: relative;
    margin-bottom: 40px
}

.spec-inner {
    max-width: 500px;
    padding: 60px;
    cursor: pointer
}

.spec-inner h2 {
    text-shadow: 0 0 4px #000
}

.spec-bg {
    min-height: 570px;
    display: flex;
    align-items: end;
    background-size: cover
}

.spec-desc {
    display: none;
    position: absolute;
    padding: 30px;
    max-width: 700px;
    margin: auto;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #5f5655d4;
    border-radius: 7px;
    cursor: pointer;
    overflow-y: auto
}

.line-link {
    color: #574F4E;
    text-decoration: underline
}

.line-link:hover {
    color: #000;
    text-decoration: none
}

input.cbx {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    cursor: pointer
}

.inform {
    display: flex;
    flex-direction: column
}

.inform-link {
    display: flex
}

.inform-link a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #574F4E;
    display: flex;
    align-items: center
}

.inform-link a:after {
    content: "\2192";
    font-family: monospace;
    font-size: 22px;
    color: #ED1C24;
    padding-left: 7px
}

.inform-link a:hover, .inform-link a:hover:after {
    color: #000
}

.inform .inform-link {
    margin: 20px 0
}

.toppadding {
    padding-top: 150px
}

.file-link {
    padding: 5px 0;
    font-size: 14px !important
}

.close-btn {
    float: right
}

.action-item img {
    max-height: 360px;
    padding-right: 40px
}

.agree label {
    font-size: 18px !important
}

.alr {
    margin-top: 15px;
}

.main-form {
    position: relative;
}

#jGrowl {
    display: none !important;
}
/* -------------------------- */
.bg-light {
    background-color: #EEEDED;
}
.text-center {
    align-items: center;
}

.slider-nav .slick-slide {
    cursor:pointer;
    border:2px solid transparent;
}

.slider-nav .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    display: block;
}
.just-center {
    justify-content: center;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    /*margin-bottom: 1rem;*/
    list-style: none;
    /*background-color: #e9ecef;*/
    border-radius: .25rem;
}
.breadcrumb-item {
    display: flex;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}