@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic&subset=latin,cyrillic);


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
}

h2{
	margin:20px 20px;
	color: #378DD8;
}
p{
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	text-indent: 0;
}

ul{
	list-style-type: circle;
}


b{
	font-weight: 700;
}
a:link{
    color: #000;
    text-decoration: none;
}

a:visited{
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #000;
    text-decoration: none;
}

a:active{
    color: #000;
    text-decoration:none;
}

html{
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.15em;
	line-height: 1.6em;	
	
}
body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	height:100%;
	width: 100%;
	min-width: 320px;	
}
header {
	width: 100%;
	color: #000;
	flex: 0 0 100px;
}

.carusel{
	width: 100%;
	flex: 0 0 auto;
}

.carusel-wrap{
	width: 100%; height: auto;
}

main{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	-ms-flex: 1;
    -webkit-flex: 1;
    flex: 1 0 auto;
}


main .div_hover{
	background-color: rgba(100,100,100,0.06);
	transition: all 200ms ease-out;
}

main .div_hover:hover{
	background-color: rgba(0,0,0,0.12);
	transition: all 200ms ease-out;
}

main img{
	border-radius: 10px;
}

main .img_left{
	margin: 10px 30px 10px 10px;
	float: left;
}

main  .img_right{
	margin: 10px 10px 10px 30px;
	float: right;
}

main .img_no_float{
	margin:10px 0px;
	display: block;
	margin: 0 auto;
}

main .main_flex{
	display:flex;
	flex-flow: row;
	align-content: space-around;
	align-items: flex-start;
}

main .main_flex .col2{
	width:50%;
}


/*main {
    background: #FFF;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex-grow: 1;
	width: 100%;
	
	
}
*/
/*main {
	margin: 0 auto;
	width: 100%;
	flex: 1 0 auto;
	-ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}*/

footer {
	width: 100%;
	background-color: #323946;
	flex: 0 0 96x;
}

/* для меню слева */

.triger-nav-right,  .triger-nav-left{
    position: absolute;
    clip: rect(0, 0, 0, 0);
	z-index:-1;
}




/*   Для header */
.header-wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display:flex;
	flex-flow: row nowrap;
	align-items: stretch;
}

.logo{
	/* background:#CCC; */
	padding-left: 60px;	
	margin: auto auto;
	
}

.logo .do{
	color: #229dd1;
	margin: 0 5px 0 0;
	display: inline-block;
    font-size: 36px;
    line-height: 1;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.logo .text-logo {
	font-size: 36px;
}

.logo .posle{
	color: #229dd1;
	margin: 0 0 0 5px;
	display: inline-block;
    font-size: 36px;
    line-height: 1;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.nav-right{
	height: 100%;
	flex-grow: 1;
}
.nav-right ul{
	height: 47px;
	width:100%;
	height: 100%;
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 20px 25px 20px 0;
	display: inline-block;
}

.nav-right ul li{
	display: inline-block;
	text-align: center;
	height: 100%;
	
	
}

.nav-right ul li + li{
	margin-left: 50px;
}

.nav-right ul li div{
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	-ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nav-right ul li img{
}

.nav-right ul li address{
	padding-left: 10px;
	font-style: normal;
 
}

.nav-right .flex_wrap_100{
	width: auto;
	height: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row ;
    -webkit-flex-direction: row ;
    flex-direction: row ;
}

.nav-right .flex_wrap_100  .image{
	flex: none;
	height: 100%;
	
}

.nav-right .flex_wrap_100  .image img{
	margin-top: 9px;
}


.nav-right .flex_wrap_100  .text{
	display: flex;
	width:	auto;
	-ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
	padding: 5px 10px;
}

.nav-right .flex_wrap_100  .text address{
	font-style: normal;
}

/* конец для header */

/* Для Carusel 	
.carusel-wrap{
	height: 400px;
	width: 100%;
	background-image: url(img/carusel_3.jpg);
	background-repeat: no-repeat;
	background-position: center;
} */

@keyframes slidy {
	0% { left: 0%; opacity:0.6;}
	1% { left: 0%; opacity:1;}
	30% { left: 0%;}
	
	36% { left: -100%; }
	63% { left: -100%; }
	
	69% { left: -200%; }
	72% { left: -200%; }
	
	99% { left: -200%; opacity: 1;}
	100% {left: -200%; opacity: 0.6;} 
}
 
div#captioned-gallery {
	width: 100%; overflow: hidden; height: auto;
}

figure.slider {
	position: relative; width: 400%; height: auto;
	font-size: 0; animation: 30s slidy infinite;
}

figure.slider figure {
	width: 25%; height: auto;
	display: inline-block;  position: inherit;
	vertical-align: baseline;
	line-height: 1;
}

figure.slider img {
	width: 100%; height: 100%;
}

figure.slider figure figcaption {
	position: absolute; bottom: 0;
    background: rgba(0,0,0,0.4);
	color: #fff; width: 100%;
	font-size: 2rem; padding: .6rem;
}


/* конец для Carusel */	
	
	
/* Для основного меню */

.wrap-nav-left{
	width: 100%;
	background-color: #323946;
	flex: 0 0 40px;
	
}

.wrap-nav-left .nav-left{
	max-width: 1200px;
	margin: 0 auto;
	height: 40px;
}

.wrap-nav-left .nav-left ul{
	height: 40px;
	width:100%;
	
	list-style: none;
	text-align: center;
	margin: 0;
	display: inline-block;
}

.wrap-nav-left .nav-left ul li{
	display: inline-block;
	height: 100%;
	line-height: 40px;
	padding: 0 20px;	
}

.wrap-nav-left .nav-left ul li + li{
	/*padding-left: 20px; */
	
}

.wrap-nav-left .nav-left ul li a{
	color: #FFF;
	width: 100%;
	height: 100%;
	display: block;
/*	padding: 0 20px; */
	font-weight: 700;
}

 

.label-nav-right{
	width: 5px;
	height: 20px;
	position: absolute;
    top: 15px;
    right: 21px;
	display: none;
}

.label-nav-left{
	width: 20px;
	height: 20px;
/*	background-color: yellow; */
	position: absolute;
    top: 15px;
    left: 21px;
	display: none;
}

/* Для main */
.main-wrap{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}


.content-wrap-75{
	flex: 0 0 75%;
	height: auto;
}

.content-wrap-100{
	flex: 0 0 100%;
	height: auto;
}

.column-wrap-25{
	flex: 0 0 25%;
	height: auto;
	/*background-color: #CCC;*/
	
}

.content-wrap-75 div{
	padding-bottom: 20px;
	margin: 10px;
}

figcaption{
	text-align:center;
}
/*	Конец для main */



/* Для footer */

.wrap-footer{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	font-size: 0.75em;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	background-color: #323946;
	color: #FFF;
}

.wrap-footer div{
	width: 100%;
	text-align: right;
	padding: 10px;
	background-color: #323946;
}

.wrap-footer a:link{
	color: #FFF;
}
