.header-menu .hover-img-block {
	background: none;
	background-size: cover;
}

.tabs-menu {
	padding-top: 5px;
}

.footer .bottom-block .copyright b {
	margin-top: -1px;
	font-weight: 300;
	margin-right: 2px;
}

.header-menu .sub-menu li {
	max-height: 50px;
}

.main-section .bottom-block {
	overflow: hidden;
}

.main-section .top-block .right-block .block-title::before {
	transition: transform 0.5s;
}

.main-section .top-block .right-block .block-title:hover::before {
	transform: rotate(45deg);
}

.covid-block .wrapper .text-block {
	padding-left: 50px;
}

.covid-block .wrapper.view-all {
	padding: 30px 0;
}

.covid-block .wrapper.view-all .text-block {
	padding-left: 50px;
}

.covid-block .wrapper.view-all .more-link:before {
	background: url('../img/triangle-top-right-icon.svg') no-repeat 50% 50%;
	background-size: 16px;
	transform: rotate(-45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.covid-block .wrapper.view-all .more-link {
	line-height: 0;
	font-size: 0;
	transition: color 0.5s;
}

.services-section .slider .swiper-slide .bottom-block .link-slide {
	bottom: 0;
	top: auto;
	transition: transform 0.5s;
}
.services-section .slider .swiper-slide:hover .bottom-block .link-slide:before {
	transform: rotate(45deg);
}

.services-section .slider .swiper-slide .bottom-block .slide-title {
	transition: font-size 0.2s;
}

.services-section .slider .swiper-slide .hover-block {
	bottom: 100px;
}

.services-section .slider .swiper-slide:hover .bottom-block .slide-title {
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0); /* IE 9 */
	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
	transform: translateZ(0);
}

.services-section .slider .swiper-slide .bottom-block {
	z-index: 2;
}

.about-info-section .wrapper .left-block .img-block {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.covid-block .wrapper .text-block {
		padding-left: 30px;
	}
	.covid-block .wrapper.view-all {
		padding: 20px 0;
	}
	.covid-block .wrapper.view-all .text-block {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.services-section .slider .swiper-slide .hover-block {
		bottom: 70px;
	}
	.covid-block .wrapper .text-block {
		padding-left: 20px;
	}
	.covid-block .wrapper.view-all .text-block {
		padding-left: 20px;
		padding-right: 80px;
	}
	.covid-block .wrapper .more-link {
		font-size: 13px;
	}
	.covid-block .wrapper.view-all .more-link {
		width: 70px;
	}
	.covid-block .wrapper.view-all .more-link:before {
		background-size: 14px;
	}
}

.img-block {
	overflow: hidden;
}

.main-section .bottom-block img,
.img-block img,
.about-info-section .wrapper .left-block .img-block img {
	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0); /* IE 9 */
	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
	transform: translateZ(0);
	transition: transform 0.5s;
}

.main-section .bottom-block img:hover,
.img-block img:hover,
.about-info-section .wrapper .left-block .img-block:hover img {
	transform: scale(1.1);
}

.about-section .img-block {
	overflow: visible;
}

.about-section .img-block img {
	transform: scale(1);
	transition: none;
}

.top-info-block .form-block .form .f_group:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 -webkit-calc(50% - 22px);
	-ms-flex: 0 calc(50% - 22px);
	flex: 0 calc(50% - 22px);
	width: -webkit-calc(50% - 22px);
	width: calc(50% - 22px);
}

.f_group .f_area {
	padding: 11px 0 8px;
	min-height: 51px;
}

.f_group .wpcf7-form-control-wrap + label {
	position: absolute;
	left: 0;
	bottom: 22px;
	font-style: normal;
	font-family: 'Acrom', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4em;
	color: rgba(68, 68, 68, 0.7);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 0;
	cursor: text;
}

.f_group.not-empty label {
	bottom: calc(100% - 7px);
	font-size: 10px;
}

.f_group.invalid label {
	bottom: calc(100% - 7px);
	font-size: 10px;
}

.restaurant-menu .menu-content .menu-item.menu-item-child {
	margin-top: 50px;
}
/* pagination  */

.pagination-block ul .page-numbers.prev,
.pagination-block ul .page-numbers.next {
	width: 36px;
	min-width: 36px;
	font-size: 0;
}
.pagination-block ul .page-numbers.next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	-webkit-mask: url(../img/arrow-bottom.svg) 0 0 no-repeat;
	mask: url(../img/arrow-bottom.svg) 0 0 no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	background-color: #444;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: -6px;
}
.pagination-block ul .page-numbers.prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	-webkit-mask: url(../img/arrow-bottom.svg) 0 0 no-repeat;
	mask: url(../img/arrow-bottom.svg) 0 0 no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	background-color: #444;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: -6px;
}

.pagination-block ul .page-numbers {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #444;
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
}

.pagination-block .inner-pag-block ul li .page-numbers.current:after {
	display: block !important;
	opacity: 1;
	bottom: -18px;
}
.pagination-block ul span.page-numbers::after {
	display: none;
}

.pagination-block ul .page-numbers::after {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	content: '';
	height: 4px;
	background: #aa9a83;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.pagination-block ul .page-numbers:hover {
	color: #aa9a83;
}
.pagination-block ul .page-numbers:hover:after {
	opacity: 1;
	bottom: -18px;
}

/* pagination end  */

/* breadcrumbs  */

.breadcrumb > span > span > a {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 34px;
	-ms-flex: 1 0 34px;
	flex: 1 0 34px;
	background: url(../img/home-icon.svg) 0 50% no-repeat;
	background-size: 14px 16px;
	width: 34px;
	height: 19px;
	font-size: 0;
}

/* breadcrumb end  */
@media (max-width: 767px) {
	.restaurant-menu .menu-content .menu-item.menu-item-child {
		margin-top: 29px;
	}
}

.news-section .news-row a.img-block {
	display: block;
}
.spa-section .info-block .info-mini-wrapper ul:last-of-type {
	margin-bottom: 25px;
}

.video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video .video__link {
	z-index: 0;
}
@media (max-width: 767px) {
	.breadcrumb span {
		display: flex;
		align-items: center;
	}
	/* .breadcrumb a ~ span {
		display: -webkit-box;
	} */
}

.price-section .tab-wrapper .semi-title span {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 23px;
	font-family: 'Acrom', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #aa9a83;
	font-weight: 500;
	padding: 0 8px;
	border: 1px solid #aa9a83;
	margin-top: 6px;
}

.price-section .tab-wrapper .semi-title span:last-of-type {
	margin-right: 0;
}

@media (max-width: 767px) {
	.price-section .tab-wrapper .semi-title span {
		font-size: 12px;
		padding: 0 5px;
	}
	.text-section .titles-wrapper .text-content.show-all-text {
		height: auto;
	}
}

.checking-wrapper h1 {
	width: 100%;
}
.header-menu .bottom-block .special-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #444;
	margin-right: 23px;
}

@media (max-width: 1024px) {
	.header-menu .bottom-block .special-block h1 {
		font-size: 18px;
	}
}
.top-info-block .left-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #444;
	pointer-events: none;
}

@media (max-width: 767px) {
	.top-info-block .left-block h1 {
		position: relative;
		height: 58px;
		font-size: 16px;
		line-height: 19px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 14px;
		margin-bottom: 0;
		pointer-events: auto;
	}
}

@media (max-width: 767px) {
	.top-info-block .left-block h1.open:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	.top-info-block .left-block h1:before {
		position: absolute;
		top: 50%;
		right: 14px;
		content: '';
		background: url(../img/arrow-bottom.svg) 0 0 no-repeat;
		width: 12px;
		height: 8px;
		margin-top: -4px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}
.top-info-block .form-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #444;
}

@media (max-width: 767px) {
	.top-info-block .form-block h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.top-info-block .middle-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #aa9a83;
	pointer-events: none;
}

@media (max-width: 767px) {
	.top-info-block .middle-block h1 {
		position: relative;
		height: 58px;
		font-size: 16px;
		line-height: 19px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 60px 0 14px;
		margin-bottom: 0;
		color: #444;
		pointer-events: auto;
	}
}

@media (max-width: 767px) {
	.top-info-block .middle-block h1.open:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	.top-info-block .middle-block h1:before {
		position: absolute;
		top: 50%;
		right: 14px;
		content: '';
		background: url(../img/arrow-bottom.svg) 0 0 no-repeat;
		width: 12px;
		height: 8px;
		margin-top: -4px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.about-section .wrapper .left-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 23px;
}

@media (max-width: 767px) {
	.about-section .wrapper .left-block h1 {
		font-size: 22px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
}

.about-section .wrapper .right-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #aa9a83;
}

@media (max-width: 767px) {
	.about-section .wrapper .right-block h1 {
		font-size: 16px;
		line-height: 19px;
	}
}

.about-info-section .wrapper .right-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.about-info-section .wrapper .right-block h1 {
		font-size: 28px;
		line-height: 1.4em;
	}
}

@media (max-width: 767px) {
	.about-info-section .wrapper .right-block h1 {
		font-size: 22px;
		margin-bottom: 7px;
	}
}

.about-info-section .wrapper .right-block h1:hover {
	color: #aa9a83;
}

.about-info-section .wrapper .right-block h1:hover:after {
	top: -10px;
	right: -10px;
}

.about-info-section .wrapper .right-block h1:after {
	position: relative;
	top: -3px;
	right: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: '';
	-webkit-mask: url(../img/triangle-top-right-icon.svg) no-repeat 0 0;
	mask: url(../img/triangle-top-right-icon.svg) no-repeat 0 0;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	background-color: #aa9a83;
	width: 15px;
	height: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.about-info-section .wrapper .right-block h1:after {
		width: 12px;
		height: 12px;
		margin-left: 10px;
		top: -1px;
	}
}

.text-section h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #444444;
	padding-bottom: 33px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.text-section h1 {
		font-size: 16px;
		line-height: 19px;
		padding-bottom: 22px;
		margin-bottom: 12px;
	}
}

.text-section h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	content: '';
	background: url(../img/cubes-bg.svg) -70px 50% no-repeat;
	height: 13px;
}

@media (max-width: 767px) {
	.text-section h1:before {
		width: 200px;
		height: 9px;
	}
}

.text-section .titles-wrapper h1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 734px;
	-ms-flex: 1 0 734px;
	flex: 1 0 734px;
	width: 734px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
	padding-bottom: 29px;
}

@media (max-width: 1280px) {
	.text-section .titles-wrapper h1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 500px;
		-ms-flex: 1 0 500px;
		flex: 1 0 500px;
		width: 500px;
	}
}

@media (max-width: 1024px) {
	.text-section .titles-wrapper h1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 300px;
		-ms-flex: 1 0 300px;
		flex: 1 0 300px;
		width: 300px;
	}
}

@media (max-width: 767px) {
	.text-section .titles-wrapper h1 {
		font-size: 16px;
		line-height: 19px;
		padding-bottom: 0;
		margin-bottom: 13px;
		width: 100%;
	}
}

.text-section .titles-wrapper h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 40px;
	width: auto;
	bottom: 0;
	content: '';
	height: 10px;
	-webkit-mask: url(../img/cubes-bg.svg) 0 50% no-repeat;
	mask: url(../img/cubes-bg.svg) 0 50% no-repeat;
	background-color: #aa9a83;
}

@media (max-width: 767px) {
	.text-section .titles-wrapper h1:before {
		height: 8px;
		width: 156px;
		-webkit-mask-size: auto 600%;
		mask-size: auto 600%;
		display: none;
	}
}

.contact-section.contact-page .top-info-block .left-block h1 {
	background: none;
	height: auto;
	padding: 0;
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-section.contact-page .top-info-block .left-block h1:before {
	display: none;
}

.contact-section .wrapper .left-block h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.contact-section .wrapper .left-block h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 19px;
	}
}

.news-section .news-row .info-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #444;
}

@media (max-width: 767px) {
	.news-section .news-row .info-block h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.career-section .wrapper .item h1 {
	position: relative;
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #444;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.career-section .wrapper .item h1 {
		font-size: 18px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

.career-section .wrapper .item h1:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
	height: 10px;
	content: '';
}

@media (max-width: 767px) {
	.career-section .wrapper .item h1:before {
		height: 8px;
	}
}

.blog-section .wrapper .item .info-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #aa9a83;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.blog-section .wrapper .item .info-block h1 {
		font-size: 16px;
		line-height: 19px;
	}
}

.blog-section .wrapper .item .info-block h1:hover {
	color: #444;
}

.blog-section .article-content .top-block .right-block h1 {
	position: relative;
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #aa9a83;
	padding-bottom: 26px;
}

@media (max-width: 767px) {
	.blog-section .article-content .top-block .right-block h1 {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 18px;
	}
}

.blog-section .article-content .top-block .right-block h1:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
	height: 10px;
	content: '';
}

@media (max-width: 767px) {
	.blog-section .article-content .top-block .right-block h1:before {
		height: 8px;
	}
}

.how-it-work-section .top-wrapper .right-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 39px;
	margin-bottom: 23px;
	font-family: 'Acrom', sans-serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.how-it-work-section .top-wrapper .right-block h1 {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 18px;
		margin-bottom: 15px;
	}
}

.how-it-work-section .top-wrapper .right-block h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 323px;
	content: '';
	background: url(../img/cubes-bg.svg) -70px 50% no-repeat;
	height: 13px;
}

@media (max-width: 767px) {
	.how-it-work-section .top-wrapper .right-block h1:before {
		width: 200px;
		height: 8px;
		background-size: auto 500%;
	}
}

.how-it-work-section .about-chemical h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 19px;
}

@media (max-width: 767px) {
	.how-it-work-section .about-chemical h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 16px;
	}
}

.recomendation-block .item:first-child h1:before {
	background-color: #72ab88;
}

.recomendation-block .item h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444444;
	padding-bottom: 34px;
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.recomendation-block .item h1 {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 18px;
	}
}

.recomendation-block .item h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 323px;
	content: '';
	-webkit-mask: url(../img/cubes-bg.svg) -70px 50% no-repeat;
	mask: url(../img/cubes-bg.svg) -70px 50% no-repeat;
	-webkit-mask-size: auto;
	mask-size: auto;
	background-color: #dd7070;
	height: 14px;
}

@media (max-width: 767px) {
	.recomendation-block .item h1:before {
		width: 200px;
		height: 9px;
		-webkit-mask-size: auto 500%;
		mask-size: auto 500%;
	}
}

.sauna-section .wrapper .right-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
	font-family: 'Acrom', sans-serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.sauna-section .wrapper .right-block h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 11px;
	}
}

.eco-sauna-section .wrapper .left-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
	font-family: 'Acrom', sans-serif;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
	padding-right: 400px;
}

@media (max-width: 1280px) {
	.eco-sauna-section .wrapper .left-block h1 {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.eco-sauna-section .wrapper .left-block h1 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 13px;
	}
}

.main-spa-section .top-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 46px;
	line-height: 55px;
	font-family: 'Acrom', sans-serif;
	text-transform: uppercase;
	color: #444444;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

@media (max-width: 1024px) {
	.main-spa-section .top-block h1 {
		font-size: 40px;
		line-height: 1.4em;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 370px;
		-ms-flex: 1 0 370px;
		flex: 1 0 370px;
	}
}

@media (max-width: 767px) {
	.main-spa-section .top-block h1 {
		font-size: 22px;
		padding-bottom: 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 12px;
	}
}

.main-spa-section .top-block h1:before {
	position: absolute;
	left: 0;
	bottom: -21px;
	right: 0;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
	height: 13px;
	content: '';
}

@media (max-width: 767px) {
	.main-spa-section .top-block h1:before {
		height: 6px;
		bottom: 0;
		width: 104px;
		background-size: auto 600%;
	}
}

.main-spa-section .bottom-block h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 34px;
}

@media (max-width: 767px) {
	.main-spa-section .bottom-block h1 {
		display: none;
	}
}

.spa-section .info-block h1 {
	position: relative;
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444;
	padding-bottom: 34px;
	margin-bottom: 38px;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.spa-section .info-block h1 {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 18px;
		margin-bottom: 24px;
	}
}

.spa-section .info-block h1:first-child {
	margin-top: 0;
}

.spa-section .info-block h1:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 323px;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
	height: 14px;
	content: '';
}

@media (max-width: 767px) {
	.spa-section .info-block h1:before {
		height: 8px;
		background-size: auto 600%;
		width: 200px;
	}
}

.important-to-know-section h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 19px;
}

@media (max-width: 767px) {
	.important-to-know-section h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 16px;
	}
}

.price-section h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 26px;
	font-family: 'Acrom', sans-serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.price-section h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 13px;
	}
}

.price-section.mini h1 {
	margin-bottom: 43px;
}

@media (max-width: 767px) {
	.price-section.mini h1 {
		margin-bottom: 11px;
	}
}

.comfort-section h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 26px;
}

@media (max-width: 767px) {
	.comfort-section h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 16px;
	}
}

.need-to-know-section .wrapper .item h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.need-to-know-section .wrapper .item h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 8px;
	}
}

.types-of-room-section .room-row .left-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-webkit-flex: 0 236px;
	-ms-flex: 0 236px;
	flex: 0 236px;
	width: 236px;
}

@media (max-width: 1024px) {
	.types-of-room-section .room-row .left-block h1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 767px) {
	.types-of-room-section .room-row .left-block h1 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
	}
}

.main-room-section .top-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-webkit-flex: 0 55%;
	-ms-flex: 0 55%;
	flex: 0 55%;
	width: 55%;
}

@media (max-width: 1024px) {
	.main-room-section .top-block h1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 767px) {
	.main-room-section .top-block h1 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
	}
}

.main-room-service-section .item h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.main-room-service-section .item h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 22px;
	}
}

.top-resturant-section .top-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 46px;
	line-height: 55px;
	font-family: 'Acrom', sans-serif;
	text-transform: uppercase;
	color: #444444;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

@media (max-width: 1024px) {
	.top-resturant-section .top-block h1 {
		font-size: 40px;
		line-height: 1.4em;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 370px;
		-ms-flex: 1 0 370px;
		flex: 1 0 370px;
	}
}

@media (max-width: 767px) {
	.top-resturant-section .top-block h1 {
		font-size: 22px;
		padding-bottom: 11px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 12px;
	}
}

.top-resturant-section .top-block h1:before {
	position: absolute;
	left: 0;
	bottom: -21px;
	right: 0;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
	height: 13px;
	content: '';
}

@media (max-width: 767px) {
	.top-resturant-section .top-block h1:before {
		height: 6px;
		bottom: 0;
		width: 104px;
		background-size: auto 600%;
	}
}

.zhayvoronok-top-resturant-section.v2 .top-block h1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

@media (max-width: 1280px) {
	.zhayvoronok-top-resturant-section.v2 .top-block h1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

@media (max-width: 767px) {
	.zhayvoronok-top-resturant-section.v2 .top-block h1 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.zhayvoronok-top-resturant-section.v2 .top-block h1 br {
		display: none;
	}
}

.zhayvoronok-top-resturant-section .top-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	font-family: 'Acrom', sans-serif;
	text-transform: uppercase;
	color: #444444;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

@media (max-width: 1280px) {
	.zhayvoronok-top-resturant-section .top-block h1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media (max-width: 1024px) {
	.zhayvoronok-top-resturant-section .top-block h1 {
		font-size: 40px;
		line-height: 1.4em;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 370px;
		-ms-flex: 1 0 370px;
		flex: 1 0 370px;
	}
}

@media (max-width: 767px) {
	.zhayvoronok-top-resturant-section .top-block h1 {
		font-size: 22px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 6px;
	}
}

.zhayvoronok-top-resturant-section ~ .about-info-section .right-block h1:hover {
	color: inherit;
}

.zhayvoronok-top-resturant-section ~ .about-info-section .right-block h1:after {
	display: none;
}

.zhayvoronok-top-resturant-section
	~ .about-info-section
	.right-block
	.checking-wrapper
	h1 {
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #444444;
}

@media (max-width: 767px) {
	.zhayvoronok-top-resturant-section
		~ .about-info-section
		.right-block
		.checking-wrapper
		h1 {
		font-size: 18px;
	}
}

.about-info-section.about-kafe-bistro-section .right-block h1 {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 21px;
}

@media (max-width: 767px) {
	.about-info-section.about-kafe-bistro-section .right-block h1 {
		padding-bottom: 22px;
		margin-bottom: 13px;
	}
}

.about-info-section.about-kafe-bistro-section .right-block h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	content: '';
	background: url(../img/cubes-bg.svg) -110px 50% no-repeat;
	height: 10px;
}

@media (max-width: 767px) {
	.about-info-section.about-kafe-bistro-section .right-block h1:before {
		width: 170px;
		height: 8px;
		background-size: auto 600%;
	}
}

.about-info-section.about-kafe-bistro-section
	.right-block
	.checking-wrapper
	h1 {
	padding: 0;
	margin-bottom: 14px;
}

.about-info-section.about-kafe-bistro-section
	.right-block
	.checking-wrapper
	h1:before {
	display: none;
}

.restaurant-menu .menu-content .menu-item h1 {
	position: relative;
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #444444;
	padding-bottom: 25px;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.restaurant-menu .menu-content .menu-item h1 {
		font-size: 28px;
		line-height: 1.2em;
	}
}

@media (max-width: 767px) {
	.restaurant-menu .menu-content .menu-item h1 {
		font-size: 18px;
		line-height: 1em;
		padding-bottom: 17px;
		margin-bottom: 13px;
	}
}

.restaurant-menu .menu-content .menu-item h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	content: '';
	background: url(../img/cubes-bg.svg) -110px 50% no-repeat;
	height: 10px;
}

@media (max-width: 767px) {
	.restaurant-menu .menu-content .menu-item h1:before {
		background-size: auto 600%;
		width: 150px;
		height: 7px;
	}
}

.medical-service-section h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 34px;
}

@media (max-width: 767px) {
	.medical-service-section h1 {
		display: none;
	}
}

.main-section .top-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 70px;
	line-height: 84px;
	font-family: 'Acrom', sans-serif;
	text-transform: uppercase;
	color: #444444;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	margin-top: 0;
}

@media (max-width: 1024px) {
	.main-section .top-block h1 {
		font-size: 48px;
		line-height: 1.4em;
	}
}

@media (max-width: 767px) {
	.main-section .top-block h1 {
		font-size: 28px;
		padding-bottom: 292px;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.main-section .top-block h1:before {
	position: absolute;
	left: 0;
	bottom: -30px;
	right: 0;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
	height: 13px;
	content: '';
}

@media (max-width: 767px) {
	.main-section .top-block h1:before {
		height: 9px;
		bottom: auto;
		top: 40px;
	}
}

.thermal-section h1 {
	display: block;
	font-family: 'Acrom', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 38px;
}

@media (max-width: 1024px) {
	.thermal-section h1 {
		font-size: 30px;
		line-height: 1.4em;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.thermal-section h1 {
		font-size: 22px;
		line-height: 26.5px;
	}
}

.thermal-section .wrapper .left-block h1 {
	position: relative;
	margin-bottom: 27px;
	padding-bottom: 33px;
}

@media (max-width: 767px) {
	.thermal-section .wrapper .left-block h1 {
		font-size: 22px;
		line-height: 26px;
		padding-bottom: 16px;
		margin-bottom: 11px;
	}
}

.thermal-section .wrapper .left-block h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: 13px;
	background: url(../img/cubes-bg.svg) 0 50% no-repeat;
}

@media (max-width: 767px) {
	.thermal-section .wrapper .left-block h1:before {
		height: 6px;
		width: 104px;
		background-size: auto 600%;
	}
}

.main-hotel-section .top-block h1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
	font-family: 'Acrom', sans-serif;
	text-transform: uppercase;
	color: #444444;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 479px;
	-ms-flex: 1 0 479px;
	flex: 1 0 479px;
	width: 479px;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.main-hotel-section .top-block h1 {
		font-size: 30px;
		line-height: 1.4em;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 300px;
		-ms-flex: 1 0 300px;
		flex: 1 0 300px;
		width: 300px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.main-hotel-section .top-block h1 {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 12px;
	}
}

.salt-room-section .wrapper .left-block h1 {
	position: relative;
	padding-bottom: 34px;
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.salt-room-section .wrapper .left-block h1 {
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
}

.salt-room-section .wrapper .left-block h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: url(../img/cubes-bg.svg) -70px 40% no-repeat;
	height: 13px;
}

@media (max-width: 767px) {
	.salt-room-section .wrapper .left-block h1:before {
		width: 105px;
		height: 7px;
		background-size: auto 600%;
	}
}
h2,
h3 {
	margin-top: 0;
}
.about-section .wrapper .left-block h2.main-title {
	margin-top: 0;
}
