@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

*,
::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dl,
dd,
blockquote,
hr {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

button,
input,
select {
	font-family: inherit;
}

picture {
	display: block;
}

:root {
	--primary-color: #2d2b5c;
	--accent-color: #00a1be;
}

body {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
	color: var(--primary-color);
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.aspect-ratio {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
}

.aspect-ratio img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero {
	position: relative;
	font-family: 'Montserrat';
	background: url(/assets/images/tseny/hero-background-image.jpg) 0 0/cover no-repeat;
}

.hero::after {
    --scale: 1;
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 865px);
    width: calc(var(--scale) * 785px);
    height: calc(var(--scale) * 535px);
    background: url("/assets/images/tseny/hero-image.png") 0 0/contain no-repeat;
}

.hero__banner {}

.hero__banner-inner {
	position: relative;
	margin: 0 auto;
	padding: 130px 0 75px;
	max-width: 1440px;
	background: url("/assets/images/tseny/hero-background-vector.svg") 0 0/contain no-repeat;
	background-position: left calc(50% - 200px) top;
	
/* 	background-image:
	url(/assets/images/tseny/hero-background-vector.svg),
	url(/assets/images/tseny/hero-image.png);
background-size: contain;
background-repeat: no-repeat;
background-position:
	left calc(50% - 200px) top,
	left calc(50% + 400px) top; */
}

.hero__banner-content {
	max-width: 650px;
}

.hero__banner-title {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.43;
	color: #fff;
	text-transform: uppercase;
}

.hero__banner-par {
	margin-bottom: 10px;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 22px;
}

.hero__banner-discount {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	text-transform: uppercase;
}

.hero__banner-buttons {
	/* display: inline-grid; */
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 25px;
	width: min-content;
}

.btn-tsn {
	display: flex;
	justify-content: center;
	padding: 1em 1.333em;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	color: white;
	background-color: var(--accent-color);
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
}

.btn-tsn--hero-banner {
	color: #45557E;
	background-color: #fff;
}

.btn-tsn--hero-banner-transp {
	background-color: transparent;
	border: 1px solid #fff;
}

.hero__rooms {
	padding: 65px 0 55px;
}

.hero__rooms-inner {
	margin: 0 auto;
	padding: 25px 0 65px;
	max-width: 1300px;
	background-image: url(/assets/images/tseny/leaves-vector-1.svg);
	background-position: bottom left;
	background-size: 90px 70px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(50px);
	border-style: solid;
	border-width: 3px;
	border-image: linear-gradient(116.79deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0));
	border-image-slice: 1;
}

.hero__rooms-title {
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
}

.hero__rooms-list {}

.hero__rooms-item {
	display: grid;
	grid-template-columns: 335px auto;
	gap: 35px;
	padding: 55px 25px 25px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #fbfbff;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(193, 193, 193, 0.3);
}

.hero__rooms-item:not(:last-child) {
	margin-bottom: 20px;
}

.hero__rooms-carousel {}

.splide {}

.splide__track {}

.splide__list {}

.splide__slide {}

.splide__slide-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* [data-carousel-name*="hero-rooms"] */
[data-carousel-name*="hero-rooms"] {
	padding-bottom: 40px;
}

[data-carousel-name*="hero-rooms"] .splide__arrow {
	opacity: 1;
}

[data-carousel-name*="hero-rooms"] .splide__arrows.splide__arrows--ltr {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

[data-carousel-name*="hero-rooms"] .splide__arrows--ltr .splide__arrow--prev,
[data-carousel-name*="hero-rooms"] .splide__arrows--ltr .splide__arrow--next {
	position: static;
	width: 24px;
	height: 24px;
	background: url(/assets/images/tseny/hero-carousel-arrow.svg) center/8px 12px no-repeat;
	border-radius: 0;
	transform: translate(0);
}

[data-carousel-name*="hero-rooms"] .splide__arrows--ltr .splide__arrow--prev:hover,
[data-carousel-name*="hero-rooms"] .splide__arrows--ltr .splide__arrow--next:hover {
	background-color: rgba(255, 255, 255, 0.25);
	transition: background-color ease-in-out 250ms;
}

[data-carousel-name*="hero-rooms"] .splide__arrows--ltr .splide__arrow--next {
	transform: rotate(180deg);
}

[data-carousel-name*="hero-rooms"] .splide__pagination {
	position: static;
	padding: 0 12px;
}

[data-carousel-name*="hero-rooms"] .splide__pagination li[role="presentation"] {
	margin: 0;
}

[data-carousel-name*="hero-rooms"] .splide__pagination li[role="presentation"]:not(:last-child) {
	margin-right: 12px;
}

[data-carousel-name*="hero-rooms"] .splide__pagination__page {
	margin: 0;
}

[data-carousel-name*="hero-rooms"] .splide__pagination__page.is-active {
	background: var(--accent-color);
	transform: scale(1);
}

.hero__rooms-content {}

.hero__rooms-content-inner {
	max-width: 576px;
}

.hero__rooms-info {
	margin-bottom: 42px;
	padding-left: 12px;
	border-left: 1px solid #D6D6D6;
}

.hero__rooms-item-title {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 700;
	color: var(--accent-color);
	text-align: center;
}

.hero__rooms-par {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.56;
}

.hero__rooms-par--bold {
	font-weight: 600;
}

.hero__rooms-par--services {
	max-width: 370px;
}

.hero__rooms-price {
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
	gap: 20px;
}

.hero__rooms-price:not(:last-child) {
	margin-bottom: 24px;
}

.hero__rooms-par--price-option {
	font-weight: 600;
}

.hero__rooms-par--price-value {
	font-weight: 600;
	font-size: 18px;
	color: var(--accent-color);
}

.btn-tsn--hero-rooms {
	width: 100%;
}

.hero .mb-s {
	margin-bottom: 5px;
}

.hero .mb-m {
	margin-bottom: 8px;
}

.hero .mb-l {
	margin-bottom: 33px;
}

@media (max-width: 1439.5px) {
	.hero::after {
	    right: calc(50% - 900px);
	}
	
	.hero__banner-inner {
		background-position: left calc(50% - 90px) top;
	}

	.hero__rooms-inner {
		max-width: none;
		width: min(1280px, calc(100% - 30px));
		padding: 25px 0 65px;
	}
}

@media (max-width: 1199.98px) {
	.hero::after {
	    right: calc(50% - 1010px);
	}
	
	.hero__rooms-inner {
		width: min(1040px, calc(100% - 30px));
	}
}

@media (max-width: 991px) {
	.hero::after {
	    display: none;
	}
	
	.hero__banner-inner {
		padding: 100px 0 60px;
		background-image: url(/assets/images/tseny/hero-background-vector.svg);
		background-size: 890px auto;
		background-position: left calc(50% - 20px) top;
	}

	.hero__banner-title {
		font-size: 35px;
	}

	.hero__banner-par {
		font-size: 20px;
	}

	.hero__banner-discount {
		font-size: 26px;
	}

	.btn-tsn {
		font-size: 16px;
	}

	.hero__rooms-inner {
		width: min(780px, calc(100% - 30px));
		background-image: none;
	}

	.hero__rooms-title {
		font-size: 30px;
	}

	.hero__rooms-item {
		grid-template-columns: 100%;
		padding: 40px 25px 25px;
	}

	.hero__rooms-carousel {
		order: 2;
	}

	.hero__rooms-content-inner {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.hero__banner-inner {
		background-size: 790px auto;
		background-position: left calc(50% + 30px) top;
	}

	.hero__banner-title {
		font-size: 32px;
	}

	.hero__rooms-inner {
		width: min(600px, calc(100% - 30px));
	}

	.hero__rooms-par-price {
		align-self: end;
	}
}

@media (max-width: 575px) {
	.hero__banner-inner {
		padding: 60px 0 40px;
		background-image: none;
	}

	.hero__banner-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.hero__banner-par {
		font-size: 18px;
	}

	.hero__banner-discount {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.btn-tsn {
		font-size: 14px;
	}

	.hero__rooms {
		padding: 40px 0;
	}

	.hero__rooms-inner {
		width: auto;
		padding: 0;
		background: none;
		border: none;
	}

	.hero__rooms-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.hero__rooms-par-price {
		align-self: end;
	}

	.hero__rooms-info {
		padding: 0;
		border: none;
	}

	.hero__rooms-item {
		padding: 30px 20px;
	}

	.hero__rooms-item-title {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.hero__rooms-par {
		font-size: 15px;
	}

	.hero__rooms-price {
		grid-auto-flow: row;
		gap: 0px;
	}

	.hero__rooms-price:not(:last-child) {
		margin-bottom: 15px;
	}

	.hero__rooms-par-price {
		font-size: 16px;
	}

	.hero .mb-l {
		margin-bottom: 15px;
	}
}

@media (max-width:450px) {
	.hero__banner-inner {
		padding: 40px 0;
	}

	.hero__banner-title,
	.hero__banner-par,
	.hero__banner-discount {
		text-align: center;
	}

	.hero__banner-buttons {
		margin: 0 auto;
		grid-template-columns: auto;
		grid-gap: 10px;
	}

	.btn-tsn--hero-banner,
	.btn-tsn--hero-banner-transp {
		padding: 1em 3em;
	}

	.hero__rooms-par--price-option:after {
		content: attr(data-price);
		font-weight: 600;
		font-size: 18px;
		color: var(--accent-color);
	}

	.hero__rooms-par--price-value {
		display: none;
	}
}

/* ##### PRICE-SECTION ##### */
.price {
	padding: 70px 0 40px;
}

.price__title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.price__table {
	margin-bottom: 70px;
}

.table-price {
	width: 100%;
}

.table-price > thead > tr > td {
	padding: 10px 10px;
}

.table-price > tbody > tr > td {
	padding: 10px 10px;
}

.table-price > thead > tr {
	background: #00b3cc;
	color: white;
}

.table-price > tbody > tr {
	border-bottom: 1px solid lightgrey;
	transition: all 0.3s;
}

.table-price > tbody > tr:hover {
	background: #f3f3f3;
}

.table-price > tbody > tr:nth-child(even) {
	background-color: #f3f3f3;
}

.table-price > thead > tr > td,
.table-price > tbody > tr > td {
	display: flex;
}

.table-price > tbody,
.table-price > thead {
	display: block;
}

.table-price > thead > tr,
.table-price > tbody > tr {
	display: flex;
}

.table-price > thead > tr > td:first-child,
.table-price > tbody > tr > td:first-child {
	flex: 0 0 70px;
}

.table-price > thead > tr > td:nth-child(2),
.table-price > tbody > tr > td:nth-child(2) {
	flex: 1 1 auto;
}

.table-price > thead > tr > td:nth-child(3),
.table-price > tbody > tr > td:nth-child(3) {
	flex: 0 0 110px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.table-price > thead > tr > td:nth-child(4),
.table-price > tbody > tr > td:nth-child(4) {
	flex: 0 0 80px;
}

.price__par {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.btn-tsn--price {
	margin: 0 auto;
	padding: 1.3em 1.5em;
	width: min-content;
	font-size: 16px;
}

@media (max-width: 991px) {
	.price {
		padding: 60px 0 40px;
	}

	.price__title {
		font-size: 30px;
	}

	.price__par {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.table-price p {
		margin-bottom: 0 !important;
	}

	.table-price > thead > tr > td {
		justify-content: center;
		align-items: center;
		font-size: 14px;
	}

	.table-price > tbody > tr > td p {
		font-size: 14px;
		word-break: break-word;
	}
}

@media (max-width: 575px) {
	.price {
		padding: 40px 0;
	}

	.price__title {
		font-size: 24px;
	}

	.price__table {
		margin-bottom: 40px;
	}

	.table-price > thead > tr > td:first-child,
	.table-price > tbody > tr > td:first-child {
		flex: 0 0 55px;
		padding: 10px 0 10px 10px;
	}

	.table-price > thead > tr > td:nth-child(3),
	.table-price > tbody > tr > td:nth-child(3) {
		flex: 0 0 90px;
		padding: 10px 0;
	}

	.table-price > thead > tr > td:nth-child(4),
	.table-price > tbody > tr > td:nth-child(4) {
		flex: 0 0 70px;
	}

	.price__par {
		font-size: 16px;
	}

	.btn-tsn--price {
		padding: 0.8em 1.5em;
	}
}

@media (max-width:450px) {
	.table-price > thead {
		display: none;
	}

	.table-price > tbody > tr:nth-child(even) {
		background-color: white;
	}

	.table-price > tbody > tr:nth-child(odd) {
		background-color: #f3f3f3;
	}

	.table-price > tbody > tr {
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.table-price > tbody > tr > td {
		flex: 1 1 auto;
		padding: 10px 0;
	}

	.table-price > tbody > tr > td p {
		color: #00b3cc;
	}

	.table-price > tbody > tr > td:first-child,
	.table-price > tbody > tr > td:nth-child(2),
	.table-price > tbody > tr > td:nth-child(3),
	.table-price > tbody > tr > td:nth-child(4) {
		flex: 1 1 auto;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 10px;
	}

	.table-price > tbody > tr > td:nth-child(2) {
		flex: 1 1 auto;
	}

	.table-price > tbody > tr > td:nth-child(2) {
		order: -1;
	}

	.table-price > tbody > tr > td:first-child::before {
		content: 'Код: ';
	}

	.table-price > tbody > tr > td:nth-child(2)::before {
		content: 'Наименование услуги:';
		width: 100%;
	}

	.table-price > tbody > tr > td:nth-child(3)::before {
		content: 'Стоимость (руб): ';
	}

	.table-price > tbody > tr > td:nth-child(4)::before {
		content: 'Время: ';
	}

	.table-price > tbody > tr > td.category::before {
		content: none;
	}

	.table-price > tbody > tr > td:first-child::before,
	.table-price > tbody > tr > td:nth-child(2)::before,
	.table-price > tbody > tr > td:nth-child(3)::before,
	.table-price > tbody > tr > td:nth-child(4)::before {
		margin-right: 10px;
		font-size: 14px;
		font-weight: bold;
	}
}

/* ##### RULES-SECTION*/
.rules {
	padding: 35px 0 0;
}

.rules::after {
	content: '';
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 167px;
	height: 78px;
	background: url(/assets/images/tseny/leaves-image-2.png) 0 0/contain no-repeat;
}

.rules__card {
	padding: 20px 12px;
	background: #FAFAFF;
	border-radius: 10px;
}

.rules__card--tseny {
	position: relative;
	margin-bottom: 24px;
}

.rules__card--tseny::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 100px;
	background: url(/assets/images/tseny/leaves-image-1.png) 0 0/contain no-repeat;
}

.rules__title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.75;
}

.rules__title--tseny {
	margin-bottom: 40px;
}

.rules__list {
	margin-bottom: 10px;
}

.rules__item {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	line-height: 2;
}

.rules__item::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 11px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: var(--primary-color);
}

.rules__par {
	font-size: 14px;
	line-height: 2.29;
}

.rules__list-dot {
	counter-reset: section;
}

.rules__item-dot {
	position: relative;
	font-size: 14px;
	line-height: 2.29;
	text-indent: 20px;
}

.rules__item-dot::before {
	counter-increment: section;
	content: counter(section) ".";
	position: absolute;
	top: 0;
	left: -17px;
	color: var(--accent-color);
}

.rules .mb-m {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.rules {
		padding: 0 0 40px;
	}

	.rules__card--tseny::after {
		display: none;
	}

	.rules__title {
		font-size: 21px;
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.rules::after {
		width: 120px;
		height: 50px;
	}
}

@media (max-width: 575px) {
	.rules::after {
		display: none;
	}
}


.info {
	padding: 40px 0;
}

.info__title {
	margin-bottom: 20px; 
	font-size: 25px; 
	font-weight: 700; 
	color: #2D2B5C;	
}

.info__par {
	line-height: 1.4;
}

@media (max-width: 991px) {
	.info__title {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media (max-width: 575px) {
	.info {
		padding: 0 0 20px 0;
	}
}




/* ========================= */
/* ===== 12. QUESTIONS ===== */
/* ========================= */
.questions {
  padding-bottom: 40px;
}
.headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    border-radius: 10px;
    background: #f8f8f8;
    box-shadow: 0px 4px 20px rgba(193, 193, 193, 0.3);
}
.questions .headline__content {
  padding-right: 40px;
}
.questions .headline__title {
  font-size: 36px;
  line-height: 1.27;
  color: #2D2B5C;
  margin-bottom: 18px;
}
.questions .headline__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
  color: #2D2B5C;
}
.questions .btn {
    display: inline-flex;
    justify-content: center;
    padding: 1em 1.333em;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    white-space: nowrap;
    color: white;
    background-color: #00A1BE;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
}
.btn--headline {
    padding: 1.1em 1.43em;
    font-size: 16px;
}
@media (max-width: 767px) {
  .questions .headline__content {
    padding-right: 0;
  }
  .headline__subtitle {
    margin-bottom: 20px;
  }
  .headline__title {
    font-size: 28px;
  }
  .headline {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .questions .headline {
    padding: 20px 20px;
  }
  .questions .headline__title {
    font-size: 25px;
    text-align: center;
  }
  .questions .headline__subtitle {
    text-align: center;
  }
}