#MCA_strip {
	border-top:1px solid rgba(0,0,0,.25);
}
._video {
	height:78%;
	background-image: url('../../images/bg_camp.png');
	background-position: center;
}

.top_content h1 {
	color: #ffffff;
	margin: 0;
	font-weight: 600;
	font-size: 7vmin;
}

.top_content h1 img {
	width: 20vw;
	display: block;
	margin: 0 auto;
}

.mimun {
	display:flex;
	margin:0 auto;
	margin-top:2vh;
	padding-right:2vh;
	color:#ffffff;
	border:2px solid #ffffff;
	border-radius:12px;
	background:rgba(23,49,72,.3);
}
.mimun_price {
	font-size:80px;
	font-weight:600;
}
.mimun_price .small {
	font-size:22px;
	font-weight:400;
}
.mimun_text {
	display:flex;
	align-items:center;
	margin-right:2vh;
	padding:0 2vh;
	border-right:2px solid #ffffff;
	border-radius:12px;
	background:rgba(23,49,72,1);
	color:#ffffff;
	font-size:32px;
	font-weight:600;
}
.mimun_text span {
	line-height:95%;
}

.mid_content {
	position: absolute;
    top: 50%;
    translate: 0 -50%;
}
.camp_prop_list {
	width:fit-content;
	padding:15px;
	padding-right:20px;
	background:#ffffff;
}

.bot_wrpr {
	display: flex;
    gap: 5vw;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.bot_content h4 {
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	font-size: 3em;
	font-weight: normal;
	width: max-content;
	margin: 0 auto;
	margin-bottom: -0.2em;
}

.camp_cars {
	width:60%;
	margin:0 auto;
}

.price_wrpr {
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	text-align: center;
	font-size: 5.5vw;
	font-weight: 600;
	direction: rtl;
	line-height: .8;
	margin-top:-3vh;
}

.price .start {
	width: min-content;
	font-size: 21%;
	line-height: 0.65;
	text-align: left;
	margin-left: 5px;
	margin-top: -20px;
	font-weight: 400;
}

.price .sh {
	font-size: 50%;
	align-self: flex-end;
	margin-bottom: 5px;
}

.price .insted {
	position: relative;
	display: inline-block;
	width: max-content;
	margin-right: 30px;
	font-size: 50%;
	align-self: flex-end;
	margin-bottom: 15px;
	font-weight: 400;
}

.price .insted:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	top: 50%;
	transform: rotate(-10deg);
}

.bot-gap {
	width: 1px;
	background: rgba(255,255,255,.5);
}

.alek_prop_list ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	width: max-content;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}

.alek_prop_list ul li {
	flex: 1;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}

.alek_i {
	display:block;
	width: 140px;
	margin-bottom: 5px;
	font-weight: 400;
}

.camp_prop_list hr {
	height:1px;
	margin:20px auto;
	background:#000000;
	border:none;
}

.alek_i_txt p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	white-space: nowrap;
}

.desktop_hide {
	display: none;
}

.form-container {
	background:#f2f2f2;
}
.form-container, 
.form-container *,
#formTop,
#formTop *,
#formTop h2 {
	color:#000000;
} 

.form-container .form-row input, .form-container .form-row select, .custom-select {
	border:1px solid rgba(0,0,0,.25);
}

@media (max-width: 1024px) {
	.alek_prop_list ul {
		gap: 0px;
		width:auto;
	}

	.top_content {
		margin-top: 0;
	}

	.top_content h1 {
		line-height: 0.75em;
	}

	.top_content h1 img {
		width: 55vw;
		margin-bottom:1vh;
	}
	
	.mimun {
		margin-top:0;
	}
	.mimun_price {
		font-size:50px;
	}
	.mimun_price .small {
		font-size:22px;
	}
	.mimun_text {
		font-size:20px;
	}
	.mimun_text span {
		line-height: 90%;
	}

	.bot_wrpr {
		display: block;
		width: auto;
	}
	.bot_content h4 {
		font-size: 1.75em;
		margin-bottom: 0;
	}
	
	.camp_cars {
		margin-bottom:0;
	}

	.price {
		font-size: 3em;
		flex-wrap: wrap;
		line-height: 0.8;
		margin-bottom: 7px;
		margin-top:-1vh;
	}

	.price .start {
		margin-top: -7px;
	}

	.price .ins_wrpr {
		width: 100%;
		line-height: 0;
	}

	.price .insted {
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.price .insted:after {
		height: 2px;
	}

	.price .sh {
		margin-bottom: 5px;
	}
	
	.bot-gap {
		display:none;
	}
	.alek_i {
		width: 100px;
		margin-bottom:0;
	}

	.alek_i_txt h6 {
		font-size: 16px;
	}

	.alek_i_txt p {
		font-size: 12px;
		white-space: normal;
	}

	.mobile_hide {
		display: none;
	}

	.desktop_hide {
		display: block;
	}
	
	.inner-form,
	.x,
	.open_form .form-container {
		background:#f2f2f2;
	}
}

@media (max-width: 767px) {
	body {
		background:#ffffff;
	}
	.noMeeting #main_carousel {
		height:75vh;
	}
	
	#main_carousel .item ._video {
		background-image: url('../../images/bg_camp_mob.webp');
		background-color: #ffffff;
	}
	
	.alek_prop_list ul li {
		gap: 10px;
		margin: 0;
	}
	
	.camp_prop_list {
		padding:2vw;
		background:rgba(255,255,255,.8);
	}
	.camp_prop_list hr {
		margin:10px auto;
	}
}

@media (max-width: 390px) {
	body {
		background:#ffffff;
	}
	
	.top_content h1 {
		line-height: 0.75em;
	}

	.bot_content h4 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.price {
		font-size: 33px;
		flex-wrap: wrap;
		line-height: 0.8;
	}
}

@media (max-width: 1024px) {
	.stmp {
		top: 25vh;
	}
}
/*===== days 05 2025 =====*/
/*
.top_content .days2025-img {
	display:none;
}

#main_carousel.days2025 .top_content .days2025-img {
	display: block;
    max-width: 25vw;
    margin: 0 auto;
}
#main_carousel.days2025 .form-container form {
	margin-top:1vh;
}
.days2025 .days2025-form-top {
	width:70%;
	margin:1vh auto;
	display:block;
}
.days2025 .camp_prop_list {
	display:none;
}

@media (max-width: 1024px) {
	#main_carousel.days2025 .top_content h1 {
		font-size:6vmin;
	}
	#main_carousel.days2025 .top_content h1 img {
		width: 30vw;
	}
	#main_carousel.days2025 .top_content .days2025-img {
		width:55vw;
		max-width:none;
	}
	.days2025 .days2025-form-top {
		margin-top:10vh;
	}
	.days2025 .inner-form {
		margin-top:5vh;
	}
}
*/


@media (max-width: 1024px) {
	._thanks #formTop {
		display:none;
	}
}