.content_box.box_1 {
	background: url(../images/massage_1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.content_box.box_1 .content_container {
	background-color: rgba(64, 64, 64, 0.5);
	padding: 200px 50px 22% 50px;
}

.content_box.box_1 .content_container .heading_1 {
	font-size: 250%;
	font-weight: bold;
	position: relative;
	z-index: 1;
	width: 350px;
}
.content_box.box_1 .content_container .heading_1:before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	z-index: -1;
	left: 6px;
	height: 20%;
	width: 322px;
	box-shadow: 
	0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 
	0px 0px 13px 4px #BF9000;

}
.content_box.box_1 .content_container .heading_2 {
	font-size: 236%;
	margin-top: 15px;
}
.content_box.box_1 .content_container .heading_3 {
	font-size: 170%;
	margin-top: 104px;
}
.content_box.box_1 .content_container .buttons {
	display: flex;
}
.content_box.box_1 .content_container .buttons a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	font-size: 109%;
	margin-top: 30px;
	text-align: center;
}
.content_box.box_1 .content_container .buttons a:first-child {
	color: #fff;
	background-color: #e60000;
	width: 343px;
}
.content_box.box_1 .content_container .buttons a:nth-child(2) {
	color: #000;
	background-color: #fff;
	margin-left: 15px;
	width: 239px;

}
@media screen and (max-width: 800px) {
	.content_box.box_1 {
		font-size: 88%;
	}
	.content_box.box_1 .content_container {
			padding-top: 150px;
	}
	@media screen and (max-width: 670px){
		.content_box.box_1 .content_container .heading_3 {
			text-align: center;
		}
		.content_box.box_1 .content_container .buttons {
			display: block;
		}
		.content_box.box_1 .content_container .buttons a {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			padding-right: 0;
			padding-left: 0;
		}
		.content_box.box_1 .content_container .buttons a:first-child {
			width: 330px;
		}
		.content_box.box_1 .content_container .buttons a:nth-child(2) {
			width: 225px;
			margin-left: auto;
			margin-top: 22px;
		}
		@media screen and (max-width: 442px) {
			.content_box.box_1 .content_container {
				padding-left: 20px;
				padding-right: 20px;
			}
			/*
			.content_box.box_1 .content_container .heading_1 span {
				display: block;
			}
			.content_box.box_1 .content_container .heading_1:before {
				top: 23%;
				height: 57%;
				width: 250px;
			}
			*/
			@media screen and (max-width: 400px) {
				.content_box.box_1 .content_container .heading_1 {
					font-size: 210%;
					width: 295px;
				}
				.content_box.box_1 .content_container .heading_1::before {
					width: 280px;
				}
				.content_box.box_1 .content_container .heading_2 {
					font-size: 200%;
				}
				@media screen and (max-width: 380px) {
					.content_box.box_1 .content_container .buttons a {
						font-size: 105%;
					}
					.content_box.box_1 .content_container .buttons a:first-child {
						width: 300px;
					}
					@media screen and (max-width: 341px) {
						.content_box.box_1 .content_container {
							padding-left: 9px;
							padding-right: 9px;
						}
					}
					
				}
			}
		}
	}
}
.content_box.box_2 {
	background-color: rgb(38, 38, 38);
	display: flex;
	line-height: 1.5;
}
.content_box.box_2 .cont_1 {
	flex: 1;
	padding-top: 60px;
	padding-bottom: 36px;
}
.content_box.box_2 .cont_1 p {
	text-transform: uppercase;
	font-size: 200%;
	color: rgb(230, 159, 0);
	background: url(../images/logo.png) no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 50px 0 50px 230px;
	width: 150px;
	margin: 0 auto;
}
.content_box.box_2 .cont_2 {
	background-color: rgba(56, 87, 35, .37);
	flex: 1;
	padding: 60px 0;

}
.content_box.box_2 .cont_2 .heading_2 {
	text-transform: uppercase;
	font-size: 175%;
	color: rgb(230, 159, 0);
	margin-left: 7%;
}
.content_box.box_2 .cont_2 ul {
	margin: 50px 10% 0;
	font-size: 125%;
}
.content_box.box_2 .cont_2 ul li {
	margin-bottom: 24px;
	position: relative;
}
.content_box.box_2 .cont_2 ul li::before {
	content: '\2714';
	position: absolute;
	left: -23px;
	top: 0;
	color: #fff;
}
.to_booking {
	margin-top: 50px;
}
.content_box.box_2 .cont_2 .to_booking a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	font-size: 109%;
	width: 320px;
	padding: 15px 0;
}
@media screen and (max-width: 800px) {
	.content_box.box_2 {
		display: block;
		font-size: 88%;
	}
	.content_box.box_2 .cont_2 .heading_2 {
		margin: 0 auto;
		text-align: center;
	}
	@media screen and (max-width: 490px) {
		.content_box.box_2 .cont_1 p {
			padding: 30px 0 30px 171px;
			width: 135px;
		}
		.content_box.box_2 .cont_2 .to_booking a {
			width: 300px;
		}
	}
}








#carousel_1 .owl-dots {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
}
#carousel_1 .owl-dot {
	display: inline-block;
	margin: 0 0.40625rem;
}
#carousel_1 .owl-dot span {
	border-radius: 50%;
	display: block;
	border: 1px solid #fff;
}
.content_box.box_3 #carousel_1 {
	background-color: #000;
}
.owl-dot.active span, .owl-dot:hover span, #carousel_1 .owl-dot.active span, #carousel_1 .owl-dot:hover span{
	background: #fff;
}
.content_box.box_3 #carousel_1 .slider__item {
	height: 600px;
	width: 85%;
	margin: 0 auto;
}
#carousel_1 .owl-dots {
			bottom: 3rem;
		}
#carousel_1 .owl-dot span {
			width: 1rem;
			height: 1rem;
		}
@media screen and (max-width: 800px) {
	.content_box.box_3 #carousel_1 .slider__item {
		height: 450px;
		width: 95%;
	}
	#carousel_1 .owl-dots {
		bottom: 1rem;
	}
	#carousel_1 .owl-dot span {
		width: 0.5rem;
		height: 0.5rem;
	}
	@media screen and (max-width: 600px) {
		.content_box.box_3 #carousel_1 .slider__item {
			height: 350px;
			width: 98%;
		}
		@media screen and (max-width: 450px) {
			.content_box.box_3 #carousel_1 .slider__item {
				height: 280px;
			}

		}
	}


}













h2 {
	text-transform: uppercase;
	font-size: 175%;
	color: rgb(230, 159, 0);
	text-align: center;
	padding-top: 110px;
}
.content_box.box_4 {
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
.content_box.box_4 .flex_container {
	display: flex;
	justify-content: space-around;
	margin: 60px auto 0;
	max-width: 1230px;
}
.content_box.box_4 .service {
	padding: 30px 30px 170px;
	background-color: rgb(59, 56, 56);
	width: 270px;
	position: relative;
	border: 1px solid rgba(230, 159, 0, .5);
}
@media screen and (max-width: 332px) {
	.content_box.box_4 .service {
		width: 259px;
	}
}
.content_box.box_4 .service .name {
	font-size: 228%;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	line-height: 1.2;
}
.content_box.box_4 .service .name::before {
	content: attr(data-content);
	position: absolute;
	top: 20px;
	left: 10px;
	right: 49px;
	height: 4%;
	box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
	z-index: -1;
}
.content_box.box_4 .service .description {
	font-size: 121%;
	margin-top: 30px;
}
.content_box.box_4 .service .price {
	font-size: 214%;
	text-align: center;
	position: absolute;
	right: 40px;
	left: 40px;
	bottom: 100px;
}
.content_box.box_4 .service .price sup {
	vertical-align: super;
	font-size: 70%;
}
.content_box.box_4 .service .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.content_box.box_4 .service .button a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	width: 195px;
	background-color: #e60000;
	text-align: center;
	margin: 0 auto;
	font-size: 93%;
}
.content_box.box_4 .show_more {
	margin-top: 80px;
	padding-bottom: 99px;

}
.content_box.box_4 .show_more a {
	display: block;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 112.5%;
	box-sizing: border-box;
}
.content_box.box_4 .show_more a:nth-child(1) {
	color: #000;
	background-color: #fff;
	width: 240px;
	font-weight: bold;

}
.content_box.box_4 .show_more a:nth-child(2) {
	display: none;
}
@media screen and (max-width: 1450px) {
	
	@media screen and (max-width: 1160px) {
		.content_box.box_4 .service:nth-child(3) {
			display: none;
		}
		.content_box.box_4 .flex_container {
			width: 80%;
		}
		@media screen and (max-width: 865px) {
		}
		.content_box.box_4 .flex_container {
			margin-top: 40px;
			display: block;
			width: 100%;
		}
		.content_box.box_4 .service {
			margin: 0 auto 40px;
		}
	
		@media screen and (max-width: 800px) {
			.content_box.box_4 {
				font-size: 88%;
			}
			.content_box.box_4 .show_more a:nth-child(2) {
				display: block;
				color: #74A328;
				width: 240px;
				border: 1px solid #74A328;
				margin-top: 19px;
			}
			@media screen and (max-width: 666px) {
				.content_box.box_4 .flex_container {
					flex-direction: column;
					align-items: center;
				}
				.content_box.box_4 .service {
					margin-top: 30px;
				}
			}
		}
	}
}
.content_box.box_5 {
	background: url(../images/background_1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: right;
	padding: 70px 4%;
}
.content_box.box_5 .content_container {
	background-color: rgba(56, 87, 35, 0.8);
	max-width: 800px;
	box-sizing: border-box;
	padding: 40px 2% 40px;
	line-height: 1.5;
}
.content_box.box_5 .content_container .heading {
	font-size: 250%;
	line-height: 1.2;
}
.content_box.box_5 .content_container .description {
	font-size: 125%;
}
.content_box.box_5 .content_container .description p {
	margin: 30px 0;
}
.content_box.box_5 .content_container .button a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	width: 444px;
	background-color: #e60000;
	text-align: center;
	margin: 0 auto;
	font-size: 93%;
}
@media screen and (max-width: 800px) {
	.content_box.box_5 {
		font-size: 88%;
	}
	.content_box.box_5 .content_container {
		padding-right: 6%;
		padding-left: 6%;
	}
	@media screen and (max-width: 555px) {
		.content_box.box_5 .content_container .button a {
			width: 285px;
		}
		.content_box.box_5 .content_container .button a span {
			display: none;
		}
		@media screen and (max-width: 360px) {
			.content_box.box_5 .content_container .button a {
				font-size: 95%;
				width: 250px;
			}
		}
	}
}
.content_box.box_6 {
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
.content_box.box_6 .flex_container {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1090px;
	margin: 60px auto 0;
}
.content_box.box_6 .container_1 {
	width: 48%;
	box-sizing: border-box;
}
.content_box.box_6 .container_1 .heading {
	font-size: 250%;
	line-height: 1.2;
}
.content_box.box_6 .container_1 .heading .neon {
	position: relative;
	z-index: 1;
}
.content_box.box_6 .container_1 .heading .neon::before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 15px;
	width: 185px;
	height: 20%;
	box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
	z-index: -1;
}
.content_box.box_6 .container_1 .description {
	font-size: 125%;
	margin-top: 50px;
}
.content_box.box_6 .container_2 {
	width: 48%;
	box-sizing: border-box;
}
.content_box.box_6 .container_2 .action {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: rgba(118, 113, 113, .5);
	margin: 0 0 19px 0;
	padding: 27px 35px;
	position: relative;	
}
.content_box.box_6 .container_2 .action:last-child {
	margin-bottom: 0;
}
.content_box.box_6 .container_2 .action:hover, .content_box.box_6 .container_2 .action:active {
	background-color: rgb(230, 0, 0);
}
.content_box.box_6 .container_2 .action .action_name {
	display: block;
	width: 193px;
	font-size: 146%;
	line-height: 1.2;
}
.content_box.box_6 .container_2 .action .link {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgb(230, 0, 0);
	position: absolute;
	right:36px;
	top: 36px;
}
.content_box.box_6 .container_2 .action .link img {
	width: 100%;
}
.content_box.box_6 .button {
	margin-top: 80px;
	padding-bottom: 99px;
}
.content_box.box_6 .button a {
	display: block;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	width: 240px;
	box-sizing: border-box;
	font-size: 112.5%;
}
.content_box.box_6 .button a:nth-child(1) {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
.content_box.box_6 .button a:nth-child(2) {
	display: none;
}
@media screen and (max-width: 800px) {
	.content_box.box_6, .content_box.box_100498 { font-size: 88%; }
	.content_box.box_6 .container_1 .heading {
		font-size: 220%;
	}
	.content_box.box_6 .container_1 .heading p {
		
	}
	.content_box.box_6 .container_1 .heading .neon::before {
		width: 155px;
	}
	.content_box.box_6 .button a:nth-child(2) {
		display: block;
		color: #74A328;
		border: 1px solid #74A328;
		margin-top: 19px;
	}
	.content_box.box_6 .flex_container {
			display: block;
			margin-top: 40px;
		}
		.content_box.box_6 .container_2 .action .action_name {
			font-size: 130%;
			min-height: 67px;
		}
		.content_box.box_6 .container_1, .content_box.box_6 .container_2 {
			width: 100%;
		}
		.content_box.box_6 .container_1 .description {
		/*	display: none; */
		width: 280px;
		}
		.content_box.box_6 .container_2 .action:first-child {
			margin-top: 40px;

		}
		.content_box.box_6 .container_2 .action .link {
			top: 27px;
		}
	@media screen and (max-width: 383px) {
		.content_box.box_6 .container_2 .action .action_name {
			width: 140px;
			font-size: 120%;
		}
		.content_box.box_6 .container_2 .action .link {
			top: 33px;
		}
		
	}
}
.content_box.box_100498 {
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
.content_box.box_100498 .content_container {
	background-color: rgba(56, 87, 35, 0.5);
	padding-top: 120px;
}
.content_box.box_100498 .content_container .flex_container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 90%;
	max-width: 966px;
}
.content_box.box_100498 .content_container .flex_container .box_1 {
	width: 47%;
}
.content_box.box_100498 .content_container .flex_container .box_1 .heading {
	text-transform: uppercase;
	font-size: 175%;
	color: rgb(230, 159, 0);
	text-align: center;
}
.content_box.box_100498 .content_container .flex_container .box_1 .text {
	font-size: 125%;
	margin: 50px auto 0;
}
.content_box.box_100498 .content_container .flex_container .to_booking {
	display: none;
}
.content_box.box_100498 .content_container .flex_container .box_2 {
	width: 412px;
	width: 42.7%;
}
.content_box.box_100498 .content_container .flex_container .box_2 .responsive_box {
	margin: 0 auto;
}
.content_box.box_100498 .content_container .flex_container .box_2 .responsive_box div {
	background: url(../images/image1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100%;
	position: relative;
}
.content_box.box_100498 .content_container .flex_container .box_2 .responsive_box div::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(64, 64, 64, 0.5);
}
.content_box.box_100498 .content_container .to_booking {
	padding: 50px 0 99px;
}
.content_box.box_100498 .content_container .to_booking a {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: center;
	font-size: 109%;
	width: 224px;
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
}
@media screen and (max-width: 800px) {
	.content_box.box_100498 .content_container .flex_container {
		display: block;
		width: 100%;
	}
	.content_box.box_100498 .content_container .flex_container .box_1 {
		width: 85%;
		margin: 0 auto;
	}
	.content_box.box_100498 .content_container .flex_container .to_booking {
		display: block;
		padding-bottom: 60px;
		margin-top: 0;
	}
	.content_box.box_100498 .content_container .flex_container .box_2 {
		width: 100%;
	}
	.content_box.box_100498 .content_container .to_booking {
		display: none;
	}
	.content_box.box_100498 .content_container {
		padding-top: 60px;
	}
}
.content_box.box_100499 {
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
.content_box.box_100499 .content_container {
	margin: 0 auto;
	width: 90%;
}
.new_flex {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
	width: 90%;
	max-width: 1090px;
}
.new_flex .chal_1 {
	width: 41%;
}
.new_flex .chal_2 {
	width: 56%;
}
.content_box.box_100499 .heading {
	font-size: 250%;
	max-width: 380px;
	line-height: 1.2;
}
.content_box.box_100499 .heading .neon {
	position: relative;
	z-index: 1;

}
.content_box.box_100499 .heading .neon:before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 15px;
	width: 152px;
	height: 20%;
	background: rgba(191, 144, 0, 0.6);
	box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
	z-index: -1;
}
.content_box.box_100499 .questions .one_question {
	background-color: rgba(118, 113, 113, 0.5);
	margin-bottom: 15px;
	position: relative;
}
.content_box.box_100499 .questions .one_question:last-child {
	margin-bottom: 0;
}

.content_box.box_100499 .questions .one_question .question_block {
	position: relative;
	cursor: pointer;
	padding: 30px 80px 30px 30px;
}
.content_box.box_100499 .questions .one_question .question_block div:nth-child(2) {
	font-size: 126%;
	text-transform: uppercase;
}
.content_box.box_100499 .questions .one_question .cross {
	position: absolute;
	top: 27px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;	
}
.content_box.box_100499 .questions .one_question .cross::before, .content_box.box_100499 .questions .one_question .cross::after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.content_box.box_100499 .questions .one_question .cross::before {
	top: 14px;
}
.content_box.box_100499 .questions .one_question .cross::after {
	bottom: 14px;
	transform: rotate(90deg);
}
.content_box.box_100499 .questions .one_question .cross.clicked::before {
	top: 14px;
	transform: rotate(45deg);
}
.content_box.box_100499 .questions .one_question .cross.clicked::after {
	bottom: 14px;
	transform: rotate(135deg);
}
.content_box.box_100499 .questions .one_question .answer_block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -25;
	font-size: 125%;
	padding: 0 0 0 30px;
	transition: all 0.3s ease 0s;
}
.content_box.box_100499 .questions .one_question .answer_block.clicked {
	position: static;
	padding: 30px;
	transition: all 0.3s ease 0s;
}
.content_box.box_100499 .show_all_servises {
	padding: 80px 0 0px;
	font-size: 112.5%;
}
.content_box.box_100499 .show_all_servises a:nth-child(1) {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #e60000;
	padding: 15px 0;
	width: 235px;
	margin: 0 auto;
	text-align: center;
}
.content_box.box_100499 .show_all_servises a:nth-child(2) {
	display: none;
}
@media screen and (max-width: 800px) {
	.content_box.box_100499 {
		font-size: 88%;
	}
	.new_flex {
		display: block;
		margin-top: 40px;
		width: 100%;
	}
	.new_flex .chal_1, .new_flex .chal_2 {
		width: 100%;
		margin-top: 40px;
	}
	.content_box.box_100499 .heading {
			font-size: 220%;
			width: 100%;
		}
	.content_box.box_100499 .heading .neon::before {
		width: 120px;
	}
	.content_box.box_100499 .questions .one_question .question_block div:nth-child(2) {
		font-size: 109%;
	}
	.content_box.box_100499 .questions .one_question .question_block {
		padding-right: 68px;
		padding-left: 22px;
	}
	.content_box.box_100499 .questions .one_question .answer_block.clicked {
		padding: 22px;
	}
	.content_box.box_100499 .show_all_servises a:nth-child(1) {
		display: none;
	}
	.content_box.box_100499 .show_all_servises a:nth-child(2) {
		display: block;
		width: 240px;
		padding: 15px 0;
		margin: 0 auto;
		border: 1px solid #74A328;
		text-decoration: none;
		color: #74A328;
		text-align: center;
	}
	@media screen and (max-width: 420px) {
		
		
		@media screen and (max-width: 360px) {
			
			
			@media screen and (max-width: 330px) {
				
				
			}
		}
	}
}
.content_box.box_100500 {
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
.content_box.box_100500 .flex_container {
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 60px auto 50px;
	max-width: 800px;
}
.content_box.box_100500 .flex_container .heading {
	font-size: 250%;
	width: 380px;
	line-height: 1.2;
}
.content_box.box_100500 .flex_container .heading .neon {
	position: relative;
	z-index: 1;

}
.content_box.box_100500 .flex_container .heading .neon:before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 15px;
	width: 125px;
	height: 20%;
	background: rgba(191, 144, 0, 0.6);
	box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
	z-index: -1;
}
.content_box.box_100500 .flex_container .box_2 {
	display: none;
}
.content_box.box_100500 .flex_container .box_3 {
	width: 300px;
}
.content_box.box_100500 .flex_container .tel_num {
	font-size: 200%;
	font-weight: bold;
}
.content_box.box_100500 .flex_container .address {
	font-size: 125%;
	margin-top: 25px;

}
.content_box.box_100500 .flex_container .working_hours {
	font-size: 125%;
	text-transform: uppercase;
	margin-top: 25px;
}
.content_box.box_100500 .flex_container .box_3 .to_booking {
	margin-top: 30px;
}
.content_box.box_100500 .flex_container .box_3 a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 93%;
	background-color: #e60000;
	padding: 10px 0;
	width: 268px;
	text-align: center;
}
.content_box.box_100500 .map_box {
	margin-top: 80px;
}
.content_box.box_100500 .kontakts_container {
	display: none;
}
@media screen and (max-width: 800px) {
	.content_box.box_100500 {
		font-size: 88%;
	}
	.content_box.box_100500 .flex_container {
		display: block;
		margin-top: 40px;
	}
	.content_box.box_100500 .flex_container .heading, .content_box.box_100500 .flex_container .box_3 {
		width: 100%;
	}
	.content_box.box_100500 .flex_container .heading {
		font-size: 220%;
	}
	.content_box.box_100500 .flex_container .box_2 {
		display: block;
	}
	.content_box.box_100500 .flex_container .box_2 a {
		display: block;
		width: 211px;
		padding: 15px 0;
		text-align: center;
		color: #fff;
		text-decoration: none;
		background-color: #e60000;
		font-size: 112.5%;
		margin: 50px 0;
	}
	.content_box.box_100500 .flex_container .box_3 .to_booking {
		display: none;
	}
	.content_box.box_100500 .map_box {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.content_box.box_100500 .kontakts_container {
		display: block;
		padding-bottom: 60px;
	}
	.content_box.box_100500 .kontakts_container .heading_3 {
		font-size: 125%;
		text-align: center;
		margin: 60px auto;
	}
	.content_box.box_100500 .kontakts_container .kontakts a {
		display: block;
		width: 115px;
		margin: 18px auto 0 auto;
		padding: 10px 0px 10px 55px;
		font-size: 112.5%;
		color: #fff;
		text-decoration: none;
		border: 1px solid #fff;
	}
	.content_box.box_100500 .kontakts_container .kontakts a.wapp {
		background: url(../images/whatsapp.png) no-repeat;
		background-size: 28px;
		background-position: 15px center;
	}
	.content_box.box_100500 .kontakts_container .kontakts a.tg_url {
		background: url(../images/telegram.png) no-repeat;
		background-size: 28px;
		background-position: 15px center;
	}
	.content_box.box_100500 .kontakts_container .kontakts a.vk_url {
		background: url(../images/vk.png) no-repeat;
		background-size: 28px;
		background-position: 15px center;
	}
	@media screen and (max-width: 410px) {
		.content_box.box_100500 .flex_container {
			font-size: 95%;
		}
		@media screen and (max-width: 380px) {
			.content_box.box_100500 .flex_container {
				font-size: 90%;
			}
		}
		@media screen and (max-width: 360px) {
			.content_box.box_100500 .flex_container {
				font-size: 85%;
			}
			@media screen and (max-width: 360px) {
				.content_box.box_100500 .flex_container {
					font-size: 80%;
				}
				@media screen and (max-width: 330px) {
					.content_box.box_100500 .kontakts_container .heading_3 {
						font-size: 112.5%;
					}
				}
			}
		}
	}

}

/* стили для доп. контента к новогодней акции */
.content_box.box_1.mobile {
	display: none;
}
@media screen and (max-width: 670px) {
	.content_box.box_1.desktop {
		display: none;
	}
	.content_box.box_1.mobile {
		display: block;
		margin-top: 80px;
		background: none;
		height: 527px;
		box-sizing: border-box;
		padding: 0;
		overflow: hidden;
	}
	#carousel_2 .slider__item {
		padding: 66px 50px 22% 50px;
		height: 527px;
		overflow: hidden;
		box-sizing: border-box;
		position: relative;
	}
	#carousel_2 .slider__item .action_name {
		font-size: 200%;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#carousel_2 .slider__item .action_descr {
		font-size: 150%;
		margin-bottom: 90px;
	}
	#carousel_2 .slider__item .action_go {
		text-align: center;
		font-size: 170%;
		text-transform: uppercase;
	}
	#carousel_2 .slider__item .loock_more {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 55px;
	}
	#carousel_2 .slider__item .loock_more a {
		color: #fff;
		background-color: #e60000;
		text-align: center;
		margin: 0 auto;
		display: block;
		text-decoration: none;
		font-size: 109%;
		padding: 20px 0;
		text-transform: uppercase;
		width: 300px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 400px) {
		#carousel_2 .slider__item {
			padding: 66px 30px 22% 30px;
		}
		@media screen and (max-width: 380px) {
			#carousel_2 .slider__item .action_name {
				font-size: 190%;
			}
			#carousel_2 .slider__item .action_descr {
				font-size: 140%;
				margin-bottom: 57px;
			}
			#carousel_2 .slider__item .action_go {
			  text-align: center;
			  font-size: 150%;
			  text-transform: uppercase;
			}
			#carousel_2 .slider__item .loock_more a {
				width: 275px;
			}
		}
	}
}