body {

margin:0px;
padding:0px;
}
#my_left {
	padding-bottom: 200px;
}
.my_top{
	background-image: url(../../property/img/1.jpg);
	background-position:top;
	background-repeat: no-repeat;
	width: auto;
	clear:both;
	/*position: fixed;*/
	top: 0px;
	left:0px;
	right: 0px;
	height:250px;
	align-content: center;
	text-align: center;
	z-index: 500;
}

.menu{
	position:inherit;

	top:0px;
	left: 0px;
	/*bottom: 0px;*/
	width: 250px;
	box-shadow: 0.3px 0.3px 5px rgba(0,0,0,0.2);
	color: var(--my-black-text-color);
	float:left;
	min-height: 665px;
	height: auto;
}
.main_content_site{
	/*position: static;*/
	/*top:0px;*/
	left:250px;
	float:left;
	width: 800px;
	/*left: 75%;*/
	margin-left:260px;
	margin-top:20px;
	/*max-width: 75%;*/
	text-align: left;
	font-style: italic;
}
.dop_info{
	position: static;
	float:left;
	top:0px;
	right: 0px;
	width: 150px;
}
.content_center{
	position: absolute;
	top:240px;
	width: 1280px;
	left:0px;
	right:0px;
	margin: auto;
	padding:0px;
	align-content: center;
}
.my_footer{
	clear:both;
	position: fixed;
	bottom: 0px;
	left:0px;
	right: 0px;
	align-content: center;
	text-align: center;
	background-color: var(--my-all-background);
	color: var(--my-black-text-color);
	box-shadow: 0.3px 0.3px 20px rgba(0,0,0,0.2);
}
/*@media (min-width: 100px) and (max-width: 1281px)*/
@media screen and (max-width: 240px), screen and (max-width: 480px), screen and (max-width: 540px), screen and (max-width: 768px)
{
	.my_top{
		background-image: url(../../property/img/1_1.jpg);
		background-position:top;
		background-repeat: no-repeat;
		/*max-width: 1200px;*/
		width: 100%;
		clear: both;
		position: relative;
		top: 0px;
		left:0px;
		right: 0px;
		height:250px;
		align-content: center;
		text-align: center;
		z-index: 500;
	}
	#my_left {
		padding-bottom: 0px;
	}
	.menu-triger {
		background: url("/frontPage/img/menu.png") 0 0 repeat;
		display: block;
		width: 25px;
		height: 17px;
		position: absolute;
		left: 15px;
		top: 28px;
	}
	.menu-close {
		background: url("/frontPage/img/close.png") 0 0 repeat;
		display: block;
		width: 28px;
		height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 100;
	}
	.menu-popup {
		background: var(--my-background-menu);
		display: none;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		box-sizing: border-box;
		padding-top: 30px;
		z-index: 9999;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}

	.menu{
		position:relative;
		/*display: none;*/
		top:0px;
		left: 0px;
		/*bottom: 0px;*/
		width: 100%;
		box-shadow: 0.3px 0.3px 5px rgba(0,0,0,0.2);
		color: var(--my-black-text-color);
		float:none;
		min-height: 90px;
		height: auto;
	}
	.main_content_site{
		/*position: inherit;*/
		left:0px;
		/*top:0px;*/
		margin-left:0px;
		margin-top:20px;
		width: 360px;
	}
	.content_center {
		position: absolute;
		top: 240px;
		left: 0px;
		right: 0px;
		margin: unset;
		padding: 0px;
		align-content: center;
		width: 100%;
	}
	.dop_info{
		position: relative;
		float:none;
		top:0px;
		width: 0px;
	}
}

