

/* Start:/local/templates/main/components/bitrix/news/pansionati_new/bitrix/news.detail/pans_detail/style.css?175007352138328*/
.combo-block {
	box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.2);
	position: relative;
	display: flex;
	margin-bottom: 25px;
}

.combo-block__promo {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff6600;
	z-index: 222;
	padding: 15px 50px 15px 25px;
	text-align: left;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.combo-block__promo p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

.combo-block__promo p:first-child {
	font-weight: bold;
}

.combo-block__promo p:last-child {
	text-transform: none;
}

.detail-green-nameplate {
	position: absolute;
	right: 4%;
	top: 3%;
	z-index: 1;
	display: flex;
	width: 116px;
	padding: 4px 8px 4px 6px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #89bc1d;
	color: #fff;
}

.combo-block__slider {
	width: 68%;
	background: url(/img/%D0%A2%D1%80%D0%BE%D0%B8%D1%86%D0%BA.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.combo-block__slider-for {
	width: 100%;
	visibility: hidden;
	display: none;
	background-color: #fff;
}

.combo-block__slider-for.slick-initialized {
	visibility: visible;
	display: block;
}

.combo-block__slider-for .slider-for__item {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.combo-block__slider-for .slider-for__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.combo-block__slider-for .slick-slide {
	outline: none;
}

.combo-block__slider-nav {
	width: 100%;
	padding: 10px 34px 10px 30px;
	margin: 0;
	list-style: none;
	visibility: hidden;
	display: none;
	background-color: #fff;
}

.combo-block__slider-nav.slick-initialized {
	visibility: visible;
	display: block;
}

.combo-block__slider-nav .slick-slide {
	outline: none;
}

.combo-block__slider-nav .slider-nav__item {
	width: 81px !important;
	height: 81px;
}

.combo-block__slider-nav li::before {
	display: none;
}

.combo-block__slider-nav .slider-nav__item img {
	width: 81px;
	height: 81px;
	display: block;
}

.combo-block__slider-nav .slick-arrow {
	margin-top: -5.5px;
	width: 11px;
	height: 34px;
	background-image: url(/img/slider_service_sprite.png);
	background-position: 0 0;
}

.combo-block__slider-nav .slick-next {
	background-position: -11px 0 !important;
	right: 10px;
}

.combo-block__slider-nav .slick-prev {
	left: 10px;
	z-index: 1;
}

.combo-block__info {
	width: 32%;
	padding: 20px 20px 20px 20px;
}

.combo-block__raiting,
.combo-block__phone {
	border-bottom: 1px solid #ebebeb;
}

.combo-block__raiting {
	padding: 0 0 10px 0;
}

.combo-block__rating-info>div {
	display: flex;
	align-items: center;
}

.combo-block__rating-info .rating-info--text {
	font-weight: bold;
}

.combo-block__rating-info a {
	text-decoration: none;
	margin-left: 3px;
}

.combo-block__rating-info .rating-info--info {
	margin-right: 3px;
	margin-left: 17px;
}

.combo-block__rating-info .rating-info--stars {
	font-size: 17px;
	margin-left: 20px;
}

.combo-block__adress {
	padding-top: 10px;
	text-align: left;
	margin-bottom: 20px;
}

.combo-block__adress-text {
	margin: 0;
	line-height: 18px;
	font-weight: 500;
	font-size: 14px;
}

.combo-block__phone {
	padding-bottom: 10px;
	text-align: left;
}

.combo-block__phone-heading,
.combo-block__adress-heading {
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 4px;
}

.combo-block__phone-link {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid;
}

.combo-block__phone-link:hover {
	border-color: transparent;
}

.combo-block__pricing-price {
	padding-top: 10px;
	text-align: left;
}

.combo-block__pricing-price .combo-block__price-text {
	font-size: 12px;
	line-height: 18px;
	color: #7d7d7d;
	margin: 0 0 0 10px;
}

.combo-block__price-new,
.combo-block__price-old {
	display: flex;
	align-items: flex-end;
}

.combo-block__price-new {
	margin-bottom: 10px;
}

.combo-block__price-new .combo-block__price-price {
	font-size: 14px;
	color: #89bc1d;
	font-weight: bold;
	margin: 0;
}

.combo-block__price-new .combo-block__price-price span {
	font-size: 24px;
}

.combo-block__price-old .combo-block__price-price {
	font-size: 14px;
	color: #eacbcb;
	font-weight: bold;
	margin: 0;
	position: relative;
}

.combo-block__price-old .combo-block__price-price:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #fff;
	transform: rotate(5deg);
}

.combo-block__price-old .combo-block__price-price span {
	font-size: 24px;
}

.combo-block__pricing-cards {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin: 20px 0 12px 0;
}

.combo-block__pricing-card {
	width: 53px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	box-shadow: 0px 0px 13px 0px rgba(97, 135, 16, 0.2);
}

.combo-block__btns {}

.combo-block__btns .combo-block__btn {
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 2px solid #89bc1d;
	box-sizing: border-box;
	background-color: #89bc1d;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.combo-block__btns .combo-block__btn:first-child {
	margin-bottom: 8px;
}

.combo-block__btns .combo-block__btn:last-child {
	background-color: transparent;
	color: #89bc1d;
}

.combo-block_buy-info {
	color: rgba(86, 86, 86, 0.50);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	margin-bottom: 8px;
}

@media screen and (max-width:1024px) {
	.combo-block__slider {
		width: 60%;
	}

	.combo-block__info {
		width: 35%;
	}
}

@media screen and (max-width:1024px) and (min-width:768px) {
	.combo-block__rating-info .rating-info--stars {
		margin-left: 10px;
	}
}

@media screen and (max-width: 650px) {
	aside .left_calc {
		display: block;
	}
}

@media screen and (max-width:425px) {
	.combo-block {
		flex-wrap: wrap;
	}

	.combo-block__slider {
		width: 100%;
		min-height: 389px;
	}

	.combo-block__info {
		width: 100%;
	}

	.combo-block__slider-for .slider-for__item {
		height: 280px;
	}

	.combo-block__slider-for .slider-for__item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.about-text {
	text-align: left;
}

.about-text__textcontent p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}

.about-text__textcontent .about-text__list-heading {
	margin: 0 0 10px 0;
	font-weight: 600;
}

.about-text__textcontent ul {
	list-style: none;
	margin-top: 0;
	margin-left: 40px;
}

.about-text__textcontent ul li {
	position: relative;
	font-size: 15px;
	font-weight: 300;
}

.about-text__textcontent ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -25px;
	width: 9px;
	height: 7px;
	background: url(/img/docs_img/mark.png) no-repeat center;
	background-size: contain;
	margin-right: 14px;
}

.about-text__textcontent h2 {
	text-align: left;
}

.about-text__attention {
	box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.2);
	padding: 40px 36px 32px 28px;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
	box-sizing: border-box;
}

.about-text__attention::before {
	content: '';
	display: block;
	height: 51px !important;
	width: 51px !important;
	background: url(/img/docs_img/pic_i.png) no-repeat center;
	background-size: cover;
}

.about-text__attention-mark img {
	width: 100%;
	height: 100%;
}

.about-text__attention-text {
	font-weight: 600;
	width: 90%;
}

.video-slider__wrapper .slick-prev {
	left: 2px !important;
	z-index: 10;
	width: 25px !important;
	height: 56px !important;
	background: url(/img/row_left_nn.png) no-repeat !important;
}

.video-slider__wrapper .slick-next {
	right: 3px !important;
	z-index: 10;
	width: 25px !important;
	height: 56px !important;

	background: url(/img/row_right_nn.png) no-repeat !important;

}

.video-slider__wrapper .slick-prev {
	background: url(/img/slick_nn_back.png) no-repeat !important;
}

.video-slider__wrapper .slick-next {
	background: url(/img/slick_nn_prev.png) no-repeat !important;

}

.video-slider__wrapper .slick-initialized .slick-slide {
	display: inline-table !important;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
}

.video-slider__item iframe {
	max-width: 100% !important;
}

@media screen and (max-width: 768px) {
	.video-slider__wrapper .slick-prev {
		width: 20px !important;
	}

	.video-slider__wrapper .slick-next {
		width: 20px !important;
	}
}

@media screen and (max-width: 425px) {
	.about-text__attention {
		align-items: flex-start;
		padding-left: 15px;
		padding-right: 15px;
	}

	.about-text__attention-text {
		width: 75%;
	}
}

.pans-page__prices-table p {
	text-align: left;
	font-size: 15px;
	font-weight: 300;
}

.pans-page__prices-table ul {
	list-style: none;
	margin-top: 0;
	margin-left: 40px;
}

.pans-page__prices-table ul li {
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	position: relative;
}

.pans-page__prices-table ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -25px;
	width: 9px;
	height: 7px;
	background: url(/img/docs_img/mark.png) no-repeat center;
	background-size: contain;
	margin-right: 14px;
}


.debug {
    text-align: left!important;
}

/*Якоря*/
.anchor-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.anchor-list_item-link {
    text-decoration: none;
    color: #565656;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 4px 10px;
    margin-right: 12px;
    font-family: "Exo", "Arial";
}
.last_a{
    margin-right: 0px;
}
/*Якоря*/


.header_h1 {
    padding-top: 20px;
}
.zero-block {
	background: white;

}
.first-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 40px;
}
.first-block_slider {
	flex-basis: 65%;
	background: white;
	height: 450px;

}
.first-block_text {
    flex-basis: 35%;
    background: white;
    height: 450px;
    text-align: left;
}

/*Слайдер*/
.img-slider_pansion {
	width: 50%;
}
.slider_nomera {
	width: 505px;
	margin: 0 auto;


}
.slider_nomera-nav {
	width: 505px;
	margin: 0 auto;
	margin-top: 5px;

}
.slider_nomera-nav .new_slick-track > .slick-slide {
	width: unset!important;
}
.nomera-nav_div {
	margin-right: 5px;
}
.new_slick-track {
	/*margin-top: 5px;*/
}
.slick-next {
/*	top: 50%!important;
	width: 10px!important;
	height: 34px!important;
	background-image: url(/img/slider_service_sprite.png) !important;
	left: 103% !important;
	background-position: -34px 0!important;*/
}
.slick-prev {
/*	top: 50%!important;
	width: 11px!important;
	height: 35px!important;
	background-image: url(/img/slider_service_sprite.png) !important;
	left: -5% !important;*/

}
.slider_nomera-nav > .slick-list > .new_slick-track > .slick-active {
	opacity: 0.5;
}
.slider_nomera-nav > .slick-list > .new_slick-track > .slick-current {
	opacity: 1;
}
.nomera-nav_img {
	margin-bottom: 5px;
	margin-right: 5px;
}
.my_cursor:hover {
	cursor: url("/img/my_cursor.png"), pointer!important;
}

.block_offer-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: static;
    margin-top: 20px;
    width: 100%;
}

.block_offer-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
}

.block_offer-slider .slick-dots li::before {
    display: none;
}

.block_offer-slider .slick-dots li.slick-active button:before {
    display: none;
}

.block_offer-slider .slick-dots li.slick-active button {
    background-color: #507209;
}

.block_offer-slider .slick-dots li button {
    background-color: #7faf1b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}


/*
.slick-current>div >.nomera-nav_div>.nomera-nav_img {
	border: 2px solid red;
}
*/

/*Слайдер*/
/*Контактная информация*/
.rating-block {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 14px;
    width: 100%;
}
.block_title {
    color: #81B21B;
    font-size: 15px;
    line-height: 20px
}
.ardess-block {
    margin-top: 14px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 14px;
    width: 85%;
}
.ardess-block_desc {
    width: 225px;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.ardess-block_map {
    margin-top: 14px;
}
.phone-block {
	margin-top: 14px;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 22px;
	width: 85%;
}
.phone-block_tel a {
	text-decoration: none;
	color: #333333;
	font-size: 19px;
	line-height: 21px;
}
.phone-block_tel {
	margin-top: 10px;
}
.phone-block_tel a {
	border: 1px solid #81B21B;
	font-family: Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.new_phone-block_tel1 {
	margin-top: 13px;
}
.new_phone-block_tel2 {
	margin-top: 25px;
}
.price-block {
	margin-top: 14px;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 14px;
	width: 85%;
}
.price-block {
	display: flex;
}
.price-name_old {
	margin-right: 6px;
}
.price-old_value {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	text-decoration-line: line-through;
}
.price-value {
	display: block;
	color: #333333;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}
.last-block {
	margin-top: 14px;
	border-bottom: 1px solid #D7D7D7;

	width: 85%;
	display: flex;
	padding-bottom: 14px;
}
.people-value {
	display: block;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
}


.last-block_people {
	margin-right: 20px;
}
.pay_cart {
	display: block;
}
.block-bottons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.button-rent, .button-consult {
	width: 185px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button-rent_link, .button-rent_consult {
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	outline: none;
	width: 185px;
}


.button-rent_link {
	color: white;
	padding: 10px 27px;
	background: #81B21B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button-consult {
	background: #FB9906;
}
.button-rent_consult {
	color: white;

}
main .rating-block_stars table:not(.pans-page__prices-table table) {
	width: 60%!important;
}
main .rating-block_stars table:not(.pans-page__prices-table table) tr td {
	padding: 0px!important;
	background: unset!important;
	border-bottom: none!important;
	color: #333333!important;
	font-size: 19px!important;
	line-height: 18px!important;
}
main .rating-block_stars table:not(.pans-page__prices-table table) tr td.vote-result {
	padding-right: 10px !important;
}
div.star-over, div.star-voted, div.star-empty{
	width: 20px!important;
	height: 20px!important;
	margin-right: 2px!important;
}
main table:not(.pans-page__prices-table table) tr td + td {
	border-left: 0px solid #ffffff!important;
	width: 12px!important;
}
.iblock-vote {
	padding-top: 5px;
}

.pans-page__prices-table table {
    font-family: "Exo 2",sans-serif !important;
}
.pans-page__prices-table table tr th,
.pans-page__prices-table table tr td {
    text-align: center;
    font-weight: 300;
}

.pay_cart-img {
    margin-right: 5px;
}
/*Контактная информация*/
/*Условия проживания*/
.second-block {
    margin-top: 45px;
}
.live-block {
    margin-left: 52px;
    margin-right: 52px;
}

.live-block_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.live-block_item-name, .live-block_item-descr{
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #333333;
}
.img-param {
    width: 20px;
    height: 20px;
}

.live-block_item-descr {
    text-align: left;
}
.live-block_item-img {
    flex-basis: 4%;
    padding-bottom: 14px;
    margin-top: 14px;
    text-align: left;
    padding-left: 3px;

}

.live-block_item-name {
    flex-basis: 53%;
    padding-bottom: 14px;
    margin-top: 14px;

}

.live-block_item-descr {
    flex-basis: 39%;
    margin-left: 95px;
    padding-bottom: 14px;
    margin-top: 14px;
}
.live-block_item-name, .live-block_item-descr{
    text-align: left;
}
.live-block_item {
    border-bottom: 1px solid #D7D7D7;
}
.live-block_item-descr{
    position: relative;
}

.live-block_item-descr:after {
    position: absolute;
    content: '';
    background: url(/img/iconParamsSingle/empty_for_params.png) no-repeat;
    bottom: -4px;
    right: 300px;
    width: 10px;
    height: 10px;
}
/*Текст*/
.third-block{
    padding-top: 40px;
}
.third-block_text{
    margin-left: 52px;
    margin-right: 52px;
}
/*Текст*/
/*Карта*/
.fourth-block {
    padding-top: 40px;
}
.fourth-block_map{
    margin: 0 auto;
}
.fourth-block_map {
    margin-left: 51px;
    margin-right: 51px;
}
/*Карта*/
/*Оставить заявку*/
.fifth-block {
    padding-top: 40px;
}
.time-call_time {
    color: #333333;
}

.new_mfeedback2, .form-phone{
    margin-left: 52px;
    margin-right: 52px;
}

/*Оставить заявку*/

/*Похожие предложения*/
.sixs-block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.new_item_pansion {
  /*  width: 204px!important;*/
    float: unset!important;
    display: block!important;
   /* margin-left: 11px!important;*/
}
.new_pansion_name {
    text-align: center!important;
    font-size: 15px!important;
    min-height: 50px!important;
}
.new_pansion_address {
    text-align: left;
    font-weight: normal!important;
}
.new_pansion_phone {
    text-align: left;
}
.new_pansion_item_info {
    text-align: left!important;
    padding-left: 33px!important;
}
.new_img_pansion {
    height: 143px!important;
}
.rating-block_name {
    color: #81B21B;
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
	text-align: left;
}
.new_rating-stars img {
    width: 17px;
    display: unset!important;
}
.rating-block_block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rating-block_voite, .rating-block_vote_sum {
    display: inline-block;
    padding-top: 4px;
    font-size: 15px;
}
.new_rating-block_item {
   margin: 5px;
}
.new_rating-block {
    border-bottom: none;
}

.new_description_pansion {
    height: 330px!important;
    padding: 15px 10px 30px 10px!important;

}

.block_offer-slider {
   /* width: 870px;*/
    margin: 0 auto;
}
.pansion-height {
    min-height: 170px;
}
.block_offer-slider > .slick-prev {
    left: 20px !important;
}
.block_offer-slider > .slick-next {
    left:unset!important;
    right:20px !important;
}
.block_offer-slider > .slick-dots {
    margin-bottom: -15px;
}
.block_offer-slider > .slick-dots > li:before {
    font-size: 40px!important;
}

.mini_slider {
    width: 204px;
}
.img-for_mini {
    width: 204px;
    height: 138px;
}

/*Похожие предложения*/

/*Модальное окно*/
.mymodal{
    display:none;
}

.mymodal .overlay{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
}

.mymodal .content{
    display:block;
    margin:10% auto;
    width:588px;
    min-height:300px;
    background-color: #fefefe;
    border-radius: 10px;
    padding:20px;
    color: #333333;
    position:relative;

}

.mymodal .close{
    position:absolute;
    right:20px;
    top:20px;
    transition: .5s;
    cursor: pointer;
}
@media(max-width:550px){
    .mymodal .content{
        width:90%;
        margin-top: 5px;
        height:90%;
    }
}

.form-z_new-header1 {
    text-align: center;
    text-transform: uppercase;
    color: #292929;
    font-family: 'Exo', 'Arial';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.form-z_new-header2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
.form-z_new-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.mf-name_input1_z, .mf-name_input2_z{
    width: 234px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
}
.time-call_time-input_z {
    width: 90px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
}
.manager-form_modal {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.enter_name_z, .enter_phone_z {
    text-align: left;
    font-family: 'Exo', Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;

}
.time-call_time_z {
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: left;
}
.time-call_time_z-span {
    font-weight: bold;
}
.mf-name_input1_z {
    margin-bottom: 10px;
}
.mf-name_input2_z {
    margin-bottom: 3px;
}
.form-z_new-header1 {
    margin-top: 20px;
}

.new_submit_button-mail2 {
    margin-bottom: 20px;
}
.police2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.police2-item_text {
    text-align: left;
    font-weight: bold;
    width: 374px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-left: 5px;
}
.police2-item {
    margin-left: 100px;
}

/*Модальное окно*/

.block_offer-slider .new_item_pansion{
    margin: 0!important;
    padding:0!important;
    border:0;
}

.new_item_pansion__inner{

    padding:0 5px 20px 5px;
}

.new_item_pansion__inner_in{
    border:1px solid #cbcbcb;
}

.block_offer-slider{
    padding: 0 50px 0 50px;
}
.combo-block__price-tooltip {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 10px;
    color: #7d7d7d;
    position: relative;
}
.combo-block__price-tooltip .tooltip-text {
    display: none;
}
.combo-block__price-tooltip:hover {
    cursor: help;
}
.combo-block__price-tooltip:hover .tooltip-text {
    display: block;
    position: absolute;
    min-width: 220px;
    right: 0;
    top: 25px;
    background: white;
    border-radius: 0;
    padding: 10px;
    z-index: 999;
    color: #7d7d7d;
    box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.2);
}
/*АДАПТИВ*/
@media screen and (max-width: 1220px) {
	.slick-next {
		left: 101%!important;
	}
	.slick-prev {
		left: -3% !important;
	}
    .live-block_item-descr:after {
        right: 235px;
    }
    .live-block_item-descr {
        margin-left: 195px;
    }
    .live-block, .third-block_text{
        margin-left: 35px;
        margin-right: 45px;
    }
   /* .new_item_pansion {
        width: 275px!important;
    }*/

}
@media screen and (max-width: 1200px) {
  /*  .new_item_pansion {
        width: 260px!important;
        margin-left: 25px!important;
    }*/



    .block_offer-slider {
       /* width: 780px;*/
        margin: 0px;
    }
   /* .new_item_pansion {
        width: 284px!important;
        margin-left: 100px!important;
    }*/
    .block_offer-slider > .slick-prev {
        left: 5% !important;
    }
    .block_offer-slider > .slick-dots {
        /*margin-left: 60px;*/
    }




}
@media screen and (max-width: 1024px) {
    .first-block {
        flex-direction: column;
    }

    .block_offer-slider{
        padding:0 25px 0 25px;
    }

    .block_offer-slider > .slick-next{
        right:10px!important;
    }


    .ardess-block, .phone-block, .rating-block, .price-block, .last-block {
        width: 100%;
        text-align: center;
    }

    .ardess-block_desc {
        width: 100%;
    }

    .price-block {
        justify-content: flex-start;
    }
    .price-name_old, .price-name {
        text-align: left;
    }
    .last-block {
        justify-content: flex-start;
    }
    .people-value, .pay_cart {
        text-align: left;
    }
    .iblock-vote {
        margin-left: 23%;
    }
    .first-block_slider, .first-block_text {
        flex-basis: unset!important;
    }
    .button-rent, .button-consult {
        width: unset;
    }
    .button-consult {
        width: 185px;
        margin-left: 10px;
    }
    .button-rent_link {
        padding: 10px 27px;
    }
    .first-block_text {
        margin-top: -35px;
    }
    .live-block_item-descr:after {
        right: 165px;
    }
    .live-block_item-name {
        font-size: 13px;
        padding-left: 15px;
    }
    .live-block_item-descr {
        font-size: 13px;
    }
    .live-block_item-descr:after {
        right: 160px;
        bottom: -27px;
        height: 27px;
    }
    .block_offer-slider{
      /*  width: 90%;*/
    }
    .block_offer-slider > .slick-slide{
        width: 90%!important;
    }
   /* .new_item_pansion {
        width: 282px!important;
        margin-left: 22px!important;

    }*/
    .block_offer-slider > .slick-prev {
        display: block!important;
    }
    .block_offer-slider > .slick-prev {
        left: 10px !important;
    }
    .new_description_pansion {
        padding: 15px 25px 30px 25px!important;
    }

    .slider_nomera > .slick-prev {
        left: -7% !important;
    }
    .slider_nomera > .slick-next {
        left: 105%!important;
    }


    .block_offer-slider {
       /* margin: 32px;
        margin-left: 45px;*/

    }
    .block_offer-slider {
      /*  width: 591px;*/
    }
    .new_item_pansion {
      /*  width: 282px!important;*/
      /*  margin-left: 10px!important;*/
    }
    .block_offer-slider > .slick-dots {
       /* margin-left: 25px;*/
    }

    .new_item_pansion {
       /* width: 272px!important;*/
       /* margin-left: 20px!important;*/
    }

    .new_mfeedback2, .form-phone, .fourth-block_map{
        margin-left: 0px;
        margin-right: 0px;
    }


}
@media screen and (max-width: 1023px) {
    .live-block_item-descr {
        margin-left: 300px;
    }
    .live-block_item-descr:after {
        right: 260px;
    }
    .block_offer-slider {
       /* width: 936px;*/
    }
    .new_item_pansion {
      /*  width: 281px!important;*/
       /* margin-left: 25px!important;*/
    }
}
@media screen and (max-width: 1000px) {
    .live-block_item-descr:after {
        display: none;
    }
}
@media screen and (max-width: 993px) {
    .new_item_pansion {
      /*  width: 288px!important;*/
       /* margin-left: 10px!important;*/
    }

    .block_offer-slider {
       /* width: 904px;*/
    }

}
@media screen and (max-width: 768px){
    .live-block_item-descr {
        flex-basis: 100%;
    }
    .live-block_item-name {
        flex-basis: 100%;
    }
    .live-block_item-img {
        flex-basis: 14%;
    }
    .form-z_new-block {
        flex-direction: column;
    }
    .form-z_new-block_img {
        display: none;
    }
    .form-z_new-block_inputs {
        margin: 0 auto;
    }
    .mymodal .content {
        width: 250px;
    }
    .form-z_new-header1 {
        font-size: 19px;
    }
    .form-z_new-header2{
        font-size: 12px;
    }
    .police2-item_text {
        font-size: 10px;
    }
    .police2-item {
        font-size: 35px;
        margin-left: 13px;
        margin-top: -25px;
    }
    .police2 {
        margin-top: 10px;
    }
    .enter_name_z, .enter_phone_z, .time-call_time_z, .time-call_time_z-span{
        font-size: 12px;
    }
    .mymodal .content {
        height: auto;
    }
    .new_item_pansion {
      /*  width: 293px!important;
        margin-left: 47px!important;*/
    }

    .slider_nomera > .slick-prev {
        left: -7% !important;
    }
    .slider_nomera > .slick-next {
        left: 104%!important;
    }

    .block_offer-slider {
      /*  width: 690px;*/
    }

    .new_item_pansion {
     /*   width: 319px!important;
        margin-left: 22px!important;*/
    }
    .new_img_pansion {
        height: auto!important;
    }
}
@media screen and (max-width: 650px) {
    .live-block_item {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .live-block_item-descr {
        flex-basis: 100%;
        text-align: left;
        margin-top: 0px;
        padding-left: 39px;
    }
    .live-block_item-name {
        flex-basis: unset;
    }
    .live-block_item-img {
        flex-basis: unset;
    }
    .live-block_item-descr {
        margin-left: 0px;
    }
    .map_pansion {
        display: block!important;
    }
    .mymodal .content {
        margin-top: 80px;
    }
}

@media screen and (max-width: 576px) {
    .block_offer-slider {
       /* width: 320px;
        margin-left: 120px;*/
    }
    .new_item_pansion {
     /*   width: 295px!important;
        margin-left: 22px!important;*/
    }
    .block_offer-slider > .slick-next {
       /* left: 104% !important;*/
    }
    .block_offer-slider > .slick-dots {
       /* margin-left: 30px;*/
    }
}

@media screen and (max-width: 480px) {
    .slider_nomera {
        width: 100%;

    }
    .slider_nomera-nav {
        display: none!important;
    }
    .first-block_slider {
        width: 100%;
    }
    .special_for_slider {
        width: 100%;
    }
    /*.new_slick-track > .slick-slide {
        width: 480px!important;
    }*/
    .first-block_slider{
        height: 300px;
    }
    .slick-prev {
        left: 2% !important;
        z-index: 100;
        opacity: 1;
    }
    .slick-next {
        left: 95%!important;
        z-index: 100;
        opacity: 1;
    }

    .live-block_item-descr {
        margin-top: -15px;
    }
    .live-block_item-img {

        margin-top: 10px;
        text-align: left;
        padding-left: 3px;
    }
    .special_for_slider {
        width: 402px;
        margin-left: 40px;
    }
    .slider_nomera > .slick-prev {
        left: 3% !important;
    }
    .slider_nomera > .slick-next {
        left: 95%!important;
    }
    .first-block_slider {
        height: 250px;
    }


    .block_offer-slider .slick-dots {
        justify-content: space-between;
    }


}

@media screen and (max-width: 475px) {
    .special_for_slider {
        width: 390px;
        margin-left: 36px;
    }
    .slider_nomera > .slick-prev {
        left: 15px !important;
        top: 25%!important;
    }
    .slider_nomera > .slick-next {
        top: 25%!important;
        left: 94%!important;
    }
    .block_offer-slider>.slick-list >.new_slick-track > .slick-slide {
      /*  width: unset!important;*/
    }
    .block_offer-slider {
       /* margin-left: 77px;*/
    }
    .block_offer-slider > .slick-dots {
        /*margin-left: 28px;*/
    }
}


@media screen and (max-width: 414px) {
    /*.block_offer-slider {
        width: 414px;
    }*/
    .first-block_slider {
        width: 350px!important;
    }
    /*.new_slick-track > .slick-slide {
        width: 350px!important;
    }*/
    .special_for_slider {
        width: 390px;
        margin-left: 0px;
    }
    .slider_nomera > .slick-prev {
        left: -20px !important;
        top: 50%!important;
    }
    .slider_nomera > .slick-next {
        top: 50%!important;
        left: 102%!important;
    }
    .first-block_slider {
        height: 220px;
    }
/*
    .block_offer-slider>.slick-list >.new_slick-track > .slick-slide {
        width: unset!important;
    }*/
/*
    .block_offer-slider {
        width: 308px;
    }*/
    .block_offer-slider>.slick-list >.new_slick-track > .slick-slide>.new_item_pansion{
        margin-left: 10px!important;
    }/*
    .block_offer-slider {
        margin-left: 45px;
    }*/

    .new_item_pansion {
      /*  width: 295px!important;
        margin-left: 11px!important;*/
    }
}





@media screen and (max-width: 411px) {
    /*.new_slick-track > .slick-slide {
        width: 411px!important;
    }*/
    .first-block_text {
        margin-top: -75px;
    }

    .live-block_item-descr {
        flex-basis: 70%;
    }
    .live-block_item-name {
        width: 230px;
        margin-bottom: 5px;
    }

    .first-block_slider {
        width: 300px!important;
    }
    .special_for_slider {
        width: 300px;
        margin-left: 0px;
    }
    /*.new_slick-track > .slick-slide {
        width: 300px!important;
    }*/


}

@media screen and (max-width: 375px) {
    /*.new_slick-track > .slick-slide {
        width: 375px!important;
    }*/
    .first-block_text {
        margin-top: -90px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .live-block, .third-block_text{
        margin-left: 20px;
        margin-right: 20px;
    }
    .last-block_pay {
        margin-left: 7px;
    }
    .anchor-list {
        flex-wrap: wrap;
    }
    .last_a2 {
        margin-right: 0px;
    }
    .last_div {
        margin-top: 10px;
        flex-basis: 100%;
    }


    .first-block_slider {
        width: 350px!important;
    }
    .special_for_slider {
        width: 350px;
        margin-left: 0px;
    }
    /*.new_slick-track > .slick-slide {
        width: 350px!important;
    }*/
    .slider_nomera {
        margin-left: 17px;
    }
    .first-block_slider {
        height: 270px;
    }


    .ardess-block, .phone-block, .rating-block, .price-block, .last-block {
        margin-left: 00px;
    }
    .block-bottons {
        margin-left: 0px;
    }

    .first-block {
        margin-top: 30px;
    }
    .breadcrumb-list {
        display: none;
    }



    .first-block_slider {
        width: 300px!important;
    }
    .special_for_slider {
        width: 330px;
        margin-left: 0px;
    }
    /*
    .new_slick-track > .slick-slide {
        width: 330px!important;
    }*/
    .slider_nomera {
        margin-left: 0px;
    }
/*
    .block_offer-slider {
        margin-left: 29px;
    }*/


}
@media screen and (max-width: 360px) {
    
    .special_for_slider {
        width: 320px;
        margin-left: 0px;
    }
    /*.new_slick-track > .slick-slide {
        width: 320px!important;
    }*/
    .slider_nomera {
        margin-left: 0px;
    }
   /* .block_offer-slider {
        margin-left: 22px;
    }*/

}
@media screen and (max-width: 320px) {
    /*.new_slick-track > .slick-slide {
        width: 320px!important;
    }*/
    .first-block_text {
        margin-top: -125px;
    }
    .ardess-block_desc {
        width: 66%;
        margin: 0 auto;
    }
    .price-block {
        justify-content: center;
    }
    .last-block {
        justify-content: center;
    }
    .button-rent {
        margin-left: 10px;
    }
    .button-rent_link {
        padding: 10px 10px;
    }
    .button-consult {
        margin-right: 10px;
    }
    .button-rent_consult {
        font-size: 14px;
        padding: 2px 0px;
    }
    .last-block_pay{
        margin-right: 5px;
    }
    .last-block_people {
        padding-right: 9px;
    }
    .live-block_item-descr {
        flex-basis: 100%;
    }
    .live-block_item-name {
        width: 220px;
    }
    .live-block {
        margin-left: 20px;
        margin-right: 20px;
    }
    .first-block_text {
        margin-top: -125px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .first-block_slider {
        width: 300px!important;
    }
    .special_for_slider {
        width: 300px;
        margin-left: 0px;
    }
   /* .new_slick-track > .slick-slide {
        width: 300px!important;
    }*/
    .slider_nomera {
        margin-left: 17px;
    }
    .first-block_slider {
        height: 270px;
    }

    .first-block_slider {
        width: 280px!important;
    }
    .special_for_slider {
        width: 280px;
        margin-left: 0px;
    }
    /*.new_slick-track > .slick-slide {
        width: 280px !important;
    }*/
    .slider_nomera {
        margin-left: 2px;
    }
    /*.block_offer-slider {
        margin-left: -16px;
    }*/
    .new_item_pansion {
       /* margin-left: 45px!important;
        width: 261px!important;*/
    }
    .block_offer-slider > .slick-prev {
        left: 7% !important;
    }
    

}


.oneimg_slider-block .slick-next{
    background-image: url(/img/slider-small.png) !important;
    width: 10px!important;
    height: 30px!important;
    left: unset !important;
    right: 0 !important;
    background-position: -10px 0!important;
}
.oneimg_slider-block .slick-prev{
    background-image: url(/img/slider-small.png) !important;
    width: 10px!important;
    height: 30px!important;
    left: 0% !important;
    z-index: 99;
}

@media screen and (max-width: 700px) {
	.detail-green-nameplate {
		right: auto;
		left: 2%;
		font-size: 12px;
	}
	.detail-green-nameplate.with-promotion {
		top: 13%;
	}
}
@media screen and (max-width: 650px) {
	.detail-green-nameplate.with-promotion {
		top: 12%;
	}
}
@media screen and (max-width: 500px) {
	.detail-green-nameplate.with-promotion {
		top: 11%;
	}
}
@media screen and (max-width: 425px) {
	.detail-green-nameplate.with-promotion {
		top: 17%;
	}
}

.detail-video-gallery {
	background: #fff;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.detail-video-gallery h2 {
    text-align: left;
}

.video-list {
	display: flex;
	gap: 20px;
}

.video-slider-container {
	margin: 30px 0;
	position: relative;
}

.video-slider {
	margin: 20px 0;
}

.video-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.video-thumb {
	position: relative;
	padding-bottom: 27%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	width: calc(50% - 10px);
}

.is-video-slide {
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-list .slick-slide {
	margin: 0 10px;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(255, 0, 0, 0.7);
	border-radius: 50%;
}

.play-icon:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 14px;
	border-width: 11px 0 11px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.video-title {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
	padding: 0 5px;
}

@media (max-width: 768px) {
	.detail-video-gallery {
		padding: 10px 0 20px;
	}

	.video-list {
		padding: 0 20px;
	}

	.video-list .slick-dots {
		left: 0;
		bottom: -25px;
	}
}

@media (max-width: 480px) {
	.video-list .main-handler-prev.slick-prev.slick-arrow {
		left: -1% !important;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/bread_for_nomera/style.css?1585901676563*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/components/pixelplus/review.info/templates/.default/style.css?16983258201294*/
.rating-info{
    padding: 15px;
    border:1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.combo-block__rating-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.combo-block__rating-info .rating-info--flex .rating-info--stars,
.combo-block__rating-info .rating-info--flex .rating-info--info {
    margin-left: 0;
}

.rating-info--flex {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}

.rating-info > div{
    display: flex;
}

.rating-info--text{
    color:#4b4b4b;
    font-size: 14px;
}
.rating-info a{
    display: inline-block;
    margin-right: 10px;
}
.rating-info--stars{
    margin-left: 10px;
    min-width: 90px;
}

.rating-info--stars i{
    color: #c4c4c4;
}

.rating-info--stars i.full{
    color: #ffaa00;
}

.rating-info--info{
    margin-left: 5px;
    font-size: 14px;
}

.combo-block__rating-info > div.rating-info--count {
    margin-top: 0;
}

.rating-info--count {
    color: #89BC1D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
    text-decoration-line: underline;
}


@media (max-width:640px){
    .rating-info{
        flex-direction: column;
        justify-content: space-between;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/pans_employee/style.css?16190110613931*/
.coworkers {
  margin-top: 37px;
  margin-bottom: 50px;
}

.coworkers-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 34px;
  margin: 15px;
  box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.2);
}

.coworkers-item__img {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
}
.coworkers-item__content {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.coworkers-item__img_row {
  display: none;
}

.coworkers-item__row {
  display: flex;
  margin-bottom: 10px;
}

.coworkers-item__name {
  font-weight: 600;
  font-size: 14px;
  border-right: 2px solid #929292;
  padding-right: 14px;
}

.coworkers-item__position {
  font-weight: 500;
  font-size: 14px;
  border-right: 2px solid #929292;
  padding-left: 14px;
  padding-right: 14px;
  color: #929292;
}

.coworkers-item__edu {
  font-weight: 500;
  font-size: 14px;
  padding-left: 14px;
  color: #929292;
}

.coworkers-item__exp {
  padding: 8px 19px;
  box-sizing:  border-box;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  background-color: #89bc1d;
  border-radius:20px;
  margin-right: 14px;
}

.coworkers-item__skill {
  padding: 8px 19px;
  box-sizing:  border-box;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  background-color: #ffa800;
  border-radius: 20px;
}

.coworkers-item__text {
  text-align: left;
}

.coworkers-item__text p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.coworkers__list .slick-arrow {
  margin-top: -5.5px;
  width: 11px;
  height: 34px;
  background-image: url(/img/slider_service_sprite.png);
  background-position: 0 0;
}

.coworkers__list .slick-next {
  background-position: -11px 0!important;
  left: 100%;
}

.coworkers__list .slick-prev {
  left: -16px;
  z-index: 1;
}

.coworkers__list .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: static;
  margin-top: 20px;
  width: 100%;
}

.coworkers__list .slick-dots li {
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
}

.coworkers__list .slick-dots li::before {
  display: none;
}

.coworkers__list .slick-dots li.slick-active button:before {
  display: none;
}

.coworkers__list .slick-dots li.slick-active button {
  background-color: #507209;
}

.coworkers__list .slick-dots li button {
  background-color: #7faf1b;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 425px) {
  .coworkers-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coworkers-item__img {
    display: none;
  }

  .coworkers-item__content {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    row-gap: 10px;
  }

  .coworkers-item__img_row {
    display: block;
    width: 37%;
  }

  .coworkers-item__img-mob {
    display: block;
  }
  .coworkers-item__row {
    width: 100%;
  }

  .coworkers-item__row:nth-child(2) {
    width: 55%;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 17px;
    row-gap: 5px;
  }

  .coworkers-item__row:nth-child(3) {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .coworkers-item__name {
    padding-right: 0;
    border: none;
    width: 100%;
  }

  .coworkers-item__position {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .coworkers-item__edu {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .coworkers-item__name,
  .coworkers-item__position,
  .coworkers-item__edu,
  .coworkers-item__exp,
  .coworkers-item__skill
  {
    font-size: 12px;
  }

  .coworkers-item__img_row {
    width: 44%;
  }

  .coworkers-item__row:nth-child(2) {
    width: 49%;
  }

}

@media screen and (max-width: 320px) {
  .coworkers-item__row:nth-child(2) {
    width:100%;
    padding-left: 0;
  }

  .coworkers-item__name,
  .coworkers-item__position,
  .coworkers-item__edu
  {
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews-slider/style.css?16239504422729*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.comment-elements .text{
	display: flex;
}
.comment-elements .picture{
	flex-shrink: 0;
	padding-left: 15px;
}
.comment-elements .picture a{
	border:3px solid #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.18);
	display: inline-block;
	position: relative;
}

.comment-elements .picture a:after{
	content: '';
	background-image: url("/images/lupa.png");
	width: 17px;
	height: 16px;
	display: block;
	position: absolute;
	right:8px;
	bottom:12px;
}

.comments-element .info{
	display: flex;
	justify-content: space-between;
}

.pancionat-reviews h2{
	color:#3e3e3e;
	font-size:24px;
	text-align: left;
	text-transform: none;
}

.pancionat-reviews .info{
	width: 100%!important;
}

.pancionat-reviews .info-inner{
	color:#3e3e3e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pancionat-reviews .date{
	color:#d3d3d3;
	font-weight: normal;
	margin-left: 5px;
}

.pancionat-reviews .text{
	width: 100%!important;
	margin: 0!important;
}

.pancionat-reviews .comments-element{
	padding: 45px!important;
	border: 1px solid #e4e4e4!important;
	border-radius: 20px;
	width: calc(100% - 93px)!important;
}

.pancionat-reviews .slick-arrow{
	background-image: url("/images/arrow.png")!important;
	width: 29px!important;
	height: 42px!important;
	background-repeat: no-repeat!important;
	top:calc(50% - 40px)!important;
	z-index: 9!important;
}

.pancionat-reviews .slick-prev{
	left: -7px!important;
}

.pancionat-reviews .slick-next{
	right:-7px!important;
	background-image: url("/images/arrow2.png")!important;
}

.all-reviews .btn{
	margin: 0;
	font-size: 17px!important;
}

.all-reviews{
	display: flex;
	justify-content: space-between;
	color:#89bc1d;
	font-size: 16px;
	align-items: center;
}

.all-reviews a{
	text-decoration: none;
}

.all-reviews span{
	text-decoration: underline;
}

.all-reviews .ar{
	text-decoration: none;
}

.pancionat-reviews{
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width:640px){
	.pancionat-reviews .picture img{
		max-height: 110px;
	}
	.pancionat-reviews .date{
		display: block;
		margin: 0;
	}
	.pancionat-reviews .slick-arrow{
		display: none!important;
	}
	.pancionat-reviews .comments-element {
		padding: 20px !important;
		width: calc(100% - 43px)!important;
	}
	.pancionat-reviews .comments-element{
		margin: 0!important;
	}
	.all-reviews {
		text-align: center;
		flex-direction: column;
	}
	.all-reviews .btn{
		margin-bottom: 10px!important;
	}
	.comments-element .info{
		display: block;
	}
}

.rating-info--stars i{
	color: #c4c4c4;
}
.rating-info--stars i.full{
	color: #ffaa00;
}
/* End */


/* Start:/local/components/pixelplus/send.aad/templates/modal/style.css?16082074202879*/
#modal-add-review{
    padding: 15px;
    text-align: left!important;
}
#modal-add-review h2{
    text-align: left!important;
}
#modal-add-review:before{
    display: none;
}

#modal-add-review .application-form__content{
   padding: 35px 20px;
}

#modal-add-review .agreement{
    font-size: 14px;
}

#modal-add-review .agreement a{
    color:#6dbd00;
}

#modal-add-review .agreement .chekBoxWebForm{
    width: 22px !important;
    margin: 0;
    margin-right: 10px;
}

#modal-add-review input[type="submit"]{
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    background: #89BC1D;
    text-decoration: none;
    padding: 0 43px;
    margin-top: 20px;
    border:0;
}

#modal-add-review input,
#modal-add-review textarea{
    font-size: 14px;
    width: 250px;
    background: #f1f1f1;
    color:#7d7d7d;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}

#modal-add-review textarea{
    width: 280px;
    height: 190px;
}

#modal-add-review .form__group--rating{
    justify-content: left;
    margin-top: 6px;
    margin-bottom: 18px;
}

.button_add_review{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sss{display:none}

.form__group--rating{
    display: flex;
    align-items: center;
    height: 100%;
}

#desktop-reviews{
    height: calc(100% - 12px);
}
#mobile-reviews{
    display: flex;
    justify-content: left;
    margin: 10px 0;
}

.form__group--rating > span{
    margin-right: 10px;
    font-size: 17px;
}



.rating-area {
    overflow: hidden;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 20px;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    color: #c4c4c4;
}

.rating-area > input:checked ~ label {
    color: #ffaa00;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #ffaa00;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #ffaa00;
}
.rate-area > label:active {
    position: relative;
}
#modal-add-review input,
#modal-add-review textarea{
border:1px solid #DFDFDF;
}
@media (max-width:480px){
#modal-add-review{padding:0;}
#modal-add-review .application-form__content{padding:0;}
#modal-add-review textarea{width:250px;}
.form__group--rating > span{font-size:14px;}
#modal-add-review input[type="submit"]{max-width:100%;padding:0;}
#modal-add-review input,
#modal-add-review textarea{
   max-width: calc(100% - 6px);}
#modal-add-review .agreement .chekBoxWebForm{width:14px!important;}
}
/* End */


/* Start:/local/templates/main/components/newform/main.feedback/mail-zayvka2/style.css?15822870522446*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

div.mf-name input, div.mf-email input {
    max-width: 240px!important;
    height: 47px;
    border: 2px solid #DAE1C8;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    display: inline-block!important;
    padding-left: 10px;
    font-size: 15px !important;
}
.submit_button-mail {

    color: white;
    font-size: 15px;
    font-weight: bolder;
    padding: 17px 50px;
    background: #89BC1D;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    width: 254px;
}

@media screen and (max-width: 1216px) {
    div.mf-name input, div.mf-email input {
        max-width: 222px!important;
    }
}

@media screen and (max-width: 740px) {
    div.mf-name input, div.mf-email input {
        max-width: 100%!important;
        height: 47px!important;
        font-size: 14px!important;

    }
    .submit_button-mail {
        width: 395px!important;
    }

}
@media screen and (max-width: 639px) {
    .submit_button-block {
        width: 100%!important;
    }
    .submit_button-block_item {
        max-width: 100%!important;
    }
    .submit_button-mail {
        width: 370px!important;
    }
}



@media screen and (max-width: 545px) {
    .submit_button-mail {
        width: 313px!important;
    }
}


@media screen and (max-width: 500px) {
    div.mf-name input, div.mf-email input {
        width: 90%!important;
    }
    .submit_button-mail {
        width: 420px!important;
    }

}
@media screen and (max-width: 475px) {
    .submit_button-mail {
        width: 396px!important;
    }
}

@media screen and (max-width: 475px) {
    .submit_button-mail {
        width: 330px!important;
    }
}

@media screen and (max-width: 414px) {
    .submit_button-mail {
        width: 340px!important;
    }
}

@media screen and (max-width: 414px) {
    .submit_button-mail {
        width: 340px!important;
    }
}

@media screen and (max-width: 375px) {
    .submit_button-mail {
        width: 307px!important;
    }
}

@media screen and (max-width: 320px) {
    .submit_button-mail {
        width: 257px!important;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/pansionati_new/bitrix/news.detail/pans_detail/style.css?175007352138328 */
/* /local/templates/main/components/bitrix/breadcrumb/bread_for_nomera/style.css?1585901676563 */
/* /local/components/pixelplus/review.info/templates/.default/style.css?16983258201294 */
/* /local/templates/main/components/bitrix/news.list/pans_employee/style.css?16190110613931 */
/* /local/templates/main/components/bitrix/news.list/reviews-slider/style.css?16239504422729 */
/* /local/components/pixelplus/send.aad/templates/modal/style.css?16082074202879 */
/* /local/templates/main/components/newform/main.feedback/mail-zayvka2/style.css?15822870522446 */
