

/* Start:/bitrix/templates/konakovo.com-frogstudios/components/bitrix/breadcrumb/rooms/style.css?174532613911089*/
.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;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.roomGallery {
	--gap: 20px;
}
.roomGallery__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(2.125rem, 1.9654rem + 0.6154vw, 2.5rem);
}
.roomGallery__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.roomGallery__top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.roomGallery__top-price {
	font-size: clamp(1rem, 0.8936rem + 0.4103vw, 1.25rem);
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.roomGallery .swiper-wrapper {
	grid-template-columns: repeat(20, 1fr);
	grid-template-rows: repeat(1, 267px);
}
.roomGallery__slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap);
}
.roomGallery .swiper-slide {
	width: 100%;
}
.roomGallery .swiper-slide:nth-child(4n+1), .roomGallery .swiper-slide:nth-child(4n+2), .roomGallery .swiper-slide:nth-child(4n+4) {
	grid-column: span 3;
}
.roomGallery .swiper-slide:nth-child(4n+1), .roomGallery .swiper-slide:nth-child(4n+3) {
	grid-row: span 2;
}
.roomGallery .swiper-slide:nth-child(4n+3) {
	grid-column: span 4;
}
.roomGallery .swiper-slide img {
	width: 100%;
	height: 100%;
}
.roomGallery__swiper-box {
	position: relative;
}
.roomGallery .arrows-swiper {
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	right: 20px;
}
.roomGallery .swiper-pagination {
	display: none;
}
@media (max-width: 1279px) {
	.roomGallery .arrows-swiper {
		display: none;
	}
	.roomGallery .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 20;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: 20px;
	}
}
@media (max-width: 550px) {
	.roomGallery .container {
		padding: 0;
	}
	.roomGallery .navigation__top, .roomGallery__top {
		padding-inline: 15px;
	}
	.roomGallery__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.roomGallery__top button {
		position: fixed;
		left: 16px;
		right: 16px;
		bottom: 15px;
		z-index: 10;
	}
}

.roomInfo__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 32px;
}
.roomInfo__content {
	max-width: 333px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.roomInfo__content .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.roomInfo__btn {
	text-transform: uppercase;
	font-size: clamp(1rem, 0.3615rem + 2.4615vw, 2.5rem);
	line-height: 1.25;
	font-weight: 400;
	font-family: "LibelSuit";
	background-color: transparent;
	color: #707070;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: left;
	cursor: pointer;
}
.roomInfo__btn.active {
	color: #4c4c4c;
}
.roomInfo__items {
	max-width: 918px;
	width: 100%;
}
@media (max-width: 1023px) {
	.roomInfo__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.roomInfo__content {
		max-width: 100%;
	}
	.roomInfo__content .swiper-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 0;
		padding-bottom: 10px;
	}
	.roomInfo__content .swiper-slide {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.roomInfo__btn {
		color: #4C4C4C;
		font-size: clamp(1rem, -83.9rem + 96vw, 2.5rem);
		color: #4C4C4C;
		font-weight: 600;
		text-transform: uppercase;
		font-family: "Involve";
	}
	.roomInfo__btn.active {
		color: #039191;
		position: relative;
	}
	.roomInfo__btn.active:before {
		content: "";
		position: absolute;
		bottom: -5px;
		width: 100%;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #039191;
	}
}

.roomInfo-item {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1.5rem, 1.0744rem + 1.641vw, 2.5rem);
}
.roomInfo-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.roomInfo-item__title {
	text-transform: uppercase;
	font-size: clamp(2.5rem, 2.2872rem + 0.8205vw, 3rem);
	line-height: 1.4;
	font-weight: 400;
	font-family: "LibelSuit";
	background-color: transparent;
}
.roomInfo-item__boxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(2rem, 1.7872rem + 0.8205vw, 2.5rem);
}
.roomInfo-item__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1.5rem, 1.3936rem + 0.4103vw, 1.75rem);
}
.roomInfo-item__box-title {
	font-size: clamp(2rem, 1.8936rem + 0.4103vw, 2.25rem);
	line-height: 1.4;
	text-transform: uppercase;
}
.roomInfo-item__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px clamp(1rem, 0.8936rem + 0.4103vw, 1.25rem);
}
.roomInfo-item__list--big {
	grid-template-columns: repeat(1, 1fr);
}
.roomInfo-item__list--big .roomInfo-item__link {
	max-width: 686px;
}
.roomInfo-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	font-family: "Involve";
	max-width: 333px;
}
.roomInfo-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(226, 220, 213, 0.6980392157);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.roomInfo-item__icon img {
	width: 24px;
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
}
.roomInfo-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1.25rem, 0.7179rem + 2.0513vw, 2.5rem);
}
.roomInfo-item__times {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: clamp(1.5625rem, 0.6314rem + 3.5897vw, 3.75rem);
}
.roomInfo-item__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(1rem, 0.8936rem + 0.4103vw, 1.25rem);
}
.roomInfo-item__time-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.roomInfo-item__time-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	font-family: "Involve";
	font-weight: 600;
	text-transform: uppercase;
}
.roomInfo-item__time-title {
	color: rgba(76, 76, 76, 0.4);
	font-size: 16px;
	line-height: 1.5;
}
.roomInfo-item__time-text {
	font-size: 20px;
	line-height: 1.2;
}
.roomInfo-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.roomInfo-item__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.roomInfo-item__card {
	padding: 20px 16px;
	background-color: #E2DCD5;
	min-height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.roomInfo-item__card-icon {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
}
.roomInfo-item__card-icon img {
	width: 24px;
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
}
.roomInfo-item__card-text {
	font-size: clamp(1rem, 0.8936rem + 0.4103vw, 1.25rem);
	font-weight: 500;
	line-height: 1.25;
	font-family: "Involve";
}
.roomInfo-item__info-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1rem, 0.5744rem + 1.641vw, 2rem);
}
.roomInfo-item__help {
	color: rgba(76, 76, 76, 0.6980392157);
}
@media (max-width: 1023px) {
	.roomInfo-item__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.roomInfo-item__link {
		max-width: 100%;
	}
	.roomInfo-item__time-text {
		text-transform: none;
		font-weight: 500;
	}
	.roomInfo-item__card-text {
		font-weight: 600;
	}
	.roomInfo-item__times {
		padding-bottom: clamp(1.25rem, 0.7179rem + 2.0513vw, 2.5rem);
		border-bottom: 1px solid #EFEFEF;
	}
}
@media (max-width: 767px) {
	.roomInfo-item__cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}
	.roomInfo-item__card {
		padding: 0;
		background-color: transparent;
		min-height: 0;
	}
	.roomInfo-item__card-icon {
		background-color: rgba(226, 220, 213, 0.6980392157);
	}
}/*# sourceMappingURL=room.css.map */
/* End */


/* Start:/bitrix/templates/konakovo.com-frogstudios/components/bitrix/news/services/bitrix/news.list/.default/style.css?17479160407277*/
.servicesMore--servicesCard .servicesMore__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media (max-width: 1279px) {
	.servicesMore--servicesCard .servicesMore__items {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.servicesMore--servicesCard .servicesMore__items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 550px) {
	.servicesMore--servicesCard .servicesMore__items {
		grid-template-columns: repeat(1, 1fr);
	}
}
.servicesMore--servicesCard .moreContent__btn {
	margin: 0 auto;
}
@media (max-width: 767px) {
	.servicesMore--servicesCard .moreContent__btn {
		width: 100%;
	}
}
.servicesMore__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(2rem, 1.7732rem + 0.8743vw, 2.5rem);
}
.servicesMore__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1.5rem, 1.0464rem + 1.7486vw, 2.5rem);
}
.servicesMore__tabs-box .swiper-slide {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.servicesMore__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1.5rem, 1.0464rem + 1.7486vw, 2.5rem);
}
.servicesMore .servicesMore__items .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media(max-width:1023px) {
  .servicesMore .servicesMore__items .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:767px) {
  .servicesMore .servicesMore__items .swiper-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
}
.servicesMore__content-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.servicesMore__content-title {
	font-size: 48px;
	line-height: 1.4;
	text-transform: uppercase;
}
.servicesMore .services-item__title {
	font-size: clamp(2rem, 1.8866rem + 0.4372vw, 2.25rem);
}
.servicesMore__tabs-box .swiper-wrapper {
	padding-bottom: 4px;
}
@media (max-width: 1330px) {
	.servicesMore .arrows-swiper {
		display: none;
	}
}

.services-item {
	position: relative;
	min-height: 388px;
	background-color: #EAECEE;
	padding: 30px 30px 0 30px;
}
.services-item:hover img {
	scale: 1.1;
}
.services-item--orange {
	background-color: #FDF9DC;
}
.services-item--yellow {
	background-color: #F1EBD6;
}
.services-item--green {
	background-color: #EAF1EC;
}
.services-item__img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.services-item__img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.services-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.services-item__title {
	font-size: 24px;
	line-height: 1.2;
}
.services-item__textbox p {
	font-size: 14px;
}
@media (max-width: 650px) {
	.services-item__img img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.places {
	--maxWidthActive: 686px;
	--maxWidthDefaultSwiper: 333px;
}
.places__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1.5rem, 1.0464rem + 1.7486vw, 2.5rem);
}
.places__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(1rem, 0.3197rem + 2.623vw, 2.5rem);
}
.places__top-head, .places__top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.places__top-textbox {
	max-width: 568px;
	width: 100%;
}
.places .swiper {
	max-width: calc(var(--maxWidthDefaultSwiper) * 2 + var(--maxWidthActive) + 24px);
	width: 100%;
	overflow: hidden;
}
.places .swiper-slide {
	max-width: var(--maxWidthDefaultSwiper);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.places .swiper-slide.swiper-slide-next {
	max-width: var(--maxWidthActive);
	width: 100%;
	min-height: 500px;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.places .swiper-slide.swiper-slide-next .places-item {
	max-width: 100%;
	height: 100%;
	min-height: 500px;
}
@media (max-width: 1380px) {
	.places .swiper-slide {
		max-width: 100%;
	}
	.places .swiper-slide.swiper-slide-next {
		max-width: 100%;
		min-height: auto;
	}
	.places .swiper-slide.swiper-slide-next .places-item {
		min-height: clamp(24.25rem, 22.9744rem + 4.918vw, 27.0625rem);
	}
}
@media (max-width: 767px) {
	.places .arrows-swiper {
		display: none;
	}
}

@media (min-width: 1222px) {
	.places.restaurants .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.places.restaurants .places-item__btns {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.places.restaurants .places-item__content {
		gap: 0;
	}
}

.places-item {
	position: relative;
	min-height: 433px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.places-item__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.places-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.places-item__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	background-color: rgba(76, 76, 76, 0.2);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	gap: 12px;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.places-item__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 1222px) {
	.places-item__btns {
		max-height: none !important;
	}
}
.places-item__btns .link,
.places-item__btns .button {
	width: 100%;
}
.places-item__title {
	font-size: 36px;
	line-height: 1.4;
	color: #fff;
}
@media (max-width: 450px) {
	.places-item__content .link,
	.places-item__content .button {
		width: 100%;
	}
}/*# sourceMappingURL=services.css.map */
/* End */
/* /bitrix/templates/konakovo.com-frogstudios/components/bitrix/breadcrumb/rooms/style.css?174532613911089 */
/* /bitrix/templates/konakovo.com-frogstudios/components/bitrix/news/services/bitrix/news.list/.default/style.css?17479160407277 */
