#header {
  background: #182375;
  height: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
#header .logo-wrap {
  width: 160px;
  padding: 5px 0 10px 0;
  text-align: center;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  float: left;
}
#header .logo-wrap img {
  width: 36px;
  height: 36px;
}
#header .logo-wrap .slogan {
  margin: -5px 0;
}
#header .lang-wrap {
  text-align: right;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 38px 0 0;
  height: 20px;
}
#header .lang-wrap .lang-hover {
  cursor: pointer;
}
#header .lang-wrap .links {
  position: relative;
  margin-right: 25px;
}
#header .lang-wrap .lang-close {
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  line-height: 19px;
}
#header .lang-wrap a {
  color: #ffffff;
  text-decoration: none;
}
#header .lang-wrap a:hover {
  color: #88bddd;
}
#header .menu-collapsed {
  display: inline-block;
  width: 40px;
  height: 64px;
  position: absolute;
  right: 15px;
  text-align: center;
  padding: 0 15px 0 15px;
  cursor: pointer;
}
#header .menu-collapsed span {
  display: block;
  color: white;
  font-size: 12px;
  margin: 10px 0 -10px 0;
  text-decoration: none;
  /*      &:after {
        content: "";
        position: absolute;
        top: 30px;
        left: 17px;
        width: 3em;
        height: 0.2em;
        border-top: 0.8em double #ffffff;
        border-bottom: 0.4em solid #ffffff;
      }*/
}
#header .menu-opened {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  text-align: center;
  padding: 10px 15px 0 15px;
  cursor: pointer;
}
#header .menu-opened span {
  display: block;
  color: white;
  font-size: 10px;
  margin: 10px 0 -10px 0;
  text-decoration: none;
}
#header .menu-opened span:before {
  content: "x";
  color: white;
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  top: 20px;
  left: 0;
}
#header .menu-wrap {
  display: none;
}
#header .main-menu {
  background-color: #182375;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 64px;
  left: 0;
  overflow: auto;
}
#header .main-menu img {
  display: none;
}
#header .main-menu a {
  text-decoration: none;
  color: white;
}
#header .main-menu ul {
  list-style: none;
}
#header .main-menu li {
  display: block;
  padding: 5px 10px 5px 20px;
  line-height: 1.6;
  font-size: 28px;
  font-weight: 600;
  border: 1px solid #212756;
  cursor: pointer;
}
#header .main-menu li.helper {
  display: none;
}
#header .main-menu li li {
  display: none;
}
#header .main-menu li li li {
  display: none;
}
#header .main-menu .active {
  background-color: #212756;
}
#header .main-menu .active ul {
  list-style: none;
}
#header .main-menu .active li {
  display: block;
  margin: 0 0 0 -60px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 400;
  background-color: #212756;
  cursor: pointer;
}
#header .main-menu .active li ul {
  list-style: none;
}
#header .main-menu .active li li {
  display: none;
}
#header .icons-wrap {
  display: none;
}
#header .mobile-icons-wrap {
  display: inline-block;
  background-color: #182375;
  padding: 10px;
  margin: 0 0 64px -20px;
  border: none;
}
#header .mobile-icons-wrap .icon-phone {
  background: transparent url("../img/sprite-icons-circle.png") top right no-repeat;
  height: 32px;
  width: 34px;
  display: inline-block;
  margin: 0 10px;
  opacity: .8;
}
#header .mobile-icons-wrap .icon-phone:hover {
  opacity: 1;
}
#header .mobile-icons-wrap .icon-faq {
  background: transparent url("../img/sprite-icons-circle.png") top left no-repeat;
  height: 32px;
  width: 34px;
  display: inline-block;
  margin: 0 10px;
  opacity: .8;
}
#header .mobile-icons-wrap .icon-faq:hover {
  opacity: 1;
}
#header .mobile-lang-wrap {
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 400;
  color: #488bc4;
  padding: 0 10px;
  margin: 10px 20px 74px 0;
  border: 1px solid #488bc4;
}
#header .mobile-lang-wrap svg {
  margin-bottom: -3px;
}
.mobile-lang {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 64px;
  left: 0;
  overflow: auto;
}
.mobile-lang a {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #182375;
  text-decoration: none;
  border: 1px solid #182375;
  background: transparent;
  padding: 10px;
  margin: 20px;
  cursor: pointer;
}
.mobile-footer {
  display: block;
  position: fixed;
  bottom: 0;
  height: 64px;
  width: 100%;
  background: none;
  z-index: 6;
}
.mobile-footer .content {
  text-align: right;
  padding: 0 40px;
  color: white;
  font-size: 28px;
}
.mobile-footer .content:after {
  content: "";
  display: inline-block;
  background: url("../img/icon-arrows.png") top right no-repeat;
  width: 20px;
  height: 24px;
}
.footer {
  display: none;
  position: fixed;
  bottom: 0;
  height: 38px;
  width: 100%;
  background: #ffffff;
  z-index: 5;
}
.footer.transparent {
  background: none;
}
.footer .content {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
  color: #969696;
  font-size: 14px;
}
.footer .copy {
  left: 40px;
  top: 12px;
  position: absolute;
  font-size: 10px;
}
.footer .developer {
  right: 40px;
  top: 7px;
  position: absolute;
  font-size: 10px;
  padding: 5px 10px;
}
.footer .developer .kvazarium {
  background: url("../img/kvazarioum.png") top center no-repeat;
  width: 58px;
  height: 9px;
  display: inline-block;
}
.footer .developer:hover {
  background: #5a5a5a;
  color: #cacaca;
}
.footer .developer:hover .kvazarium {
  background: url("../img/kvazarioum.png") 0 -41px no-repeat;
}
