html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: "opensans";
}

main {
    background-color: #f5f5f5;
    padding: 20px 0;
}

img {
    max-width: 100%;
}

header {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

footer {
    position:relative;
    background-position:center;
    color: #fff;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .container {
    position: relative;
}

iframe {
    width: 100%;
}

.copyright a {
    color: #fff;
}

.object-fit-cover {
    background-position: center;
    background-size: cover;
}

.news-img {
    max-height: 300px;
    height: 50vw;
}

.news-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-date {
    color: #2f89fc;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.news-title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.news-block {
    background-color: #fff;
}

.rooms-price-index {
    font-size: 26px;
    color: #2f89fc;
    display: flex;
    justify-content: center;
    gap: 3%;
    line-height: 30px;
    transition: color .2s;
}

.rooms-price-index div {
    color: #666666;
    font-size: 14px;
    transition: color .2s;
}

.menu-ct {
    gap: 3%;
    justify-content: center;
}

.menu-ct i {
    font-size: 30px;
}

.room-element-blog {
    font-size: 16px;
}

.room-element-blog-name {
    font-size: 24px;
}

.room-element-blog-available {
    font-size: 18px;
    color: #21cc7a;
}

.room-element-img img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.room-element-block {
    flex-direction: column;
}

.restaurant-intro {
    flex-direction: column;
}

.contacts-map {
    min-height: 400px;
}

.contacts-page-field, .contacts-request {
    background-color: #fff;
}

.main-menu-comp {
    display: none;
}

.green-btn {
    font-size: 20px;
    padding: 10px 15px;
    background: #21cc7a;
    color: #fff;
    border: 1px solid #21cc7a;
}

.green-btn:hover {
    color: #fff;
}

.green-btn i {
    color: #fff;
    font-size: 20px;
    margin-left: 7px;
}

.restaurant-block {
    padding: 0 15px;
}

.restaurant-btn {
    display: flex;
    justify-content: center;
}

.ft-contacts i {
    color: #fff;
    font-size: 18px;
}

.ft-contact {
    display: flex;
    align-items: center;
    gap: 3%;
    color: #fff;
}

.ft-contacts {
    font-size: 16px;
}

.copyright {
    text-align: center;
}

.socials-links {
    display: flex;
    gap: 2%;
}

.ft-brand i {
    font-size: 25px;
    color: #fff;
}

.ft-brand {
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-name {
    font-size: 24px;
    font-weight: 700;
}

.overlay {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color:#2f89fc;
    opacity: .9;
}

.single-meal:hover .meal-description, .single-meal:hover .meal-price, .single-meal:hover .meal-name {
    color: #fff;
    transition: color .2s;
}

.single-meal:hover {
    background-color: #2f89fc;
    transition: background-color .2s;
}

.meal-img img {
    object-fit: cover;
    min-height: 100%;
    height: 35vw;
    width: 100%;
    max-height: 200px;
}

.meal-info {
    display: flex;
    flex-direction: column;
    gap: 5%;
}

.meal-name {
    color: #000;
    font-size: 18px;
    transition: color .2s;
}

.meal-price {
    font-size: 18px;
    color: #2f89fc;
    font-weight: bold;
    transition: color .2s;
}

.meal-description {
    font-size: 14px;
    color: #000;
    transition: color .2s;
}

.meal-info {
    width: 50%;
}

.meal-img {
    width: 50%;
}

.single-meal {
    background-color: #fff;
    box-shadow: 0px 15px 24px -21px rgb(0 0 0 / 18%);
    border-radius: 5px;
    transition: background-color .2s;
    min-height: 140px;
}

.single-room:hover .room-info, .single-room:hover .room-info:before {
    background-color: #2f89fc;
    transition: background-color .2s;
}

.single-room:hover .room-stars i, .single-room:hover .room-price, .single-room:hover .room-price div, .single-room:hover .room-name, .single-room:hover .rooms-price-index, .single-room:hover .rooms-price-index div {
    color: #fff;
    transition: color .2s;
}

.room-price div {
    color: #666666;
    font-size: 14px;
    transition: color .2s;
}

.room-info {
    text-align: center;
    padding: 30px 0;
    transition: background-color .2s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.room-stars i {
    color: #2f89fc;
    font-size: 14px;
    transition: color .2s;
}

.room-price {
    font-size: 18px;
    color: #2f89fc;
    display: flex;
    justify-content: center;
    gap: 3%;
    line-height: 30px;
    transition: color .2s;
}

.room-name {
    font-size: 30px;
    color: #000;
    transition: color .2s;
    z-index: 1;
    position: relative;
}

.room-img img {
    min-height: 100%;
    object-fit: cover;
    max-height: 250px;
    width: 100%;
    height: 55vw;
}

.splide {
    height: 100%;
}

.splide__track {
    height: 100%;
}

.room-btn a {
    color: #000;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    padding: 10px 15px;
    background-color: #fff;
}

.room-btn a i {
    color: black;
    font-size: 20px;
    margin-left: 7px;
}

.rooms-block {
    background-color: #fff;
}

.single-advantage:hover .advantage-name {
    color: #fff;    
}

.single-advantage:hover {
    /*background-color: #F9AD81;*/
    background-color: #2f89fc;
    transition: background-color .2s ;
    
}

.advantage-icon {
    width: 100px;
    height: 100px;
    display: flex;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -4px 15px -15px rgb(0 0 0 / 42%);
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.advantage-name {
    font-size: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    color: #000;
    text-align: center;
}

.advantages-block {
    padding: 40px 15px 1px;
    background-color: #fff;
}

.single-advantage {
    background-color: #f8f9fa;
    position: relative;
    height: 150px;
    transition: background-color .2s;
}

.advantages-block i {
    /*color: #F9AD81;*/
    color: #2f89fc;
    font-size: 54px;
}

#add_save {
    width: 100%;
}

.about-us h3, .about-us h2 {
    text-align: center;
}

.request-block {
    position: relative;
    margin: 100px auto 130px;
    padding: 20px;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    max-width: 800px;
}

.slider-title {
    font-size: 20px;
    color: white;
    position: absolute;
    padding-top: 100px;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
}

.starter {
    background-color: #C1C8E4;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
}

.main-menu > ul > li {
    text-align: left;
}

.submenu_button, .main-menu > ul > li > a {
    color: #000;
    font-size: 18px;
    padding: 30px 15px;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
}

.header-block {
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 5%;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.header-logo > img {
    max-height: 50px;
}

#burger {
    display: none;
}

.menu-ul-block {
	width: 100%;
    text-align: center;
    background-color: #fff;
    transition-duration: .25s;
    margin-top: -400%;
    z-index: 10;
    position: fixed;
    top: 70px;
    height: 100%;
    overflow: auto;
    padding-bottom: 71px;
}

#burger:checked ~ .menu-ul-block {
	margin: 0;
}

.menu__btn {
	display: flex;
	align-items: center;
	position: fixed;
	width: 26px;
	height: 26px;
	right: 15px;
	top: 22px;
	z-index: 1000;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2.4px;
	background-color: black;
	transition-duration: .25s;
}

.menu__btn > span::before {
	content: '';
	top: -8px;
}

.menu__btn > span::after {
	content: '';
	top: 8px;
}

#burger:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}

#burger:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(90deg);
}

#burger:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(0);
}

.menu_box {
	display: flex;
	align-items: center;
}

.menu-ul-block > nav > ul > li ul {
    font-size: 16px;
    padding: 30px 15px;
    display: none;
    background-color: #f4f4f4;
    border-bottom: 1px solid;
}

.menu-ul-block > nav > ul > li ul > li > a {
    color: #000;
}

.main-menu input[type="checkbox"]:checked ~ .submenu_button::after {
    transform: rotate(0deg);
}

.main-menu input[type="checkbox"]:checked ~ ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main-menu ul > li > .submenu {
    display: none;
}

.submenu_button {
    display: flex;
    font-size: 18px;
}

.submenu_button::after {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    margin-left: 10px;
    transform: rotate(270deg);
}

.datepicker {
    width: -moz-min-content;
    width: min-content;
}

.datepicker:not(.active) {
    display: none;
}

.datepicker-dropdown {
    position: absolute;
    z-index: 1000;
    padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
}

.datepicker-picker {
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    background-color: #fff;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.datepicker-main {
    flex: auto;
    padding: 2px;
}

.datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
}

.datepicker-controls {
    display: flex;
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
}

.datepicker-controls .btn {
    border-color: #f8f9fa;
    background-color: #fff;
}

.datepicker-controls .btn:hover {
    border-color: #dbe0e5;
    background-color: #e2e6ea;
    color: #000;
}

.datepicker-controls .btn:focus {
    border-color: #dbe0e5;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    background-color: #e2e6ea;
    color: #000;
}

.datepicker-controls .btn:disabled {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #000;
}

.datepicker-controls .btn:not(:disabled):active {
    border-color: #d4dae0;
    background-color: #dbe0e5;
    color: #000;
}

.datepicker-controls .btn:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.datepicker-header .datepicker-controls .btn {
    border-color: transparent;
    font-weight: bold;
}

.datepicker-footer .datepicker-controls .btn {
    flex: auto;
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.datepicker-controls .view-switch {
    flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
    visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
    display: flex;
}

.datepicker-view {
    align-items: stretch;
    width: 15.75rem;
}

.datepicker-grid {
    flex-wrap: wrap;
    flex: auto;
}

.datepicker .days {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.datepicker .days-of-week {
    display: flex;
}

.datepicker .week-numbers {
    display: flex;
    flex-direction: column;
    flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: auto;
}

.datepicker span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.datepicker .dow {
    height: 1.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
}

.datepicker .week {
    flex: auto;
    color: #dee2e6;
    font-size: 0.875rem;
}

.datepicker-cell,
.datepicker .days .dow {
    flex-basis: 14.2857142857%;
}

.datepicker-cell {
    height: 2.25rem;
}

.datepicker-cell:not(.day) {
    flex-basis: 25%;
    height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #e2e6ea;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.disabled {
    color: rgba(33, 37, 41, 0.5);
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
    color: #6c757d;
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
    color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: #f8f9fa;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #f1f3f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e2e6ea;
}

.datepicker-cell.today:not(.selected) {
    background-color: #20c997;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #1fc493;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
    background-color: #6c757d;
    color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
    background-color: #69727a;
}

.datepicker-cell.range-start:not(.range-end) {
    border-radius: 0.375rem 0 0 0.375rem;
}

.datepicker-cell.range-end:not(.range-start) {
    border-radius: 0 0.375rem 0.375rem 0;
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #e9ecef;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #e2e6ea;
}

.datepicker-cell.range.disabled {
    color: #ced4db;
}

.datepicker-cell.range.focused {
    background-color: #dbe0e5;
}

.datepicker-input.in-edit {
    border-color: #73acfe;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(115, 172, 254, 0.2);
}

@media (min-width: 480px) {
    .room-img img {
        max-height: 315px;
    }
    .slider-title {
        padding-top: 120px;
    }
}

@media (min-width: 576px) {
    .news-block-position {
        grid-template-columns: 1fr 1fr;
        column-gap: 3%;
    }
    
    .news-img {
        max-height: 300px;
        height: 35vw;
    }
    
    .single-advantage {
        text-align: center;
    }
    
    .advantage-name {
        display: block;
        margin-top: 60px;
    }
    
    .advantages-position {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3%;
    }
    
    .single-room {
        display: flex;
    }
    
    .room-info:before {
        content: " ";
        display: block;
        content: " ";
        display: block;
        height: 50px;
        width: 50px;
        position: absolute;
        background-color: #fff;
        left: -2%;
        transform: rotate(45deg);
        transition: background-color .2s;
    }
    
    .single-room-reversed {
        flex-direction: row-reverse;
    }
    
    .single-room-reversed .room-info:before {
        left: auto;
        right: -2%;
    }
    
    .single-room > div {
        width: 50%;
    }
    .room-img img {
        max-height: 250px;
        height: 20vw;
    }
    
    .meal-img {
        width: 30%;   
    }
    
    .meal-info {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .room-img img {
        max-height: 260px;
    }
    
    .restaurant-position {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2%;
    }
    
    .meal-img img {
        max-height: 100px;
    }
    
    .restaurant-intro > div {
        width: 50%;
    }
    
    .restaurant-intro {
        gap: 5%;
        flex-direction: row;
    }
    
    .room-element-block {
        flex-direction: row;
        gap: 6%;
    }
    
    .room-element-block > div {
        width: 47%;
    }
}

@media (min-width: 992px) {
    .news-block-position {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .news-img {
        max-height: 200px;
    }
    
    .restaurant-block {
        padding: 0 30px;
    }
    
    .rooms-position {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .main-menu-comp {
        display: block;
    }
    
    .menu_box {
        display: none;
    }
    
    .main-menu-comp ul {
        display: flex;
        gap: 50px;
    }
    
    .main-menu-comp a {
        color: #19191a;
        font-size: 16px;
    }
    
    .main-menu-comp a:hover {
        border-bottom: 2px solid #2f89fc;
    }
    
    .contacts-page-info {
        grid-template-columns: 1fr 1fr;
        column-gap: 3%;
    }
    
    .advantages-position {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 3%;
    }
}

@media (min-width: 1200px) {
    .news-img {
        max-height: 300px;
    }
    
    .restaurant-position {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1800px;
        margin: 0 auto;
    }
    
    .room-img img {
        max-height: 550px;
    }
}