@charset "UTF-8";

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse {
  overflow: hidden;
  max-height: 0px;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 76%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
  background: #062839;
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
  height: 75px;
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (max-width: 80em) {
  .top {
    width: 100%;
  }

  .footer-info-item {
    width: 55%;
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 46.25em) {
  .top .mail {
    width: 20%;
  }

  .head .logo {
    float: none;
  }

  .nav-collapse ul li a p {
    text-align: left !important;
  }
}

@media screen and (max-width: 40em) {
  .top .top_r span {
    margin: 0 6px 0 6px;
    font-size: 14px;
  }

  .footer-info-item {
    font-size: 11px;
  }

  .footer-info-item .telegram-app-qrcode {
    width: 92px;
    height: 92px;
  }

  .footer-copyright {
    font-size: 13px;
  }
}

@media screen and (max-width: 25.938em) {
  .footer-info {
    margin: 0;
  }

  .footer-info-item {
    display: block;
  }

  .footer-copyright {
    font-size: 11px;
  }
}

@media screen and (min-width: 46.25em) {
  .nav-collapse ul ul a {
    display: none;
  }

  .nav-collapse li {
    width: 18%;
    height: 75px;
  }

  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
  }
}

/*max-height*/
@media screen and (max-height: 85.563em) {
  .content-container {
    height: 78%;
  }
}

@media screen and (max-height: 64em) {
  .content-container {
    height: 69%;
  }
}

@media screen and (max-height: 50.063em) {
  .content-container {
    height: 63%;
  }
}

@media screen and (max-height: 37.563em) {
  .content-container {
    height: 50%;
  }
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src: url("../icons/responsivenav.eot");
  src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  top: 62px;
  right: 0;
}

.nav-toggle:before {
  color: #f4421a;
  /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content: "x";
}