
body {
	background: #eee;
	margin: 0;
	padding: 0;
	position: relative;
}

.wrap_bg {
	max-width: 1200px;
	height: 1700px;
	background: #333;
	background-image: url(../img/B_fon.jpg);
	margin: 20px auto;
}
@media all and (max-width: 620px){
	.wrap_bg {max-width: 100%; background-image: url(../img/B_fon.jpg) repeat-y;}
	}

/*			<!---HEADER------>   */

.menu_wrap {
	width: 100%;
	max-height: 65px;
	background: #000;
	box-shadow: 3px 3px 55px rgba(250,250,250,.7);
}
@media all and (max-width: 620px) {
	.menu_wrap {max-height: 220px;}
}
.menu {
	max-width: 940px;
	height: 100%;
	margin: auto;
	display: flex;
}
@media all and (max-width: 620px) {
	.menu {max-height: 220px;
	flex-wrap: wrap;
	justify-content: center;
	}
}
.sect1 {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 3;
}
@media all and (max-width: 620px) {
	.sect1 {width: 100%;
	max-height: 220px;
	flex-wrap: wrap;
	justify-content: center;}
}
.sect2 {
	height: 65px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:  flex-end;
	flex-wrap: wrap;
	flex: 1;
	padding: 0;
}
@media all and (max-width: 620px) {
	.sect2 {max-height: 300px;
	flex-wrap: wrap;
	justify-content: center;}
}

.menu li {
	list-style:none;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin: 0 50px 0 0;
}
@media all and (max-width: 620px) {
	.menu li {font-size: 15px; margin: 0 15px 0 0;}
}
.menu li a {
	color: #ddd;
	text-decoration: none;
	padding: 8px 0;
}
@media all and (max-width: 620px) {
	.menu li a {padding: 4px 0;}
}
.menu li:hover a {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 6px;
}
@media all and (max-width: 620px) {
	.menu li:hover a {padding-bottom: 2px;}
}
.enter {
	max-width: 100px;
	max-height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.enter img {
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
}
.logo_wrap {
	width: 100%;
	max-height: 200px;
}
.logo_wrap .logo {
	max-width: 370px;
	margin: 30px auto;
}
@media all and (max-width: 620px) {
	.logo_wrap .logo{width: 300px; margin: 10px auto;}
}
.logo_wrap .logo img {
	max-width: 100%;
}

/*		<!---CONTENT----->     */
		
.content_wrap_bl {
	width: 100%;
	height: auto;
}	
.content_bl {
	max-width: 940px;
	height: auto;
	margin: auto;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
@media all and (max-width: 620px){
	.content_bl {justify-content: center; align-content: flex-end;
		flex-direction: column;
	}
}
.content_bl .item {
	max-width: 32%;
	height: 360px;
	padding: 5px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
@media all and (max-width: 620px){
	.content_bl .item {max-width: 80%; margin-bottom: 10px;}
	}
.content_bl .item h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin: 5px;
}
.content_bl .item p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
.content_bl .item .wrapimg {
	max-width: 100%;
	height: 190px;
	background: #000;
	border: 0;
	box-sizing: border-box;
	overflow: hidden;
}
@media all and (max-width: 620px){
	.content_bl .item .wrapimg {height: 220px;}
	}
 .wrapimg img {
	width: 100%;
	opacity: 0.7;
    -webkit-transition: 0.2s;
    -webkit-transition: 0.2s linear; 
}
.wrapimg:hover img {
	width: 100%;
	opacity: 1;
    -webkit-transform:scale(1.3);
}



.content_wrap_wh {
	max-width: 940px;
	height: auto;
	margin: auto;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
}
@media all and (max-width: 620px){
	.content_wrap_wh {max-width: 80%; margin-bottom: 50px;}
	}	
.contrnt_bord {
	max-width: 100%;
	height: auto;
	margin: auto;
	background: #fff;
	display: flex;
	align-items: flex-start;
}
@media all and (max-width: 620px){
	.contrnt_bord {width: 480px; margin: 30px 0 0 0; padding: 5px 5px; flex-wrap: wrap;}
	}
.news {
	width: 50%;
	margin: 40px 50px;
}
@media all and (max-width: 620px){
	.news {width: 95%; margin: 10px 10px;}
}
.enter_gallery {
	width: 50%;
	height: auto;
	margin: 40px 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column; 
	align-content: stretch;
}
@media all and (max-width: 620px){
	.enter_gallery {width: 95%; margin: 10px 10px;}
}
.enter_gallery img {
	width: 99%;
}






.news h2, .enter_gallery h2, .sub_letter .text h2, .sub_contacts .news2 h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 28px;
	margin: 5px;
	color: #000;	
}
.news p, .sub_letter .text p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.btnn_bl {
	max-width: 140px;
	height: 40px;
	background: #000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
		margin: 20px 0 0 0;
}
.news a, .enter_gallery a {
	text-decoration: none;
	color: #fff;
}
.btnn_wh {
	max-width: 136px;
	height: 36px;
	background: #fff;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border: 2px #000 solid;
	margin: 20px 0 0 0;
}

/*			<!---SUBMIT------>    */

.submit_wrap {
	width: 100%;
	height: auto;
}	
.submit {
	max-width: 920px;
	height: auto;
	margin: auto;
	background: #fff;
	padding: 40px 50px 40px 50px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-around; 
}
@media all and (max-width: 620px){
	.submit {width: 95%; margin: 10px 10px; 	flex-wrap: wrap;}
}
.sub_contacts {
	width: 50%;
	height: 100%;
	margin: 0px;
	padding: 0 50px 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column; 
	align-content:  space-between;
	//											border: 1px solid red;	
}
@media all and (max-width: 620px){
	.sub_contacts {width: 95%; margin: 10px 10px;}
}
.sub_letter {
	width: 50%;
	height: 290px;
	margin: 0px;
	padding: 0 0 0 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column; 
	align-content: space-between;
//												border: 1px solid red;
}
.sub_letter .text {
	padding: 0;
	margin: 0;
}
@media all and (max-width: 620px){
	.sub_letter {width: 95%; margin: 10px 10px;}
}
.inp_wrap {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch; 
	margin: 0;
	padding: 0;
}
.inp {
	width: 45%;
	height: 36px;
	background: #fff;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	border: 2px #000 solid;
	margin: 10px 0px 0 5px;
	float: left;
}

.btnbig {
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin: 20px 0 0 0;
}

.sub_contacts .news2 p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}


/* -----------------------   FOOTER ----------------------------------- */

.footer {
	width: 1200px;
	height: 100px;
	background: #333;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
//	border: 1px red solid;
}
@media all and (max-width: 620px){
	.footer {	position: absolute; bottom: 0;}
}
.foot_cont {
	width: 940px;
	margin: auto;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.foot_address {
	flex: 2;
}
.foot_soz {
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.foot_soz_c {
	background: #fff;
	width: 40px;
	height: 40px;
	opacity: 1;
}
.foot_soz_c img {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.foot_soz_c:hover img {
	opacity: .7;
	cursor: pointer;
}	
.foot_copyright {
	text-align: right;
	direction: flex;
	align-items: center;
	flex: 2;
}







/*  <!---SLIDER------>   */

.gallery{
    width: 99%;	
    margin: 10px auto 160px;
    text-align: left;
    position: relative;
 //  									 border: 1px red dotted;
}
.gallery .photos{
    position: relative;
	width: 100%;

	margin: 0 0 5px 0;
}
.gallery .photos img{
    width: 100%;   
    height: auto;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 1s;
    
}

.gallery .photos img.showing{
    opacity: 1;

}
/*  <!---/ SLIDER------>   */


















