* {
    margin: 0%;
    padding: 0%;
}
.container{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
html{
    scroll-behavior: smooth;
}
p,h1,h2,h3{
    margin: 0;
}

h1{
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    backdrop-filter: blur(8px);
    z-index: 2;
    -webkit-backdrop-filter: blur(8px);
}
.header .container{
    position: relative;
}
.header__nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hamb{
    order: 1;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 7px 20px;
    border-radius: 15px;
    font-size: 9px;
    cursor: pointer;
    font-weight: 600;
}
.hn-buttons1{
    display: none;
}
.hn__list1{
    display: none;
}
.popup{
    position: absolute;
    padding-top: 20px;
    top: 54px;
    right: -200%;
    width: 300px;
    height: 300px;
    z-index: 100;
    background: #1E1E1E;
    display: flex;
    transition: 0.6s;
    border-radius: 10px;
    flex-direction: column;
    gap: 20px;
}
.popup.open{
    right: 0%;
}
.popup p{
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
}
.popup__block1{
    width: 200px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup__block2{
    width: 200px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.popup__block3{
    width: 260px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.popup__block3 p{
    font-size: 14px;
}
.hn__nav-logo{
    display: flex;
    gap: 10px;
    align-items: center;
}
.hn__nav-logo a{
    width: 32px;
    height: 32px;
    background: #F9CD77;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hn__nav-logo span{
    content: url(./images/Vector-logo.svg);
    width: 19px;
}
.lng-btn{
    width: 55px;
    height: 29px;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 32px;
    border: solid 1px #fff;
    font-weight: 600;
    font-size: 10px;
    cursor: pointer;
    font-family: 'Inter';
    text-transform: uppercase;
}
.lng-btn.dark{
    background-color: #fff;
    border: solid 1px #1E1E1E;
    color: #000;
}
.lng-btn.active {
    background-color: #F9CD77; 
    border: none;
    color: #000;
}
.lng-btn.unactive{
    background-color: #1E1E1E;
    color: #fff;
    border: solid 1px #fff;
}
.lng-btn.unactive.dark{
    background-color: #fff;
    border: solid 1px #1E1E1E;
    color: #000;
}
.hn-buttons{
    display: flex;
    gap: 5px;
}
.hn__list{
    list-style: none;
    display: flex;
    padding: 0;
    justify-items: center;
    width: fit-content;
    align-items: center;
    gap: 7px;
}
.hn__list-link1,
.hn__list-link2,
.hn__list-link3{
    border-radius: 32px;
    background-color: #fff;
    color: #000;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 8px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 10px;
}
main{
    max-width: 300px;
    margin: 0 auto;
}
.first__section{
    background: url(./images/fs-bg.png);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    border-radius: 15px;
    margin-top: 55px;
    position: relative;
    overflow: hidden;
}
.Star1{
    content: url(./images/Star\ 1.svg);
    position: absolute;
    width: 70px;
    bottom: 19px;
    left: 9px;
}
.Star2{
    content: url(./images/Star\ 2.svg);
    position: absolute;
    bottom: 5px;
    left: 127px;
    width: 40px;
}
.Star2.dark{
    content: url(./images/Star\ 3.svg);
}
.first__section.dark{
    background: url(./images/fs-bg-light2.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.first__section .container{
    height: 100%;
}
.fs-block{
    width: 260px;
    padding-top: 17px;
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.fs-block h2{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    color: #fff;
}
.fs-block p{
    display: none;
    font-size: 5px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
}
.fs-button{
    display: none;
    width: 100px;
    height: 14px;
    font-size: 5px;
    background: none;
    border: solid 0.1px #fff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    padding: 0;
    justify-content: center;
    gap: 2px;
}
.fs-btn2{
    display: none;
    width: 100px;
    height: 14px;
    font-size: 5px;
    background: none;
    border: solid 0.1px #000;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    padding: 0;
    justify-content: center;
    gap: 2px;
}
.fs-btn2.dark{
    border: solid 0.1px #fff;
    color: #fff;
}
.fs-button span.mode{
    content: url(./images/Vector\ 410\ \(Stroke\).svg);
    width: 25px;
}
.about__section .container{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
}
.about-block1,
.about-block2,
.about-block3,
.about-block4{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 270px;
    padding: 18px 15px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #4D3E3E33;
    border-radius: 10px;
}
.about-span1{
    content: url(./images/mug.svg);
    padding: 3px 2px 5px 5px;
    background-color: #f4f4f4;
    border-radius: 8px;
}
.about-span2{
    content: url(./images/wifi.svg);
    background-color: #f4f4f4;
    padding: 4px;
    border-radius: 8px;
}
.about-span3{
    content: url(./images/car.svg);
    background-color: #f4f4f4;
    padding: 4px;
    border-radius: 8px;
}
.about-span4{
    content: url(./images/wind.svg);
    background-color: #f4f4f4;
    padding: 3px;
    border-radius: 8px;
}
.about__section h3{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    color: #919192
}
.about__section p{
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 500;
    color: #919192
}
.booking__section{
    margin-top: 20px;
    background: #F9CD77;
    height: 395px;
    border-radius: 20px;
}
.booking__section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.booking-block2{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.booking-block2 span{
    height: 3px;
    width: 125px;
    background: #000;
    border-radius: 2px;
}
.rating-scale {
    width: 240px; 
    max-width: 350px;
    height: 10px; 
    background-color: #ffffff;
    border-radius: 10px; 
    overflow: hidden; 
}
.rating-bar1,  
.rating-bar2,  
.rating-bar3,  
.rating-bar4,  
.rating-bar5,  
.rating-bar6, 
.rating-bar7 {
    height: 100%; 
    width: 0%; 
    background-color: #1E1E1E; 
    transition: width 2s ease; 
}
.booking-number{
    display: flex;
    justify-content: space-between;
}
.booking-block2 p{
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    margin: 5px 0;
    color: #000;
}
.booking-block2 h2{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #000;
}
.adv__section .container{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.adv-card{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 5px 25px 0px #4D3E3E33;
    border-radius: 20px;
    padding: 10px 20px;
    gap: 10px;
    align-items: center;
}
.adv-span1{
    content: url(./images/reception.svg);
    padding: 5px;
    width: 18px;
}
.adv-span2{
    content: url(./images/mug.svg);
    padding: 3px 3px 5px 5px;
}
.adv-span3{
    content: url(./images/wash-machine.svg);
    width: 20px;
    padding: 4px 4px;
}
.adv-span4{
    content: url(./images/tabler-icon-shield-check-filled.png);
    width: 14px;
    padding: 6px;
}
.adv-span5{
    content: url(./images/sunglasses.svg);
    width: 18px;
    padding: 5px;
}
.adv-span6{
    content: url(./images/bath.png);
    width: 18px;
    padding: 5px;
}
.adv__section span{
    background: #f2f2f4;
    border-radius: 6px;
}
.adv-card h3{
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: #919192;
}
.adv-card p{
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    color: #919192;
}
.yandex-map{
    border-radius: 15px;
}
.map__section .container{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 15px;
    height: 100%;
    border-radius: 20px;
}
.map__section{
    background: url(./images/map-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 270px;
    margin-top: 20px;
    border-radius: 15px;
}
.map-block{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 27px;
    border-radius: 8px;
    gap: 5px;
    margin-bottom: 15px;
}
.map-block a{
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.map__section span{
    content: url(./images/map-pin.svg);
    width: 16px;
}
.map-card1{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    width: 100%;
}
.map-title{
    display: block;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #000;
}
.map-link1{
    display: block;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    background: #000;
    padding: 6px 17px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}
.map-card2 h2{
    display: none;
}
.map-link2{
    display: none;
}
.room__section{
    background: url(./images/room-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 270px;
    box-shadow: 0px 15px 45px 0px #4D3E3E33;
    border-radius: 15px;
    margin-top: 15px;
}
.room__section.dark{
    background: url(./images/room-bg3.png) !important;
}
.room__section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 15px;
}
.room__section h3{
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    margin-top: 15px;
}
.room-photo-block{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.footer{
    background: url(./images/ft-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 295px;
    border-radius: 20px;
    margin-top: 15px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}
.footer .container{
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    align-items: center;
    justify-content: space-around;
}
.ft-block1 h3{
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.ft-block1 p{
    font-family: 'Inter';
    font-size: 9px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: left;
    color: #919192;
}
.ft-block1{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 270px;
}
.ft-block2{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 270px;
}
.ft-block2 p{
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;
    color: #fff;
}
.ft-card1 a{
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    align-self: center;
}
.ft-span3{
    content: url(./images/map-pin.svg);
    width: 15px;
}
.ft-span4{
    content: url(./images/phone.svg);
    width: 10px;
}
.ft-span5.dark{
    content: url(./images/telegram-brands-solid\ \(1\).svg);
}
.ft-span5{
    content: url(./images/telegram-brands-solid.svg);
    width: 22px;
}
.ft-card{
    background: #fff;
    padding: 8px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ft-tg{
    padding: 7px 7px !important;
    border-radius: 11px;
}
.ft-tg2{
    width: 22px ;
    height: 22px;
}
@media (min-width:430px) {
    .ft__button-block{
        gap: 5px !important;
    }
    .container,
    main{
        min-width: 390px;
    }
    .splide__track{
        width: 360px !important;
    }
    .lng-btn {
        width: 53px;
        height: 32px;
    }
    .popup{
        width: 390px;
        height: 320px;
        padding-top: 0;
        top: 80px;
    }
    .popup p{
        font-size: 20px;
    }
    .popup__block3{
        width: 292px;
    }
    .popup__block3 p{
        font-size: 16px;
        width: 190px;
    }
    .hn__list-link1, 
    .hn__list-link2, 
    .hn__list-link3{
        font-size: 10px;
    }
    .hn__nav-logo a{
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }
    .hn__nav-logo span{
        width: 23px;
    }
    .hamb{
        padding: 8px 25px;
        font-size: 11px;
    }
    .hn__list{
        justify-content: unset;
        gap: 5px;
    }
    .hn__list-link{
        padding: 10px 30px;
    }
    .first__section{
        height: 270px;
        background: url(./images/fs-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 60px;
    }
    .Star1{
        bottom: 30px;
        left: 10px;
        width: 84px;
    }
    .Star2{
        bottom: 8px;
        left: 170px;
        width: 50px;
    }
    .fs-block{
        width: 305px;
        padding-top: 30px;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .fs-block h2{
        font-size: 24px;
        font-family: 'Inter';
        font-weight: 500;
        color: #fff;
    }
    .about__section .container{
        gap: 9px;
    }
    .about__section h3{
        font-size: 20px;
    }
    .about__section p{
        font-size: 13px;
    }
    .about-block1, 
    .about-block2, 
    .about-block3, 
    .about-block4 {
        width: 340px;
        padding: 23px 26px;
    }
    .booking-block1{
        width: 300px;
    }
    .booking-block2{
        width: 300px;
        gap: 15px;
    }
    .booking-block2 p{
        font-size: 14px;
    }
    .booking-block2 h2{
        font-size: 20px;
    }
    .booking-block2 span{
        margin-bottom: 10px;
    }
    .rating-scale{
        min-width: 240px;
        width: 100%;
    }
    .booking__section{
        height: 410px;
    }
    .map__section{
        height: 355px;
    }
    .yandex-map{
        width: 360px;
    }
    .map-block {
        padding: 16px 15px;
        width: 330px;
    }
    .map-block a{
        font-size: 17px;
    }
    .map-card1{
        width: 360px;
        gap: 0;
        justify-content: space-between;
    }
    .map-title{
        font-size: 24px;
    }
    .map-link1{
        padding: 8px 23px;
        font-size: 15px;
    }
    .map__section .container{
        gap: 0px;
        justify-content: space-around;
    }
    .map__section span,
    .map__section span.dark{
        width: 20px !important;
    }
    .adv-card{
        padding: 23px 26px;
    }
    .adv-card h3{
        font-size: 20px;
    }
    .adv-card p{
        font-size: 14px;
    }
    .adv-span1{
        width: 28px;
    }
    .adv-span2{
        width: 26px;
        padding: 8px 8px 9px 9px !important;
    }
    .adv-span3{
        width: 28px;
    }
    .adv-span4{
        width: 24px;
    }
    .adv-span5{
        width: 28px;
    }
    .adv-span6{
        width: 28px;
    }
    .adv__section span{
        padding: 6px;
    }
    .room__section h3{
        font-size: 20px;
    }
    .ft-block1,
    .ft-block2{
        width: 320px;
    }
    .footer{
        height: 333px;
        border-radius: 20px;
        min-width: 390px;
    }
    .ft-block1 h3{
        font-size: 18px;
    }
    .ft-block1 p{
        font-size: 12px;
    }
    .ft-block1{
        gap: 15px;
    }
    .ft-block2{
        gap: 10px;
    }
    .ft-block2 p{
        font-size: 15px;
    }
    .ft-card1 a{
        font-size: 13px;
    }
    .ft-card{
        padding: 10px !important;
    }
    .splide__track{
        width: 240px !important;
    }
}
@media (min-width:600px) {
    .container,
    main{
        min-width: 570px;
    }
    .splide__track{
        width: 480px !important;
    }
    .popup{
        top: 65px;
    }
    .popup__block3{
        width: 305px;
    }
    .hn-buttons{
        order: 2;
    } 
    .first__section{
        height: 222px;
        background-size: 100% !important;
        background: url(./images/fs-bg-2.png);
    }
    .Star1{
        content: url(./images/Star\ 4.svg);
        bottom: unset;
        top: 21px;
        left: 30px;
        width: 35px;
    }
    .Star2{
        left: unset;
        right: 180px;
        width: 63px;
    }
    .first__section.dark{
        background: url(./images/fs-bg-light.png) !important;
        background-size: 100% !important;
    }
    .fs-block p{
        display: block !important;
    }
    .fs-block p.dark{
        color: #000 !important;
    }
    .fs-button{
        display: block !important;
    }
    .fs-button.dark{
        border: solid 0.1px #000 !important;
        color: #000 !important;
    }
    .fs-button span.dark{
        content: url(./images/Vector\ 411\ \(Stroke\).svg);
        width: 25px;
    }
    .lng-btn{
        width: 45px;
        height: 29px;
    }
    .hn__list{
        gap: 10px;
    }
    .fs-block{
        padding-top: 50px;
        padding-left: 50px;
        width: 245px;
        gap: 8px;
    }
    .fs-block h2{
        font-size: 15px;
    }
    .fs-block p{
        font-size: 9px;
    }
    .fs-button{
        width: 140px;
        height: 20px;
        font-size: 8px;
        border-radius: 6px;
    }
    .about-block1, 
    .about-block2, 
    .about-block3, 
    .about-block4 {
        width: 228px;
        height: 90px;
    }
    .about__section p{
        font-size: 11px;
    }
    .about__section h3{
        font-size: 18px;
    }
    .about-span1{
        width: 27px;
        padding: 7px 6px 8px 9px
    }
    .about-span2,
    .about-span3,
    .about-span4{
        padding: 7px;
        width: 27px;
    }
    .booking-block1{
        width: 500px;
        grid-template-columns: 20px 20% 20% 20% 180px;
    }
    .booking-block2{
        width: 500px;
    }
    .booking-card{
        width: fit-content;
    }
    .booking-rating{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .booking__section{
        height: 315px;
    }
    .adv-card{
        width: 228px;
    }
    .yandex-map{
        width: 450px;
        height: 250px;
    }
    .map__section{
        border-radius: 30px;
        height: 450px;
    }
    .map-block{
        padding: 20px 60px;
        border-radius: 15px;
    }
    .map-card1{
        width: 450px;
    }
    .adv-card h3{
        font-size: 19px;
    }
    .adv-card p{
        font-size: 13px;
    }
    .room__section{
        height: 380px;
        margin-top: 20px;
        border-radius: 30px;
    }
    /* .slider{
        width: 220px !important;
    } */
    .room__section .container{
        justify-content: center;
        gap: 60px;
    }
    .image1{
        width: 181px !important;
    }
    .image3{
        width: 240px !important;
    }
    .image7{
        width: 225px !important;
    }
    .room__section.dark{
        background: url(./images/room-bg3.png) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
    .room-photo-block{
        width: 430px;
    }
    .room__section h3{
        font-size: 25px;
        margin-top: -30px;
    }
    .footer{
        height: 370px;
        border-radius: 30px;
        min-width: 570px;
        margin-top: 20px;
    }
    .footer .container{
        justify-content: space-evenly;
    }
    .ft-block1 h3{
        font-size: 22px;
    }
    .ft-block1 p{
        font-size: 14px;
        line-height: 17px;
    }
    .ft-block2 p{
        font-size: 19px;
        line-height: 20px;
    }
    .ft-card1 a{
        font-size: 14px;
    }
    .ft-block2{
        gap: 12px;
    }
    .ft-block1,
    .ft-block2{
        width: 425px;
    }
    .ft-card{
        padding: 13px;
    }
}
@media (min-width:940px) {
    .container,
    main{
        min-width: 870px;
    }
    .splide__track{
        width: 500px !important;
        margin-left: 64px;
    }
    .hn__nav-logo a{
        width: 45px;
        height: 45px;
    }
    h1{
        font-size: 20px;
    }
    .hamb,
    .popup{
        display: none;
    }
    .hn-buttons1{
        display: flex;
        gap: 2px;
        align-items: center;
    }
    .mode-lbl{
        background: #fff !important;
        border: solid 1px #000 !important;
    }
    .mode-lbl::after{
        content: url(./images/tabler-icon-sun-filled-2.svg) !important;
    }
    .mode-lbl.dark::after{
        content: url(./images/tabler-icon-moon-filled-2.svg) !important;
    }
    .hn__nav-logo span {
        width: 25px;
    }
    .hn__list1{
        display: flex;
        list-style: none;
    }
    .hn__list-link1, 
    .hn__list-link2,
    .hn__list-link3{
        font-size: 15px;
        padding: 0;
        border-radius: 0 !important;
        background: none !important;
    }
    .hn__list-link1.dark, 
    .hn__list-link2.dark,
    .hn__list-link3.dark{
        color: #fff !important;
    }
    .hn__list1 {
        gap: 50px;
    }
    .lng-btn{
        width: 53px;
        height: 32px;
        font-size: 13px;
        text-transform: none;
    }
    .first__section{
        height: 340px;
        margin-top: 65px;
    }
    .Star1{
        top: 18px;
        left: 21px;
        width: 59px;
    }
    .Star2{
        right: 289px;
        width: 86px;
        bottom: 15px;
    }
    .fs-block{
        width: 350px;
        padding-top: 70px;
        padding-left: 70px;
        gap: 10px;
    }
    .fs-block h2{
        font-size: 20px;
    }
    .fs-block p {
        font-size: 12px;
    }
    .fs-button span img {
        width: 40px;
    }
    .fs-button {
        width: 215px;
        height: 32px;
        font-size: 13px;
        border-radius: 10px;
    }
    .fs-btn2{
        display: block !important;
        width: 195px;
        height: 28px;
        font-size: 12px;
        border-radius: 9px;
        align-self: flex-start;
        margin-left: 64px;
        margin-bottom: 35px;
    }
    .fs-btn2 span.mode{
        content: url(./images/Vector\ 411\ \(Stroke\).svg);
        width: 35px;
    }
    .fs-button span{
        width: 45px !important;
    }
    .fs-btn2 span.dark{
        content: url(./images/Vector\ 410\ \(Stroke\).svg);
    }
    .about-block1, 
    .about-block2, 
    .about-block3, 
    .about-block4 {
        width: 158px;
        height: 115px;
    }
    .booking-block1,
    .booking-block2{
        width: 780px;
    }
    .booking-block1{
        grid-template-columns: 20px 20% 20% 20% 292px;
    }
    .booking-rating{
        gap: 0;
        justify-content: space-between;
    }
    .booking__section{
        height: 245px;
    }
    .adv-card{
        width: 378px;
        height: 115px;
        gap: 15px;
    }
    .adv-card h3{
        font-size: 20px;
    }
    .adv-card p{
        font-size: 15px;
    }
    .adv-span1,
    .adv-span3,
    .adv-span4,
    .adv-span5,
    .adv-span6{
        width: 30px;
        padding: 7px;
    }
    .adv-span2{
        width: 30px;
        padding: 6px 6px 8px 8px;
    }
    .map__section{
        border-radius: 25px;
        background: #F9CD77;
        height: 360px;
    }
    .map__section .container{
        flex-direction: row;
    }
    .yandex-map{
        width: 250px;
        height: 250px;
    }
    .map-card2{
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        width: 360px;
        align-items: center;
        justify-content: space-between;
    }
    .map-card2 h2{
        display: block;
        font-family: 'Inter';
        font-size: 32px;
        font-weight: 600;
        line-height: 38.73px;
        text-align: left;
        color: #000;
    }
    .map-link2{
        display: block;
        font-family: 'Inter';
        font-size: 18px;
        font-weight: 400;   
        background: #000;
        padding: 10px 30px;
        text-decoration: none;
        color: #fff;
        border-radius: 20px;
    }
    .map-card1{
        display: none;
    }
    .room__section.dark{
        background: url(./images/room-bg4.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .room__section h3{
        align-self: flex-start;
        margin-left: 64px;
        margin-top: 35px;
    }
    .room-photo-block {
        width: 690px;
        justify-content: flex-start;
        padding-left: 50px;
        gap: 20px;
    }
    .room__section{
        height: 385px;
        background: url(./images/room-bg2.png);
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .image2{
        width: 110px !important;
    }
    .room__section .container{
        justify-content: unset;
        gap: 15px;
        align-items: flex-start;
    }
    .footer{
        background: url(./images/ft-bg2.png);
        height: 340px;
        min-width: 870px;
        background-size: 870px;
        background-repeat: no-repeat;
    }
    .ft-block1,
    .ft-block2{
        width: 600px;
        padding-left: 30px;
    }
    .footer .container{
        align-items: flex-start;
    }
    .ft-card{
        padding: 15px;
    }
    .ft-block1 p{
        font-size: 14px;
        line-height: 15px;
    }
    .ft-card1 a{
        font-size: 17px;
    }
    .ft-block2 p{
        font-size: 17px;
    }
    .ft-block2{
        gap: 15px;
        width: 500px;
    }
    .footer.dark{
        background: url(./images/ft-bg4.png) !important;
        background-repeat: no-repeat !important;
        background-size: 870px !important;
        height: 340px !important;
    }
}
@media (min-width:1366px) {
    .container,
    main{
        min-width: 1240px;
    }
    .room__section .container{
        align-items: flex-start;
    }
    .splide__track{
        width: 505px !important;
        margin-left: 100px;
    }
    .hn__nav-logo a{
        width: 65px;
        height: 65px;
        border-radius: 13px;
    }
    h1{
        font-size: 25px;
    }    
    .hn__nav-logo span {
        width: 35px;
    }
    .hn__nav-logo{
        gap: 25px;
    }
    .hn__list {
        gap: 55px;
        padding-left: 200px;
    }
    .first__section{
        height: 485px;
        margin-top: 86px;
        background-size: cover !important;
        box-shadow: 0px 0px 35px -9px rgba(0, 0, 0, 0.75);
    }
    .Star1{
        top: 21px;
        left: 35px;
        width: 81px;
    }
    .Star2{
        right: 420px;
        width: 124px;
        bottom: 31px;
    }
    .hn__list1{
        gap: 85px;
    }
    .hn__list-link1,
    .hn__list-link2{
        font-size: 19px;
    }
    .hn__list-link3{
        font-size: 19px;
        padding: 0;
    }
    .lng-btn {
        width: 60px;
        height: 36px;
        font-size: 18px;
    }
    .fs-block{
        padding-top: 100px;
        padding-left: 100px;
        width: 600px;
        gap: 15px;
    }
    .fs-block h2{
        font-size: 36px;
    }
    .fs-block p {
        font-size: 16px;
        width: 560px;
    }
    .fs-button {
        width: 335px;
        height: 40px;
        font-size: 18px;
        border-radius: 13px;
        gap: 5px;
    }
    .fs-button span{
        width: 75px !important;
    }
    .about__section{
        margin-top: 30px;
    }
    .about-block1, 
    .about-block2, 
    .about-block3, 
    .about-block4{
        width: 263px;
        height: 125px;
        padding: 15px 20px;
    }
    .about__section h3 {
        font-size: 25px;
    }
    .about__section p {
        font-size: 15px;
    }
    .booking-block1, 
    .booking-block2 {
        width: 1160px;
    }
    .rating-scale{
        min-width: 375px;
    }
    .booking-block1 button {
        width: 115px;
        height: 35px;
        font-size: 15px;
        grid-column-start: 2;
    }
    .booking__section{
        background: url(./images/bookin-bg.png);
        margin-top: 30px;
    }
    .booking-block1 {
        grid-template-columns: 20px 20% 20% 20% 444px;
    }
    .booking-number{
        width: 375px;
    }
    .adv__section{
        margin-top: 30px;
    }
    .adv-card{
        width: 563px;
        height: 135px;
    }
    .adv-card h3 {
        font-size: 24px;
    }
    .adv-card p {
        font-size: 18px;
    }
    .adv-span1, 
    .adv-span3, 
    .adv-span4, 
    .adv-span5, 
    .adv-span6 {
        width: 33px;
        padding: 9px;
    }
    .adv-span2 {
        width: 33px;
        padding: 8px 8px 10px 10px;
    }
    .map__section{
        background: url(./images/map-bg2.png);
        height: 230px;
        background-repeat: no-repeat;
        margin-top: 30px;
    }
    .map__section.dark{
        background: url(./images/map-bg3.png);
    }
    .yandex-map{
        width: 180px;
        height: 180px;
        margin-left: 50px;
    }
    .map__section .container {
        gap: 35px;
        justify-content: flex-start;
    }
    .room__section h3 {
        font-size: 32px;
        margin-left: 100px;
    }
    .fs-btn2{
        width: 265px;
        height: 35px;
        font-size: 15px;
        margin-left: 100px;
        margin-bottom: 20px;
    }
    .fs-btn2 span.mode{
        width: 56px;
    }
    .room__section {
        margin-top: 30px;
    }
    .room__section .container{
        gap: 20px;
    }
    .room-photo-block{
        gap: 20px;
        justify-content: flex-start;
        padding-left: 50px;
        width: 100%;
    }
    .footer{
        height: 485px;
        min-width: 1240px;
        margin-top: 30px;
        background: url(./images/ft-bg2.png) !important;
    }
    .footer.dark{
        background-size: unset !important;
        height: 485px !important;
    }
    .footer .container{
        justify-content: space-around;
    }
    .ft-block1 {
        width: 960px;
        padding-left: 40px;
    } 
    .ft-block2 {
        width: 700px;
        padding-left: 40px;
    }
    .ft-block1 h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .ft-block1 p {
        font-size: 19px;
        line-height: 22px;
        width: 700px;
    }
    .ft-block2 p {
        font-size: 26px;
    }
    .ft-card1 a {
        font-size: 20px;
    }
    .ft-span3,
    .ft-span3.dark{
        width: 25px;
    }
    .ft-span4{
        width: 17px;
    }
    .ft-card {
        padding: 20px;
    }
    .hn-buttons1{
        gap: 4px;
    }
}
.mode-lbl{
    width: 75px;
    height: 30px;
    position: relative;
    display: block;
    background: #1E1E1E;
    border-radius: 17px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.7s;
}
.mode-lbl::after{
    content: url(./images/tabler-icon-sun-filled.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 7px;
    transition: 0.7s;
}
.mode-inp{
    width: 0;
    height: 0;
    visibility: hidden;
}
.mode-lbl.dark::after{
    width: 24px;
    height: 24px;
    left: 43px;
    content: url(./images/tabler-icon-moon-filled.svg);
}
.dark{
    color: #fff !important;
}
.hn__nav-logo span.dark{
    content: url(./images/Vector-logo2.svg) !important;
}
body.dark{
    background: #252323 !important;
}
.hamb.darkmode{
    background: #000;
    color: #fff;
}
.hamb.dark{
    background: #252323 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.hamb.darkmode.dark{
    background: #fff !important;
    color: #000 !important;
}
.fs-block h2.mode.dark{
    color: #000 !important;
}
.fs-block p.mode{
    display: none;
}
.fs-block button.mode{
    display: none;
}

.about-block1.dark, 
.about-block2.dark, 
.about-block3.dark, 
.about-block4.dark{
    background: #1E1E1E;
} 
.rating-scale.dark{
    background: #000;
}
.rating-bar1.dark, 
.rating-bar2.dark, 
.rating-bar3.dark, 
.rating-bar4.dark, 
.rating-bar5.dark, 
.rating-bar6.dark, 
.rating-bar7.dark{
    background: #fff;
}
.adv-card.dark{
    background: #1E1E1E;
}
.map-link1.dark,
.map-link2.dark{
    background: #fff !important;
    color: #000 !important;
}
.map-block a.dark{
    color: #fff !important;
}
.map-block.dark{
    background: #000 !important;
    gap: 6px !important;
}
.map-block span.dark{
    content: url(./images/map-pin2.svg);
    width: 12px;
}
.footer.dark{
    background: url(./images/ft-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ft-block1 h3.dark{
    color: #000 !important;
}
.ft-block2 p.dark{
    color: #000 !important;
}
.popup.dark{
    background: #fff;
}
.popup p.dark{
    color: #000 !important;
}
.hn__list-link1.dark, 
.hn__list-link2.dark, 
.hn__list-link3.dark{
    color: #fff !important;
    background-color: #000;
}
.mode-lbl.dark{
    background: #000;
    border: none;
}
.lng-btn.dark.active{
    color: #fff !important;
}
.lng-btn.dark{
    color: #000 !important;
}
.ft-card.dark{
    background: #1E1E1E !important;
}
.ft-card1 a.dark{
    color: #fff !important;
}
.ft-span3.dark{
    content: url(./images/map-pin2.svg) !important;
}
.ft-span4.dark{
    content: url(./images/phone-2.svg) !important;
}
.image1{
    width: 210px !important;
    border-radius: 10px;
}
.image4{
    width: 240px !important;
    border-radius: 10px;
}
.image3{
    width: 240px !important;
}
.image5{
    width: 205px !important;
    border-radius: 10px;
}
.image7{
    width: 205px !important;
    border-radius: 10px;
}
.image6{
    width: 125px !important;
    border-radius: 10px;
}
.image2{
    width: 125px !important;
}
.splide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.splide__track{
    width: 220px;
}
.splide__slide{
    background: #000;
    height: 210px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.splide__slide.dark{
    background: #fff;
}
.qe1{
    width: 100%;
    height: 150px;
}
.qe2{
    height: 150px;
    border-radius: 8px;
}
.splide__slide p{
    font-family: 'Inter';
    font-size: 11px;
    color: #fff !important;
}
.splide__slide p.dark{
    color: #000 !important;
}
.slide__star.dark{
    content: url(./images/slide__star2.svg);
    width: 30px;
}
.slide__star{
    content: url(./images/slide__star.svg);
}
.slide__block{
    display: flex;
    align-items: center;
    margin: auto 0;
    gap: 10px;
    padding: 0 15px;
}
.ft__button-block{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}