@font-face {
  font-family: RobotoCondensed-Regular; /* Гарнитура шрифта */
  src: url(fonts/RobotoCondensed-Regular.ttf); /* Путь к файлу со шрифтом */
}
/*ИНФОРМЕР*/
.divInformer {

}
/*ОЧЕНЬ МАЛЕНЬКИЙ ЭКРАН*/
@media screen and (max-width: 480px) {
	.zagolovok {
	font-size: 22px;
	}
  .img_radius {
	max-width: 120px !important;
  }
  .descr_p {
	font-size: 10px;
	}
	.h2_small {
		font-size: 24px;
	}
	#shadow_div img {
	position: relative;
	top: -3px;
	}
}

body a, 
body button {
  outline: none !important;
  font-family: verdana;
}

/*МЕНЮ НАВИГАЦИИ*/
#navMargin {
  margin: 0;
  position: fixed;
  width: 100%;
}
.navbar-toggle {
	border: 1px solid #fff !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background: rgba(255,255,255,0.3) !important;
}
.navbar-brand {
  font-family: RobotoCondensed-Regular;
}
#img_log {
	position: relative;
	top: -13px;
	margin-right: 10px;
}
.navbar {
	background: #074365;
	border-bottom-color: #145072;
}
#nav_link {
	color: #fff;
}
#nav_link:hover {
	color: #074365;
	background: #fff;
}
#nav_link:focus {
	color: #074365;
	background: #fff;
}

/*СЛАЙДЕР*/
#carousel {
	padding-top: 0px;
}
@media screen and (max-width: 991px){
	#carousel {
	padding-top: 50px;
	}
	.carousel-caption {
	height: 38% !important;
	}
}
.carousel-caption {
	background: rgba(14,74,108,0.3);
	height: 25%;
	margin-bottom: 2%;
	padding: 0;
}
.carousel-caption h2 {
	font-family: RobotoCondensed-Regular;
	margin: 0;
}

/*СТРЕЛКИ СЛАЙДЕРА*/
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(14,74,108, 0) 0%, rgba(14,74,108, 0.4) 100%);
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(14,74,108, 0.5) 0%, rgba(14,74,108, 0) 100%);
}
.carousel-indicators li {
	position: relative;
	top: 15px;
}

/*БЛОКИ КАРТИНОК ЭКСПЕРТИЗ*/
.img_bg_title {
	height: 100px;
}
.img_bg_title img {
	width: 99%;
	height: 65%;
}
.zagolovok {
	font-size: 26px;
	position: relative;
	top: -60px;
	text-align: center;
	color: #fff;
	font-family: RobotoCondensed-Regular;
	text-shadow: 0 0 3px #5C5C5C;
}
.blocks_div {
	border: 0px solid green;
}
.img_radius {
	max-width: 150px;
	display: block;
	border-radius: 100px;
	border: 4px solid rgba(7,67,101,0.7);
	box-shadow: 0 0 3px #4A4A4A;
	margin: 0 auto;
}
.descr_p {
	text-align: center;
}

/*НАСТРОЙКА СЕТКИ MASONRY*/
@media screen and (max-width: 767px) {
  .masonry[data-columns]::before {
    content: '2 .col-xs-6';
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .masonry[data-columns]::before {
    content: '3 .col-xs-4';
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .masonry[data-columns]::before {
    content: '4 .col-xs-3';
  }
}
@media screen and (min-width: 1200px) {
  .masonry[data-columns]::before {
    content: '6 .col-xs-2';
  }
}
.hide_blocks {
	display: none;
}

/*КНОПКА ПОКАЗА БЛОКОВ УСЛУГ*/
#btn_toggle {
	margin: 0 auto;
	display: block;
	font-weight: bold;
	background: #fff;
	color: #074365;
	border: 4px solid #074365;
	padding: 13px;
	border-radius: 9px;
	box-shadow: 2px 2px 3px #404040;
	transition: 0.2s;
}
#btn_toggle:hover {
	box-shadow: 1px 1px 2px #404040;
	background: #074365;
	color: #fff;
	transition: 0.2s;
}

/*ФОРМА СВЯЗИ*/
.feedback_block {
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 35px;
	background: #074365;
}
.form_block {
	border: 0px solid red;
	padding: 0 7px;
}
.feedback_block h2 {
	text-align: center;
	color: #fff;
	font-family: verdana;
}
.form_block p {
	padding-left: 3px;
	color: #fff;
	margin: 5px 0 3px 0;
	font-family: verdana;
}
.form_block input {
	width: 100%;
	height: 40px;
	border-radius: 8px;
	border: 2px solid #fff;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #074365;
}
.form_block input:focus {
	box-shadow: 0 0 4px #fff;
	transition: 0.2s;
	border-radius: 8px;
}
.form_block input:hover {
	box-shadow: 0 0 4px #fff;
	transition: 0.2s;
}
#sub_batton {
	border: 3px solid #fff;
	margin-top: 28px;
	background: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: 0.2s;
}
#sub_batton:hover {
	box-shadow: 0 0 2px #fff;
	background: rgba(255,255,255,0.1);
	transition: 0.2s;
}
.successInp {
	background: #83DB83 !important;
}
.emptyInp {
	background: #FF9B9B !important;
}

/*НАШИ КЛИЕНТЫ*/
.clients {
	border: 0px solid red;
	margin: 20px 0 5px;
}
.clients h4 {
	text-decoration: underline;
}
.block_sud {
	border: 0px solid red;
	margin: 5px 0px 10px;
	padding:5px;
}
.group_img_p {
	box-shadow: 0 0 2px rgba(7,67,101,0.4);
	width: 99%;
	padding-top:10px;
	padding-bottom:5px;
}
.img_sud {
	width: 120px;
	display: block;
	margin: 0 auto;
}
.clients p {
	text-align: center;
}
#shadow_div {
	border: 0px solid blue;
	width: 99%;
}
#shadow_div img {
	width: 99%;
	opacity: 0.4;
}

/*АДРЕС И ЧАСЫ РАБОТЫ*/
.address {
	border: 0px solid red;
	padding: 20px 0;
}
.address h4 {
	text-decoration: underline;
}
.address_block {
	border: 0px solid green;
	margin-bottom: 13px;
}
.address_block div {
	margin: 0 auto;
	border: 0px solid green;
	width: 210px;
}
.address_block p {
	margin: 2px;
	font-family: verdana;
}
.block_foot {
	padding-top: 15px;
	text-align: center;
}















