.swiper {
    width: auto;
    height: 540px;
    margin-bottom: 88px;
    box-sizing: border-box;
    padding-top: 3px;
}

.slick-slide img{
    width: 380px;
    height: 360px;
    object-fit: cover;
    transition: all .2s ease-out;
}

.slick-slide span{
    color: #2D2B2A;
    font-size: 16px;
    padding-top: 21px;
    font-weight: 500;
    line-height: 150%;
    display: inline-block;
}

.slick-center{
    position: relative;
}

.slick-center img{
    height: 492px;
    transform: rotate(-3.42deg);
    position: relative;
    top: 10px;
}

.slick-center span{
    padding-top: 20px;
    margin-left: -12px;
}

.slick-track{
    display: flex;
    /*gap: 30px;*/
}

.next-slide{
    cursor: pointer;
}

.next-slide:hover{
    filter: brightness(0) saturate(100%) invert(22%) sepia(71%) saturate(6474%) hue-rotate(347deg) brightness(83%) contrast(118%);
}

.prev-slide{
    cursor: pointer;
}

.prev-slide:hover{
    filter: brightness(0) saturate(100%) invert(22%) sepia(71%) saturate(6474%) hue-rotate(347deg) brightness(83%) contrast(118%);
}

.slider-controls{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 36px;
    margin-left: 4px;
}

.slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.slick-dots li{
    position: relative;
    display: block;
    width: 42px;
    height: 1px;
    background-color: #A8A8A8;
    /*transition: .2s;*/
    cursor: pointer;
}

.slider-dots li:hover{
    background-color: #E30613;
}

.slick-dots li span{
    border: none;
    outline: none;
    background: no-repeat;
    color: #A8A8A8;
    padding: 8px 0px;
    width: 100%;
    font-family: NTSomic;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

.slick-dots .slick-active{
    background-color: #E30613;
    width: 98px;
    height: 3px;
}

.slick-dots .slick-active span{
    font-size: 16px;
    color: #E30613;
}

.swiper-slide {
    margin: 0 15px;
    /*text-align: center;*/
}

/* hiding all bullets by default */
.slick-dots li {
    display: none
}
/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li + li,
.slick-dots li.slick-active + li + li + li + li{
    display: block;
}
/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3),
.slick-dots li:nth-last-child(4),
.slick-dots li:nth-last-child(5){
    display: block;
}
/* hiding the last three bullets if slick-active exist before them */
.slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3),
.slick-dots li.slick-active ~ li:nth-last-child(4),
.slick-dots li.slick-active ~ li:nth-last-child(5){
    display: none;
}
/* specific conditions to always display the last three bullets */
.slick-dots li.slick-active + li + li:nth-last-child(5),
.slick-dots li.slick-active + li + li:nth-last-child(4),
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-dots li.slick-active + li:nth-last-child(5)
.slick-dots li.slick-active + li:nth-last-child(4)
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(1){
    display: block;
}

@font-face {
    font-family: 'Kelson Sans RU';
    src: url('../data/fonts/KelsonSans/KelsonSans-LightRU.woff2') format('woff2'),
        url('../data/fonts/KelsonSans/KelsonSans-LightRU.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kelson Sans RU';
    src: url('../data/fonts/KelsonSans/KelsonSans-BoldRU.woff2') format('woff2'),
        url('../data/fonts/KelsonSans/KelsonSans-BoldRU.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kelson Sans RU';
    src: url('../data/fonts/KelsonSans/KelsonSans-RegularRU.woff2') format('woff2'),
        url('../data/fonts/KelsonSans/KelsonSans-RegularRU.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../data/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../data/fonts/Montserrat/Montserrat-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(../data/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../data/fonts/Montserrat/Montserrat-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../data/fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../data/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../data/fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../data/fonts/Montserrat/Montserrat-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: NTSomic;
    font-style: normal;
    font-weight: 400;
    src: url(../data/fonts/NtSomic/NTSomic-Regular.woff2) format("woff2"),url(../data/fonts/NtSomic/NTSomic-Regular.woff) format("woff")
}

body{
    font-family: Montserrat;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: none;
}

.header-main{
    width: 100%;
    height: 893px;
    position: relative;
}

.header-service{
    height: 531px;
    width: 100%;
    position: relative;
}

.bg-main{
    /*background-image: url(../data/img/bg_1920.png);*/
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.h153{
    min-height: 140px;
}

.header-bg{
    position: absolute;
    z-index: -1;
    user-select: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

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

/*.bg-service{
    background-image: url(../data/img/service-bg.png);
    background-position: 50% 0px;
    background-repeat: no-repeat;
}*/

.art-head{
    width: 100%;
    height: 107px;
    padding-top: 15px;
}

.art-header-filter{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    backdrop-filter: blur(4px);
    background-color: rgba(156, 144, 126, 0.8);
}

.art-head-content{
    padding: 10px 15px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 160px auto;
}

.art-head-logo-container{
    width: 94px;
    height: 87px;
}

.art-head-logo-container img{
    width: 94px;
    height: 87px;
    transition: 0.2s;
}

.art-head-logo-container img:hover{
    transform: scale(1.1);
}

.art-menu-contacts-container{
    display: grid;
    grid-template-rows: auto;
}

.contact-item a{
    font-size: 16px;
    color: #EFE9E0;
    font-weight: 500;
    text-decoration: none;
}

.contact-item a:hover{
    color: #fff;
}

.lang-item{
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}

.lang-current{
    font-size: 15px;
    font-weight: 700;
    color: #595146;
    text-decoration: underline;
}

.art-top-social{
    display: flex;
    gap: 10px;
}

.top-contacts{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    box-sizing: border-box;
}

.art-top-phone{
    display: flex;
    gap: 11px;
    margin-left: -70px;
}

.contact-item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.between-line{
    width: 1px;
    height: 100%;
    background-color: #BBA283;
    height: auto;
}

.art-lang-block{
    display: flex;
    gap: 10px;
}

.art-lang-block a{
    text-decoration: none;
}

.bottom-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #AF9D8C;
    padding-top: 10px;
    box-sizing: border-box;
}

.art-top-menu{
    display: flex;
    list-style: none;
    gap: 50px;
    margin: 0px;
    padding: 0px;
}

.art-top-menu li a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
}

.art-top-menu:hover li a{
    color: #D8D8D8;
}

.art-top-menu li a:hover{
    color: #fff;
}

.book-container a{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #E30613;
    font-weight: 500;
    font-size: 15px;
    transition: .2s;
}

.book-container a:hover{
    color: #B1010C;
}

.dark-link a:hover{
    /*color: #2D2B2A;*/
}

.book-container img, .mess-container:hover .footer-social-icon{
    transition: .3s;
}

.book-container:hover .rotate-img, .mess-container:hover .footer-social-icon{
    transform: rotate(90deg) scale(.8);
}

.book-container:hover .arrow-img-absolute, .mess-container:hover .arrow-img-absolute{
    transform: scale(.8);
}

.book-rooms-container{
    width: 1200px;
    height: 210px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 26px 30px;
    box-sizing: border-box;
    color: #fff;
    backdrop-filter: blur(4px);
    background-color: rgba(156, 144, 126, 0.8);
}

.loft-max-height{
    bottom: -43px;
}

.loft-form{
    padding-top: 7px;
    box-sizing: border-box;
}

.inner-page-rooms{
    bottom: -30px;
}

.book-title{
    font-family: 'Kelson Sans RU';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px;
}

.book-subtitle{
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.book-info{
    font-size: 16px;
    width: 437px;
    margin: 0px;
    line-height: 140%;
    position: relative;
    padding-left: 15px;
}

.book-info::before{
    content: url(../data/img/info.png);
    position: absolute;
    width: 5px;
    height: 36px;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.front-corner-block{
    width: 1200px;
    height: fit-content;
    padding: 42px 0px 0px 0px;
    position: relative;
    margin: 125px auto 0px auto;

    /*    --s: 50px;
        --t: 9px;
        --g: 42px;
        padding: calc(var(--g) + var(--t));
        outline: var(--t) solid #E30613;
        outline-offset: calc(-1* var(--t));
        mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 / calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;*/
}

.l-t-c{
    position: absolute;
    left: -49px;
    top: -49px;
}

.r-t-c{
    position: absolute;
    right: -49px;
    top: -49px;
}

.l-b-c{
    position: absolute;
    left: -49px;
    bottom: -49px;
}

.r-b-c{
    position: absolute;
    right: -49px;
    bottom: -49px;
}

.front-about-text-block{
    max-width: 585px;
}

.front-rooms-container-block{
    margin-top: 42px;
}

.front-about-img{
    margin-top: 42px;
}

.block-title-small{
    color: #4E4E4E;
    font-size: 28px;
    font-family: 'Kelson Sans RU';
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
}

.block-title-big{
    color: #2D2B2A;
    font-size: 45px;
    font-family: 'Kelson Sans RU';
    font-weight: normal;
    margin: 0px;
    text-transform: uppercase;
    margin-top: -4px;
}

.front-about-text{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 150%;
    width: 585px;
    font-weight: 500;
    margin-top: 22px;
}

.front-about-text-2{
    font-size: 16px;
    color: #4E4E4E;
    width: 585px;
    line-height: 150%;
    font-weight: 500;
    margin-top: 8px;
}

.qr-block{
    display: flex;
    gap: 20px;
    margin-top: 58px;
}

.about-container{
    display: flex;
    justify-content: space-between;
}

.contacts-form-content{
    display: flex;
    justify-content: space-between;
}

.front-about-img img{
    margin-top: -86px;
}

.front-slider{
    width: 1200px;
    position: relative;
    margin: 178px auto 50px auto;
}

.slider-containwer-full{

}

.front-contacts-block{
    width: 100%;
    height: 783px;
    background-color: #FFFBF3;
    position: relative;
}

.front-contacts-block::before{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 50%;
    height: 60px;
    background: linear-gradient(to left bottom, #FFFBF3 49%, #fff 50%)
}

.front-contacts-block::after{
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 50%;
    height: 60px;
    background: linear-gradient(to right bottom, #FFFBF3 49%, #fff 50%)
}

.how-find-container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-top: 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how-find-container-grid{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-top: 5px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.rooms-corner-block{
    margin: 173px auto 0px auto;
    padding: 0px;
}

.rooms-corner-block .front-rooms-container-block{
    padding: 0px;
    margin: -5px 0px 0px 0px;
}

.top-12{
    margin-top: 24px;
}

.h2-red{
    color: #E30613;
    font-family: 'Kelson Sans RU';
    font-weight: normal;
    font-size: 45px;
    text-transform: uppercase;
}

.call-order-button{

}

.show-on-hover{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(0px, 50px);
    transition: .2s;
}

.hide-on-hover{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(0px, 0px);
    transition: .2s;
}

.address-block:hover .show-on-hover, .call-order-button:hover .show-on-hover{
    transform: translate(0px, 0px);
}

.address-block:hover .hide-on-hover, .call-order-button:hover .hide-on-hover{
    transform: translate(0px, -50px);
}

.address-block h3{
    color: #818181;
    font-family: 'Kelson Sans RU';
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0px;
}

.address-block p{
    font-size: 16px;
    color: #2D2B2A;
    font-weight: 500;
    line-height: 150%;
    padding-left: 30px;
    position: relative;
    margin: 8px 0px 0px 0px;
}

.address-block .top-5{
    margin: 15px 0px 0px 0px;
}

.map-pin::before{
    content: url(../data/img/map-pin.png);
    position: absolute;
    left: 0px;
    top: 15px;
    transform: translate(0px, -50%);
}

.phone-pin::before{
    content: url(../data/img/phone-pin.png);
    position: absolute;
    left: 0px;
    top: 15px;
    transform: translate(0px, -50%);
}

.address-block a, .address-block a{
    text-decoration: none;
    color: #2D2B2A;
}

.address-block a:hover{
    color: #e30613;
}

.mail-pin::before{
    content: url(../data/img/mail-pin.png);
    position: absolute;
    left: 0px;
    top: 15px;
    transform: translate(0px, -50%);
}

.metro-pin::before{
    content: url(../data/img/metro.png);
    position: absolute;
    left: 0px;
    top: 15px;
    transform: translate(0px, -50%);
}

.contacts-main{
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
}

.contacts-info-text{
    padding-top: 24px;
}

.contacts-info-text p{
    color: #2D2B2A;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Kelson Sans RU';
    font-weight: normal;
    line-height: 150%;
    margin: 0px;
}

.contacts-info-text ul{
    padding: 14px 0px 20px 23px;
    margin: 0px;
}

.contacts-info-text ul li{
    list-style: none;
    position: relative;
}

.contacts-info-text ul li a{
    color: #4E4E4E;
    font-size: 16px;
    line-height: 150%;
}

.contacts-info-text ul li a:hover{
    color: #e10810;
}

.contacts-info-text ul li:before{
    content: "·";
    font-size: 30px;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: -14px;
}

.how-find-img-container img{
    position: relative;
    top: 5px;
    left: 10px;
}

.ul-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ul-grid li a{
    text-decoration: none;
}

.block-info-text{
    font-size: 16px;
    color: #4E4E4E;
    font-weight: 500;
    line-height: 150%;
    max-width: 790px;
}

.rooms-list{
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 80px;
    margin-top: -50px;
}

.room-item{
    margin-top: 74px;
    position: relative;
    width: 380px;
    height: 291px;
    cursor: pointer;
}

.room-item-content{
    width: 100%;
    height: 100%;
    transition: .2s;
}

.room-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
}

.room-item-content:hover{
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    width: 360px;
    height: 347px;
    /*z-index: 10;*/
    --s: 50px;
    --t: 3px;
    --g: 9px;
    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid #FFE096;
    outline-offset: calc(-1* var(--t));
    mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 / calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}

.room-item:hover p{
    display: none;
}

.room-item:hover .room-item-active{
    opacity: 1;
/*    top: 50%;
    transform: translate(-50%, -50%);*/
}

.room-item p{
    font-size: 20px;
    color: #2D2B2A;
    font-family: 'Kelson Sans RU';
    font-weight: normal;
    margin: 16px 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.rooms-list a{
    text-decoration: none;
}

.room-item-active{
    width: 145px;
    height: 145px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(227, 6, 19, 0.54);
    backdrop-filter: blur(4px);
    pointer-events: none;
    /*transition: 0.1s;*/
}

.button-link{
    text-decoration: none;
    margin-top: 40px;
}

.single-room{
    margin-top: 100px;
}

.room-item-active span{
    color: #fff;
    font-family: 'Kelson Sans RU';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    line-height: 150%;
    justify-content: center;
    align-items: center;
}

.front-reviews-block{
    background-color: #FFF5DC;
    position: relative;
    margin-top: 80px;
}

.front-reviews-block::before{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 50%;
    height: 60px;
    background: linear-gradient(to left bottom, #FFF5DC 49%, #fff 50%)
}

.front-reviews-block::after{
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 50%;
    height: 60px;
    background: linear-gradient(to right bottom, #FFF5DC 49%, #fff 50%)
}

.contacts-footer-block{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 109px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 30px;
}

.social-block{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.social-block img{
    transition: .2s;
}

.social-block img:hover{
    transform: scale(1.1);
}

.call-order-button{
    display: flex;
    gap: 6px;
}

.button-content{
    padding: 15px 29px;
    background-color: #E30613;
    height: 49px;
    width: 283px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.button-content span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-content input{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.success-form{
    display: none;
}

.arrow-button{
    background-color: #E30613;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-button img{
    transition: 0.4s;
}

.call-order-button:hover img{
    transform: rotate(45deg);
}

.footer-messangers-block{
    display: flex;
    justify-content: flex-start;
    margin-top: -90px;
    gap: 40px;
}

.mess-container a{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #2D2B2A;
    font-weight: 600;
    font-size: 15px;
}

.mess-container:hover a{
    color: #E30613;
}

.mess-container:hover .soc-ico{
    filter: brightness(0) saturate(100%) invert(49%) sepia(92%) saturate(6865%) hue-rotate(345deg) brightness(84%) contrast(123%);
}

.footer-info{
    width: 100%;
    height: 160px;
    background-color: #CAB290;
    margin-top: 100px;
}

.after-reviews{
    margin: 180px auto 0px auto;
    padding: 0px;
}

.w-max{
    width: 100%;
    max-width: 594px;
    margin-top: -5px;
}

.front-about-img .top-min{
    margin-top: -17px;
}

.footer-info-content{
    max-width: 1200px;
    position: relative;
    margin: 0px auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-info-content a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: .2s;
}

.footer-info-content a:hover{
    color: #8B7657;
}

.art-box-cop{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.mini-text{
    font-size: 11px;
}

.art-breadcrumbs{
    color: #BCBCBC;
    font-size: 13px;
    line-height: 150%;
    position: relative;
    top: 15px;
    display: flex;
    gap: 5px;
}

.art-breadcrumbs a{
    text-decoration: none;
    color: #BCBCBC;
}

.art-breadcrumbs a:hover{
    color: #fff;
}

.art-breadcrumbs span{

}

.bread-separator{

}

h1{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Kelson Sans RU';
    font-weight: 400;
    font-size: 64px;
    line-height: 150%;
}

.inner-text-block{
    max-width: 1200px;
    position: relative;
    margin: 72px auto;
}

.inner-text-block p{
    font-size: 16px;
    font-weight: 500;
    color: #4E4E4E;
    line-height: 150%;
    max-width: 779px;
}

.service-text-info{
    font-size: 16px;
    font-weight: 500;
    color: #4E4E4E;
    line-height: 150%;
    max-width: 779px;
}

.corner-top-block{
    width: 100%;
    background-image: url(../data/img/bg-service-top.png);
    background-repeat: no-repeat;
    background-position: 0px 220px;
}

.corner-bottom-block{
    width: 100%;
    background-image: url(../data/img/bg-service-bottom.png);
    background-repeat: no-repeat;
    background-position: 100% 10px;
    margin-top: 100px;
}

summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .2s;
}

summary::after {
    content: '';
    width: 14px;
    height: 9px;
    background: url('../data/img/summary-arrow.png');
    background-size: cover;
    margin-left: .75em;
    transition: 0.2s;
}

summary span, .free-item span{
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 24px;
    color: #474646;
    font-family: 'Kelson Sans RU';
    text-transform: uppercase;
}

details[open] > summary::after {
    transform: rotate(180deg);
}

details[open] > summary span{
    color: #E30613;
}

details{
    padding-top: 19px;
    padding-bottom: 17px;
    border-top: 1px solid #F8EEDB;
    user-select: none;
    
    max-height: 1500px; 
    box-sizing: border-box;
}

details:first-of-type{
    margin-top: 45px;
}

details:last-of-type{
    border-bottom: 1px solid #F8EEDB;
}

details p{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 150%;
}

.position-top{
    margin-top: 160px;
}

.bottom-service{
    margin: 50px auto 80px auto;
    padding: 0px;
}

.service-free-container{
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
    padding: 20px 0px;
    border-bottom: 1px solid #F8EEDB;
}

.service-free-container:first-of-type{
    margin-top: 28px;
}

.service-free-container:last-of-type{
    border: none;
}

.big-block{
    width: 100%;
    max-width: 686px;
}

.service-items{
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    height: 414px;
    box-sizing: border-box;
    display: flex;
    margin-top: 290px;
}

.service-item{
    width: 100%;
    max-width: 410px;
    box-sizing: border-box;
}

.w-360{
    max-width: 360px;
}

.w-380{
    max-width: 380px;
}

.yellow-dark{
    background-color: #FFE096;
    padding: 70px 40px;
}

.yellow-light{
    background-color: #FFEAB9;
    padding: 70px 40px;
}

.service-item-title{
    color: #2D2B2A;
    font-size: 45px;
    font-family: 'Kelson Sans RU';
    text-transform: uppercase;
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.service-item-content{
    font-size: 16px;
    color: #474646;
    font-weight: 500;
    padding: 20px 0px;
    border-top: 1px solid #F6D482;
    border-bottom: 1px solid #F6D482;
}

.service-item .service-item-content:last-child{
    border-top: none;
}

.service-corner{
    margin: 108px auto 0px auto;
    padding: 0px;
    transition: .2s;
}

.service-1-img-block{
    margin-top: 184px;
}

.margin-top-18{
    margin-top: 18px;
}

.service-contacts{
    padding-top: 32px;
}

.breakfast-container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: -8px;
}

.breakfast-subtitle{
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #818181;
    font-family: 'Kelson Sans RU';
    font-weight: 300;
}

.breakfast-time{
    font-size: 16px;
    font-weight: 500;
    color: #2D2B2A;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 8px;
}

.bar-slider-controls{
    max-width: 1200px;
    position: relative;
    margin: 50px auto;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}

.min-height{
    height: 490px;
}

.loft-page{
    padding-bottom: 20px;
}

.scheme-bg{
    width: 100%;
    background-image: url(../data/img/scheme-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 70px;
}

.scheme-items-container{
    margin-top: 50px;
    max-width: 646px;
}

.scheme-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #EAEAEA;
    padding: 10px 0px 10px 0px;
    box-sizing: border-box;
}

.scheme-item:last-of-type{
    border: none;
}

.scheme-actions{
    display: flex;
    gap: 20px;
}

.scheme-item-name{
    font-size: 20px;
    color: #2D2B2A;
    font-family: 'Kelson Sans RU';
    text-transform: uppercase;
    line-height: 150%;
}

.scheme-look-button, .scheme-download-button{
    color: #E30613;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    user-select: none;
}

.scheme-look-button img, .scheme-download-button img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(4256%) hue-rotate(350deg) brightness(86%) contrast(109%);
}

.scheme-look-button:hover{
    color: #B1010C;
}

.scheme-look-button:hover img{
    filter: brightness(0) saturate(100%) invert(7%) sepia(97%) saturate(7099%) hue-rotate(352deg) brightness(85%) contrast(107%);
}

.scheme-download-button:hover{
    color: #B1010C;
}

.scheme-download-button:hover img{
    filter: brightness(0) saturate(100%) invert(7%) sepia(97%) saturate(7099%) hue-rotate(352deg) brightness(85%) contrast(107%);
}

.no-margin{
    margin: 0px auto;
}

.loft-block-img{
    margin-top: -10px;
}

.loft-max-height{
    height: 265px;
}

.loft-top-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.form-input-container{
    display: flex;
    gap: 17px;
    margin-top: 15px;
}

.form-input-container input{
    width: 369px;
    outline: none;
    border: none;
    height: 49px;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    box-sizing: border-box;
}

.form-input-container textarea{
    width: calc(100% - 405px);
    outline: none;
    border: none;
    padding: 10px;
    height: 68px;
}

.submit-container{
    width: 368px;
}

.form-policy{
    font-size: 13px;
    color: #fff;
    margin: 10px 0px 0px 0px;
}

.loft-subtitle{
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 500;
}

.hr-loft{
    height: 24px;
    width: 1px;
    background-color: #E0E0E0;
}

.soc-button{
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #595146;
    transition: .2s;
}

.soc-button:hover{
    background-color: #453D33;
}

.submit-loft-form .button-content{
    width: 314px;
}

.show-mobile{
    display: none;
}

.art-top-menu .current-menu-item a{
    color: #fff;
}

.single-page{
    max-width: 1200px;
    position: relative;
    margin: 0px auto;
}

.footer-social-button{
    width: 44px;
    height: 44px;
    background-color: #E30613;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.footer-social-button:hover{
    background-color: #B1010C;
}

.image-rotate{
    width: 40px;
    height: 40px;
    position: relative;
}

.big-rotate{
    width: 76px;
    height: 76px;
}

.medium-rotate{
    width: 54px;
    height: 54px;
}

.arrow-img-absolute{
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    transition: .2s;
}

.big-rotate .arrow-img-absolute{
    width: 23px;
    height: 23px;
}

.medium-rotate .arrow-img-absolute{
    width: 13px;
    height: 13px;
}

.mobile-menu-container{
    background-color: rgba(89, 81, 70, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    backdrop-filter: blur(4px);
}

.mobile-menu-main{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 373px;
    height: fit-content;
    padding: 40px 30px;
    background-color: #fff;
}

.mobile-menu-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

.mobile-logo{
    width: 61px;
    height: 56px;
}

.close-mobile-menu{
    width: 31px;
    height: 32px;
}

.mobile-nav{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mobile-nav li{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.mobile-nav li:last-of-type{
    margin: 0px;
}

.mobile-nav li:after{
    content: url(../data/img/small-arrow.png);
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.mobile-nav li a{
    color: #2D2B2A;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.all-price-button{
    padding: 10px 30px;
    display: flex;
    gap: 20px;
    max-width: 248px;
    height: 49px;
    box-sizing: border-box;
    border: 1px solid #FFE096;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.all-price-button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #FFE096;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.all-price-button:hover span {
    width: 225%;
    height: 562.5px;
}

.all-price-button:active {
    background-color: #466315;
}

.all-p-black{
    font-size: 20px;
    color: #2D2B2A;
    font-family: 'Kelson Sans RU';
}

.all-p-red{
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    color: #E30613;
    font-weight: 500;
}

.clear-all{
    clear: both;
    margin-bottom: 100px;
}

.price-link{
    text-decoration: none;
}

.button-content input{
    width: 100%;
}

.mobile-footer-picture{
    display: none;
}

.slider-pagi-text{
    width: 50px;
    font-family: NTSomic;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.current-slide-num{
    color: #E30613;
    font-size: 18px;
}

.all-slides-count{
    color: #A8A8A8;
    font-size: 16px;
}

.dots-line{
    width: 323px;
    height: 1px;
    position: relative;
    background-color: #A8A8A8;
}

.dots-progress{
    position: absolute;
    height: 3px;
    width: 34px;
    background-color: #E30613;
    top: -1px;
    left: 0px;
    transition: .2s;
}

.slider-pagi-arrows{
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-form-container{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	display: none;
}

.feedback-form{
	max-width: 700px;
	position: relative;
	margin: 50px auto 0px auto;
	padding: 20px;
	background-color: #fff;
}

.modal-form{
	
}

.close-modal{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: 'Kelson Sans RU';
}

.modal-form .form-input-container{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.modal-form .form-input-container input, .modal-form .form-input-container textarea{
	width: 100%;
	border-bottom: 1px solid #000;
}

.modal-form .form-input-container .submit-loft-form input{
	border: none;
}

.single-room-slider{
    margin-top: 50px;
    margin-bottom: 0px;
}

@media (max-width: 1800px) {
    .service-item:last-child{
        display: none;
    }

    .service-item{
        width: 25%;
		max-width: 100%;
    }

    .service-item-title{
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .book-rooms-container{
        width: 100%;
        height: fit-content;
        bottom: 0px;
        max-width: 708px;
    }

    .front-corner-block{
        width: auto;
        height: fit-content;
        padding: 42px 20px 0px 20px;
        position: relative;
        margin: 125px 20px 0px 20px;
        box-sizing: border-box;
    }

    .l-t-c, .r-t-c, .l-b-c, .r-b-c{
        width: 33px;
        height: 33px;
    }

    .l-t-c{
        left: 0px;
    }

    .r-t-c{
        right: 0px;
    }

    .l-b-c{
        left: 0px;
    }

    .r-b-c{
        right: 0px;
    }

    .block-title-small{
        font-size: 25px;
    }

    .block-title-big{
        font-size: 35px;
    }

    .front-about-text{
        max-width: none;
        width: auto;
    }

    .front-about-text-2{
        max-width: none;
        width: auto;
    }

    .front-about-img img{
        width: 309px;
        margin-top: -20px;
    }

    .front-slider{
        padding: 0px 20px;
    }

    .front-contacts-block{
        height: auto;
    }

    .contacts-main{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 60px;
    }

    .top-12{
        margin-top: 0px;
    }

    .rooms-list{
        justify-content: center;
    }

    .contacts-footer-block{
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-info-content{
        flex-wrap: wrap;
        padding: 0px 30px
    }

    .art-box-cop{
        width: 100%;
    }

    .front-slider{
        width: auto;
    }

    .how-find-container, .how-find-container-grid{
        padding: 0px 20px;
    }

    .footer-messangers-block{
        margin-top: 40px;
    }

    .rooms-list a{
        display: inline-block;
        width: 30%;
    }

    .room-item{
        width: 100%;
    }
}

@media (max-width: 1100px) {

    .art-header-filter{
        width: auto;
        margin: 0px 30px;
    }

    .header-main{
        height: 822px;
    }

    .art-top-social{
        display: none;
    }

    .art-head-logo-container{
        width: 96px;
        height: 90px;
    }

    .art-head-logo-container img{
        width: 96px;
        height: 90px;
    }

    .art-head-content{
        grid-template-columns: 130px auto;
    }

    .art-lang-block{
        display: none;
    }

    .art-top-menu{
        display: none;
    }

    .art-top-phone{
        margin-left: 0px;
        gap: 30px;
        padding-top: 5px;
    }

    .bottom-menu{
        border: none;
        padding-top: 6px;
        padding-bottom: 5px;
    }

    .how-find-container-grid{
        display: flex;
        padding: 0px 20px;
        flex-direction: column-reverse;
    }

    .how-find-img-container img{
        width: 100%;
    }

    /*    .room-item{
            width: 48%;
        }*/

    .room-item-content:hover{
        width: 100%;
    }

    .service-text-info, .inner-text-block p{
        padding: 0px 20px;
    }

    .service-1-img-block{
        display: none;
    }

    .big-block{
        max-width: none;
    }

    .service-items{
        flex-wrap: wrap;
        height: fit-content;
        margin-top: 100px;
    }

    .service-item{
        width: 50%;
        max-width: none;
    }

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

    .w-360{
        max-width: none;
    }

    h1{
        font-size: 40px;
    }

    .header-service{
        height: 610px;
    }

    .service-free-container{
        grid-template-columns: auto;
    }

    .service-free-container{
        gap: 20px;
        padding: 10px 0px;
    }

    .show-mobile{
        display: block;
        max-width: 440px;
    }

    .hide-mobile{
        display: none;
    }

    .front-about-img img{
        margin-top: -15px;
    }

    .qr-block{
        margin-top: 20px;
    }

    .qr-block img{
        height: 99px;
    }

    .big-rotate{
        width: 50px;
        height: 50px;
    }

    .how-find-container{
        padding-top: 20px;
    }

    .contacts-main{
        display: grid;
        grid-template-columns: 215px auto;
    }

    .contacts-main{
        border: none;
    }

    .contacts-info-text{
        padding-top: 0px;
    }

    .front-contacts-block{
        padding-bottom: 20px;
    }

    .ul-grid{
        grid-template-columns: auto 1fr;
        gap: 22px;
    }

    .big-rotate .rotate-img{
        width: 50px;
        height: 50px;
    }

    .front-slider{
        margin: 0px auto 50px auto;
    }

    .h2-red{
        font-size: 35px;
    }

    .corner-bottom-block{
        background-position: 100% 190px;
    }

    .service-mobile-gap{
        gap: 50px;
    }

    .breakfast-container{
        padding: 0px 20px;
    }

    .bar-slider-controls{
        padding: 0px 20px;
    }

    .front-corner-block{
        margin: 100px 5px 100px 5px;
    }

    .scheme-item-name{
        font-size: 18px;
    }

    .loft-block-img{
        margin-top: 180px;
        text-align: right;
    }

    .loft-block-img img{
        width: 80%;
    }

    .mobile-lang{
        display: flex;
        gap: 10px;
        margin-left: -94px;
    }

    .mobile-menu{
        display: block;
        width: 60px;
        height: 20px;
    }

    .rooms-list a{
        width: 48%;
    }

    .art-menu-contacts-container{
        grid-template-rows: 1fr;
        align-items: center;
    }

    .mobile-flex{
        display: flex;
        gap: 10px;
    }

    .front-corner-block{
        padding: 10px 20px 0px 20px;
    }

    .block-info-text{
        font-weight: initial;
        max-width: 620px;
    }

    .room-item{
        height: 242px;
    }

    .footer-form-container .show-mobile{
        max-width: none;
    }

    .footer-info-content{
        padding: 15px 30px;
        box-sizing: border-box;
    }

    .footer-info-content a{
        font-weight: normal;
    }

    .max-width-200{
        max-width: 200px;
    }
    
    .art-head{
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    /*    .bg-main{
            background-image: url(../data/img/bg_front_768.png);
        }*/

    /*    .bg-service{
            background-image: url(../data/img/bar-768.png);
        }*/
}

@media (max-width: 690px) {
    .art-top-social, .mobile-lang{
        display: none !important;
    }

    .art-head-logo-container{
        width: 82px;
        height: 76px;
    }

    .art-head-logo-container img{
        width: 82px;
        height: 76px;
    }

    .between-line{
        display: none;
    }

    .contact-item:last-child{
        display: none;
    }

    .contact-item a{
        font-size: 15px;
    }

    .contact-item img{
        display: none;
    }

    .art-head-content{
        grid-template-columns: 95px auto;
    }

    .mobile-menu{
        height: 18px;
    }

    .art-header-filter{
        margin: 0px;
    }

    .bottom-menu{
        display: flex;
        justify-content: flex-end;
        border: none;
    }

    /*    .book-container .rotate-img{
            width: 38px;
            height: 38px;
        }*/

    .book-container a{
        font-size: 14px;
    }

    .header-main{
        height: 818px;
    }

    .book-rooms-container{
        width: 100%;
        height: auto;
        bottom: 0px;
        max-width: 708px;
    }

    .book-info{
        width: auto;
        padding-top: 20px;
    }

    .front-corner-block{
        margin: 80px 20px 100px 20px;
    }

    .front-about-img{
        display: none;
    }

    .front-corner-block{
        padding: 0px 0px 0px 0px;
    }

    .slider-controls{
        /*display: none;*/
    }
    
    .dots-line{
        width: 160px;
    }

    .slick-slide img{
        width: 181px;
        height: 235px;
    }

    .swiper{
        height: auto;
    }

    .block-title-big{
        font-size: 29px;
    }

    .block-title-small{
        font-size: 20px;
    }

    .how-find-container{
        flex-wrap: wrap;
    }

    .contacts-main{
        grid-template-columns: auto;
        flex-wrap: wrap;
        gap: 20px;
    }

    .contacts-info-text ul{
        padding: 0px 0px 0px 23px;
    }

    .ul-grid{
        grid-template-columns: auto;
        margin-top: 20px;
    }

    .address-block p{
        max-width: 270px;
    }

    .front-corner-block{
        margin-top: 100px;
    }

    .room-item{
        width: 100%;
    }

    .button-content{
        padding: 15px 12px;
        font-size: 15px;
    }

    .footer-messangers-block{
        flex-wrap: wrap;
    }

    .header-service{
        height: 818px;
    }

    .art-breadcrumbs{
        padding: 10px 20px;
    }

    h1{
        padding: 0px 20px;
    }

    .service-item{
        width: 100%;
    }

    .bottom-service{
        margin-top: 0px;
    }

    .about-container{
        flex-wrap: wrap;
    }

    .front-about-img{
        display: block;
        width: 100%;
        text-align: center;
    }

    .service-1-img-block{
        display: block;
        margin-top: 40px;
    }

    .service-1-img-block img{
        width: 100%;
    }

    .service-mobile-gap{
        flex-direction: column-reverse;
    }

    .service-mobile-gap .front-about-img{
        margin-top: 0px;
    }

    .contacts-form-content{
        flex-wrap: wrap;
    }

    .bar-slider-controls{
        /*display: none;*/
    }

    .book-title{
        font-size: 27px;
    }

    .form-input-container{
        flex-wrap: wrap;
    }

    .form-input-container textarea{
        width: 100%;
        height: 60px;
        margin-top: 4px;
    }

    .scheme-item{
        flex-wrap: wrap;
    }

    .loft-block-img{
        margin-top: 50px;
        text-align: center;
    }

    .swiper{
        padding-top: 25px;
    }

    .no-margin{
        margin-top: 0px;
    }
    
    .how-find-img-container{
        margin-top: 20px;
        width: 100%;
    }
    
    .how-find-img-container img{
        position: static;
        left: inherit;
    }
    
    .ul-grid{
        gap: 0px;
    }
}

@media (max-width: 690px) {

    .rooms-list a{
        width: 100%;
    }

    .mobile-menu-main{
        padding: 40px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .contact-item{
        margin: -5px 0px 0px 0px;
        padding-left: 15px;
    }

    .book-container{
        padding-top: 5px;
    }
    
    .submit-loft-form .button-content{
        width: 100%;
    }
    
    .mobile-footer-picture{
        display: block;
    }
    
    .hide-this{
        display: none !important;
    }
}