@import url(../fonts/PTSansRegular_stylesheet.css);
@import url(../fonts/PTSansBold_stylesheet.css);
@import url(../fonts/AcromBold_stylesheet.css);
.header {
  display: block;
  width: 100%;
  height: 120px;
  background: #EAEAEA;
}
.header .container {
  position: relative;
  padding: 23px 15px;
}
.header .container .logo {
  width: 100%;
  height: 76px;
}
.header .container .logo a {
  display: block;
}
.header .container .logo a .logo-nsu {
  display: block;
  background: transparent url(../images/NSU_Russian_logo_Green.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 76px;
  flex: 1 200px;
  margin-bottom: 20px;
}
.header .container .logo a .logo-nsu.en {
  background: transparent url(../images/NSU_English_logo_Green.svg) no-repeat;
  background-size: contain;
}
.header .container .user-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 72px;
}
.header .container .user-link .username {
  color: #000000;
  margin-right: 50px;
  padding-left: 25px;
  background: url(/images/user.png) no-repeat left top;
}
@media (max-width: 767.98px) {
  .header .container .user-link .username {
    margin-right: 0;
  }
}
.header .container .user-link a {
  color: #666666;
}
.header .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 200px;
  align-items: center;
  height: 76px;
  width: 100%;
  position: relative;
}
.header .title .text {
  font-family: "PTSansBold", sans-serif;
  padding: 0px 15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 34px;
  display: block;
  position: absolute;
  bottom: 0;
}

#footer-pusher {
  height: 50px;
  clear: both;
}

.footer {
  display: block;
  width: 100%;
  background: #434343;
  color: #fff;
  height: 192px;
  margin-top: -192px;
  font-size: 16px;
  line-height: 21px;
}
.footer .container {
  padding: 30px 15px;
}
.footer .logo {
  width: 254px;
  height: 72px;
}
.footer .logo a {
  display: block;
  height: 100%;
}
.footer .logo a .logo-nsu {
  width: 160px;
  height: 100%;
  background: url("../images/logo-green-white.png") no-repeat;
  background-size: contain;
  display: block;
}
.footer .logo a .logo-nsu.en {
  background: url("../images/NSU_English_logo_White.png") no-repeat;
  background-size: contain;
}
.footer .copyright {
  font-size: 12px;
  line-height: 16px;
}
.footer p {
  margin: 0 0 10px 0;
  color: #fff;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer .footer-menu .nav-item {
  margin-bottom: 10px;
}
.footer .socials {
  margin-bottom: 15px;
}
.footer .applications .icon-biger.apple, .footer .applications .icon-biger .g-play {
  margin-top: 3px;
}
.footer .applications p a {
  line-height: 30px;
  color: #72C81F;
}

#main-content {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 300px;
}

@media (max-width: 767.98px) {
  .header {
    overflow: hidden;
  }
  .header .title .text {
    font-size: 30px;
    line-height: 34px;
    padding: 0px;
  }
}
@media (max-width: 575.98px) {
  .header .container .logo a .logo-nsu {
    background: transparent url(../images/NSU_Russian_logo_Green_mini.svg) no-repeat;
    background-size: contain;
    width: 100px;
    height: 76px;
    flex: 1 200px;
    margin-bottom: 20px;
  }
  .header .title .text {
    font-size: 30px;
    line-height: 34px;
    padding: 0px;
  }
}
@media (max-width: 379.98px) {
  .header .title .text {
    font-size: 20px;
    line-height: 22px;
    padding: 0px;
  }
}
@media (max-width: 319.98px) {
  .header .title .text {
    font-size: 20px;
    line-height: 22px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
  .module-sandbox .container, .module-sandbox .container-sm, .module-sandbox .container-md, .module-sandbox .container-lg, .module-sandbox .container-xl {
    max-width: 1800px;
  }
}

/*# sourceMappingURL=layout.css.map */
