@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}

@media all and (max-width: 1400px) {
    body {
        font-size: 18px
    }
    #menu-item-110,
    .navbar-expand-lg .navbar-nav li,
    .navbar-expand-lg .navbar-nav li#menu-item-104,
    .navbar-expand-lg .navbar-nav li#menu-item-105,
    .navbar-expand-lg .navbar-nav li#menu-item-109 {
        margin-right: 0px;
    }
    .navbar-expand-lg .navbar-nav {
        justify-content: space-between !important;
    }
    .navbar {
        margin: 15px 0px 0px 0px;
    }
    .header-contact .btn-more {
        margin-left: 20px;
    }
    .about-carousel img {
        height: 645.5px;
    }
    .rooms-slide .room-char,
    .rooms-slide .room-btns {
        flex-direction: column;
    }
    .rooms-slide_title {
        font-size: 22px;
    }
}

@media all and (max-width: 1200px) {
    body {
        font-size: 16px;
    }
    .header-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .phone {
        margin-bottom: 20px;
    }
    .relax-title {
        font-size: 28px;
   }
   .relax-item .relax-text {
        font-size: 16px;
    }
    .slick-arrow {
        left: 30px;
    }
    .slick-arrow.slick-next {
        left: auto;
        right: 30px;
    }
    .rooms-slide_title {
        font-size: 22px;
        padding-right: 15px;
    }
    .about-right {
        padding: 58px;
    }
    .intro-text h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .footer-contacts {
        flex-direction: column;
        gap: 15px;
    }
}

@media all and (max-width: 960px) {
    .home #header,
    #header {
        z-index: 1000;
    }
    #header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .header-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: 0px;
        right: 0px;
    }
    .navbar {
        margin: 0px;
        margin-top: 0px;
        width: 100%;
        border-top: 1px solid #fff;
        padding-top: 15px;
        margin-top: 15px;
    }
    .home .navbar {
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .header-contact .phone {
        display: none;
    }
    .branding {
        max-width: 150px;
        margin: 0px;
    }
    .navbar-toggler {
        padding: 0px;
        border: 0px;
    }
    .navbar-toggler-icon {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") center center no-repeat;
    }
    #navbarNavOffcanvas {
        background: #993613;
    }
    .header-contact .btn-more {
        margin-left: 0px;
    }
    .navbar-expand-lg .navbar-nav li {
        margin: 10px 0px;
    }
    .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h1, h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .about-left {
        padding-left: 0px;
    }
    .about-carousel {
        width: 100%;
        position: relative !important;
    }
    .about-carousel img {
        height: auto;
    }
    .about-right::after {
        width: 100%;
    }
    .contact-list {
        flex-direction: column;
    }
    .relax-carousel img, .relax-left .about-carousel img {
        height: auto;
    }
    #footer {
        text-align: center;
    }
    #footer .social {
        margin: 10px 0px;
    }
    .dev {
        text-align: center;
    }
    .footer-left h2 {
        font-size: 22px;
    }
    .footer-map iframe {
        height: 300px;
    }
    .map-links {
        justify-content: center;
    }
    #main-nav .phone {
        margin-bottom: 0px;
    }
    #header.fixed .navbar {
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 10px 15px;
        width: 100%;
        background: #993613;
        box-shadow: 0px 2px 5px 0px #00000040;
        margin: 0px;
        border: 0px !important;
        z-index: 10000;
    }
    #header {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1000;
    }
    body:not(.home) #page {
        padding-top: 190px;
    }
    .header-contact {
        width: auto;
    }
    .rooms-carousel {
        padding: 0px 35px;
    }
    .rooms-carousel .slick-arrow {
        left: 5px;
    }
    .rooms-carousel .slick-arrow.slick-next {
        left: auto;
        right: 5px;
    }
    .about-right {
        padding: 30px 15px 0px 15px;
    }
    .gallery-title {
        font-size: 20px;
    }
    .footer-phone,
    .footer-location {
        justify-content: center;
    }
    .fs-widget {
        margin-top: 30px;
    }
    .copy {
        padding-bottom: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .active .nav-link {
        color: #fff;
        text-decoration: underline;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body > .offcanvas-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
    }
}

@media all and (max-width: 767px) {
    .fs-widget {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .header-contact .btn-more {
        margin-left: 0px;
        width: auto;
        padding: 0px 20px;
    }
    .phone a {
        font-size: 16px;
    }
    .phone {
        margin-bottom: 10px;
    }
    #header {
        padding: 20px 0px;
    }
    .phone a:first-child svg {
        max-width: 25px;
    }
    .slide-item {
        height: 700px;
        padding-top: 200px;
        min-height: unset;
    }
    #advantages {
        padding: 30px 0px;
    }
    .advantages-list {
        flex-wrap: wrap;
    }
    .advantages-list > div {
        width: 33.333%;
        padding: 0px 10px;
        margin: 10px 0px;
    }
    .rooms-slide_more {
        display: none;
    }
    .about-right {
        padding: 30px 20px;
    }
    .offer-text {
        padding: 30px 60px;
    }
    .offer-text p:first-child {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .rooms-slide_title {
        font-size: 20px;
        padding-right: 0px;
    }
    .relax-left {
        padding-right: 15px;
    }
    .relax-title {
        font-size: 22px;
    }
    h1.entry-title {
        font-size: 32px;
    }
    .footer-contacts {
        margin-top: 40px;
    }
    #footer-blocks .form-action {
        justify-content: center;
    }
    #footer-blocks h2 {
        text-align: center;
    }
    .room-guests ul {
        columns: 1;
    }
    .counters {
        padding-bottom: 10px;
    }
    .room-title {
        font-size: 22px;
    }
    .rooms-slide .room-text {
        min-height: unset;
    }
    .rooms-slide .room-btns .btn {
        font-size: 18px;
    }
    .room-list_cols > div {
        width: 100%;
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .room-list_title {
        font-size: 20px;
    }
    .modal .room-btns {
        flex-direction: column;
    }
    .modal .room-btns .btn {
        font-size: 18px;
    }
    #_bn_widget_ {
        height: 280px;
    }
    .contact-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .advantages-list {
        align-items: flex-start;
    }
    .advantages-list > div {
        width: 25%
    }
    .room-char {
        justify-content: flex-start;
    }
    .room-desc_col {
        order: 2;
    }
    #footer .social {
        margin-bottom: 0px;
    }
    .intro-text h1 {
        font-size: 26px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:focus {
        color: #fff;
    }
    .contact-item svg {
        margin: 0px;
        max-width: 25px !important;
        height: 25px;
    }
    #header .contact-item,
    #header .contact-item a {
        color: #fff;
    }
    .footer-phone {
        margin-top: 10px !important;
    }
    #about {
        padding-top: 0px;
    }
    .about-right,
    #about {
        padding-bottom: 0px;
    }
    #rooms .show-more {
        margin-top: 10px;
    }
    .room-item.mb-4:last-child {
        margin-bottom: 0px !important;
    }
    .about-left {
        padding-right: 0px;
    }
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}