html {
	position: relative;
	/* min-height: 100%; */
	background: url('/image/fon.png');
	height: 100%;
}
body {
	height: 100%;
	font-family: 'MullerNarrow-Light',"Helvetica Neue", "Helvetica", "Arial", sans-serif;
 }

	@font-face{
    font-family: 'MullerNarrow-Light';
    src: url('../fonts/MullerNarrow-Light.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}
	@font-face{
    font-family: 'MullerNarrow-ExtraBoldItalic';
    src: url('../fonts/MullerNarrow-ExtraBoldItalic.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}
	@font-face{
    font-family: 'MullerNarrow-LightItalic';
    src: url('../fonts/MullerNarrow-LightItalic.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}
	@font-face{
    font-family: 'MullerNarrow-ExtraBold';
    src: url('../fonts/MullerNarrow-ExtraBold.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}

	@font-face{
    font-family: 'OpenSansCondensed-LightItalic';
    src: url('../fonts/OpenSansCondensed-LightItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
	@font-face{
    font-family: 'OpenSansCondensed-Light';
    src: url('../fonts/OpenSansCondensed-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
	@font-face{
    font-family: 'OpenSansCondensed-Bold';
    src: url('../fonts/OpenSansCondensed-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
p {
    margin-top: 0; /* Отступ сверху */
    margin-bottom: 1.5em; /* Отступ снизу */
   }
	.art-col-6{
		width:50%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
article {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.nospace h1{
	margin-left: 15px;
	margin-right: 15px;
	/* margin-top: 0px; */
}
.navbar-inverse .navbar-toggle {
    border-color: #007860;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color:#007860;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #007860;
}
.nav-justified > li > a {
    margin-bottom: 0px;
    text-align: center;
}
.a-with-popup{
	color: rgb(0,120,96);
	background: none;
	border: 0px;
	font-weight: bold;
	padding: 0px;
}
.a-with-popup:hover{
	color:rgb(0,120,96);
	text-decoration: underline;
}
.modal-body {
    position: relative;
    padding: 0px;
}
button.close{
	position: absolute;
	right: 0px;
	font-size: 30px;
	color: #fff;
	background: #999;
	border-radius: 64px;
	opacity: 1;
	width: 30px;
	height: 30px;
	margin: 5px;
}
.modal-dialog {
    width: 100%;
    margin: 150px auto;
}
@media (min-width:0px) and (max-width:320px) {
	.art-col-6{
		width:100%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.t-a-l{
		text-align-last: justify;
		margin-bottom: 0;
	}
	.dropdown-menu {
    position: relative;
    margin-bottom: 5px;
    min-width: 100%;
	}
	.nav-pills > li + li {
    margin-left: 0px;
}
.nav > li {
    border-right: 0px solid #007860;
}
h1 {
	font-size: 17px;
	font-family: 'MullerNarrow-Light', sans-serif;
	text-transform: uppercase;
 }
 p {
	font-size: 14px;
	text-align: justify;
	/* font-family: 'MullerNarrow-Light', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	
	
 }
 a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'MullerNarrow-Light', sans-serif;	 
 }
.header {
	background: #007860;
	padding-top: 25px;
}
.col-logo {
	text-align: center; 
}
.col-logo img {
	display: inline-block;
	width: 60%;
}

.header p {
	color: #ffffff;
	text-align: center;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.header a {
	color: #ffffff;
	font-size: 14px;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	letter-spacing: 1px;
}
.header a:hover {
	color: #00ab89;
	text-decoration: none;
}
/* начало стилей для меню */
#grad_menu {
	border: 0px;
	background: #007860;
	border-radius: 0px;
}
 .container-fluid > .navbar-collapse {
	 padding: 0px;
 }
.nav > li > a {
	text-transform: uppercase;
	padding: 5px;
	color: #ffffff;
	font-size: 11px;
	font-family: 'MullerNarrow-Light', sans-serif;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li > a:active {
    background-color: #00ab89;
	color: #ffffff;
}
.nav-pills > li > a {
    border-radius: 0px;
}
 .nav-pills > li > a.active {     
    background: #00ab89;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #00ab89;
}
.nav > li {
	border-right: 2px solid #007860;
}
.nav li:nth-child(5)  {
	border-right: 0px;
}
.dropdown-menu {
	background-color: #7e8588;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
    color: #ffffff;
    background: none;
	font-weight: bold;
	font-size: 11px;
	font-family: 'MullerNarrow-Light', sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 6px;
}
.dropdown-menu > li > a:hover {
	 background: none;
	 color: #fff;
}
ul .dropdown-menu > li:last-child > a { 
	border-bottom: 0px;
}
.dropdown-menu > li:hover {
	color: #ffffff; 
    background: #00ab89;
}
/* конец начало стилей для меню */ 
/* начало pages */
.pages {
	background: #f0f0f0;
	margin-bottom: 15px;
}
.domik {
	text-align: right;
}
.domik img {
	width: 27px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.namepage {
	text-align: left;
	border-left: 2px solid #e6e6e6;
}
.namepage p {
	font-size: 18px;
	/* font-weight: bold; */
	color: #14b192;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* конец page*/
.textodin {
	padding-top: 20px;
	/* padding-bottom: 10px; */
}
.colorpage {
	background: #f0f0f0;
	/* padding-top: 10px; */
	padding-bottom: 75px;
}
.pict-index_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pict-index {
	text-align: center;
}
.pict-index img {
	width: 800px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* конец textodin*/

.cont_main {
	min-height: 100%;
	padding-bottom: 45px;
	position:relative;
}
.footer {
	background: #007860;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	padding-top: 10px;
}
.footer p {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
}
@media (min-width:321px) and (max-width:479px) {
	.t-a-l{
		text-align-last: justify;
		margin-bottom: 0;
	}
	.art-col-6{
		width:100%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.dropdown-menu {
    position: relative;
    margin-bottom: 5px;
    min-width: 100%;
	}
	.nav-pills > li + li {
    margin-left: 0px;
}
.nav > li {
    border-right: 0px solid #007860;
}
h1 {
	font-size: 17px;
	font-family: 'MullerNarrow-Light', sans-serif;
	text-transform: uppercase;
 }
 p {
	font-size: 14px;
	text-align: justify;
	/* font-family: 'MullerNarrow-Light', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	
	
 }
 a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'MullerNarrow-Light', sans-serif;	 
 }
.header {
	background: #007860;
	padding-top: 25px;
}
.col-logo {
	text-align: center;
}
.col-logo img {
	display: inline-block;
	width: 60%;
}
.header p {
	color: #ffffff;
	text-align: center;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.header a {
	color: #ffffff;
	font-size: 14px;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	letter-spacing: 1px;
}
.header a:hover {
	color: #00ab89;
	text-decoration: none;
}
/* начало стилей для меню */
#grad_menu {
	border: 0px;
	background: #007860;
	border-radius: 0px;
}
 .container-fluid > .navbar-collapse {
	 padding: 0px;
 }
.nav > li > a {
	text-transform: uppercase;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'MullerNarrow-Light', sans-serif;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li > a:active {
    background-color: #00ab89;
	color: #ffffff;
}
.nav-pills > li > a {
    border-radius: 0px;
}
 .nav-pills > li > a.active {     
    background: #00ab89;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #00ab89;
}
.nav > li {
	border-right: 2px solid #007860;
}
.nav li:nth-child(5)  {
	border-right: 0px;
}
.dropdown-menu {
	background-color: #7e8588;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
    color: #ffffff;
    background: none;
	font-weight: bold;
	font-size: 14px;
	font-family: 'MullerNarrow-Light', sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 6px;
}
.dropdown-menu > li > a:hover {
	 background: none;
	 color: #fff;
}
ul .dropdown-menu > li:last-child > a { 
	border-bottom: 0px;
}
.dropdown-menu > li:hover {
	color: #ffffff; 
    background: #00ab89;
}
/* конец начало стилей для меню */ 
/* начало pages */
.pages {
	background: #f0f0f0;
	margin-bottom: 15px;
}
.domik {
	text-align: right;
}
.domik img {
	width: 27px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.namepage {
	text-align: left;
	border-left: 2px solid #e6e6e6;
}
.namepage p {
	font-size: 18px;
	/* font-weight: bold; */
	color: #14b192;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* конец page*/
.textodin {
	padding-top: 20px;
	/* padding-bottom: 10px; */
}
.colorpage {
	background: #f0f0f0;
	/* padding-top: 10px; */
	padding-bottom: 75px;
}
.pict-index_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pict-index {
	text-align: center;
}
.pict-index img {
	width: 800px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* конец textodin*/

.cont_main {
	min-height: 100%;
	padding-bottom: 45px;
	position:relative;
}
.footer {
	background: #007860;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	padding-top: 10px;
}
.footer p {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
}
@media (min-width:480px) and (max-width:767px) {
	.art-col-6{
		width:100%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.dropdown-menu {
    position: relative;
    margin-bottom: 5px;
    min-width: 100%;
	text-align: center;
	}
}
@media (min-width:480px) and (max-width:768px) {
	.t-a-l{
		text-align-last: justify;
	margin-bottom: 0;
	}
h1 {
	font-size: 22px;
	font-family: 'MullerNarrow-Light', sans-serif;
	text-transform: uppercase;
 }
 p {
	font-size: 14px;
	text-align: justify;
	/* font-family: 'MullerNarrow-Light', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	
	
 }
 a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'MullerNarrow-Light', sans-serif;	 
 }
.header {
	background: #007860;
	padding-top: 25px;
}
.col-logo {
	text-align: center;
}
.col-logo img {
	display: inline-block;
	/* width: 35%; */
}
.header p {
	color: #ffffff;
	text-align: center;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.header a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	letter-spacing: 1px;
}
.header a:hover {
	color: #00ab89;
	text-decoration: none;
}
/* начало стилей для меню */
#grad_menu {
	border: 0px;
	background: #007860;
	border-radius: 0px;
}
.navigaciy_fluid {
	padding: 0px;
}
 .container-fluid > .navbar-collapse {
	 padding: 0px;
 }
.nav > li > a {
	text-transform: uppercase;
	padding: 5px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'MullerNarrow-Light', sans-serif;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li > a:active {
    background-color: #00ab89;
	color: #ffffff;
}
.nav-pills > li > a {
    border-radius: 0px;
}
 .nav-pills > li > a.active {     
    background: #00ab89;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #00ab89;
}
.nav > li {
	border-right: 2px solid #007860;
}
.nav li:nth-child(5)  {
	border-right: 0px;
}
.dropdown-menu {
	background-color: #7e8588;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
    color: #ffffff;
    background: none;
	font-weight: bold;
	font-size: 15px;
	font-family: 'MullerNarrow-Light', sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 6px;
}
.dropdown-menu > li > a:hover {
	 background: none;
	 color: #fff;
}
ul .dropdown-menu > li:last-child > a { 
	border-bottom: 0px;
}
.dropdown-menu > li:hover {
	color: #ffffff; 
    background: #00ab89;
}
/* конец начало стилей для меню */ 
/* начало pages */
.pages {
	background: #f0f0f0;
	margin-bottom: 15px;
}
.domik {
	text-align: right;
}
.domik img {
	width: 27px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.namepage {
	text-align: left;
	border-left: 2px solid #e6e6e6;
}
.namepage p {
	font-size: 22px;
	/* font-weight: bold; */
	color: #14b192;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* конец page*/
.textodin {
	padding-top: 20px;
	/* padding-bottom: 10px; */
}
.colorpage {
	background: #f0f0f0;
	/* padding-top: 10px; */
	padding-bottom: 75px;
}
.pict-index_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pict-index {
	text-align: center;
}
.pict-index img {
	width: 800px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* конец textodin*/

.cont_main {
	min-height: 100%;
	padding-bottom: 45px;
	position:relative;
}
.footer {
	background: #007860;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	padding-top: 10px;
}
.footer p {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
}
@media (min-width:769px) and (max-width:991px) {
	.art-col-6{
		width:50%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.t-a-l{
		text-align-last: justify;
	}
h1 {
	font-size: 23px;
	font-family: 'MullerNarrow-Light', sans-serif;
	text-transform: uppercase;
 }
 p {
	font-size: 14px;
	text-align: justify;
	/* font-family: 'MullerNarrow-Light', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;

	
 }
 a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'MullerNarrow-Light', sans-serif;	 
 }
 .col-logo {
	 padding-left: 0px;
 }
 .col-menu {
	 padding-right: 0px;
 }
.header {
	background: #007860;
	padding-top: 25px;
}
.header p {
	color: #ffffff;
	text-align: right;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.header a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	letter-spacing: 1px;
}
.header a:hover {
	color: #00ab89;
	text-decoration: none;
}
/* начало стилей для меню */
#grad_menu {
	border: 0px;
	background: #006353;
	border-radius: 0px;
}
.navigaciy_fluid {
	padding: 0px;
}
 .container-fluid > .navbar-collapse {
	 padding: 0px;
 }
.nav > li > a {
	text-transform: uppercase;
	padding: 16px 15px;
	color: #ffffff;
	font-size: 11px;
	font-family: 'MullerNarrow-Light', sans-serif;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li > a:active {
    background-color: #00ab89;
	color: #ffffff;
}
.nav-pills > li > a {
    border-radius: 0px;
}
 .nav-pills > li > a.active {     
    background: #00ab89;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #00ab89;
}
.nav > li {
	border-right: 2px solid #007860;
}
.nav li:nth-child(5)  {
	border-right: 0px;
}
.dropdown-menu {
	background-color: #7e8588;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
    color: #ffffff;
    background: none;
	font-weight: bold;
	font-size: 11px;
	font-family: 'MullerNarrow-Light', sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}
.dropdown-menu > li > a:hover {
	 background: none;
	 color: #fff;
}
ul .dropdown-menu > li:last-child > a { 
	border-bottom: 0px;
}
.dropdown-menu > li:hover {
	color: #ffffff; 
    background: #00ab89;
}
/* конец начало стилей для меню */ 
/* начало pages */
.pages {
	background: #f0f0f0;
	margin-bottom: 15px;
}
.domik {
	text-align: right;
}
.domik img {
	width: 27px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.namepage {
	text-align: left;
	border-left: 2px solid #e6e6e6;
}
.namepage p {
	font-size: 20px;
	/* font-weight: bold; */
	color: #14b192;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* конец page*/
.textodin {
	padding-top: 20px;
	/* padding-bottom: 10px; */
}
.colorpage {
	background: #f0f0f0;
	/* padding-top: 10px; */
	padding-bottom: 75px;
}
.pict-index_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pict-index {
	text-align: center;
}
.pict-index img {
	width: 800px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* конец textodin*/

.cont_main {
	min-height: 100%;
	padding-bottom: 45px;
	position:relative;
}
.footer {
	background: #007860;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	padding-top: 10px;
}
.footer p {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.art-col-6{
		width:50%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.t-a-l{
		text-align-last: justify;
	}
h1 {
	font-size: 27px;
	font-family: 'MullerNarrow-Light', sans-serif;
	text-transform: uppercase;
 }
 p {
	font-size: 14px;
	text-align: justify;
	/* font-family: 'MullerNarrow-Light', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	
	
 }
 a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'MullerNarrow-Light', sans-serif;	 
 }
.header {
	background: #007860;
	padding-top: 25px;
}
 .col-logo {
	 padding-left: 0px;
 }
 .col-menu {
	 padding-right: 0px;
 }
.header p {
	color: #ffffff;
	text-align: right;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.header a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	letter-spacing: 1px;
}
.header a:hover {
	color: #00ab89;
	text-decoration: none;
}
/* начало стилей для меню */
.nav-justified > li {
    display: table-cell;
    width: 19%;
}
#grad_menu {
	border: 0px;
	background: #006353;
	border-radius: 0px;
}
.navigaciy_fluid {
	padding: 0px;
}
 .container-fluid > .navbar-collapse {
	 padding: 0px;
 }
.nav > li > a {
	text-transform: uppercase;
	padding: 15px 8px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'MullerNarrow-Light', sans-serif;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li > a:active {
    background-color: #00ab89;
	color: #ffffff;
}
.nav-pills > li > a {
    border-radius: 0px;
}
 .nav-pills > li > a.active {     
    background: #00ab89;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #00ab89;
}
.nav > li {
	border-right: 2px solid #007860;
}
.nav li:nth-child(5)  {
	border-right: 0px;
}
.dropdown-menu {
	background-color: #7e8588;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
    color: #ffffff;
    background: none;
	font-weight: bold;
	font-size: 16px;
	font-family: 'MullerNarrow-Light', sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}
.dropdown-menu > li > a:hover {
	 background: none;
	 color: #fff;
}
ul .dropdown-menu > li:last-child > a { 
	border-bottom: 0px;
}
.dropdown-menu > li:hover {
	color: #ffffff; 
    background: #00ab89;
}
/* конец начало стилей для меню */ 
/* начало pages */
.pages {
	background: #f0f0f0;
	margin-bottom: 15px;
}
.domik {
	text-align: right;
}
.domik img {
	width: 27px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.namepage {
	text-align: left;
	border-left: 2px solid #e6e6e6;
}
.namepage p {
	font-size: 22px;
	/* font-weight: bold; */
	color: #14b192;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* конец page*/
.textodin {
	padding-top: 20px;
	/* padding-bottom: 10px; */
}
.colorpage {
	background: #f0f0f0;
	/* padding-top: 10px; */
	padding-bottom: 75px;
}
.pict-index_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pict-index {
	text-align: center;
}
.pict-index img {
	width: 800px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* конец textodin*/

.cont_main {
	min-height: 100%;
	padding-bottom: 45px;
	position:relative;
}
.footer {
	background: #007860;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	padding-top: 10px;
}
.footer p {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
}
@media (min-width:1200px) and (max-width:9999px) {
	.art-col-6{
		width:50%;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.t-a-l{
		text-align-last: justify;
	}
h1 {
	font-size: 27px;
	font-family: 'MullerNarrow-Light', sans-serif;
	text-transform: uppercase;
 }
 p {
	font-size: 14px;
	text-align: justify;
	/* font-family: 'MullerNarrow-Light', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	
	
 }
 a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'MullerNarrow-Light', sans-serif;	 
 }
 .col-logo {
	 padding-left:0px;
 }
 .col-menu {
	padding-right: 0px;
}
.header {
	background: #007860;
	padding-top: 25px;
}
.header p {
	color: #ffffff;
	text-align: right;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.header a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'OpenSansCondensed-Light', sans-serif;
	letter-spacing: 1px;
}
.header a:hover {
	color: #00ab89;
	text-decoration: none;
}
/* начало стилей для меню */
.nav-justified > li {
    display: table-cell;
    width: 19%;
}

#grad_menu {
	border: 0px;
	background: #006353;
	border-radius: 0px;
}
.navigaciy_fluid {
	padding: 0px;
}
 .container-fluid > .navbar-collapse {
	 padding: 0px;
 }
.nav > li > a {
	text-transform: uppercase;
	padding: 15px 10px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'MullerNarrow-Light', sans-serif;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li > a:active {
    background-color: #00ab89;
	color: #ffffff;
}
.nav-pills > li > a {
    border-radius: 0px;
}
 .nav-pills > li > a.active {     
    background: #00ab89;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #00ab89;
}
.nav > li {
	border-right: 2px solid #007860;
	/* width: 15%; */
}
.nav li:nth-child(5)  {
	border-right: 0px;
}
.dropdown-menu {
	background-color: #7e8588;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
    color: #ffffff;
    background: none;
	font-weight: bold;
	font-size: 16px;
	font-family: 'MullerNarrow-Light', sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}
.dropdown-menu > li > a:hover {
	 background: none;
	 color: #fff;
}
ul .dropdown-menu > li:last-child > a { 
	border-bottom: 0px;
}
.dropdown-menu > li:hover {
	color: #ffffff; 
    background: #00ab89;
}
/* конец начало стилей для меню */ 
/* начало pages */
.pages {
	background: #f0f0f0;
	margin-bottom: 15px;
}
.domik {
	text-align: right;
}
.domik img {
	width: 27px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.namepage {
	text-align: left;
	border-left: 2px solid #e6e6e6;
}
.namepage p {
	font-size: 22px;
	/* font-weight: bold; */
	color: #14b192;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* конец page*/
.textodin {
	padding-top: 20px;
	/* padding-bottom: 10px; */
}
.colorpage {
	background: #f0f0f0;
	/* padding-top: 10px; */
	padding-bottom: 75px;
}
.pict-index_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pict-index {
	text-align: center;
}
.pict-index img {
	width: 800px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* конец textodin*/

.cont_main {
	min-height: 100%;
	padding-bottom: 45px;
	position:relative;
}
.footer {
	background: #007860;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	padding-top: 10px;
}
.footer p {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
}