/* Контент v1 */
.trigger {
  cursor: pointer;
}
.img img,
.content_general img {
  max-width: 100%;
  height: auto;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* Контент v1 */
.content_general {
  font-size: 1.4em;
  line-height: 150%;
  max-width: 100%;
}
.content_general a {
  color: black;
}
.content_general table {
  max-width: 100%;
}
.content_general table tbody {
  max-width: 100%;
}
.content_general table tr {
  max-width: 100%;
}
.content_general table tr td {
  vertical-align: top;
}
.content_general table img {
  max-width: 100%;
}
.map {
  margin: 40px 0;
  height: 450px;
}
html.quick-site .wrapper-body.layout {
  margin-bottom: -100px;
}
html.quick-site .wrapper-body.layout .white-list.layout {
  margin-bottom: 100px;
}
html.quick-site .wrapper-body.layout .white-list.layout header.layout {
  height: 97px;
}
html.quick-site .footer-push,
html.quick-site footer.layout {
  height: 100px;
}
html.quick-site {
  font: 10px Arial;
}
html.quick-site body {
  background: #000000 url(../images/background/background.png);
}
/* Формы v1 */
.frm-form {
  margin: 40px 0 20px;
}
.frm-form .frm-messages {
  margin-bottom: 13px;
}
.frm-form .frm-message {
  font-size: 1.2em;
  padding: 10px;
}
.frm-form .frm-message.success {
  background-color: #a3d0a8;
  color: #007e00;
}
.frm-form .frm-message.warning {
  background-color: #a0add0;
  color: #282b94;
}
.frm-form .frm-message.error {
  background-color: #e4a39d;
  color: #941900;
}
.frm-form .frm-wrapper-fields {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.frm-form .frm-wrapper-item {
  overflow: hidden;
  margin: 5px 0;
}
.frm-form .frm-wrapper-item:first-child {
  margin-top: 0;
}
.frm-form .frm-wrapper-item:last-child {
  margin-bottom: 0;
}
.frm-form .frm-part-label {
  float: left;
  width: 33%;
  min-width: 33%;
  min-height: 1px;
  font-size: 1.4em;
}
.frm-form .frm-part-label label.required::after {
  content: "*";
  color: red;
}
.frm-form .frm-part-field {
  overflow: hidden;
}
.frm-form .frm-part-field .frm-field-text,
.frm-form .frm-part-field .frm-field-textarea {
  width: 100%;
  font-size: 1.4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  resize: vertical;
}
.frm-form label.frm-error {
  color: red;
  font-size: 1.1em;
}
.frm-form .frm-captcha-refresh {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 0;
  vertical-align: top;
  background: #000000 url(../images/system/icon/refresh-white.png) no-repeat center;
}
@media screen and (max-width: 500px) {
  .frm-form:last-child {
    margin-bottom: 0;
  }
  .frm-form .frm-wrapper-fields {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
  }
}
/* Галереи v1 */
.gallery.content {
  margin: 40px 0 20px;
}
.gallery.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
.gallery.content ul li {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.gallery.content ul li a {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
.gallery.content ul li a img {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.gallery.content.row-1 li {
  width: 100%;
  margin: 0 0 5% 0;
}
.gallery.content.row-2 li {
  width: 47%;
  margin: 0 6% 6% 0;
}
.gallery.content.row-2 li.last,
.gallery.content.row-2 li:nth-child(2n) {
  margin-right: 0;
}
.gallery.content.row-3 li {
  width: 30%;
  margin: 0 5% 1% 0;
}
.gallery.content.row-3 li.last,
.gallery.content.row-3 li:nth-child(3n) {
  margin-right: 0;
}
.gallery.content.row-4 li {
  width: 22%;
  margin: 0 4% 4% 0;
}
.gallery.content.row-4 li.last,
.gallery.content.row-4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.content.row-5 li {
  width: 18%;
  margin: 0 2% 2% 0;
}
.gallery.content.row-5 li.last,
.gallery.content.row-5 li:nth-child(5n) {
  margin-right: 0;
}
.gallery.content ul {
  font-size: 0;
}
.gallery.content ul li {
  vertical-align: top;
}
.gallery.content ul li a {
  text-decoration: none;
}
.gallery.content ul li .text {
  color: #8D8E90;
  font-size: 11px;
  font-style: normal;
  margin: 5px;
  text-align: center;
}
/* Новости v1 */
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
.news ul li.item {
  overflow: hidden;
  margin: 5px 0;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}
.news ul li.item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.news ul li.item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news ul li.item .title {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.4em;
  margin-bottom: 10px;
  color: black;
}
.news ul li.item .date {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
  color: gray;
  font-style: italic;
  font-size: 1.2em;
}
.news ul li.item .gallery.news {
  float: left;
  margin: 10px 10px 10px 0;
}
.news ul li.item .gallery.news ul li a {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
.news ul li.item .gallery.news ul li a img {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
.news ul li.item .text {
  margin: 5px 0 0;
  overflow: hidden;
}
.news ul li.item .text .description .content_general {
  font-size: 1.4em;
}
.news ul li.item .text .more {
  font-size: 1.4em;
  color: black;
  line-height: 150%;
}
@media screen and (max-width: 320px) {
  .news ul li.item .gallery.news {
    float: none;
  }
}
/* Пагинация v2 */
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination a {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.4em;
  color: #6c6c6c;
  min-width: 20px;
  padding: 5px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  margin: 3px;
}
.pagination a.active,
.pagination a:hover {
  background-color: #c9c9c9;
  color: black;
  text-decoration: none;
}
/* Хлебные крошки v1 */
.breadcrumbs {
  margin: 10px 0 10px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
.breadcrumbs ul li {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 3px;
}
.breadcrumbs ul li::after {
  content: ">";
}
.breadcrumbs ul li a {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.2em;
  color: black;
}
.breadcrumbs ul li.active a {
  text-decoration: none;
  color: black;
  cursor: default;
}
.breadcrumbs ul li.active::after {
  content: "";
}
/* Заголовок страницы v1 */
.wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .title-addition {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  color: gray;
  font-style: italic;
  font-size: 1.2em;
  margin: 0 10px;
}
.wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .title {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
}
.wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .title:first-child {
  margin-top: 0;
}
.wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .separator {
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
/* version 2, 18.12.2013 */
/* Липкий подвал v1 */
html.quick-site {
  height: 100%;
}
html.quick-site body {
  height: 100%;
}
html.quick-site body .wrapper.layout {
  height: 100%;
}
html.quick-site body .wrapper.layout .wrapper-body.layout {
  min-height: 100%;
}
/* Кнопки v1 */
html.quick-site .button {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
}
/* Разделы каталога */
html.quick-site .sections {
  margin: 40px 0 20px;
}
html.quick-site .sections ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
html.quick-site .sections ul li {
  display: inline-block;
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
html.quick-site .sections ul li a {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
html.quick-site .sections ul li a img {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
html.quick-site .sections.row-1 li {
  width: 100%;
  margin: 0 0 5% 0;
}
html.quick-site .sections.row-2 li {
  width: 47%;
  margin: 0 6% 6% 0;
}
html.quick-site .sections.row-2 li.last,
html.quick-site .sections.row-2 li:nth-child(2n) {
  margin-right: 0;
}
html.quick-site .sections.row-3 li {
  width: 30%;
  margin: 0 5% 1% 0;
}
html.quick-site .sections.row-3 li.last,
html.quick-site .sections.row-3 li:nth-child(3n) {
  margin-right: 0;
}
html.quick-site .sections.row-4 li {
  width: 22%;
  margin: 0 4% 4% 0;
}
html.quick-site .sections.row-4 li.last,
html.quick-site .sections.row-4 li:nth-child(4n) {
  margin-right: 0;
}
html.quick-site .sections.row-5 li {
  width: 18%;
  margin: 0 2% 2% 0;
}
html.quick-site .sections.row-5 li.last,
html.quick-site .sections.row-5 li:nth-child(5n) {
  margin-right: 0;
}
html.quick-site .sections .title {
  font-size: 1.4em;
}
html.quick-site .sections .gallery.sections ul li {
  width: 100%;
}
/* Заголовки v1 */
html.quick-site h2 {
  font-weight: normal;
  font-size: 1.6em;
}
/* Слайдер v1 */
html.quick-site .slider.layout {
  overflow: hidden;
  margin: 0 auto;
  width: 940px;
}
html.quick-site .slider.layout .bx-viewport li {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
html.quick-site .slider.layout ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
html.quick-site .slider.layout ul li {
  position: relative;
  z-index: 0;
  display: none;
}
html.quick-site .slider.layout ul li:first-child {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
html.quick-site .slider.layout ul li .link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0
  right: 0;
  text-decoration: none;
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
html.quick-site .slider.layout ul li img {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
html.quick-site .slider.layout ul li .text {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  max-width: 21.5%;
  min-width: 21.5%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0 3.5%;
}
html.quick-site .slider.layout ul li .text .title {
  font-size: 2.8em;
  color: #ff9c00;
}
html.quick-site .slider.layout ul li .text .content_general {
  color: white;
  font-size: 1.4em;
}
html.quick-site .slider.layout ul li .text .content_general a {
  color: white;
}
@media screen and (max-width: 940px) {
  html.quick-site .slider.layout {
    max-width: 100%;
  }
  html.quick-site .slider.layout ul li a .text .title {
    font-size: 2.0em;
  }
  html.quick-site .slider.layout ul li a .text .content_general {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  html.quick-site .slider.layout ul li a .text {
    min-width: 180px;
  }
  html.quick-site .slider.layout ul li a .text .title {
    font-size: 1.6em;
  }
  html.quick-site .slider.layout ul li a .text .content_general {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  html.quick-site .slider.layout {
    border-radius: 0;
    max-width: 100%;
  }
  html.quick-site .slider.layout ul li a .text {
    position: static;
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  html.quick-site .slider.layout ul li a .text .title {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
  }
  html.quick-site .slider.layout ul li a .text .content_general {
    display: none;
  }
}
/* Основные стили v1 */
html.quick-site .mobile {
  display: none;
}
html.quick-site .wrapper.layout {
  width: 1000px;
  margin: 0 auto;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout {
  background: white;
  margin: 20px 0;
  border-radius: 5px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout {
  position: relative;
  z-index: 0;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .logo {
  position: absolute;
  z-index: 0;
  top: 24px;
  left: 30px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts {
  position: absolute;
  z-index: 0;
  top: 26px;
  right: 30px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts .phone {
  font-size: 2.2em;
  color: black;
  margin-bottom: 5px;
  text-align: right;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts .phone span {
  color: #8d8e90;
  margin-right: .4em;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts .address {
  font-size: 1.1em;
  font-style: normal;
  color: #8d8e90;
  text-align: right;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout {
  overflow: hidden;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout {
  float: left;
  width: 22.5%;
  margin: 2.5%;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .bag {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px 0 0 10px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 257px;
  z-index: 2;
  color: #FFFFFF;
  font-size: 1.4em;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .bag a {
  color: #FFFFFF;
  display: block;
  margin: 10px 0 0;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .bag .cart-head {
  background: url("/images/cart-picture.png") no-repeat right center;
  display: block;
  font-size: 1.1em;
  margin: 0 0 10px;
  padding: 0 23px 0 0;
  width: 70px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .bag span {
  font-weight: bold;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu-toggle {
  display: none;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu {
  margin-left: 27px;
  margin-bottom: 30px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu.menu-always-open ul li ul {
  display: block;
  width: auto;
  height: auto;
  display: block;
  width: auto;
  height: auto;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li {
  margin-top: 20px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li:first-child {
  margin-top: 0;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li.active a {
  text-decoration: none;
  font-weight: bold;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li.active ul {
  display: block;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li.active ul a {
  text-decoration: underline;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li a {
  font-size: 2em;
  color: black;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li ul {
  display: none;
  margin: 10px 0 0 20px;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li ul li {
  margin: 10px 0;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li ul li a {
  font-size: 1.2em;
  font-weight: normal;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout {
  float: right;
  width: 67.5%;
  margin: 2.5%;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page {
  padding-bottom: 84px;
}
html.quick-site .wrapper.layout footer.layout {
  position: relative;
  z-index: 0;
}
html.quick-site .wrapper.layout footer.layout .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
  overflow: hidden;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 66%;
}
html.quick-site .wrapper.layout footer.layout .menu ul li {
  float: left;
  width: 25%;
  list-style: square outside;
  color: white;
}
html.quick-site .wrapper.layout footer.layout .menu ul li.active a {
  text-decoration: none;
}
html.quick-site .wrapper.layout footer.layout .menu ul li a {
  color: white;
  font-size: 1.2em;
}
html.quick-site .wrapper.layout footer.layout .menu ul li ul {
  display: none;
}
html.quick-site .wrapper.layout footer.layout .author,
html.quick-site .wrapper.layout footer.layout .copyright {
  color: #939393;
  font-size: 1.2em;
}
html.quick-site .wrapper.layout footer.layout .author a,
html.quick-site .wrapper.layout footer.layout .copyright a {
  color: #939393;
}
html.quick-site .wrapper.layout footer.layout .counter {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
}
html.quick-site .wrapper.layout footer.layout .copyright {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
html.quick-site .wrapper.layout footer.layout .author {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  html.quick-site .wrapper.layout {
    width: 100%;
    margin: 0;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout {
    margin-bottom: 0;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout {
    border-radius: 0;
    margin: 0;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout {
    margin: 0 auto;
    width: 940px;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .logo {
    left: 0;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts {
    right: 0;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .banners img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .map  > ymaps {
    max-width: 100% !important;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .content_general img,
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .content_general iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .content_general embed,
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .content_general object {
    max-width: 100% !important;
  }
  html.quick-site .wrapper.layout footer.layout {
    margin: 10px 20px;
  }
  html.quick-site .wrapper.layout footer.layout .copyright,
  html.quick-site .wrapper.layout footer.layout .counter,
  html.quick-site .wrapper.layout footer.layout .author {
    padding-bottom: 10px;
  }
  html.quick-site .wrapper.layout .footer-push,
  html.quick-site .wrapper.layout footer.layout {
    height: auto;
  }
  html.quick-site .wrapper.layout .footer-push .menu,
  html.quick-site .wrapper.layout footer.layout .menu {
    padding-bottom: 10px;
  }
  html.quick-site .wrapper.layout .footer-push .menu ul,
  html.quick-site .wrapper.layout footer.layout .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
    width: 600px;
  }
  html.quick-site .wrapper.layout .footer-push .menu ul li,
  html.quick-site .wrapper.layout footer.layout .menu ul li {
    list-style: none;
    width: 33%;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  html.quick-site .wrapper.layout .footer-push .menu ul li a,
  html.quick-site .wrapper.layout footer.layout .menu ul li a {
    font-size: 1.1em;
    padding: 5px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    width: auto;
    height: auto;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
  }
  html.quick-site .wrapper.layout .footer-push .menu ul li.active a,
  html.quick-site .wrapper.layout footer.layout .menu ul li.active a {
    background: none;
  }
}
@media screen and (max-width: 940px) {
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout {
    max-width: 100%;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .logo {
    left: 30px;
  }
  html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts {
    right: 30px;
  }
  html.quick-site .wrapper.layout footer.layout .menu ul {
    width: 300px;
  }
  html.quick-site .wrapper.layout footer.layout .menu ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  html.quick-site .wrapper.layout footer.layout .menu ul {
    width: 150px;
  }
  html.quick-site .wrapper.layout footer.layout .menu ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  html.quick-site.mobile-menu-open body {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  html.quick-site.mobile-menu-open body .mobile.blocker {
    display: block;
    width: 100%;
    height: auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
  }
  html.quick-site.mobile-menu-open body .menu-toggle {
    opacity: 1;
  }
  html.quick-site.mobile-menu-open body .wrapper.layout {
    overflow: hidden;
    position: absolute;
  }
  html.quick-site body .menu-toggle {
    display: block;
    width: auto;
    height: 32px;
    position: fixed;
    z-index: 30;
    border-radius: 0 0 16px 0;
    top: 0;
    left: 0;
    background: #000000 url(../images/icon/menu-white.png) no-repeat 8px center;
    color: white;
    padding: 0 10px 0 32px;
    line-height: 30px;
    font-size: 1.4em;
    text-decoration: none;
    opacity: .3;
  }
  html.quick-site body .menu.mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
    display: block;
    width: auto;
    height: auto;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 30;
    overflow: hidden;
    right: 100%;
    width: 80%;
    top: 0;
    background: #494949;
    height: 100%;
    overflow-y: auto;
  }
  html.quick-site body .menu.mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
  }
  html.quick-site body .menu.mobile ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 1px;
  }
  html.quick-site body .menu.mobile ul li a {
    display: block;
    width: auto;
    height: auto;
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    color: white;
    text-decoration: none;
    background: black;
    font-size: 1.5em;
  }
  html.quick-site body .menu.mobile ul li.active > a {
    font-weight: bold;
    background: #353535;
  }
  html.quick-site body .menu.mobile ul li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
  }
  html.quick-site body .menu.mobile ul li ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    box-shadow: none;
  }
  html.quick-site body .menu.mobile ul li ul li a {
    padding: 10px 10px 10px 30px;
    color: white;
    font-size: 1.2em;
    margin-bottom: 0;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout {
    margin-bottom: 0;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout .white-list.layout header.layout {
    padding-top: 40px;
    position: relative;
    z-index: 0;
    height: auto;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .logo {
    position: static;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts {
    position: static;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout {
    display: none;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout {
    width: auto;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
  }
  html.quick-site body .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page {
    padding-bottom: 0;
  }
  html.quick-site body .wrapper.layout footer.layout {
    margin: 10px 20px;
  }
  html.quick-site body .wrapper.layout footer.layout .menu {
    display: none;
  }
  html.quick-site body .wrapper.layout footer.layout .copyright,
  html.quick-site body .wrapper.layout footer.layout .counter,
  html.quick-site body .wrapper.layout footer.layout .author {
    padding-bottom: 10px;
  }
  html.quick-site body .wrapper.layout .footer-push,
  html.quick-site body .wrapper.layout footer.layout {
    height: auto;
  }
}
