body {
  background-color: white;
}
a {
  text-decoration: underline;
}
.orange-bgr-mixin {
  background-color: #F8D27F;
  background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
  background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
}
.header {
  height: 200px;
  background-color: white;
}
.header a {
  text-decoration: none;
}
.header .logo {
  margin: 27px 60px 22px;
}
.header .contacts {
  margin: 56px 0 0 163px;
  color: #008000;
  font-size: 18px;
}
.header .contacts i {
  color: #F8D27F;
}
.header .contacts .phone {
  font-size: 30px;
}
.menucontainer {
  background: url(/static/img/header-bgr-4.png) repeat-x #BFBFC1;
  height: 167px;
}
.menucontainer a {
  text-decoration: none;
}
.mainmenu a {
  text-decoration: none;
}
.mainmenu ul {
  width: 100%;
  text-align: center;
}
.mainmenu li {
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
}
.mainmenu li.active > a {
  background-color: #F8D27F;
  background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
  background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
  color: #77787a;
}
.mainmenu li a {
  padding: 22px 30px;
  color: #77787a;
  border-right: 1px solid #BFBFC1;
}
.mainmenu li a:hover {
  background-color: #F8D27F;
  background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
  background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
  color: #77787a;
}
.mainmenu li:first-child a {
  border-right: 1px solid #BFBFC1;
  border-left: 1px solid #BFBFC1;
}
.submenu a {
  text-decoration: none;
}
.submenu ul {
  width: 100%;
  text-align: center;
}
.submenu li {
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
}
.submenu li.active > a {
  background-color: #F8D27F;
  background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
  background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
}
.submenu li a {
  font-size: 12px;
  margin-top: 2px;
  padding: 8px 10px;
  color: #77787a;
  border-right: 1px solid #BFBFC1;
}
.submenu li a:hover {
  background-color: #F8D27F;
  background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
  background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
}
.submenu li:first-child a {
  border-right: 1px solid #BFBFC1;
  border-left: 1px solid #BFBFC1;
}
.submenu-children {
  margin-left: 20px;
  font-size: 12px;
}
.mobilemenu a {
  text-decoration: none;
  text-align: center;
}
.content {
  background-color: white;
  min-height: 400px;
  margin-top: 20px;
}
.content h1 {
  color: #008000;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0 10px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.content h2 {
  color: #008000;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0 10px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.content h3 {
  color: #008000;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 0;
}
.content p {
  color: #333;
  margin-bottom: 12px;
}
.content ul {
  padding: 0;
  margin: 0 0 10px 5px;
  list-style-position: inside;
}
.content ul li {
  padding: 0;
  color: #333;
}
.content img {
  border: 1px solid #E8E8E8;
  margin-left: auto;
  margin-right: auto;
}
.content img.left {
  float: left;
  margin: 10px 10px 10px 0;
}
.content img.right {
  float: right;
  margin: 10px 0 10px 10px;
}
.content .slogan {
  background: url(/static/img/slogan-bgr.png) repeat-x #75C517;
  padding: 15px;
  text-align: center;
}
.content .slogan p {
  color: #603814;
  font-size: 18px;
  margin: 0;
}
.content .social {
  position: absolute;
  right: 0;
  top: -20px;
}
.footer {
  min-height: 370px;
  background: url(/static/img/footer-bgr.png) repeat-x #BFBFC1;
}
.footer img {
  border: 1px solid #E8E8E8;
}
.footer img.left {
  float: left;
  margin: 10px 10px 10px 0;
}
.footer img.right {
  float: right;
  margin: 10px 0 10px 10px;
}
.footer .slogan {
  margin-top: 60px;
  text-align: center;
}
.footer .slogan p {
  color: #F8D27F;
  font-size: 18px;
  margin: 0;
}
.footer .footer-content {
  margin-top: 20px;
}
.footer .contacts {
  margin: 23px 0 0 0;
  color: #008000;
  font-size: 18px;
  text-align: right;
}
.footer .contacts i {
  color: #F8D27F;
}
.footer .contacts .phone {
  font-size: 24px;
}
.pagesubmenu .list-group-item.active {
  background-color: #F8D27F;
  background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
  background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
  border-color: #F8D27F;
  color: #77787a;
  text-shadow: 0 -1px 0 #BFBFC1;
}
.pagesubmenu a {
  text-decoration: none;
}
.social a {
  background: url(/static/img/social-icons.png) 0 0 transparent no-repeat;
  display: inline-block;
  vertical-align: inherit;
  margin: 3px 0 0 3px;
  padding: 0;
  width: 30px;
  height: 30px;
}
.social .vkontakte {
  background-position: -124px 0;
}
.social .facebook {
  background-position: 0px 0;
}
@media (max-width: 1200px) {
  .submenu a {
    text-decoration: none;
  }
  .submenu ul {
    width: 100%;
    text-align: center;
  }
  .submenu li {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
  }
  .submenu li.active > a {
    background-color: #F8D27F;
    background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
    background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
    background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
  }
  .submenu li a {
    font-size: 11px;
    margin-top: 8px;
    padding: 4px 10px;
    color: #77787a;
    border-right: 1px solid #BFBFC1;
  }
  .submenu li a:hover {
    background-color: #F8D27F;
    background-image: -webkit-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
    background-image: -o-linear-gradient(top, #F8D27F 0, #f3b01e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D27F), to(#f3b01e));
    background-image: linear-gradient(to bottom, #F8D27F 0, #f3b01e 100%);
  }
  .submenu li:first-child a {
    border-right: 1px solid #BFBFC1;
    border-left: 1px solid #BFBFC1;
  }
}
.submenubutton {
  padding-top: 8px;
}
.submenubutton a {
  color: #77787a;
}
@media (max-width: 991px) {
  .header .logo {
    text-align: center;
    margin: 27px 0px 22px;
  }
  .footer .contacts {
    text-align: center;
  }
  .footer .slogan p {
    font-size: 12px;
  }
  .social {
    display: none;
  }
}
