h1 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #bc1e2c;
    border-top: 10px solid #bc1e2c;
    border-bottom: 10px solid #bc1e2c;
    text-transform: uppercase;
}
.theme-green h1 {color: #016a14; border-color: #016a14;}
.theme-green .title h1 {
	padding: 10px 15px;
  border: 0;
  color: #fff;
  background-color: #016a14;

}
@media (max-width: 767px) {
	h1 {
	  padding-bottom: 5px;
	  margin-top: -5px;
		color: #fff;
	}
	h1 span {
		display: block;
	  padding: 5px 10px;
	  background: #bc1e2c;
	}
	.theme-green h1 span {
		display: inline-block;
		padding: 0;
		background: none;
	}
}

hr {
  border-top: 10px solid #bc1e2c;
	margin: 10px 0 0;
}

.bottomMenu {
  margin: 0 -5px;
  padding: 10px 0;
  border-bottom: 10px solid #bc1e2c;
	color: red;
}
.theme-green .bottomMenu, .theme-green hr {border-color: #016a14;}
.bottomMenu div {
  padding: 0 5px;
}
@media (max-width: 767px) {
	.bottomMenu div {margin-bottom: 10px; height: auto;}
	.bottomMenu div:last-child {margin-bottom: 0;}
}
.bottomMenu a {
	display: block;
	background: #bc1e2c;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
}
.theme-green .bottomMenu a {background-color: #016a14;}
.bottomMenu a span {
  display: block;
  padding: 5px 10px;
  height: 70px;
}
.bottomMenu a img {
	width: 100%;
}
@media (max-width: 767px) {
	.bottomMenu a span {height: auto; padding: 10px;}
	.bottomMenu a img {display: none;}	
}
/*
.bottomMenu div:last-child {
	width: 100%;
  margin-top: 10px;
  text-align: center;
  height: auto;
}
.bottomMenu div:last-child a {
  border-top: 10px solid #bc1e2c;
  border-bottom: 10px solid #bc1e2c;
  background: none;
  color: #bc1e2c;
  text-transform: uppercase;
}*/

/* ======= кнопка написать нам =======*/
.feedback {
	margin: 30px auto 15px;
  width: 130px;
  text-align: center;
}
.feedback img {
	width: 76px;
  margin-bottom: 10px;
}
.feedback a {
	color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}