/*видеозаставка*/
#videodiv{
	width: 100%; height: auto; position: relative;
}
#videodiv_inner{
	width: 100%; min-height: 100%;
}
#novideo{
	position: absolute; top: 10px; right: 80px; width: 150px; font-size: 16px; font-weight: bold; color: #fff; text-align: center; padding: 7px; border: solid 2px #fff; border-radius: 20px; z-index: 100; cursor:pointer;
}
#nomute{
	position: absolute; top: 10px; right: 20px; width: 40px; height: 40px; padding: 7px; border: solid 2px #fff; border-radius: 20px; z-index: 100; cursor:pointer;
}
#nomute i{
	font-size: 20px; font-weight: bold; color: #fff;	
}
/*main blocks*/
.georgia-all{display: none;}
.mainpic, .mainpic2, .mainpic3{
	width: 100%;
	max-width: 	 560px;
	float: right;
	margin: 0 0 20px 20px;
}
.mainpic2{float: left; margin: 0 20px 20px 0;}
.mainpic3{max-width: 	 360px;}
.mainpic-img{width: 100%;}
.mainpic-caption{
	width: 100%;
	font-size: 0.9em;
	font-style: italic;
	padding: 10px;
	text-align: center;
}
.mainpic-100{
	width: 100%;
	margin: 20px 0;	
}
.mainpic-row3{
	width: 100%;
	display: flex;
	flex-flow: row nowap;
	justify-content: space-between;
	align-items: stretch;
}
.mainpic-33{
	width: calc(33% - 8px);
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1130px){

}
@media screen and (max-width:1020px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:860px){
	#videodiv{
		/* min-height: calc(100vh - 240px); */
		 max-height:  calc(100vh - 150px); 
		 background-color: var(--secondary-color3-2);
	}	
}
@media screen and (max-width:720px){

}
@media screen and (max-width:660px){
	#novideo{
		top: auto;
		bottom: 10px;
	}
	#nomute{
		top: auto;
		bottom: 10px;
	}
}
@media screen and (max-width:360px){
	h1{font-size: 1.7em;}
	#videodiv{
		display:flex;
		justify-content: center;
		align-items: center;	
	}	
}






