.pre-product {
	height: 130px;
	background: #23211b
}

@media (max-width: 900px) {
	.pre-product {
		height: 90px
	}
}

.desco{
	/*white-space: pre-line;*/
	margin-bottom: 50px;
	margin-top:50px;
}

.breadcrums {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ccc
}

.breadcrums a {
	color: var(--main-color);
	text-decoration: none
}

.planning {
	margin-top: 20px
}

.rscht-price {
	outline: none;
	transition: 0.3s;
	padding: 10px 20px;
	background: var(--main-color);
	margin-top: 30px;
	cursor: pointer;
	font-family: "Acrom";;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	border-radius: 5px
}

.pc-title {
	font-size: 30px;
	text-align: left
}

.charachter .section {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	text-align: center
}

@media (max-width: 500px) {
	.charachter .section {
		width: 31%
	}
}

.charachter .char-pic {
	height: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 10px
}

.charachter .char-name {
	display: block;
	font-size: 14px
}

.charachter .char-volume {
	font-family: "Acrom";;
	font-size: 20px
}

.price {
	margin-top: 15px;
	font-size: 20px
}

.price sup {
	font-size: 12px
}

@media (max-width: 500px) {
	.pl-sec {
		text-align: justify;
		font-size: 0
	}
	.pl-sec:after {
		display: inline-block;
		width: 100%;
		content: ""
	}
}

.plan-estate {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: inherit
}

@media (max-width: 500px) {
	.plan-estate {
		width: 48%;
		margin-right: 0
	}
}

.plan-estate .name {
	text-align: center;
	font-size: 14px
}

.plan-estate .volume {
	text-align: center;
	font-size: 14px
}

.plan-estate .volume sup {
	font-size: 12px
}

.plan-estate .photo-plan {
	height: 90px;
	margin-bottom: 10px;
	width: 100px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width: 500px) {
	.plan-estate .photo-plan {
		width: 100%;
		height: 150px
	}
}

.item-content {
	position: relative;
    margin-bottom: 50px;
}

.item-content .left-sec-project {
	height: 100%;
	width: 48%;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	border-radius: 5px;
	top: 0
}

@media (max-width: 770px) {
	.item-content .left-sec-project {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
		margin-bottom: 30px
	}
}

.item-content .right-sec-project {
	width: 48%;
	float: right
}

@media (max-width: 770px) {
	.item-content .right-sec-project {
		width: 100%;
		float: left
	}
}