html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  background: #F5F5F5;
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  color: #333;
}
#container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 20px rbga(78, 75, 78, 0.1);
  box-shadow: 0 0 20px rbga(78, 75, 78, 0.1);
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #container {
    padding: 0 20px;
  }
}
#container .panel {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 0 none;
  padding: 96px 90px;
}
#container .panel .panel-heading {
  border-bottom: 2px solid #F5F5F5;
  background: #fff;
  padding: 30px 0 10px;
  right: 90px;
  left: 90px;
}
@media screen and (min-width: 1200px) {
  #container .panel .panel-heading {
    width: 1020px;
    left: 50%;
    margin-left: -510px;
  }
}
@media screen and (max-width: 980px) {
  #container .panel .panel-heading {
    left: 20px;
    right: 20px;
  }
}
#container .panel .panel-heading h1 {
  margin: 10px 0 0;
  font-size: 24px;
  color: #d50808;
}
#container .panel .panel-heading .nav-actions {
  float: right;
}
#container .panel .panel-heading .nav-actions li {
  float: left;
}
#container .panel .panel-heading .nav-actions li a {
  font-size: 16px;
  color: #999;
}
#container .panel .panel-heading .nav-actions li a .zzy-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -7px;
  margin-right: 10px;
  background-size: 100% 100%;
}
#container .panel .panel-heading .nav-actions li a .zzy-icon.zzy-icon-catalog {
  background-image: url(../images/ico_catalog.png);
}
#container .panel .panel-heading .nav-actions li a .zzy-icon.zzy-icon-return {
  background-image: url(../images/ico_return.png);
}
#container .panel .panel-heading .nav-actions li a .zzy-icon.zzy-icon-home {
  background-image: url(../images/ico_home.png);
}
#container .panel .panel-heading .nav-actions li a:hover {
  background: transparent;
}
@media screen and (min-width: 980px) {
  #container .panel .panel-heading .nav-actions {
    float: right;
  }
}
#container .panel .panel-body {
  font-size: 22px;
  color: #333;
}
#container .panel .panel-body p {
  margin-top: 20px;
  text-indent: 44px;
}
@media screen and (max-width: 980px) {
  #container .panel {
    padding: 90px 20px 0;
  }
}
#modal-catalog .modal-dialog {
  max-width: 460px;
}
#modal-catalog .modal-dialog .modal-header {
  background: #d50808;
  color: #fff;
}
#modal-catalog .modal-dialog .modal-header h4 {
  font-size: 24px;
  font-weight: 400;
}
#modal-catalog .modal-dialog .modal-header .close {
  outline: 0 none;
  opacity: 1;
  color: #fff;
}
#modal-catalog .modal-dialog .modal-header .close span {
  font-size: 32px;
  font-weight: normal;
}
#modal-catalog .modal-dialog .modal-body {
  max-height: 480px;
  overflow-y: auto;
  padding: 0 30px;
}
#modal-catalog .modal-dialog .modal-body .section .section-header {
  border-left: 6px solid #d50808;
  padding-left: 20px;
}
#modal-catalog .modal-dialog .modal-body .section .section-header h4 {
  font-size: 20px;
  font-weight: 400;
}
#modal-catalog .modal-dialog .modal-body .section .section-body ul {
  list-style: none;
  padding: 0;
}
#modal-catalog .modal-dialog .modal-body .section .section-body ul li {
  border-bottom: 2px solid #F5F5F5;
}
#modal-catalog .modal-dialog .modal-body .section .section-body ul li a,
#modal-catalog .modal-dialog .modal-body .section .section-body ul li a:hover {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 15px 0;
  margin: 0;
}
#modal-catalog .modal-dialog .modal-body .section .section-body ul li a .num,
#modal-catalog .modal-dialog .modal-body .section .section-body ul li a:hover .num {
  color: #999;
  padding: 0;
}
#modal-catalog .modal-dialog .modal-body .section .section-body ul li a .title,
#modal-catalog .modal-dialog .modal-body .section .section-body ul li a:hover .title {
  text-align: right;
  padding-right: 0;
}
#modal-catalog .modal-dialog .modal-body .section .section-body ul li:last-child {
  border-bottom: 0 none;
}
.font_size_s {
  font-size: 16px !important;
}
.font_size_m {
  font-size: 22px !important;
}
.font_size_l {
  font-size: 26px !important;
}
