/**Убираем тени, и прочую мишуру на iOS и некоторых дроидах**/
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mob_header {
	display:none;
}
.footer_mob {
	display:none;
}

/**Обычные моники подмена на фон по легче**/
@media only screen and (max-width: 1280px) {	

}

/**планшеты*/
@media only screen and (max-width: 1024px) {	
	html, body {
		overflow-x: hidden;
	}
	.col_3 {
		min-width:300px; width:100%; max-width:1000px;
	}
	.div_stab_rot {
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
		padding-bottom:60px; padding-left:40px; padding-right:40px; min-width:300px; width:100%; max-width:1000px; text-align:left;
	}
	.header_left {
		min-width:460px; width:50%; text-align:left;
		-webkit-box-pack:start;
	    -ms-flex-pack:start;
		justify-content:flex-start;
	}
	.header_right {
		min-width:460px; width:50%; position:relative;
	}	
	
	.contact_left {
		min-width:280px; width:100%; max-width:900px; padding-right:20px; padding-left:20px; padding-bottom:20px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
	    -ms-flex-direction:column;
		flex-direction:column;		
	}
	.contact_right {
		min-width:300px; width:100%; max-width:1000px; padding-right:20px; padding-left:20px;
	}	
	
	.contacts_cont {
		min-width:300px; width:100%; max-width:1000px; padding-left:0; padding-right:0; padding-bottom:40px; margin-top:-40px;
	}	
	
}









/**планшеты и большие трубки**/
@media only screen and (max-width: 900px) {
	body {
		min-width:300px;
		width:100%;
		max-width:900px;
		overflow-x: hidden;
	}	
	.header_left {
		min-width:300px; width:50%;
		-webkit-box-pack:start;
	    -ms-flex-pack:start;
		justify-content:flex-start;		
	}
	.header_right {
		min-width:300px; width:50%; position:relative;
		padding-left:60px;
		-webkit-box-pack:start;
	    -ms-flex-pack:start;
		justify-content:flex-start;				
	}
	.header_nav {
		min-width:740px; width:100%; max-width:900px; padding-left:20px; padding-right:20px;
	}
	.header_link {
		padding-left:5px; padding-right:5px;
		font-size:15px;
	}
	.header_link_trans_pl {
		margin-right:80px;
	}
	.logo {
		width:100px;
		transition: 1s;
		z-index:999;
	}
	.col_3 {
		min-width:300px; width:100%; max-width:900px;
	}
	.div_rot {
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
		min-width:320px;
		width:120%;
		margin-left:-10%;
		margin-top:-40px;
		box-shadow: 0 2px 10px -5px #aaa;
		
	}

	.div_stab_rot {
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
		min-width:300px; width:100%; max-width:800px; padding-left:11%; padding-right:11%;
		
	}

	.div_overlay {
		min-width:300px;
		height:auto;
		position:inherit; z-index:10;
		width:100%; min-width:300px;
		background-image: url(/../img/overlay.png); 
		background-position-x: initial; 
		background-position-y: initial; 
		background-size: initial; 
		background-repeat-x: repeat; 
		background-repeat-y: repeat; 
		background-attachment: initial; 
		background-origin: initial; 
		background-clip: initial; 
		background-color: transparent;
		background-attachment: fixed;	
	}
	.div_overlay2 {
		min-width:300px;
		height:auto;
		position:inherit; z-index:10;
		width:100%;
		background-image: url(/../img/overlay.png); 
		background-position-x: initial; 
		background-position-y: initial; 
		background-size: initial; 
		background-repeat-x: repeat; 
		background-repeat-y: repeat; 
		background-attachment: initial; 
		background-origin: initial; 
		background-clip: initial; 
		background-color: transparent;
		background-attachment: fixed;	
	}	
	.banner_bg {
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		background-position:center bottom;
		height:100%;
	}
	.banner_bg2 {
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		background-position:center bottom;
		height:100%;
	}
	.in_one_block_left {
		min-width:250px; padding:20px; padding-top:0; order:2;
	}
	.in_one_block_right {
		min-width:250px; padding:20px; padding-top:0; order:3;
	}	
	.in_one_block_center {
		order:1;
		min-width:300px;
		width:100%;
		max-width:860px;		
	}
	
	.contact_left {
		min-width:280px; width:100%; max-width:900px; padding-right:20px; padding-left:20px; padding-bottom:20px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
	    -ms-flex-direction:column;
		flex-direction:column;		
	}
	.contact_right {
		min-width:300px; width:100%; max-width:900px; padding-right:20px; padding-left:20px;
	}	
	
	.contacts_cont {
		min-width:300px; width:100%; max-width:900px; padding-left:0; padding-right:0; padding-bottom:40px; margin-top:-40px;
	}	
	
}











/**подобные iPhone 6-8**/
@media only screen and (max-width: 736px) {
	body {
		min-width:300px;
		width:100%;
		max-width:736px;
		overflow-x: hidden;
	}
	.tor_purple_div {
		display:none;
	}
	.lipka-element {
		display:none;
	}
	.mob_header {
		display:block;
		background:#73b566;
	}

	
	.header_link:visited {
		color:#fff;
		text-decoration:none;
		padding:20px;
		font-size:16px;
	}
	.header_link {
		position:relative;
		color:#fff;
		text-decoration:none;
		padding:10px;
		font-size:15px;
		text-align:left;
	}
	.header_link:hover {
		color:#e8e3b9;
		text-decoration:none;
		cursor:pointer;
	}
	.header_link:hover .anim_underline{
		transition: .2s;
		width:0;
		border-top:0;
	}
	.header_link:hover .anim_underline_release{
		transition: .1s;
		width:0;
		border-top:0;
		bottom:0; left:0;
	}
	.header_link:active {
		color:#a2b685;
		text-decoration:underline;
	}
	.header_link_trans_pl {
		margin-right:0;
	}
	.anim_underline {
		transition: .2s;
		width:0;
		border-top:0;
		margin-top:0;
	}
	.anim_underline_release {
		position:absolute;
		bottom:0; left:0; z-index:999;
		transition: .1s;
		width:0;
		border-top:0;
	}
	.header_link:active {
		color:#a2b685;
		text-decoration:none;
	}
		
	.in_one_block_left {
		order:2;
	}
	.in_one_block_center {
		order:1;
		min-width:300px;
		width:100%;
		max-width:736px;		
	}
	.in_one_block_center_div {
		
	}
	.in_one_block_right {
		order:3;
	}	

	.div_overlay {
		min-width:300px;
		height:auto;
		position:inherit; z-index:10;
		width:100%; min-width:300px;
		background-image: url(/../img/overlay.png); 
		background-position-x: initial; 
		background-position-y: initial; 
		background-size: initial; 
		background-repeat-x: repeat; 
		background-repeat-y: repeat; 
		background-attachment: initial; 
		background-origin: initial; 
		background-clip: initial; 
		background-color: transparent;
		background-attachment: fixed;	
	}
	.div_overlay2 {
		min-width:300px;
		height:auto;
		position:inherit; z-index:10;
		width:100%; min-width:300px;
		background-image: url(/../img/overlay.png); 
		background-position-x: initial; 
		background-position-y: initial; 
		background-size: initial; 
		background-repeat-x: repeat; 
		background-repeat-y: repeat; 
		background-attachment: initial; 
		background-origin: initial; 
		background-clip: initial; 
		background-color: transparent;
		background-attachment: fixed;	
	}	
	.banner_bg {
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		background-position:center bottom;
		height:100%;
	}
	.banner_bg2 {
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		background-position:center bottom;
		height:100%;
	}	
	.col_3 {
		height:auto; background:none;
	}
	
	.h1_index_div {
		margin-top:40px;
		margin-bottom:30px;
		min-width:300px;
		width:100%;
		max-width:736px;		
	}	
	.h1_index {
		text-shadow: 2px 2px 5px #000;
		color: #fff;
		font-size:54px;
		font-weight:bold;
		z-index:99;
		min-width:300px;
		width:100%;
		max-width:736px;		
	}	
	
	.logo {
		position:absolute; top:0; left:0; width:100px; height:auto; z-index:5999px;
	}
	.div_rot {
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
		min-width:320px;
		width:120%;
		margin-left:-10%;
		margin-top:-40px;
		box-shadow: 0 2px 10px -5px #aaa;
		
	}

	.div_stab_rot {
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
		min-width:300px; width:100%; max-width:736px; padding-left:11%; padding-right:11%;
		
	}
	.div_white_text {
		background:#fff;
		min-height:100px;
	}
	.up_footer_right {
		width:100%; padding:20px; margin-top:0;
	}
	.up_footer_left {
		width:100%; padding:20px; padding-top:100px;
	}
	.footer_big {
		display:none;
	}	
	.footer_mob {
		display:block;
	}
	
	.contact_left {
		min-width:280px; width:100%; max-width:560px; padding-right:20px; padding-left:20px; padding-bottom:20px;
	}
	.contact_right {
		min-width:300px; width:100%; max-width:560px; padding-right:20px; padding-left:20px;
	}	
	
	.contacts_cont {
		min-width:300px; width:100%; max-width:736px; padding-left:0; padding-right:0; padding-bottom:40px; margin-top:-40px;
	}
	
	

	/**Foto s-r**/
	.foto_and_narrow {
		width:100%;
		height:100vh;
		margin-top:0;
		position:relative;
		background:#333;
		overflow:hidden;
	}
	.foto_in_slider {
		height:100%;
		width:auto;
	}
	.narrow_l {
		position:absolute;
		top:45%;
		left:0;
		width:50px;
	}
	.narrow_r {
		position:absolute;
		top:45%;
		right:0;	
		width:50px;
	}
			
	.krest {
		padding:10px;
		color:#fff;
		text-decoration:none;
		font-size:40px;
		font-weight:bold;
		position:absolute;
		top:0;
		right:0;
		text-shadow:2px 2px 3px #000;
	}
	.krest:hover {
		cursor:pointer;
		color:#e2e2e2;
	}
		
}
/**портретный режим**/
@media only screen and (orientation : portrait) {
	/**Foto s-r**/
	.foto_and_narrow {
		width:100%;
		height:100vh;
		margin-top:0;
		position:relative;
		background:#333;
		overflow:hidden;
	}
	.foto_in_slider {
		height:100%;
		width:auto;
	}
	.narrow_l {
		position:absolute;
		top:45%;
		left:0;
		width:50px;
	}
	.narrow_r {
		position:absolute;
		top:45%;
		right:0;
		width:50px;
	}
}

/**портретный режим**/
@media only screen and (max-width: 500px) and (orientation : portrait) {
	.h1_index {
		text-shadow: 2px 2px 5px #000;
		color: #fff;
		font-size:34px;
		font-weight:bold;
		z-index:99;
		min-width:300px;
		width:100%;
		max-width:736px;		
	}
	.article_pluh {
		width:100%;
		margin:0;
		margin-bottom:10px;
		padding:20px; padding-bottom:50px;
		border:0; border-radius:0;
		transition: .2s;
		box-shadow: 0 5px 10px -5px #aaa;
		background:#fff;
		height:auto;
		overflow:visible;
	}
	.block_articles_new {
		padding:0;
		padding-bottom:60px;
	}
	.a_name_article {
		padding-top:30px;
		font-size:18px;
	}
	.article_pluh_img_div {
		width:100%;
		min-height:335px;
		height:100%;
		max-height:330px;
		overflow:hidden;
		border-radius:0;
	}
}
