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;
}
hr {
  border-top: 10px solid #bc1e2c;
	margin: 10px 0 0;
}

.content a {  
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.bottomMenu {
	color: #bc1e2c;
  margin: 0 -5px;
}
.bottomMenu div {
  margin-top: 10px;
  padding: 0 5px;
  text-align: center;
}
@media (max-width: 767px) {
	.bottomMenu div {margin-bottom: 10px; height: auto;}
	.bottomMenu div:last-child {margin-bottom: 0;}
}
.bottomMenu a {
	display: block;
	height: 100%;
	padding: 10px;
	background: #bc1e2c;
  color: #fff;
  font-weight: bold;
	text-decoration: none;	
  text-transform: uppercase;
}
@media (max-width: 767px) {
	.bottomMenu div:nth-child(2n) {margin: 0;}
}
.bottomMenu div:nth-child(2n) a {
  border-top: 10px solid #bc1e2c;
  border-bottom: 10px solid #bc1e2c;
  background: none;
  color: #bc1e2c;
}

.theme-orange .bottomMenu {color: #ea8a00;}
.theme-orange .bottomMenu a {background: #ea8a00;}
.theme-orange .bottomMenu div:nth-child(2n) a {
  border-color:  #ea8a00;
  color: #ea8a00;
}
.theme-orange h1 {
    color: #ea8a00;
    border-top: 10px solid #ea8a00;
    border-bottom: 10px solid #ea8a00;
}
.theme-orange hr {border-top: 10px solid #ea8a00;}


/* ======= кнопка написать нам =======*/
.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;
}

/* ======= список файлов =======*/
.fileList {
  padding: 0;
  list-style-type: none;
  text-decoration: underline;  
}
.fileList a {
  color: #000;
  font-weight: bold;
}

.feedbackFormLinks {
  margin: 0 -10px;
}
.feedbackFormLinks div {
  padding: 0 10px;
}
.feedbackFormLinks a {
  display: block;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  padding: 10px 15px;
  background: grey;
  color: #fff;
  font-weight: bold;
}
.feedbackFormLinks a span {
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feedbackFormLinks a {height: 80px; font-size: 12px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .feedbackFormLinks a {font-size: 11px; height: 86px;}
}
@media (max-width: 767px) {
  .feedbackFormLinks a {height: auto;}
}