/*----------------------- RESET ---------------------------*/
*{
	margin: 0;
	padding: 0;
}

/*------- Подключение шрифтов ('Gotham_pro_light') --------*/
@font-face {
  	font-family: 'GothamPro-Light';
  	src: url('../fonts/GothamPro-Light.ttf'), 
  	url('../fonts/GothamPro-Light.eot'),
  	url('../fonts/GothamPro-Light.woff');
}

/*-------------------------- Основные теги ----------------*/
html, body {	
	position: relative;
  	width: 100%;
  	height: 100%;
 	  font-family: 'GothamPro-Light', 'arial';
  	font-size: 100%;
  	font-weight: 400;
  	font-style: normal;
  	background: #ffffff;
}

body {
  	margin:0;
  	display: block;
}

section { 
  	position: relative;
  	width: 100%;
}

img {
  	vertical-align: middle;
  	border: 0;
}

/*---------------- END основные теги ----------------------*/
/*------------------------ ФОН ------------------------------*/
.fon {
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    padding-top: 75px;
}

.fon img {
  width: 100%;
}
/*
.fon-img {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../Img/about-us/team.jpg');
    border-bottom: 5px solid #ff7000;
    box-shadow: 5px 3px 5px 0px rgba(255, 112, 0, 0.75);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    margin:auto
}
*/
/*---------------------- Фото руководства ------------------------------*/
.text-about{
  position: relative;
  width: 100%;
  border-top: 6px solid #ff7000;
  box-shadow: 0px -4px 0px 0px rgba(15, 16, 16, 0.55);
  background-color: white;
  padding-top: 25px;
}

.foto-director{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.head-foto img{
 /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.head-foto img:hover {
  /*-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
}

.foto-director p {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ff7000;
}

.head-foto .foto-director img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.ab-t {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ab-t h1 {
  margin-top: 0px;
  text-align: center;
  color: #00619f;
}

.ab-comp {
  padding: 0 10% 0 10%;
  font-size: 18px;
  line-height: 28px;
  text-indent: 25px;
  color: #00619f;
  text-align: justify;
}

.ab-comp h3 {
  margin: 0;
  text-align: center;
}

@media screen  and (max-width: 780px) {
  .ab-t h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ab-comp {
    padding: 20px 5% 0 5%;
    
  }
}

@media screen  and (max-width: 480px) {
  .ab-t h1{
    margin-top: 10px;
  }

  .ab-comp {
    padding: 10px 5% 0 5%;
    font-size: 16px;
  }
}