.header__bottom.other>.img-wrap {
    display: none;
}

.header__bottom.other>.menu li>div img {
    transform: rotate(180deg);
}

.header__bottom.other>.menu li:hover>div img {
    transform: rotate(0deg);
}

.header__bottom.other>.menu .submenu {
    width: 130%;
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: -20%;
    padding: 17px 20px 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.header__bottom>.menu .submenu>li>a>img {
    transform: rotate(0deg);
}

@media (max-width: 992px) {
    .header__bottom.other>.menu .submenu {
        width: 100%;
        display: none;
        position: initial;
        padding: 0 0 10px 0;
        border-radius: 0;
    }
}

/*---------- page contacts ----------*/
.contacts-wrap {
    width: 80vw;
}

.contact__item {
    display: flex;
    gap: 20px;
}

.contact__item>p:first-child {
    max-width: 358px;
}

.contact__item p,
.contact__item a {
    text-shadow: 0px 0px 10px #000000;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
}

.contact__item a {
    color: #fff;
    text-decoration: none;
}

.contact__item a:hover {
    text-decoration: underline;
}

.contacts-map .map-wrap {
    height: 700px;
}

@media (max-width: 1300px) {

    .contact__item p,
    .contact__item a {
        font-size: 22px;
        line-height: 140%;
    }

    .contacts-wrap {
        width: 90vw;
    }
}

@media (max-width: 992px) {
    .contact__item {
        margin-bottom: 20px;
    }

    .contact__item p,
    .contact__item a {
        font-size: 20px;
        line-height: 120%;
    }

    .contacts-map .map-wrap {
        height: 500px;
    }

    .contacts-wrap {
        width: 80vw;
    }
}

@media (max-width: 768px) {
    .contact__item {
        flex-direction: column;
    }

    .contact__item p,
    .contact__item a {
        font-size: 16px;
    }

    .contact__item>p:nth-child(1) {
        font-size: 22px;
        margin-bottom: 0;
    }
}

/*---------- page shower ----------*/

.price__btn {
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    gap: 10px;
    border: 2px solid #fff;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 25px;
}

.price__btn sup {
    font-size: 20px;
}

.price__btn span {
    font-weight: 500;
}

.phone-block {
    padding: 18px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-image: url(../img/card-bg.webp);
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.phone-block a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #5C3F3E;
    position: initial;
    display: block;
    text-decoration: none;
}

.phone-block a:hover {
    text-decoration: underline;
}

.phone-block a span {
    font-weight: 600;
    display: block;
    padding-top: 10px;
}

.right-block {
    height: 50%;
}

.right-block .item {
    margin-bottom: 50px;
    width: 100%;
    max-width: 775px;
}

.right-block .item,
.right-block .item .item__bg .img-wrap,
.right-block .item .item__bg .img-wrap img {
    height: auto;
    max-height: 450px;
}

.other-gallery {
    width: 100%;
    max-width: 1584px;
    height: 100%;
    border-radius: 12px;
}

.other-gallery .swiper-slide {
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 15px #000000;
    border-radius: 12px;
}

.img-wrap::after {
    display: none !important;
}

.other-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


.other-gallery .swiper-button-next:after,
.other-gallery .swiper-button-prev:after {
    display: none;
}

.other-gallery .swiper-button-prev img {
    transform: rotate(180deg);
}

.other-gallery .swiper-button-next,
.other-gallery .swiper-button-prev {
    width: 80px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    top: 0;
    margin-top: 0;
}

.other-gallery .swiper-button-next {
    right: 0;
}

.other-gallery .swiper-button-prev {
    left: 0;
}

@media (max-width: 1300px) {
    .other-gallery {
        height: 585px;
    }
}

@media (max-width: 992px) {
    .price__btn {
        font-size: 30px;
        line-height: 40px;
    }

    .other-gallery {
        height: 485px;
    }

    .right-block .item {
        margin: 0 auto 15px;
    }
}

@media (max-width: 850px) {
    .other-gallery {
        height: 385px;
    }

    .right-block .item,
    .right-block .item .item__bg .img-wrap,
    .right-block .item .item__bg .img-wrap img {
        height: auto;
        max-height: 390px;
    }
}

@media (max-width: 768px) {
    .price__btn {
        font-size: 24px;
        line-height: 30px;
        padding: 0 20px;
    }

    .phone-block a {
        font-size: 22px;
        line-height: 28px;
    }

    .right-block .item,
    .right-block .item .item__bg .img-wrap,
    .right-block .item .item__bg .img-wrap img {
        max-height: 290px;
    }

    .other-gallery {
        height: 285px;
    }

    .other-gallery .swiper-button-next,
    .other-gallery .swiper-button-prev {
        width: 36px;
        border-radius: 8px;
    }

    .other-gallery .swiper-button-next img,
    .other-gallery .swiper-button-prev img {
        width: 14px;
    }

    .phone-block {
        margin-top: 25px;
    }
}

@media (max-width: 520px) {
    .other-gallery {
        height: 250px;
    }
}

/*---------- page traktir ----------*/
.banner-lunch {
    width: 100%;
    height: 300px;
    overflow: hidden;
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.3));
    border-radius: 20px;
    background-image: url(../img/banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__left {
    width: 690px;
    height: auto;
    position: absolute;
    top: -90px;
    left: -1%;
}

.banner__center {
    margin-left: 20%;
}

.banner__center p {
    font-size: 30px;
    line-height: 117%;
    text-transform: uppercase;
}

.banner__center .time {
    font-family: 'Triod Postnaja';
    font-weight: 500;
    font-size: 55px;
    line-height: 118%;
    text-transform: none;
}

.banner__right {
    background: #ff0000;
    width: 655px;
    height: 655px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -350px;
}

.banner__right div {
    width: 207px;
    height: 200px;
    font-family: 'Triod Postnaja';
    font-weight: 500;
    padding-top: 150px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__right div span {
    display: block;
}

.banner__right div:nth-child(2) {
    font-size: 100px;
    line-height: 65px;
}

.banner__right div:nth-child(1),
.banner__right div:nth-child(3) {
    font-size: 70px;
    line-height: 65px;
}

@media (max-width: 1600px) {
    .banner__left {
        left: -14%;
        top: -30px;
    }

    .banner__center {
        margin-left: 12%;
    }

    h3 {
        font-size: 60px;
    }

    .banner__center p {
        font-size: 28px;
    }

    .banner__center .time {
        font-size: 50px;
    }
}

@media (max-width: 1300px) {
    .banner-lunch {
        justify-content: left;
    }

    .banner__left {
        display: none;
    }

    .banner__center {
        margin-left: 5%;
    }
}

@media (max-width: 992px) {
    .banner__right {
        top: -100px;
        right: -400px;
    }

    .banner__right div {
        padding-top: 150px;
        padding-left: 50px;
    }

    .banner__right div:nth-child(2) {
        font-size: 70px;
        line-height: 55px;
    }

    .banner__right div:nth-child(1),
    .banner__right div:nth-child(3) {
        font-size: 50px;
        line-height: 55px;
    }

    .banner__center h3 {
        text-wrap: wrap;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .banner__center p {
        font-size: 22px;
    }

    .banner__center .time {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .banner-lunch {
        background-size: cover;
    }

    h3 {
        font-size: 45px;
        margin-bottom: 70px;
    }

    .banner__center p {
        font-size: 16px;
    }

    .banner__center .time {
        font-size: 28px;
    }

    .banner__right {
        width: 300px;
        height: 300px;
        top: 100px;
        right: -80px;
    }

    .banner__right div {
        padding-top: 40px;
        padding-left: 50px;
    }

    .banner__right div:nth-child(2) {
        font-size: 45px;
        line-height: 40px;
    }

    .banner__right div:nth-child(1),
    .banner__right div:nth-child(3) {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 520px) {
    .banner-lunch {
        align-items: flex-start;
        padding: 12px;
    }

    .banner__right {
        top: auto;
        bottom: 20px;
        left: 12px;
        width: 100%;
        height: 60px;
        border-radius: 12px;
    }

    .banner__right div {
        width: 100%;
        height: 60px;
        padding: 0 0 0 12px;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-direction: row;
        gap: 10px;
    }

    .banner__right div span {
        display: inline-flex;
    }
}

/*---------- page banquet ----------*/

.hero h2 {
    text-align: left;
    margin: 50px 0 25px;
}

.left-block h4 {
    margin: 25px 0 10px;
}

.gallery .link {
    text-align: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .hero h2 {
        margin: 30px 0 20px;
    }
}

/*---------- page hotel-motel ----------*/

.icon-blocks-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.icon-block span:nth-child(1),
.icon-block div {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    background-color: transparent;
    position: relative;
}

.icon-block span:nth-child(1):after,
.icon-block div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.icon-block .paper:after,
.icon-block .shower:after,
.icon-block .bath:after,
.icon-block .air::after,
.icon-block .chair::after,
.icon-block .wifi::after,
.icon-block .tv:after,
.icon-block .towel:after,
.icon-block .cup:after,
.icon-block .fire:after,
.icon-block .fridge:after,
.icon-block .sofa:after,
.icon-block .kitchen:after,
.icon-block .mangal:after,
.icon-block .table:after {
    width: 100%;
    background: #fff !important;
}

.icon-block .paper{
    webkit-mask: url(../img/room-icon/i-paper.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-paper.svg) 0 / 50px 50px no-repeat; 
}

.icon-block .shower{
    webkit-mask: url(../img/room-icon/i-shower.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-shower.svg) 0 / 50px 50px no-repeat;
}

.icon-block .bath {
    webkit-mask: url(../img/room-icon/i-bath.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-bath.svg) 0 / 50px 50px no-repeat;
}

.icon-block .air{
    webkit-mask: url(../img/room-icon/i-air.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-air.svg) 0 / 50px 50px no-repeat;
}
.icon-block .chair{
    webkit-mask: url(../img/room-icon/i-chair.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-chair.svg) 0 / 50px 50px no-repeat;
}
.icon-block .wifi{
    webkit-mask: url(../img/room-icon/i-wifi.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-wifi.svg) 0 / 50px 50px no-repeat;
}
.icon-block .tv{
    webkit-mask: url(../img/room-icon/i-tv.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-tv.svg) 0 / 50px 50px no-repeat;
}
.icon-block .towel{
    webkit-mask: url(../img/room-icon/i-towel.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-towel.svg) 0 / 50px 50px no-repeat;
}
.icon-block .cup{
    webkit-mask: url(../img/room-icon/i-cup.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-cup.svg) 0 / 50px 50px no-repeat;
}
.icon-block .fire{
    webkit-mask: url(../img/room-icon/i-fire.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-fire.svg) 0 / 50px 50px no-repeat;
}
.icon-block .fridge{
    webkit-mask: url(../img/room-icon/i-fridge.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-fridge.svg) 0 / 50px 50px no-repeat;
}
.icon-block .sofa{
    webkit-mask: url(../img/room-icon/i-sofa.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-sofa.svg) 0 / 50px 50px no-repeat;
}
.icon-block .kitchen{
    webkit-mask: url(../img/room-icon/i-kitchen.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-kitchen.svg) 0 / 50px 50px no-repeat;
}
.icon-block .mangal{
    webkit-mask: url(../img/room-icon/i-mangal.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-mangal.svg) 0 / 50px 50px no-repeat;
}

.icon-block .table{
    webkit-mask: url(../img/room-icon/i-table.svg) 0 / 50px 50px no-repeat;
    mask: url(../img/room-icon/i-table.svg) 0 / 50px 50px no-repeat;
}

.icon-block span:nth-child(2) {
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0px 0px 10px #000000;
    text-wrap: wrap;
}

.room {
    display: flex;
    gap: 50px;
    font-family: 'Montserrat';
    text-transform: none;
    text-shadow: none;
    margin-bottom: 20px;
    padding-right: 12px;
}

.room__img {
    display: flex;
    width: 500px;
    height: 300px;
}

.room__img>.img-wrap {
    position: relative;
    width: 100%;
    /* height: 85%; */
    height: unset;
}

.zoom {
    content: url(../img/i-glass.png);
    position: absolute;
    top: 28px;
    right: 35px;
    z-index: 2;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.room__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room .lSSlideOuter {
    flex: 0 0 auto;
    max-width: 500px;
    height: 300px;
    position: relative;
    order: 1;
}

.room .lSPager {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: center;
}

.room .lSSlideOuter .lSPager.lSGallery {
    width: 100% !important;
}

.room .lSSlideOuter .lSPager.lSGallery img {
    display: none;
}

.room .lSSlideOuter .lSPager.lSGallery>li {
    width: 65px !important;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 10px #000000);
    cursor: pointer;
}

.room .lSSlideOuter .lSPager.lSGallery>li:hover,
.room .lSSlideOuter .lSPager.lSGallery>li.active {
    background-color: #FFBB00 !important;
}

.room .lSSlideOuter .lSAction {
    opacity: 0;
}

.room__text {
    display: block;
    width: auto;
    max-width: 480px;
    padding-top: 15px;
    order: 2;
}

.room__text p,
.room__text a {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #5C3F3E;
}

.room__text a {
    font-weight: 600;
    font-size: 24px;
    line-height: 146%;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.room__text a img {
    position: initial;
    width: 12px;
    height: 21px;
}

.room__about {
    font-weight: 500;
    font-size: 24px;
    line-height: 146%;
    color: #5C3F3E;
    text-align: left;
    padding-top: 15px;
    order: 3;
    max-width: 400px;
}

.room__about .name {
    font-weight: 600;
    font-size: 30px;
    line-height: 117%;
}

.room__about .area {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.room__about .area div {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.room__about .area div img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}



.room__about .icons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    width: 100%;
    max-width: 504px;
    height: 32px;
    position: relative;
}
.room__about .icons span {
    display: block;
    width: 32px !important;
    height: 32px;
    background-color: transparent;
    position: relative;
}

.room__about .icons span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.room__about .icons .paper{
    webkit-mask: url(../img/room-icon/i-paper.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-paper.svg) 0 / 32px 32px no-repeat;  
}

.room__about .icons .shower{
    webkit-mask: url(../img/room-icon/i-shower.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-shower.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons  .bath {
    webkit-mask: url(../img/room-icon/i-bath.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-bath.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .air{
    webkit-mask: url(../img/room-icon/i-air.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-air.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .chair{
    webkit-mask: url(../img/room-icon/i-chair.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-chair.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .wifi{
    webkit-mask: url(../img/room-icon/i-wifi.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-wifi.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .tv{
    webkit-mask: url(../img/room-icon/i-tv.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-tv.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .towel{
    webkit-mask: url(../img/room-icon/i-towel.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-towel.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .cup{
    webkit-mask: url(../img/room-icon/i-cup.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-cup.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .fire{
    webkit-mask: url(../img/room-icon/i-fire.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-fire.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .fridge{
    webkit-mask: url(../img/room-icon/i-fridge.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-fridge.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .sofa{
    webkit-mask: url(../img/room-icon/i-sofa.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-sofa.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .kitchen{
    webkit-mask: url(../img/room-icon/i-kitchen.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-kitchen.svg) 0 / 32px 32px no-repeat;
}
.room__about .icons .mangal{
    webkit-mask: url(../img/room-icon/i-mangal.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-mangal.svg) 0 / 32px 32px no-repeat;
}

.room__about .icons .table{
    webkit-mask: url(../img/room-icon/i-table.svg) 0 / 32px 32px no-repeat;
    mask: url(../img/room-icon/i-table.svg) 0 / 32px 32px no-repeat;
}

.room__about .icons .paper:after,
.room__about .icons .shower:after,
.room__about .icons .bath::after,
.room__about .icons .air::after,
.room__about .icons .chair::after,
.room__about .icons .wifi::after,
.room__about .icons .tv:after,
.room__about .icons .towel:after,
.room__about .icons .cup:after,
.room__about .icons .fire:after,
.room__about .icons .fridge:after,
.room__about .icons .sofa:after,
.room__about .icons .kitchen:after,
.room__about .icons .mangal:after,
.room__about .icons .table:after {
    width: 100%;
    background: #5C3F3E !important;
}

.room__about .price {
    text-align: center;
    background: linear-gradient(0deg, rgba(92, 63, 62, 0.7), rgba(92, 63, 62, 0.7)), url(../img/body-bg.webp);
    border-radius: 12px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    max-width: 504px;
}

.room__about .price span {
    font-size: 30px;
    font-weight: 600;
}

.see-more .items-wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    column-count: 2;
}

.see-more .items-wrap .item {
    width: calc(50% - 25px);
    max-width: 775px;
}

@media (max-width: 1600px) {
    .room {
        gap: 25px;
    }

    .room__text {
        max-width: 400px;
    }

    .room__about {
        font-size: 20px;
    }

    .room__about .icons {
        gap: 10px;
    }
}

@media (max-width: 1300px) {
    .room {
        flex-wrap: wrap;
        gap: 20px;
        padding-right: 12px;
        padding-bottom: 12px;
    }

    .room__text {
        order: 3;
        max-width: 100%;
        padding-top: 0;
    }

    .room__about {
        order: 2;
        max-width: 450px;
        padding-top: 0;
    }

}

@media (max-width: 992px) {
    .room__img {
        width: 400px;
        height: 240px;
    }

    .room .lSSlideOuter {
        max-width: 400px;
        height: 240px;
    }

    .room__img>.img-wrap .glass {
        top: 18px;
        right: 25px;
        width: 41px;
        height: 41px;
    }

    .room__about {
        order: 2;
        max-width: 400px;
    }

    .room__text p,
    .room__text a {
        font-size: 20px;
    }
}

@media (max-width: 850px) {
    .room {
        justify-content: center;
    }

    .room__text {
        max-width: 400px;
    }

    .see-more .items-wrap {
        gap: 20px;
        column-count: 1;
    }

    .see-more .items-wrap .item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .room__about .name {
        font-size: 28px;
    }

    .room__about .price {
        font-size: 22px;
    }

    .room__about .price span {
        font-size: 24px;
    }

    .icon-block span {
        font-size: 18px;
    }

    .icon-block img {
        width: 45px;
        height: 44px;
    }
}

@media (max-width: 520px) {
    .icon-blocks-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .icon-block span {
        font-size: 16px;
    }

    .room__img,
    .room .lSSlideOuter {
        width: 320px;
        height: 200px;
    }

    .room .lSSlideOuter {
        max-width: 320px;
        height: 200px;
    }

    .room__about .area div img {
        width: 20px;
        height: 20px;
    }

    .room__text a img {
        width: 9px;
        height: 15.7px;
    }

    .room__text,
    .room__about {
        max-width: 320px;
    }

    .room__about .icons {
        gap: 10px;
    }

    .room__about .icons img {
        width: 26px;
        height: 26px;
    }

    .room__about .name {
        font-size: 26px;
    }

    .room__about .price {
        font-size: 20px;
    }

    .room__about .price span {
        font-size: 22px;
    }

    .room__about,
    .room__text p,
    .room__text a {
        font-size: 16px;
    }
}

/*---------- page guest house ----------*/

.hero__content .left-block .room__about {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-shadow: 0px 0px 10px #000000;
    font-weight: 600;

}

.hero__content .left-block .room__about div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hero__content .left-block .room__about div img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

/*---------- page banquet-menu ----------*/
.menu-gallery .item__bg {
    height: 895px;
    width: 631px;
    margin: 0 auto;
}

.menu-gallery .item__bg .other-gallery {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .menu-gallery .item__bg {
        height: 695px;
        width: 490px;
    }

    .link img {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 600px) {
    .menu-gallery .item__bg {
        height: 496px;
        width: 350px;
    }
}