/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 75px;
  background: #FBFBFB;

}
.content_border{
	border-left: 2px solid #F6EBEB;
border-right: 2px solid #F6EBEB;
background:#fff;
}
.model{
	display: none;
	width: 1000px;
	height: 700px;
	top: 0;
	left: 0;
	position: absolute;
}

.h_3{
	text-align:center;
	background: #14A092;
	padding: 15px 5px;
	margin: 0px;
}
.h_3 {
	text-align:center;
	color:#fff;
}

@media (min-width:0px) and (max-width:768px) {
  .logo_pict{
	text-align: center;
	padding-top: 27px;
	font-style: italic;
	line-height: 1;	
	}
	.name_slogan{
		text-align:center;
		font-size: 18px;
		font-weight: bold;
	}
	.tel{
		
		text-align:center;
		padding-top: 14px;
		font-style: italic;
		
	}
	
	.logoimg{
		position: relative;
		display: inline-block;
		max-height: 150px;
		margin: 5px 0px;
	}
	.name_organization{
	font-size:25px;
	font-weight:bold;
}
.copyright{
		text-align:center;
		font-size:20px;
		color:#868686;
		margin-top: 25px;
	}
	.telfooter{
		text-align:center;
		font-size:20px;
		color:#868686;
		margin-top: 25px;
	}
	.mailfooter {
		text-align:center;
		font-size:20px;
		color:#868686;
		margin-top: 25px;
	}
	.mailfooter a{
		text-align:center;
		font-size:20px;
		color:#868686;
		margin-top: 25px;
	}
}
@media (min-width:769px) and (max-width:992px) {
   .logo_pict{
	text-align: left;
	padding-top: 27px;
	font-style: italic;
	line-height: 1;	
	}
	.name_slogan{
		text-align:center;
		font-size: 18px;
		font-weight: bold;
	}
	.tel{
		
		text-align:right;
		padding-top: 14px;
		font-style: italic;
		
	}
	
	.logoimg{
		position: relative;
		display: inline-block;
		max-height: 150px;
		margin: 5px 0px;
	}
	.name_organization{
	font-size:30px;
	font-weight:bold;
}
/* меню по центру */
.navbar-nav {
float: none;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
}
/* конец меню по центру */
.copyright{
		text-align:left;
		font-size:25px;
		color:#868686;
		margin-top: 25px;
	}
	.telfooter{
		text-align:center;
		font-size:25px;
		color:#868686;
		margin-top: 25px;
	}
	.mailfooter {
		text-align:right;
		font-size:25px;
		color:#868686;
		margin-top: 25px;
	}
	.mailfooter a{
		text-align:right;
		font-size:25px;
		color:#868686;
		margin-top: 25px;
	}
}
@media (min-width:992px) and (max-width:9999px) {
   .logo_pict{
	text-align: left;
	padding-top: 27px;
	font-style: italic;
	line-height: 1;	
	}
	.name_slogan{
		text-align:center;
		font-size: 18px;
		font-weight: bold;
	}
	.tel{
		
		text-align:right;
		padding-top: 14px;
		font-style: italic;
		
	}
	
	.logoimg{
		position: relative;
		display: inline-block;
		max-height: 150px;
		margin: 5px 0px;
	}
	.name_organization{
	font-size:40px;
	font-weight:bold;
}
/* меню по центру */
.navbar-nav {
float: none;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
}
/* конец меню по центру */

li.font_menu>a:hover{
	background:#14A092;
	color: #fff;
}

li.font_menu>a.active{
	background:#14A092;
	color: #fff;
}

	.copyright{
		text-align:left;
		font-size:25px;
		color:#868686;
		margin-top: 20px;
	}
	.telfooter{
		text-align:center;
		font-size:25px;
		color:#868686;
		margin-top: 20px;
	}
	.mailfooter {
		text-align:right;
		font-size:25px;
		color:#868686;
		margin-top: 20px;
	}
	.mailfooter a{
		text-align:right;
		font-size:25px;
		color:#868686;
		margin-top: 20px;
	}
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-main {
  width: auto;  
  /* padding: 0 15px; */
}
.container .text-muted {
  margin: 20px 0;
}

/* стиль меню */

#grad_menu{
	background:#ebebeb ;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: #14A092 3px solid;
	border-radius:0px;
	
}
/* конец стиль меню */
.bloky p{
	/* text-align:justify; */
	font-size:14px;
}

.pesochiy{
	background:#ebebeb;
	border-top: #14a092 3px solid;
	border-bottom: #14a092 3px solid;
}

.sl{
	font-weight: bold;
	font-size: 17px;
}

.borderstyle{
	border: 2px solid rgb(20, 160, 146);
	
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 75px;
  
/* border-bottom: #d45901 7px solid; */
  /* border-bottom: 3px solid #fac414; */
}