.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

body{font-family: 'PT Sans Narrow', sans-serif !important;font-size: 18px !important}

.nav > li > a {
	display: block;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #fff;
}
.nav-justified > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  background-color: #fff; /* Old browsers */
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;   
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #f3f3f3;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);     
}

.nav-justified > li:last-child > a {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #ddd;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  .nav-justified > li:first-child > a {
  		border-left: 1px solid #ddd;
  }
  .nav-justified > li:last-child > a {
  		border-right: 1px solid #ddd;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer {
	padding: 10px;
}

.footer p {
	text-align: center;
}

.top-h2 {
	font-size: 72px;
	text-align: center;
}

.top-h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.top-h1 {
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	padding: 10px;
}

.top-h1::before {
	content:url('/assets/images/title-border.png');
	position: absolute;
   margin-left: -45px;
}

.top-h1::after {
	content:url('/assets/images/title-border.png');
	position: absolute;
   margin-left: 20px;
}

.menu_line {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

img {
	max-width: 100%;
	height: auto;
}

.y_map {
	height: 350px;
}

a[aria-expanded="true"]:after {
	//content: '( cвернуть ▲ )';
}

a[aria-expanded="false"]:after {
	//content: '( развернуть ▼ )';
}

a[aria-expanded="true"]:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    background: url("/assets/images/open_folder.png") no-repeat 0 0;
    background-size: 100%;
}

a[aria-expanded="false"]:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    background: url("/assets/images/folder.png") no-repeat 0 0;
    background-size: 100%;
}

a.doc-file:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    background: url("/assets/images/document.png") no-repeat 0 0;
    background-size: 100%;
}