._video {
	background-position: center top;
}

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

.top_content h1 img {
	width: 4em;
	display: block;
	margin: 0 auto;
}

.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;
}

.price_wrpr {
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: 5.5vw;
	font-weight: 600;
	direction: rtl;
	line-height: 1;
}

.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: 15px;
}

.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 {
	background: #ffffff;
	width: 140px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-weight: 400;
}

.alek_i_txt h6 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}

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

.desktop_hide {
	display: none;
}

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

	.top_content {
		margin-top: 0;
	}

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

	.top_content h1 img {
		width: 3.5em;
		margin-bottom: 0.2em;
		display:none;
	}


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

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

	.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 {
		transform: scale(0.75);
		width: 110px;
		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;
	}
}

@media (max-width: 767px) {
	#main_carousel .item ._video {
		background-color: #000;
		background-size: contain;
		background-image: url(../images/home-mobile.png);
	}
	
	.alek_prop_list ul li {
		gap: 10px;
		margin: 0;
	}
}

@media (max-width: 390px) {
	.top_content h1 {
		font-size: 34px;
		line-height: 0.75em;
	}

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

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