

/* 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 */


/* Start:/local/templates/nposad/components/bitrix/form.result.new/mainModal/style.css?1639750948636*/
.nbForm {}
.nbForm._webForm {}
.nbForm__message {}
.nbForm__message {}
.nbForm__message._error {}
.nbForm__message._success {}
.nbForm__message._warning {}
.nbForm__form {}
.nbForm__fieldRow {}
.nbForm__fieldRow._captcha {}
.nbForm__questionName {}
.nbForm__questionName._required {}
.nbForm__requiredSign {}
.nbForm__questionField {}
.nbForm__questionField._required {}
.nbForm__questionField.has-error .g-recaptcha>div{border: 1px solid #a94442;}
.nbForm__captchaImg {}
.nbForm__action {}
.nbForm__actionBtn {}


.nbCaptcha {}
.nbCaptcha._webForm {}
.nbCaptcha__name {}
.nbCaptcha__input {}
.nbCaptcha__img {}
/* End */


/* Start:/local/templates/nposad/components/bitrix/main.userconsent.request/nb/user_consent.css?16397509483383*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* End */
/* /local/templates/nposad/components/bitrix/news.detail/main/style.css?17701416998709 */
/* /local/templates/nposad/components/bitrix/form.result.new/mainModal/style.css?1639750948636 */
/* /local/templates/nposad/components/bitrix/main.userconsent.request/nb/user_consent.css?16397509483383 */
