html{ height: 100%;}
body {
/*   font-family: 'Open Sans', arial, sans-serif;
   font-size: 14px;*/
line-height: 1;
/*color: #373737;*/
	background: url(../images/bg.jpg)  repeat ;

	height: 100%;
}

#wrapper {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #f7f7f7;
}




header{
	width: 100%;
	background:  url(../images/header-mini.png) no-repeat ;
	background-size: contain ;
	background-position: center center; 
	display: flex;
	padding-bottom: 21%;
}
/* ÑÄÀÉÄÅÐ  */

.container_slider_css {
  margin: 10px auto;
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.photo_slider_css {
  position: absolute;
  animation: round 16s infinite;
  opacity: 0;
  width: 100%;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 12s;
}

img:nth-child(2) {
  animation-delay: 8s;
}

img:nth-child(3) {
  animation-delay: 4s;
}

img:nth-child(4) {
  animation-delay: 0s;
}


/*     ÊÎÍÅÖ ÑËÀÉÄÅÐÀ  */

/*   ÈÍÔÎ ÑÒÐÎÊÀ */
.header-info {
  padding-top: 46px;
  padding-bottom: 7px;
  border-top: 1px solid #dce1e5;
  background: #eff2f4;

}
.header-info a {display:inline;}

.hi-item {
  margin-bottom: 30px;
  margin-left: 30px;
float: left;

}

.hi-item .hs-icon {
  float: left;
  margin-right: 22px;
}

.hi-item .hi-content {
  padding-left: 40px;
}

.hi-item .hi-content p {
  font-size: 20px;
/*  color: #8e8e8e;*/
  margin-bottom: 0;
}

/* ÊÎÍÅÖ ÈÍÔÎ ÑÒÐÎÊÀ   */


.program {
	text-align: center;
}
.program img {
        height: 100%;
        width: 100%;
}


.content {
	display: table-row;
	height: auto;
	flex: 1 0 auto;
}



/* ãàëåðåÿ*/
.team-row  h2 {
	background: #29c5e6;
/*	font: 30px 'Oswald', sans-serif;*/
    font-family: Verdana, sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 0 10px;
	margin: 30px 0 0 0;
	text-align: center;
}

.team-row figure {
	display: inline-block;
	margin: 0;
	font-family: Verdana, sans-serif;
/*	font-family: 'Oswald', sans-serif;*/
	font-weight: 300;
width: 350px;
}

.team-row figure img {
	display: block;
	border: 1px solid #fff;
	outline: 1px solid #c9c9c9;
 width: 300px;
 height: 400px;
/* object-fit: scale-down;*/
 object-fit: cover;
}


.team-row figure figcaption {
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}

.team-row figure figcaption span {
	display: block;
	font-size: 14px;
	color: #29c5e6;
	word-wrap: break-word;
	width:350px;
}
.team-row figure figcaption div {
	display: block;
	font-size: 14px;
/*	color: #29c5e6;*/
width:350px;
word-wrap: break-word;
}
.team-row  > figure + figure {
	margin-left: 28px;
}
.team-row  figure figcaption {
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}

/*.team-row figure div {
	font-size: 14px;
	color: #29c5e6;

}
*/
.team-row figure {
	margin-top: 20px;
	margin-left: 43px;
	width:305px;
}

.team-row figure + figure {
	margin-left: 43px;
}



/*   Êîíòàêòû        */
.about {
	display:block;
/*	font-size: 11px;*/
margin-left: 10%;
	font-family: Verdana, sans-serif;
	font-size: 100%;
/*	background: url(../images/bg.jpg) no-repeat ;*/
}

.maps{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;      
}
.maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.interesting summary  {
	background: #29c5e6;
	font: 30px 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 0 10px;
	margin: 30px 0 0 0;
	text-align: left;
}
.interesting p {

	font: 20px 'Oswald', sans-serif;
	font-weight: 300;

	padding: 0 10px;
	margin: 30px 20px 0 20px;
	text-align: left;
}
.interesting img {

	margin: 0 0 0 20px;
	float:left;
}


/*  Òàáëèöà */
.service summary  {
	background: #29c5e6;
	font: 30px 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 0 10px;
	margin: 30px 0 0 0;
	text-align: left;
}
.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-top:10px;
}
.resp-tab th, .resp-tab td {
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    font-family: Verdana, sans-serif;   
    border: 1px solid #337AB7;
    vertical-align: top;
}
.resp-tab th {
    color: #FFF;
    background: #337AB7;
    font-weight: bold;
    border: 1px solid #1a4a73;   
    text-transform: uppercase;   
    text-align: center;   
}
.resp-tab tr:nth-child(even) {
    background: #edf7ff;
}
.resp-tab td span {
    background: #337AB7;
    color: #FFF;
    display: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, sans-serif;   
    text-transform: uppercase;       
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;   
}



@media(max-width: 768px) {
    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .resp-tab td {
        margin: 0 -1px -1px 0;
        padding-top: 35px;
        position: relative;
        width: 50%;
    }
    .resp-tab td span {
        display: block;
    }
}

@media(max-width: 480px) {
    .resp-tab td {
        width: 100%;
    }

}
/*    ôóòåð  */
footer {
   margin-top: 10px;
   padding: 30px 0;
   background: #1e5799;
   color: white;


flex: 0 0 auto;
}
.footer-col {
   width: 33.3333333333%;
   float: left;
}
.footer-col a {

   color: white;
}
.footer-col:last-child {
   text-align: right;
}
.social-bar-wrap {
   text-align: center;
}
.social-bar-wrap a {
   padding: 0 7px;
   font-size: 18px;
}




