@charset "UTF-8";
/* smc kimarus wcms */

.hero {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 480px;
	padding: 0 0 0 0;
	background-color: #ffffffff;
	background: url("/0x08c3623e/0x02204571/0x2ea520b7.webp") center/cover no-repeat;
	/* border-radius: 24px 24px 24px 24px; */
	overflow: hidden;
}

.hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 560px;
	padding: 48px 48px 48px 56px;
	gap: 20px;
	/* background-image: linear-gradient(90deg, #ffffffe6 0%, #ffffffb3 45%, #ffffff00 100%); */
	/* background-image: radial-gradient(circle at center, #ffffffff 0%, #ffffffe6 50%, #ffffff00 100%); */
	/* background-image: radial-gradient(ellipse 70% 50% at center, #ffffffff 0%, #ffffffe6 50%, #ffffff00 100%); */
}

.hero__content::before {
	content: "";
	position: absolute;
	top: 0;
	right: -30%;
	bottom: 0;
	left: -30%;
	z-index: -1;
	/* background-image: radial-gradient(ellipse 60% 55% at center, #ffffffff 0%, #ffffffe6 45%, #ffffff00 100%); */
	background-image: radial-gradient(ellipse 60% 55% at center, #ffffffff 0%, #ffffffe6 45%, #ffffff00 95%);
	pointer-events: none;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px 10px 14px;
	gap: 8px;
	border-radius: 999px 999px 999px 999px;
	background-color: #ffffffff;
	box-shadow: 0 4px 12px 0 #1a1a1a1f;
}

.hero__badge-icon {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #d99a3fff;
}

.hero__badge-text {
	margin: 0 0 0 0;
	color: #2b2b2bff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}


.hero__title {
	margin: 0 0 0 0;
	color: #1c2b3aff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.01em;
}

.hero__title span {
	display: block;
	/* win7 pulse? */
}

.hero__subtitle {
	max-width: 420px;
	margin: 0 0 0 0;
	color: #4a4a4aff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.hero__actions {
	display: flex;
	align-items: center;
	margin: 8px 0 0 0;
	gap: 12px;
}

.hero__button {
	display: inline-flex;
	align-items: center;
	padding: 14px 22px 14px 20px;
	gap: 10px;
	border-width: 0 0 0 0;
	border-radius: 14px 14px 14px 14px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 150ms ease-out, box-shadow 150ms ease-out;
}

.hero__button:hover {
	transform: translateY(-1px);
}

.hero__button-icon {
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.hero__button--primary {
	background-color: #d99a3fff;
	color: #ffffffff;
	box-shadow: 0 6px 16px 0 #d99a3f4d;
}

.hero__button--secondary {
	background-color: #ffffffff;
	color: #1c2b3aff;
	box-shadow: 0 4px 12px 0 #1a1a1a1f;
}

.hero__weather {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	/*width: 700px;*/
	/*transform: scale(0.46);*/
	transform-origin: top right;
}

.advantages {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 1120px;
	min-width: 240px;
	max-width: 90%;
	margin: 0 auto 0 auto;
	padding: 28px 40px 28px 40px;
	background-color: #ffffffe8;
	border-radius: 18px 18px 18px 18px;
	box-shadow: 0 10px 30px #00000014;
	transform: translateY(-50%);
}

.advantages.advantages--active {
	opacity: 1;
}

.advantages__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 14px;
}

.advantages__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.advantages__icon svg {
	width: 100%;
	height: 100%;
}

.advantages__content {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}

.advantages__title {
	margin: 0 0 0 0;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #1e2a45ff;
	white-space: nowrap;
}

.advantages__subtitle {
	margin: 0 0 0 0;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color: #7c8494ff;
	white-space: nowrap;
}

.advantages__separator {
	flex-shrink: 0;
	width: 1px;
	height: 36px;
	background-color: #e5e1d8ff;
}

.description__container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/*align-items: flex-start;*/
	align-items: stretch;
	justify-content: space-between;
	column-gap: 48px;
	row-gap: 0px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 100px 0 0 0;
	margin: 0 auto 0 auto;
	background-color: #ffffffff;
}

.description__content {
	display: flex;
	flex-direction: column;
	flex-basis: 420px;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 420px;
}

.description__title {
	box-sizing: border-box;
	width: auto;
	margin: 0 0 20px 0;
	color: #1a2b4aff;
	font-family: 'Georgia', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: normal;
}

.description__text {
	box-sizing: border-box;
	width: auto;
	margin: 0 0 24px 0;
	color: #6b7280ff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.description__features {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	box-sizing: border-box;
	width: auto;
	padding: 0 0 0 0;
	margin: 0 0 28px 0;
	list-style-type: none;
}

.description__feature {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 12px;
	box-sizing: border-box;
	width: auto;
}

.description__mark0,
.description__mark1,
.description__mark2,
.description__mark3,
.description__mark4,
.description__mark5 {
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	color: #d4a24eff;
}

.description__feature-text {
	color: #374151ff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.description__price-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: auto;
	padding: 20px 20px 20px 20px;
	border: 1px solid #e5e7ebff;
	border-radius: 14px 14px 14px 14px;
	background-color: #ffffffff;
}

.description__price {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	column-gap: 6px;
}

.description__price-label {
	color: #9ca3afff;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.description__price-value {
	color: #1a2b4aff;
	font-family: 'Georgia', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.description__price-period {
	color: #9ca3afff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.description__button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	box-sizing: border-box;
	padding: 14px 22px 14px 22px;
	border: none;
	border-radius: 10px 10px 10px 10px;
	background-color: #d4a24eff;
	cursor: pointer;
}

.description__button-icon {
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #ffffffff;
}

.description__button-text {
	color: #ffffffff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.description__gallery {
	display: flex;
	flex-direction: row;
	column-gap: 12px;
	box-sizing: border-box;
	flex-basis: 700px;
	flex-grow: 1;
	flex-shrink: 1;
}

.description__gallery-main {
	position: relative;
	box-sizing: border-box;
	flex-basis: 420px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 420px;
	/*height: 440px;*/
	height: 100%;
	overflow: hidden;
	border-radius: 16px 16px 16px 16px;
}

.description__gallery-side {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	box-sizing: border-box;
	flex-basis: 280px;
	flex-grow: 1;
	flex-shrink: 1;

	height: 100%;
}

.description__gallery-item {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/*height: 214px;*/
	flex-basis: 0px;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	border-radius: 16px 16px 16px 16px;
}

.description__gallery-image {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	cursor: pointer;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
}

.description__gallery-badge {
	position: absolute;
	bottom: 16px;
	left: 16px;
	box-sizing: border-box;
	padding: 8px 14px 8px 14px;
	border-radius: 8px 8px 8px 8px;
	background-color: #1f2937cc;
	color: #ffffffff;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.description__price-note {
	display: block;
	box-sizing: border-box;
	margin: 8px 0 0 0;
	color: #000000ff;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.description__button:hover {
	background-color: #c4913dff;
}

.description__button:focus-visible {
	outline: 2px solid #1a2b4aff;
	outline-offset: 2px;
}

.description__gallery-main:hover .description__gallery-image,
.description__gallery-item:hover .description__gallery-image {
	transform: scale(1.04);
}

.description__gallery-image {
	transition: transform 0.3s ease;
}

.service {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 20px auto 0 auto;
	padding: 32px 40px 32px 40px;
	border: 1px solid #ece7e0ff;
	border-radius: 20px 20px 20px 20px;
	background-color: #f9f7f4ff;
}

.service__item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}

.service__separator {
	width: 1px;
	height: 48px;
	background-color: #e3dfd8ff;
}

.service__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	color: #c68a2eff;
}

.service__icon svg {
	width: 32px;
	height: 32px;
}

.service__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.service__title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #262421ff;
}

.service__text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #948d84ff;
}

.faq {
	padding: 100px 0 100px 0;
	background-color: #faf6f0ff;
}

.faq__container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding: 0 24px 0 24px;
}

.faq__header {
	text-align: center;
	margin-bottom: 48px;
}

.faq__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a2744ff;
	margin: 0 0 20px 0;
}

.faq__separator {
	display: inline-block;
	width: 60px;
	height: 3px;
	background-color: #c08a3eff;
	margin-bottom: 20px;
}

.faq__subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #5a6478ff;
	margin: 0 0 0 0;
	/*margin-top: 0;
	margin-bottom: 0;*/
}

.faq__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 0 0 48px 0;
}

.faq__item--full {
	grid-column: 1 / -1;
}

.faq__item {
	box-sizing: border-box;
	border: 1px solid #e5ddd0ff;
	border-radius: 12px 12px 12px 12px;
	background-color: #ffffffff;
}

.faq__question {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	padding: 24px 24px 24px 24px;
}

.faq__number {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #c08a3eff;
	/* border-radius: 50%; */
	border-radius: 50% 50% 50% 50%;
	font-size: 15px;
	font-weight: 600;
	color: #c08a3eff;
}

.faq__question-text {
	flex-grow: 1;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #1a2744ff;
}

.faq__toggle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #c08a3eff;
	border-radius: 50% 50% 50% 50%;
	position: relative;
}

.faq__toggle-line {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #c08a3eff;
	transition: transform 200ms ease, opacity 200ms ease;
}

.faq__toggle-line--horizontal {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.faq__toggle-line--vertical {
	width: 2px;
	height: 14px;
	transform: translate(-50%, -50%);
}

.faq__item--open .faq__toggle-line--vertical {
	transform: translate(-50%, -50%) scaleY(0);
	opacity: 0;
}

.faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 300ms ease;
}

.faq__item--open .faq__answer {
	max-height: 500px;
}

.faq__answer-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #5a6478ff;
	/*
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;*/
	margin: -1px 0 0 0;
	padding: 20px 24px 24px 24px;
	border-top: 1px solid #e5ddd0ff;
}

.faq__cta {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-radius: 16px 16px 16px 16px;
	background-color: #ffffffff;
	background-image: url("/0x08c3623e/0x53f07ea6/0xa3ee3e58.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.faq__cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #faf6f0ff 0%, #faf6f0ff 35%, #faf6f0e0 50%, #faf6f000 75%);
	z-index: 1;
}

.faq__cta-content {
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 48px 48px 48px 48px;
	position: relative;
	z-index: 2;
}

.faq__cta-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a2744ff;
	margin: 0 0 16px 0;
}

.faq__cta-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #5a6478ff;
	margin: 0 0 32px 0;
}

.faq__cta-button {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	padding: 16px 28px 16px 28px;
	border-radius: 8px 8px 8px 8px;
	background-color: #c08a3eff;
	color: #ffffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}


.reviews {
	width: 100%;
	padding: 40px 0 40px 0;
}

.reviews__container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}


.reviews__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px 0;
}

.reviews__title {
	margin: 0 0 16px 0;
	/*text-transform: none;*/
	font-size: 2.625rem;
	font-weight: 700;
	color: #1c2b3aff;
	text-align: center;
}

.reviews__separator {
	width: 60px;
	height: 3px;
	margin: 0 0 20px 0;
	background-color: #c9932fff;
}

.reviews__subtitle {
	margin: 0 0 0 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	color: #5b6a75ff;
	text-align: center;
}

.reviews__carousel {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin: 0 0 24px 0;
}

.reviews__arrow {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e4dcd0ff;
	border-radius: 50% 50% 50% 50%;
	background-color: #ffffffff;
	color: #1c2b3aff;
	/*cursor: pointer;*/
}

.reviews__arrow-icon {
	font-size: 20px;
	line-height: 1;
}

.reviews__arrow:hover {
	background-color: #f2ece1ff;
}

.reviews__content {
	overflow: hidden;
	flex-grow: 1;
	padding: 24px 24px 24px 24px;
	border-radius: 20px 20px 20px 20px;
	background-color: #ffffffff;
}

.reviews__track {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 24px;
}

.reviews__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-shrink: 0;
	gap: 16px;
	width: calc((100% - 48px) / 3);
	text-decoration: none;
	color: inherit;
}

.reviews__card-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.reviews__avatar {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50% 50% 50% 50%;
	object-fit: cover;
}

.reviews__card-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 2px;
	min-width: 0;
}

.reviews__name {
	font-size: 16px;
	font-weight: 700;
	color: #1c2b3aff;
}

.reviews__date {
	font-size: 13px;
	font-weight: 400;
	color: #9aa5adff;
}

.reviews__rating {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	align-items: flex-end;
	gap: 2px;
}

.reviews__stars {
	display: flex;
	flex-direction: row;
	gap: 2px;
}

.reviews__stars svg {
	width: 14px;
	height: 14px;
	fill: #e0a63cff;
}

.reviews__score {
	font-size: 13px;
	font-weight: 700;
	color: #1c2b3aff;
}

.reviews__text {
	margin: 0 0 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #435160ff;
}

.reviews__photo {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: auto 0 0 0;
	border-radius: 14px 14px 14px 14px;
}

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

.reviews__dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 8px;
	margin: 0 0 40px 0;
}

.reviews__dot {
	width: 8px;
	height: 8px;
	border-radius: 50% 50% 50% 50%;
	background-color: #d8d1c4ff;
	/*cursor: pointer;*/
}

.reviews__dot--active {
	background-color: #c9932fff;
}

.reviews__cta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	padding: 28px 32px 28px 32px;
	border-radius: 20px 20px 20px 20px;
	background-color: #fbf1dfff;
}

.reviews__cta-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50% 50% 50% 50%;
	background-color: #ffffffff;
	color: #c9932fff;
}

.reviews__cta-icon svg {
	width: 24px;
	height: 24px;
	stroke: currentColor;
}

.reviews__cta-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 4px;
	min-width: 0;
}

.reviews__cta-title {
	font-size: 18px;
	font-weight: 700;
	color: #1c2b3aff;
}

.reviews__cta-text {
	font-size: 14px;
	font-weight: 400;
	color: #7a716aff;
}

.reviews__cta-button {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	padding: 14px 28px 14px 28px;
	border-radius: 10px 10px 10px 10px;
	background-color: #c9932fff;
	color: #ffffffff;
	font-size: 15px;
	font-weight: 700;
	/*text-decoration: none;*/
	white-space: nowrap;
}

.reviews__cta-button svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
}

.video {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 20px 80px 20px;
	background-color: #ffffffff;
}

.video__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 48px 0;
}

.video__title {
	margin: 0 0 16px 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	color: #1e2f4dff;
	text-align: center;
}

.video__separator {
	width: 60px;
	height: 3px;
	margin: 0 0 20px 0;
	background-color: #d9891bff;
}

.video__subtitle {
	margin: 0 0 0 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #5a6b82ff;
	text-align: center;
}

.video__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1240px;
	padding: 32px 32px 32px 32px;
	border-radius: 16px 16px 16px 16px;
	background-color: #fdfcfaff;
	box-shadow: 0px 10px 40px 0px #1e2f4d14;
}

.video__row {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	column-gap: 48px;
}

.video__player {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 12px 12px 12px 12px;
}

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

.video__native {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-radius: 50% 50% 50% 50%;
	background-color: #1e2f4d99;
	color: #ffffffff;
	transform: translate(-50%, -50%);
}

.video__play-icon {
	width: 24px;
	height: 24px;
	margin: 0 0 0 4px;
	fill: #ffffffff;
}

.video__controls {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 16px 12px 16px;
	background-image: linear-gradient(to top, #00000099, #00000000);
}

.video__control-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	color: #ffffffff;
}

.video__time {
	flex-shrink: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #ffffffff;
}

.video__progress {
	position: relative;
	flex-grow: 1;
	height: 3px;
	border-radius: 2px 2px 2px 2px;
	background-color: #ffffff4d;
}

.video__progress-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	border-radius: 2px 2px 2px 2px;
	background-color: #d9891bff;
}

.video__progress-dot {
	position: absolute;
	top: 50%;
	left: 30%;
	width: 10px;
	height: 10px;
	border-radius: 50% 50% 50% 50%;
	background-color: #d9891bff;
	transform: translate(-50%, -50%);
}

.video__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.video__info-title {
	margin: 0 0 16px 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: none;
	color: #1e2f4dff;
}

.video__info-text {
	margin: 0 0 28px 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #5a6b82ff;
}

.video__features {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.video__feature {
	display: flex;
	align-items: center;
	gap: 14px;
}

.video__feature-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: #d9891bff;
}

.video__feature-text {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #1e2f4dff;
}

.video__timeline {
	display: flex;
	flex-direction: column;
	margin: 40px 0 32px 0;
}

.video__timeline-heading {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 32px 0;
}

.video__timeline-line {
	flex-grow: 1;
	height: 1px;
	background-color: #1e2f4d1a;
}

.video__timeline-title {
	flex-shrink: 0;
	margin: 0 0 0 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	color: #1e2f4dff;
	text-align: center;
}

.video__timeline-track {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.video__timeline-track::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9891b4d;
}

.video__timeline-item {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 0px;
}

.video__timeline-item:hover .video__timeline-time,
.video__timeline-item:hover .video__timeline-label {
	color: #d9891bff;
}

.video__timeline-time {
	margin: 0 0 8px 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #1e2f4dff;
}

.video__timeline-dot {
	width: 8px;
	height: 8px;
	margin: 0 0 12px 0;
	border-radius: 50% 50% 50% 50%;
	background-color: #d9891bff;
}

.video__timeline-label {
	margin: 0 0 0 0;
	max-width: 110px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color: #5a6b82ff;
	text-align: center;
}

.video__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 32px 0 0 0;
	padding: 24px 28px 24px 28px;
	border-radius: 14px 14px 14px 14px;
	background-color: #faf1e4ff;
}

.video__cta-left {
	display: flex;
	align-items: center;
	gap: 18px;
}

.video__cta-icon-wrap {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50% 50% 50% 50%;
	background-color: #ffffffff;
}

.video__cta-icon {
	width: 24px;
	height: 24px;
	color: #d9891bff;
}

.video__cta-title {
	margin: 0 0 4px 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 400;
	color: #1e2f4dff;
}

.video__cta-text {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #5a6b82ff;
}

.video__cta-button {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px 14px 28px;
	border-radius: 8px 8px 8px 8px;
	background-color: #d9891bff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #ffffffff;
	text-decoration: none;
}

.map {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 20px 80px 20px;
	background-color: #fdf9f3ff;
}

.map__title {
	margin: 0 0 16px 0;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #1c2b4aff;
	text-align: center;
}

.map__subtitle {
	margin: 0 0 48px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #5c6470ff;
	text-align: center;
}

.map__content {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	max-width: 1320px;
	padding: 16px 16px 16px 16px;
	background-color: #ffffffff;
	border-radius: 24px 24px 24px 24px;
	box-shadow: 0px 10px 40px 0px #1c2b4a14;
}

.map__info {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 380px;
	padding: 24px 24px 24px 24px;
}

.map__location {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 16px;
}

.map__location-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #f6e8d1ff;
	border-radius: 50% 50% 50% 50%;
	color: #c08a2eff;
}

.map__location-icon svg {
	width: 26px;
	height: 26px;
}

.map__location-text {
	display: flex;
	flex-direction: column;
	padding: 8px 0 0 0;
}

.map__location-title {
	margin: 0 0 6px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #1c2b4aff;
}

.map__location-address {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #5c6470ff;
}

.map__divider {
	width: 100%;
	height: 1px;
	margin: 24px 0 24px 0;
	background-color: #e5d9c3ff;
}

.map__features {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.map__feature {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 14px;
}

.map__feature-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #c08a2eff;
}

.map__feature-icon svg {
	width: 22px;
	height: 22px;
}

.map__feature-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #333c4aff;
}

.map__button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin: 32px 0 0 0;
	padding: 16px 24px 16px 24px;
	background-color: #c08a2eff;
	border-radius: 12px 12px 12px 12px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 200ms ease;
}

.map__button:hover {
	background-color: #a9781fff;
}

.map__button-icon {
	width: 18px;
	height: 18px;
	color: #ffffffff;
}

.map__button-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #ffffffff;
}

.map__canvas {
	flex-grow: 1;
	min-height: 480px;
	background-color: #e8e4dcff;
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
}

.map__canvas iframe,
.map__canvas canvas,
.map__canvas>div {
	width: 100%;
	height: 100%;
}

.contacts {
	display: block;
	padding: 80px 24px 80px 24px;
	background-color: #fbfaf7ff;
}

.contacts__header {
	display: block;
	margin: 0 0 48px 0;
	text-align: center;
}

.contacts__title {
	margin: 0 0 16px 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.2;
	color: #16233eff;
	text-transform: none;
}

.contacts__divider {
	width: 64px;
	height: 3px;
	margin: 0 auto 20px auto;
	background-color: #c8791fff;
}

.contacts__subtitle {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #5f6b7aff;
}

.contacts__content {
	display: block;
	max-width: 1000px;
	margin: 0 auto 32px auto;
	padding: 24px 40px 8px 40px;
	background-color: #ffffffff;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 10px 30px 0px #16233e14;
}

.contacts__content-header {
	display: block;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #ece7deff;
}

.contacts__content-title {
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #16233eff;
	text-transform: none;
}

.contacts__content-subtitle {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #5f6b7aff;
}

.contacts__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
}

a.contacts__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 12px;
	padding: 14px 20px 14px 20px;
	color: inherit;
	text-decoration-line: none;
	transition: background-color 200ms ease;
}

a.contacts__item:hover {
	color: inherit;
	text-decoration-line: none;
	background-color: #fbf3e7ff;
}

a.contacts__item:hover .contacts__item-icon {
	background-color: #f5d3a8ff;
}

.contacts__item:nth-child(3n+2),
.contacts__item:nth-child(3n+3) {
	border-left: 1px solid #ece7deff;
}

.contacts__item:nth-child(n+4) {
	border-top: 1px solid #ece7deff;
}

.contacts__item-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #fceadaff;
	border-radius: 50% 50% 50% 50%;
	transition: background-color 200ms ease;
}

.contacts__item-icon svg {
	width: 22px;
	height: 22px;
	stroke: #c8791fff;
}

.contacts__item-body {
	display: block;
}

.contacts__item-title {
	margin: 0 0 2px 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #16233eff;
}

.contacts__item-text {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #5f6b7aff;
}

.contacts__cta {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding: 28px 32px 28px 32px;
	background-color: #fbf1e2ff;
	border-radius: 20px 20px 20px 20px;
}

.contacts__cta-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 16px;
}

.contacts__cta-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #ffffffff;
	border-radius: 50% 50% 50% 50%;
}

.contacts__cta-icon svg {
	width: 24px;
	height: 24px;
	stroke: #c8791fff;
}

.contacts__cta-title {
	margin: 0 0 4px 0;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #16233eff;
}

.contacts__cta-text {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #5f6b7aff;
}

.contacts__cta-button {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	column-gap: 8px;
	padding: 16px 28px 16px 28px;
	background-color: #c8791fff;
	border: none;
	border-radius: 10px 10px 10px 10px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #ffffffff;
	text-decoration-line: none;
	cursor: pointer;
}

.weather {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 64px 20px 64px 20px;
	background-color: #eef2f6ff;
}

.weather__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px 0;
	text-align: center;
}

.weather__title {
	margin: 0 0 12px 0;
	color: #16223dff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

.weather__title::after {
	display: block;
	width: 60px;
	height: 3px;
	margin: 16px auto 0 auto;
	background-color: #e8934aff;
	content: "";
}

.weather__subtitle {
	margin: 0;
	color: #6b7686ff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}

.weather__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1216px;
	padding: 32px;
	border: 1px solid #e3e8efff;
	border-radius: 20px;
	background-color: #ffffffff;
	box-shadow: 0 20px 40px 0 #16223d0d;
}

.weather__location {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #e3e8efff;
}

.weather__location-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.weather__location-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: #e8934aff;
}

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

.weather__location-name {
	color: #16223dff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.weather__location-updated {
	color: #8b94a3ff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__location-refresh {
	display: flex;
	align-items: center;
	gap: 8px;
}

.weather__location-refresh-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: #8b94a3ff;
}

.weather__location-refresh-text {
	color: #8b94a3ff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__main {
	display: flex;
	align-items: stretch;
	gap: 40px;
	padding: 28px 0 28px 0;
	border-bottom: 1px solid #e3e8efff;
}

.weather__current {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 20px;
	padding: 0 40px 0 0;
	border-right: 1px solid #e3e8efff;
}

.weather__current-icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	color: #e8934aff;
}

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

.weather__current-temp {
	color: #16223dff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
}

.weather__current-condition {
	color: #16223dff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.weather__current-feels {
	color: #8b94a3ff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__params {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	flex-grow: 1;
	gap: 20px;
}

.weather__param {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.weather__param-icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	margin: 0 0 4px 0;
	color: #e8934aff;
}

.weather__param-value {
	color: #16223dff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

.weather__param-label {
	color: #6b7686ff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__param-note {
	color: #8b94a3ff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__sea {
	padding: 28px 0 0 0;
}

.weather__sea-info {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #e3e8efff;
	border-radius: 16px;
	background-color: #f7f9fcff;
}

.weather__sea-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

.weather__sea-title {
	margin: 0;
	color: #16223dff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.weather__sea-updated {
	color: #8b94a3ff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__sea-grid {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));*/
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 20px;
}

.weather__sea-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.weather__sea-icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	margin: 0 0 4px 0;
	color: #2f6fedff;
}

.weather__sea-item-value {
	color: #16223dff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.weather__sea-item-label {
	color: #6b7686ff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.weather__swim {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 24px 0 0 0;
	padding: 20px 24px;
	border-left: 4px solid #8b94a3ff;
	border-radius: 12px;
	background-color: #f7f9fcff;
}

.weather__swim-verdict {
	color: #16223dff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}

.weather__swim-detail {
	margin: 0;
	color: #6b7686ff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.weather__swim--safe {
	border-left-color: #3fb37fff;
	background-color: #eef9f3ff;
}

.weather__swim--safe .weather__swim-verdict {
	color: #237a54ff;
}

.weather__swim--caution {
	border-left-color: #e8a83aff;
	background-color: #fdf6e8ff;
}

.weather__swim--caution .weather__swim-verdict {
	color: #a3730dff;
}

.weather__swim--unsafe {
	border-left-color: #e14d4dff;
	background-color: #fceaeaff;
}

.weather__swim--unsafe .weather__swim-verdict {
	color: #b3302eff;
}

.weather__disclaimer {
	margin: 20px 0 0 0;
	color: #8b94a3ff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}


.rtcam {
	display: block;
	margin: 0 auto;
	padding: 80px 24px 100px 24px;
	max-width: 1200px;
	background-color: #fbfbfaff;
}

.rtcam__header {
	margin: 0 0 40px 0;
	text-align: center;
}

.rtcam__title {
	margin: 0 0 16px 0;
	color: #1a2b4aff;
	font-family: 'Georgia', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
}

.rtcam__title::after {
	display: block;
	margin: 16px auto 0 auto;
	width: 56px;
	height: 3px;
	background-color: #d99a3dff;
	content: '';
}

.rtcam__subtitle {
	margin: 0;
	color: #55607aff;
	font-family: 'Arial', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

.rtcam__content {
	display: block;
	padding: 24px;
	border: 1px solid #ebeef2ff;
	border-radius: 20px;
	background-color: #ffffffff;
	box-shadow: 0 10px 40px 0 #1a2b4a0d;
}

.rtcam__player {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	border-radius: 14px;
}

.rtcam__player-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	object-fit: cover;
	background-color: #cfe3edff;
	/*z-index: -1;*/
}

.rtcam__player-video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	border: 0;
	background-color: #000000ff;
	/*background-color: transparent;*/
}

.rtcam__location {
	display: flex;
	position: absolute;
	top: 20px;
	left: 20px;
	align-items: center;
	gap: 10px;
	padding: 10px 16px 10px 14px;
	border-radius: 12px;
	background-color: #ffffffe6;
	backdrop-filter: blur(6px);
}

.rtcam__location-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #d99a3dff;
}

.rtcam__location-icon svg {
	width: 100%;
	height: 100%;
}

.rtcam__location-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rtcam__location-title {
	color: #1a2b4aff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.rtcam__location-subtitle {
	color: #7b869aff;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

.rtcam__fullscreen {
	display: flex;
	position: absolute;
	top: 20px;
	right: 20px;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 12px 18px 12px 16px;
	border: none;
	border-radius: 12px;
	background-color: #ffffffe6;
	backdrop-filter: blur(6px);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.rtcam__fullscreen:hover {
	background-color: #ffffffff;
}

.rtcam__fullscreen-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #1a2b4aff;
}

.rtcam__fullscreen-icon svg {
	width: 100%;
	height: 100%;
}

.rtcam__fullscreen-text {
	color: #1a2b4aff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.rtcam__live {
	display: flex;
	position: absolute;
	top: 0;
	left: 50%;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 120px;
	height: 30px;
	/*padding: 10px 22px 10px 18px;*/
	border-radius: 999px;
	background-color: #232f3fe6;
	/*transform: translate(-50%, -50%);*/
	transform: translateX(-50%);

}

.rtcam__live-dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background-color: #e6394dff;
	animation: rtcam-pulse 1.6s ease-in-out infinite;
}

.rtcam__live-text {
	color: #ffffffff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
}

@keyframes rtcam-pulse {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}

	100% {
		opacity: 1;
	}
}

/* ---------- stats bar ---------- */

.rtcam__stats {
	display: flex;
	position: absolute;
	right: 0;
	/*bottom: 0;*/
	bottom: 50px;
	left: 0;
	align-items: center;
	justify-content: space-between;
	padding: 6px 32px 6px 32px;
	background-color: #141b26cc;
}

.rtcam__stat {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rtcam__stat-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #ffffffff;
}

.rtcam__stat-icon svg {
	width: 100%;
	height: 100%;
}

.rtcam__stat-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rtcam__stat-value {
	color: #ffffffff;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.rtcam__stat-label {
	color: #b9c0ccff;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.rtcam__stat-divider {
	display: block;
	width: 1px;
	height: 36px;
	background-color: #ffffff26;
}

.rtcam__cta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 24px 0 0 0;
	padding: 24px 28px 24px 28px;
	border: 1px solid #f2ddb4ff;
	border-radius: 16px;
	background-color: #fdf5e6ff;
}

.rtcam__cta-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background-color: #ffffffff;
	color: #d99a3dff;
}

.rtcam__cta-icon svg {
	width: 24px;
	height: 24px;
}

.rtcam__cta-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	gap: 4px;
	min-width: 0;
}

.rtcam__cta-title {
	color: #1a2b4aff;
	font-family: 'Arial', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.rtcam__cta-subtitle {
	color: #6b7590ff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.rtcam__cta-button {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 10px;
	padding: 14px 24px 14px 26px;
	border-radius: 12px;
	background-color: #dd9c3aff;
	color: #ffffffff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.rtcam__cta-button:hover {
	background-color: #c68829ff;
}

.rtcam__cta-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.rtcam__cta-button-icon svg {
	width: 100%;
	height: 100%;
}

.t3d {
	width: 100%;
	padding: 80px 40px;
	background-color: #ffffffff;
}

.t3d__header {
	text-align: center;
	margin: 0 0 48px 0;
}

.t3d__title {
	margin: 0 0 16px 0;
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 600;
	color: #1a2c50ff;
}

.t3d__title-line {
	width: 64px;
	height: 3px;
	margin: 0 auto 24px auto;
	background-color: #d9973fff;
}

.t3d__subtitle {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #5c6b85ff;
}

.t3d__panel {
	max-width: 1360px;
	margin: 0 auto;
	padding: 32px;
	background-color: #ffffffff;
	border-radius: 24px;
	box-shadow: 0 20px 60px 0 #1a2c500f;
}

.t3d__content {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 32px;
}

.t3d__viewer-image {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 16px;
	background-color: #e7e2d8ff;
}

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

.t3d__badge {
	position: absolute;
	top: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background-color: #1a1a1acc;
	border: none;
	border-radius: 10px;
	color: #ffffffff;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.t3d__badge--room {
	left: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	cursor: default;
}

.t3d__badge-title {
	font-weight: 600;
}

.t3d__badge-count {
	color: #ffffffb3;
	font-size: 13px;
}

.t3d__badge--fullscreen {
	right: 20px;
}

.t3d__badge-icon {
	width: 16px;
	height: 16px;
}

.t3d__hotspot {
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 0;
	background-color: #ffffff1a;
	border: 1.6px solid #ffffffb3;
	border-radius: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.t3d__hotspot:hover {
	background-color: #ffffff40;
	transform: translate(-50%, -50%) scale(1.1);
}

.t3d__nav-up {
	position: absolute;
	bottom: 68px;
	left: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #ffffffff;
	border: none;
	border-radius: 50%;
	color: #1a2c50ff;
	cursor: pointer;
	transform: translateX(-50%);
	box-shadow: 0 4px 12px 0 #1a2c5033;
}

.t3d__nav-up svg {
	width: 20px;
	height: 20px;
}

.t3d__controls {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background-color: #00000066;
	border-radius: 12px;
}

.t3d__controls-item {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 8px;
	color: #ffffffff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.t3d__controls-item svg {
	width: 18px;
	height: 18px;
}

.t3d__controls-item:hover {
	background-color: #ffffff26;
}

.t3d__sidebar {
	display: flex;
	flex-direction: column;
}

.t3d__sidebar-title {
	margin: 0 0 16px 0;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 600;
	color: #1a2c50ff;
}

.t3d__room-list {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
}

.t3d__room-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid #ece7deff;
	color: #5c6b85ff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.t3d__room-item:hover {
	background-color: #faf6efff;
}

.t3d__room-item--active {
	background-color: #fdf2e2ff;
	color: #1a2c50ff;
}

.t3d__room-icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.t3d__room-label {
	flex-grow: 1;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.t3d__room-dot {
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-radius: 50%;
}

.t3d__room-item--active .t3d__room-dot {
	background-color: #d9973fff;
}

.t3d__hint {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding: 0 16px;
}

.t3d__hint-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: #d9973fff;
}

.t3d__hint-text {
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #8a93a6ff;
	line-height: 1.4;
}

.t3d__footer {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 32px 0 0 0;
	padding: 24px 32px;
	background-color: #fdf3e7ff;
	border-radius: 16px;
}

.t3d__footer-icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffffff;
	border-radius: 50%;
	color: #d9973fff;
}

.t3d__footer-icon svg {
	width: 26px;
	height: 26px;
}

.t3d__footer-text {
	flex-grow: 1;
}

.t3d__footer-title {
	margin: 0 0 6px 0;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 600;
	color: #1a2c50ff;
}

.t3d__footer-descr {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #5c6b85ff;
	line-height: 1.5;
}

.t3d__footer-btn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	background-color: #d9973fff;
	border: none;
	border-radius: 12px;
	color: #ffffffff;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.t3d__footer-btn svg {
	width: 18px;
	height: 18px;
}

.t3d__footer-btn:hover {
	background-color: #c6862fff;
}

.options {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 48px 40px;
	background-color: #ffffffff;
	border-radius: 24px;
	box-shadow: 0 4px 24px 0 #1e2b4a14;
}

.options__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 0 32px 0;
}

.options__title {
	margin: 0 0 12px 0;
	color: #1e2b4aff;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.options__divider {
	width: 48px;
	height: 3px;
	margin: 0 0 16px 0;
	background-color: #d98e34ff;
	border-radius: 2px 2px 2px 2px;
}

.options__subtitle {
	margin: 0;
	color: #6b7280ff;
	font-size: 16px;
	text-align: center;
}

.options__contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 32px;
	background-color: #fdf5edff;
	border-radius: 20px;
}

.options__contact-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 0 0 28px 0;
}

.options__contact-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 20px 0 0;
	background-color: #ffffffff;
	border-radius: 50% 50% 50% 50%;
	color: #d98e34ff;
}

.options__contact-icon svg {
	width: 28px;
	height: 28px;
}

.options__contact-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.options__contact-title {
	margin: 8px 0 8px 0;
	color: #1e2b4aff;
	font-size: 20px;
	font-weight: 600;
}

.options__contact-text {
	margin: 0;
	color: #6b7280ff;
	font-size: 15px;
	line-height: 1.5;
}

.options__contact-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	align-items: center;
	gap: 16px 24px;
	/*width: 100%;*/
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
}

.options__contact-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.options__contact-check {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	color: #d98e34ff;
}

.options__contact-item-text {
	color: #1e2b4aff;
	font-size: 14px;
	line-height: 1.4;
}

.options__contact-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 32px;
	background-color: #d98e34ff;
	border-radius: 12px;
	color: #ffffffff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.options__contact-button:hover {
	background-color: #c17e2cff;
}

.options__contact-button svg {
	width: 18px;
	height: 18px;
}

.options__contact-button-phone {
	white-space: nowrap;
	font-weight: 700;
}

.options__remote {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 24px 32px;
	background-color: #ffffffff;
	border: 1px solid #ede3d4ff;
	border-radius: 20px;
}

.options__remote-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 20px 0 0;
	background-color: #f5eee2ff;
	border-radius: 50% 50% 50% 50%;
	color: #1e2b4aff;
}

.options__remote-icon svg {
	width: 22px;
	height: 22px;
}

.options__remote-body {
	display: flex;
	flex-direction: column;
	/*flex: 1 1 auto;*/
	flex: 1 1 0;
	min-width: 0;
	margin: 0 24px 0 0;
}

.options__remote-title {
	margin: 0 0 6px 0;
	color: #1e2b4aff;
	font-size: 17px;
	font-weight: 600;
}

.options__remote-text {
	margin: 0;
	color: #6b7280ff;
	font-size: 14px;
	line-height: 1.5;
}

.options__remote-actions {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	/*align-items: flex-end;*/
	align-items: center;
	gap: 10px;
}

.options__remote-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background-color: #ffffffff;
	border: 1px solid #d98e34ff;
	border-radius: 10px;
	color: #d98e34ff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.options__remote-button:hover {
	background-color: #fdf5edff;
}

.options__remote-button svg {
	width: 16px;
	height: 16px;
}

.options__remote-link {
	color: #d98e34ff;
	font-size: 13px;
	text-decoration: underline;
	white-space: nowrap;
}

.mixcontent {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 20px;
}


.mixcontent__header {
	margin: 0 0 40px 0;
	text-align: center;
}

.mixcontent__title {
	margin: 0 0 20px 0;
	color: #1a2b4aff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}

.mixcontent__divider {
	width: 60px;
	height: 3px;
	margin: 0 auto 20px auto;
	background-color: #f5820dff;
	border-radius: 2px 2px 2px 2px;
}

.mixcontent__subtitle {
	margin: 0;
	color: #6b7280ff;
	font-size: 16px;
	line-height: 1.5;
}


.mixcontent__main {
	padding: 48px;
	background-color: #ffffffff;
	border: 1px solid #ece7deff;
	border-radius: 20px 20px 20px 20px;
}

.mixcontent__note {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 32px 0;
	padding: 20px 24px 20px 24px;
	background-color: #fdf3e7ff;
	border: 1px solid #f5820d33;
	border-radius: 14px 14px 14px 14px;
}

.mixcontent__note-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #f5820dff;
	background-color: #ffffffff;
	border: 1px solid #f5820d55;
	border-radius: 50% 50% 50% 50%;
}

.mixcontent__note-content {
	flex-grow: 1;
}

.mixcontent__note-title {
	margin: 0 0 6px 0;
	color: #1a2b4aff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.mixcontent__note-text {
	margin: 0;
	color: #4a4a4aff;
	font-size: 14px;
	line-height: 1.6;
}

.mixcontent__block {
	margin: 0 0 32px 0;
}

.mixcontent__block:last-child {
	margin: 0;
}

.mixcontent__heading {
	margin: 0 0 12px 0;
	color: #1a2b4aff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.mixcontent__text {
	margin: 0 0 12px 0;
	color: #4a4a4aff;
	font-size: 15px;
	line-height: 1.7;
}

.mixcontent__text:last-child {
	margin: 0;
}


.mixcontent__list {
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	list-style-type: disc;
}

.mixcontent__list-item {
	margin: 0 0 8px 0;
	color: #4a4a4aff;
	font-size: 15px;
	line-height: 1.7;
}

.mixcontent__list-item::marker {
	color: #f5820dff;
}

.mixcontent__list-item:last-child {
	margin: 0;
}

.mixcontent__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 12px 0;
	border-radius: 12px 12px 12px 12px;
}

.mixcontent__separator {
	height: 1px;
	margin: 0 0 32px 0;
	background-color: #ece7deff;
}