.toggle-menu {
  display: none;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: #e6a700;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.toggle-menu:hover {
  background-color: #ffb900;
}
.toggle-menu>span {
  display: inline-block;
  padding-left: 36px;
  background: url("../images/toggle-menu.png") left center no-repeat;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
    max-width: 100%;
  }

  .header,
  .menu-wrap,
  .labels,
  .info,
  .content,
  .bottom .items,
  .bottom .footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .top {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    height: 100%;
    background: url("../images/top-new.jpg") center top no-repeat;
    background-size: cover;
    border-top: 6px solid #000002;
  }

  .header .logo {
    height: 80px;
  }

  .header .logo.fl,
  .header .center.fl,
  .header .right.fr {
    float: none;
    margin: 0 auto;
  }

  .header .center.fl {
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
  }

  .header .center ul {
    text-align: center;
  }

  .header .center ul li {
    background-image: none;
    padding-left: 0;
  }

  .menu-wrap {
    background-color: #e6a700;
  }

  .menu-wrap ul li a {
    height: 100%;
    font-size: 18px;
  }

  .labels,
  .info {
    height: 100%;
  }

  .labels .label,
  .labels .label-1,
  .labels .label-2 {
    position: static;
    height: 100%;
  }

  .labels .label-1 {
    margin: 20px 0 30px;
  }

  .labels .label-2 {
    margin-bottom: 30px;
  }

  .info {
    background-color: #fcf8ef;
  }

  .info .fr {
    float: none;
    width: auto;
    height: 100%;
    background: url("../images/bg-info-fr.jpg") right top no-repeat;
    background-size: cover;
  }

  .info .fr .all {
    width: auto;
  }

  .content>.moduletable {
    padding: 0 20px;
  }

  .bottom {
    position: static;
    height: 100%;
    background-size: cover;
  }

  .bottom .items {
    height: 100%;
  }

  .bottom .items .item {
    float: none;
    margin: 0 auto;
    position: static;
    margin-bottom: 20px;
  }

  .bottom .footer {
    height: 100%;
  }

  .bottom .footer .left.fl,
  .bottom .footer .center.fl,
  .bottom .footer .right.fr {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .bottom .footer .center {
    border-left: 0;
    border-right: 0;
  }

}

@media screen and (max-width: 800px) {
  .menu-wrap ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 700px) {
  .toggle-menu {
    display: block;
  }

  .menu-wrap {
    background-color: #d59b00;
    height: 100%;
    display: none;
  }

  .menu-wrap.active {
    display: block;
  }

  .menu-wrap ul li {
    display: block;
    background-image: none;
    text-align: center;
    padding: 0;
  }

  .menu-wrap ul li a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrap ul li a:hover {
    background-color: #ffb900;
  }

  .info .fl {
    float: none;
    width: auto;
  }

  .bottom .items .level-1 .item,
  .bottom .items .level-2 .item,
  .bottom .footer .center {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .item-page img {
    display: block;
    width: 100%!important;
    height: 100%!important;
    float: none!important;
    margin: 0 0 10px 0!important;
  }

  .info .fr .all .item {
    height: 100%;
  }

  .info .fr .all .item img {
    width: 210px!important;
    height: 132px!important;
  }

  iframe {
    width: 100%;
  }

  .header .center {
    width: auto;
    height: 100%;
  }

  .header .center .middle {
    display: block;
    width: 100%;
    height: 100%;
  }
}