

/* Start:/local/templates/nposad/components/bitrix/news.detail/main/style.css?17701416998709*/
.more-serv__list{
    display: flex;
    flex-wrap: wrap;
    height: 450px;
    max-width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 992px){
    .more-serv__list{
        height: 700px;
        max-width: 100%;
    }
}

@media (max-width: 500px){
    .more-serv__item{
        width: 100%;
    }
}

@media (max-width: 575px){
    .more-serv__list{
        height: 610px;
    }
    .more-serv{
        padding-top: 5px !important;
    }
}


/*.container{*/
/*    width: 100%;*/
/*}*/
h1, h2 {
    text-align: center;
}

element.style {
    padding-right: 200px;
    padding-left: 201px;
}
.nbMainDetail__detailText{
    /*width: 70%;*/
    padding: 50px !important;
    margin: 0 auto;
}
.nbMainDetail__content {
    /*margin: 50px !important;*/
}
.nbTabSlides__desc{
    width: 70%;
    padding: 20px;
    margin: 0 auto !important;
}
.nbTabSlides__actions{
    padding-bottom: 20px;
}
.main-container-hotel {
    width: 100%;
    margin: 0 auto;
}
.hotel-comforts{
    /*max-width: 490px;*/
    background-color: #F1EFEE;
}
.hotel-option_block{
    padding: 30px;
}
.hotel-comforts__icons{
    display: flex;
    align-items: center;
    padding-bottom: 34px;
}
.hotel-comforts__icon{
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 15px;
}
.hotel-comforts__icon:last-child{
    margin-right: 0;
}
.hotel-comforts__icon img{
    width: 100%;
}
.hotel-comforts__desc{
    color: #4f4f4f;
    display:flex;
    justify-content: center;
}
.hotel-comforts__list{
    padding: 14px 0px 30px 20px;
    margin: 0;
}
.hotel-comforts__list--column{
    /*column-count: 2;*/
}
.hotel-option__list--column{
    column-count: 2;
}
.hotel-option__list{
    list-style-type: none;

}
.hotel-option__list li{
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /*text-align: justify;*/
    color: #4F4F4F;
    text-align: center;
    display: block;
    float: left;
    width: 40%;
}
.option-wifi{
    background: url(/images/icons/icon-wifi.png) no-repeat center;
    padding-top: 60px;
}
.option-tv{
    background: url(/images/icons/icon-tv.png) no-repeat center;
    padding-top: 60px;
}
.option-condey{
    background: url(/images/icons/icon-conditioner.png) no-repeat center;
    padding-top: 60px;
}
.option-minibar{
    background: url(/images/icons/icon-bar.png) no-repeat center;
    padding-top: 60px;
}
.option-badroom{
    background: url(/images/icons/icon-bath.png) no-repeat center;
    padding-top: 60px;
}
.option-box{
    background: url(/images/icons/icon-shield.png) no-repeat center;
    padding-top: 60px;
}
.hotel-comforts__list li {
    font-weight: 300;
}

.pluses-line{
    padding: 70px 0;
}
.pluses-line__title-h2{
    margin-bottom: 57px;
    text-align: center;
}
.pluses-line__grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 33px;
}
.pluses-line__item{
    text-align: center;
}
.pluses-line__ic{
    width: 66px;
    height: 78px;
    margin: 0 auto;
}
.pluses-line__ic img{
    width: 100%;
}
.pluses-line__name{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    margin: 17px 0;
}
.pluses-line__desc{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
}
@media(max-width: 991px){
    .pluses-line__grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 33px;
    }
}
@media(max-width: 767px){
    .pluses-line__grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 575px){
    .pluses-line__grid{
        grid-template-columns: repeat(1, 1fr);
    }
}

.other-rooms{
    padding: 20px 0;
}
.other-rooms__title-h2{
    text-align: center;
    margin-bottom: 54px;
}
.other-rooms__grid{
    display: flex;
    justify-content: center;
}
.other-room__desc{
    background: #E9E5DE;
    padding: 22px 30px 23px 28px;
    color: #333;
}
.other-room__title{
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 9px;
    color: #333;
    display: block;
}
.other-room__people-ic{
    background: url(/prozhivanie-detalnaya/img/people-ic.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
}
.other-room__people-count{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-left: 9px;
}
.other-room__bottom{
    padding: 13px 0 0;
    align-items: center;
    justify-content: space-between;
}
.other-room__price{
    display:flex;
    flex-direction: column;
}
.other-room__price-value{
    font-size: 19px;
    line-height: 20px;
    color: #87817C;
}
.other-room__price-value b{
    font-weight: 700;
    color: #333;
}
.other-room__price-tip{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.other-room__btn{
    width: 130px;
    height: 51px;
    background: #A18348;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 35px;
    color: #FFFFFF;
}
.other-room__btn:hover{
    background: #fff;
    border: 1px solid #A18348;
}
.other-rooms__other-room{
    width: calc(100% / 3 - 70px);
    margin-right: 70px;
}
.other-rooms__other-room:last-child{
    margin-right: 0px;
}
.other-room__link-image{
    display: block;
    width: 100%;
    position: relative;
}
.other-room__link-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.other-room__link-image::after{
    content: '';
    display: block;
    padding-top: 54%;
}
.d-flex {
    display: flex;
}
.other-room__slider-pag .swiper-pagination-bullet{
    height: 4px;
    background: #fff;
    width: var(--swiper-pagination-bullet-size,50px);
    border-radius: 20px;
    opacity: 1;
}
.other-room__slider-pag .swiper-pagination-bullet-active{
    background: #EAD3A6;
}
.other-rooms__new-btn{
    font-weight: 400;
    text-transform: uppercase;
    margin: 55px auto 0;
    width: 270px;
    height: 49px;
}
.block_info_1, .block_info_2{
    /*width: 70%;*/
    margin: 35px auto;
}
@media(max-width: 1800px){
    .other-room__slider-pag .swiper-pagination-bullet{
        width:20px;
    }
    .other-rooms__other-room {
        width: calc(100% / 3 - 35px);
        margin-right: 35px;
    }
}
@media(max-width: 1600px){
    .nbMainDetail__detailText{
        width: 80%;
    }
}
@media(max-width: 1300px){
    .nbMainDetail__detailText{
        width: 90%;
        padding: 0px !important;
        margin-top: 50px;
    }
}
@media(max-width:991px){
    .hotel-comforts__desc{
        flex-wrap: wrap;
    }
    .hotel-option_block{
        padding: 15px;
    }
    .other-room__slider-pag .swiper-pagination-bullet{
        width:16px;
    }
    .other-room__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .other-room__price{
        margin-bottom: 10px;
    }
    .other-room__title{
        font-size: 20px;
        min-height: 40px;
    }
    .other-room__link-image::after{
        padding-top: 80%;
    }
}
@media(max-width:767px){
    .other-rooms__other-room{
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .other-rooms__other-room:last-child{
        margin-bottom: 0;
    }
    .other-room__link-image::after{
        padding-top: 54%;
    }
    .other-room__bottom {
        align-items: center;
        flex-direction: row;
    }
    .other-room__slider-pag .swiper-pagination-bullet{
        width:40px
    }
    .other-rooms__grid{
        flex-direction: column;
    }
}
@media(max-width:575px){
    .other-room__slider-pag .swiper-pagination-bullet{
        width:20px
    }
    .nbTabSlides__desc{
        width: 90%;
        padding: 20px;
    }
}


.block_info_1_list {
    padding-left: 30px;
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    list-style: none;
}
.block_info_1_list_1{
    background-image: url("/images/icons/Vector.png");
}
.block_info_1_list_2{
    background-image: url("/images/icons/Vector_1.png");
}
.block_info_1_list_3{
    background-image: url("/images/icons/Vector_2.png");
}
.block_info_1_list_4{
    background-image: url("/images/icons/Vector_3.png");
}
.block_info_1_list_5{
    background-image: url("/images/icons/Vector_4.png");
}
.bx-viewport{
    height: 760px !important;
}
@media(max-width:991px){
    .bx-viewport{
        height: 400px !important;
    }
}

@media(max-width:600px){
    .bx-viewport{
        height: 300px !important;
    }
}

@media(max-width:400px){
    .bx-viewport{
        height: 250px !important;
    }
}
/* End */
/* /local/templates/nposad/components/bitrix/news.detail/main/style.css?17701416998709 */
