@font-face {
  font-family: "Roboto";
  src: url(../../font/Roboto-Regular.ttf) format("truetype"), url(../../font/Roboto-Regular.eot) format("embedded-opentype"), url(../../font/Roboto-Regular.woff) format("woff");
}
@font-face {
  font-family: "Roboto Regular";
  src: url(../../font/Roboto-Regular.ttf) format("truetype"), url(../../font/Roboto-Regular.eot) format("embedded-opentype"), url(../../font/Roboto-Regular.woff) format("woff");
}
@font-face {
  font-family: "Roboto Medium";
  src: url(../../font/Roboto-Medium.ttf) format("truetype"), url(../../font/Roboto-Medium.eot) format("embedded-opentype"), url(../../font/Roboto-Medium.woff) format("woff");
}
@font-face {
  font-family: "Roboto Light";
  src: url(../../font/Roboto-Light.ttf) format("truetype"), url(../../font/Roboto-Light.eot) format("embedded-opentype"), url(../../font/Roboto-Light.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif";
  src: url(../../font/NotoSerif-Regular.ttf) format("truetype"), url(../../font/NotoSerif-Regular.eot) format("embedded-opentype"), url(../../font/NotoSerif-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url(../../font/NotoSerif-Bold.ttf) format("truetype"), url(../../font/NotoSerif-Bold.eot) format("embedded-opentype"), url(../../font/NotoSerif-Bold.woff) format("woff");
}
html,
body {
  margin: 0;
  padding: 0;
  color: #171718;
}
body {
  background: #f0f1f5;
}
/* For Safari 5 */
/* For Safari 5 */
/* Menu margin fix for Safari */
a:hover {
  color: #ca1313;
}
a:focus {
  outline: none;
}
a img {
  border: none;
}
/* Menu Bar (& Framework Left padding size) width */
/* Login popup */
.login-popup {
  position: fixed;
  right: 0;
  top: 92px;
  z-index: 17;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 30px 40px;
  background: #fff;
  border: 1px solid #e0dfe4;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 1px 6px rgba(0, 0, 0, 0.06);
  transition: all 1s ease-out 0.5s;
}
.login-popup #loginForm {
  background: #fff;
  padding: 30px 60px;
  min-width: 500px;
  margin-top: -3px;
  font-family: "Roboto";
}
.login-popup #loginForm .betta-dnevnik {
  text-decoration: none !important;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  background-color: #ff1119;
  display: block;
  width: 100%;
  line-height: 50px;
  font-family: 'Roboto', serif;
}
.login-popup #loginForm h2 {
  font-family: "Noto Serif";
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 40px 0;
}
.login-popup #loginForm form,
.login-popup #loginForm fieldset,
.login-popup #loginForm input {
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto Regular";
}
.login-popup #loginForm fieldset {
  padding: 0 0 20px 0;
}
.login-popup #loginForm fieldset:last-child {
  padding-bottom: 0;
}
.login-popup #loginForm fieldset#LoginPasswordField {
  padding-bottom: 0;
}
.login-popup #loginForm label {
  font-size: 16px;
}
.login-popup #loginForm label:after {
  content: "";
  display: block;
}
.login-popup #loginForm input[type="text"],
.login-popup #loginForm input[type="password"] {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  background: #fafafa;
  border: 1px solid #ceced0;
  border-radius: 3px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.login-popup #loginForm input[type="text"]:focus,
.login-popup #loginForm input[type="password"]:focus {
  border-color: #a4a4a4;
}
.login-popup #loginForm input[type="submit"].button,
.login-popup #loginForm .esia-login,
.login-popup #loginForm .button.red {
  font-size: 13px;
  font-family: "Roboto Medium";
  color: #ca1313;
  padding: 10px 25px;
  border: 1px solid #ca1313;
  text-transform: uppercase;
  border-radius: 3px;
  background: none;
  cursor: hand;
  cursor: pointer;
}
.login-popup #loginForm .esia-login {
  float: right;
  margin-left: 10px;
  text-decoration: none;
}
.login-popup #loginForm .registration {
  margin-left: 85px;
}
.login-popup #loginForm .registration,
.login-popup #loginForm .esia {
  font-size: 13px;
  font-family: "Roboto Medium";
  text-transform: uppercase;
  text-decoration: none;
}
.login-popup #loginForm .error-message {
  display: block;
  margin-top: -15px;
  margin-bottom: 5px;
  position: relative;
  height: 15px;
  font-size: 12px;
  color: red;
  opacity: 0.9;
}
.login-popup #loginForm #RememberMeField {
  font-family: "Roboto Light";
  color: #171718;
  font-size: 14px !important;
  vertical-align: middle;
}
.login-popup #loginForm #RememberMeField input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ceced0;
  box-shadow: none;
  display: inline-block;
  vertical-align: text-bottom;
}
.login-popup #loginForm #RememberMeField label {
  font-size: 14px;
}
.login-popup #loginForm #RememberMeField .remind-password {
  float: right;
  color: #171718;
}
.login-popup #loginForm label {
  color: #616161;
}
.login-popup #loginForm label b {
  font-weight: normal;
}
.login-popup #loginForm .error-message {
  margin-bottom: 10px;
}
.login-popup #loginForm .forgot-password {
  float: right;
  font-size: 13px;
  font-family: "Roboto Light";
  color: #616161;
}
/* //Login popup */
/* Layout */
.framework {
  /* Main responsive container */
  padding-left: 7%;
  padding-right: 0;
  box-sizing: border-box;
}
.framework .white {
  background: #fff;
}
.framework .row-fluid.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.framework .row-fluid.nopadding.white {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  z-index: 9;
}
.framework .row-fluid.nopadding.header-menu {
  border-bottom: 1px solid #e0dfe4;
  box-shadow: none;
  z-index: 10;
}
.framework .row-fluid.nopadding .container.index,
.framework .row-fluid.nopadding .container.inner {
  padding-left: 0;
  padding-right: 0;
}
.framework .row-fluid.nopadding .container.index:after,
.framework .row-fluid.nopadding .container.inner:after {
  content: "";
  display: block;
  clear: both;
}
.framework .row-fluid.nopadding .container.index .row,
.framework .row-fluid.nopadding .container.inner .row {
  margin: 0;
}
.framework .user-top-menu {
  position: relative;
  height: 92px;
  line-height: 92px;
  vertical-align: middle;
  text-align: right;
  padding-right: 0;
  font-family: "Roboto Medium", serif;
}
.framework .user-top-menu .logo {
  position: absolute;
  left: 84px;
  top: 17px;
  z-index: 14;
}
.framework .user-top-menu .logo a {
  display: inline-block;
  line-height: 60px;
  margin: 0;
  text-decoration: none;
}
.framework .user-top-menu .logo .emblem {
  position: absolute;
  left: -67px;
  top: 0px;
}
.framework .user-top-menu .user-menu {
  position: relative;
  z-index: 20;
  margin-left: 240px;
}
.framework .user-top-menu .user-menu li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.framework .user-top-menu .user-menu .profile-link {
  line-height: 92px;
  cursor: pointer;
}
.framework .user-top-menu .user-menu .profile-link > a {
  display: inline-block;
  height: 91px;
  line-height: 92px;
  vertical-align: top;
  width: 114px;
  padding: 0 30px;
  background: url(../images/icons/profile.png) no-repeat center center;
}
.framework .user-top-menu .user-menu .profile-link .profile-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 93px;
  background: #fff;
}
.framework .user-top-menu .user-menu .profile-link:hover {
  padding-bottom: 1px;
  background: #fff;
}
.framework .user-top-menu .user-menu .profile-link:hover .profile-menu {
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  text-align: left;
}
.framework .user-top-menu .user-menu .profile-link:hover .profile-menu .logout {
  display: block;
  border-top: 1px solid #e0dfe4;
  padding: 25px 30px 25px 30px;
  margin: 0;
}
.framework .user-top-menu .user-menu .profile-link:hover .profile-menu ul {
  margin: 0 !important;
  padding: 30px 0 0 0 !important;
  cursor: default;
}
.framework .user-top-menu .user-menu .profile-link:hover .profile-menu ul li {
  margin-bottom: 30px;
  padding: 0 20px 0 30px !important;
  line-height: normal;
  list-style: none;
}
.framework .user-top-menu .user-menu .profile-link:hover .profile-menu ul li a {
  color: #171718;
  margin: 0;
  padding: 0;
}
.framework .user-top-menu .user-menu .profile-link:hover .profile-menu ul li a:hover {
  color: #ca1313;
  cursor: pointer;
}
.framework .user-top-menu .user-menu a {
  color: #171718;
  padding: 0 25px;
  margin-left: 0 0 20px 0;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: normal;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.framework .user-top-menu .user-menu a.active {
  opacity: 0.5;
}
.framework .user-top-menu .user-menu a:hover {
  color: #ca1313;
}
.framework .user-top-menu .user-menu a .registration {
  padding-right: 28px;
}
.framework .user-top-menu .user-menu a.sign-in {
  padding-right: 28px;
  background: url(../images/icons/sign-in.png) no-repeat right center;
  background-size: auto 100% !important;
}
.framework .user-top-menu .user-menu a.sign-in.dnevnik {
  margin-left: 0;
  margin-right: 28px;
  color: #ca1313;
  background: url(../images/icons/sign-in-hover.png) no-repeat right center;
}
.framework .user-top-menu .user-menu a.sign-in.old-dnevnik {
  margin-left: 0;
  margin-right: 28px;
}
.framework .user-top-menu .user-menu a.sign-in:hover {
  color: #ca1313;
  background: url(../images/icons/sign-in-hover.png) no-repeat right center;
}
.framework .user-top-menu .user-menu .workshop-link,
.framework .user-top-menu .user-menu > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 18;
  background: #fff;
}
.framework .user-top-menu .user-menu .workshop-link:hover,
.framework .user-top-menu .user-menu > li:hover {
  border-left-color: #e0dfe4;
  border-right-color: #e0dfe4;
  box-sizing: border-box;
  padding-bottom: 1px;
}
.framework .user-top-menu .user-menu .workshop-link:hover > a,
.framework .user-top-menu .user-menu > li:hover > a {
  color: #ca1313;
}
.framework .user-top-menu .user-menu .workshop-link:hover .workshop-content,
.framework .user-top-menu .user-menu > li:hover .workshop-content {
  display: block;
}
.framework .user-top-menu .user-menu .workshop-content {
  display: none;
  position: absolute;
  right: 0;
  top: 93px;
  z-index: 17 !important;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.framework .user-top-menu .user-menu .workshop-content ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 32%;
  text-align: left;
  line-height: normal;
  font-family: "Roboto Medium";
  font-size: 12px;
}
.framework .user-top-menu .user-menu .workshop-content ul li {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  margin: 0 0 25px 0;
  line-height: normal;
}
.framework .user-top-menu .user-menu .workshop-content ul li:last-child {
  margin-bottom: 0;
}
.framework .user-top-menu .user-menu .workshop-content ul li a {
  color: #171718;
  margin-left: 0;
  transition: all 0.1s;
}
.framework .user-top-menu .user-menu .workshop-content ul li a:hover {
  color: #ca1313;
}
.framework .user-top-menu .user-menu .unauthorized-top-menu {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.framework .user-top-menu .user-menu .unauthorized-top-menu > li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
@media (max-width: 500px) {
  .framework .user-top-menu .user-menu .unauthorized-top-menu > li a {
    padding: 0 5px;
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu > li .it-school {
    display: none;
  }
}
.framework .user-top-menu .user-menu .unauthorized-top-menu .more {
  display: none;
}
@media (max-width: 1100px) {
  .framework .user-top-menu .user-menu .unauthorized-top-menu .more {
    position: relative;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle !important;
    cursor: hand;
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu .more ul {
    display: none;
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu .more:hover ul {
    position: absolute;
    right: 0;
    top: 25px;
    display: block;
    background: #fff;
    white-space: normal;
    padding: 20px 20px 10px 20px;
    font-size: 14px !important;
    line-height: 24px !important;
    box-shadow: 1px 1px 3px rgba(127, 127, 127, 0.6);
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu .more:hover ul li {
    display: block;
    margin: 0 0 10px 0;
    white-space: nowrap;
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu .more:hover ul li a {
    font-size: 12px !important;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu .more a {
    position: relative;
    display: inline-block;
    top: -5px;
    font-size: 30px !important;
    line-height: 30px;
    height: 30px;
    vertical-align: top !important;
    padding-right: 0 !important;
  }
  .framework .user-top-menu .user-menu .unauthorized-top-menu .dnevnik,
  .framework .user-top-menu .user-menu .unauthorized-top-menu .old-dnevnik,
  .framework .user-top-menu .user-menu .unauthorized-top-menu .registration {
    display: none;
  }
}
.framework .header-img {
  height: 480px;
  max-height: 480px;
  background: url(../images/header-bg-min.jpg) no-repeat left center;
  background-size: cover;
  z-index: 5;
}
.framework .header-img .diary-box {
  float: right;
  display: table;
  margin: 10px -18px 0 0;
  border-collapse: separate;
  border-spacing: 3px;
  letter-spacing: 1px;
}
.framework .header-img .diary-box h2 {
  font-family: "Noto Serif Bold", serif;
  font-weight: normal;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  padding: 0;
  color: #3d3d44;
}
.framework .header-img .diary-box p {
  font-family: "Roboto Light", serif;
  font-size: 16px;
  margin: 0 0 40px 0;
  padding: 0;
}
.framework .header-img .diary-box > div {
  display: table-cell;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.86);
}
.framework .header-img .diary-box > div.diary-auth {
  padding: 45px 35px;
  max-width: 350px;
}
.framework .header-img .diary-box > div.diary-auth h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.framework .header-img .diary-box > div.diary-auth .register {
  display: inline-block;
  font-size: 13px;
  font-family: "Roboto Medium", serif;
  color: #ca1313;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #ca1313;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.5s;
}
.framework .header-img .diary-box > div.diary-auth .register:hover {
  color: #171718;
  border-color: #171718;
}
.framework .header-img .diary-box > div.help-links {
  width: 170px;
  padding: 25px 40px;
  text-align: center;
  box-sizing: border-box;
}
.framework .header-img .diary-box > div.help-links hr {
  height: 0;
  border-bottom: 2px solid #a4a3a8;
  width: 40%;
}
.framework .header-img .diary-box > div.help-links div {
  display: inline-block;
  height: 105px;
  line-height: 130px;
  vertical-align: middle;
}
.framework .header-img .diary-box > div.help-links div a {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-family: "Roboto Medium", serif;
  color: #171718;
  text-decoration: none;
}
.sitemap-mask,
.ui-mask {
  z-index: 11;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ui-mask.workshop-mask {
  z-index: 8;
}
.menubar {
  position: fixed;
  left: 0;
  top: 0;
  width: 7%;
  height: 100%;
  background: #3d3d44;
  z-index: 10;
}
.menubar .menu-button {
  color: #d8d8da;
  padding-top: 25px;
  min-height: 92px;
  border-bottom: 1px solid #51515a;
  text-transform: uppercase;
  font-family: "Roboto Regular", serif;
  cursor: hand;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  -webkit-user-select: none;
}
.menubar .menu-button.parents,
.menubar .menu-button.teachers {
  padding: 140px 0 35px 0;
  color: #d8d8da;
  font-family: "Roboto Medium", serif;
}
.menubar .menu-button.parents span,
.menubar .menu-button.teachers span {
  position: static;
}
.menubar .menu-button.parents {
  background: url(../images/icons/menu-parents-icon.png) no-repeat center center;
}
.menubar .menu-button.parents.active {
  background: url(../images/icons/menu-parents-icon-active.png) no-repeat center center;
}
.menubar .menu-button.parents.active span {
  color: #d86b6c;
}
.menubar .menu-button.teachers {
  background: url(../images/icons/menu-teachers-icon.png) no-repeat center center;
}
.menubar .menu-button.teachers.active {
  background: url(../images/icons/menu-teachers-icon-active.png) no-repeat center center;
}
.menubar .menu-button.teachers.active span {
  color: #63c395;
}
.menubar .menu-button span {
  display: block;
  position: relative;
  left: -2px;
}
.menubar .menu-button span.collapse {
  display: none;
}
.menubar .menu-button.active {
  background-color: #36363d;
}
.menubar .menu-button.active .expand {
  display: none;
}
.menubar .menu-button.active .collapse {
  display: block;
}
.menubar .menu-button.active .fa-reorder {
  transform: rotate(90deg);
  position: relative;
  left: -5px;
}
.menubar .menu-button .fa-reorder {
  display: block;
  font-size: 28px;
  color: #d8d8da;
  transition: 0.5s;
  text-align: center;
  margin: 0 auto 5px auto;
}
/* Sitemap Menu */
.vertical-menu {
  display: none;
  position: fixed;
  left: 7%;
  top: 0;
  width: 22%;
  z-index: 15;
  background: #36363d;
  height: 100%;
  padding: 90px 0 40px 25px;
  box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
.vertical-menu .container,
.vertical-menu ul {
  width: auto !important;
  padding: 0 !important;
  list-style: none;
  overflow-y: auto;
}
.vertical-menu.teachers-menu li:hover {
  background: none;
}
.vertical-menu.teachers-menu li:hover a {
  color: #61bb90;
}
.vertical-menu.parents-menu li:hover {
  background: none;
}
.vertical-menu.parents-menu li:hover a {
  color: #d86b6c;
}
.vertical-menu .menu-item,
.vertical-menu li {
  /* First fixed column */
  position: relative;
  margin: 0;
  font-size: 16px;
  font-family: "Roboto", serif;
}
.vertical-menu .menu-item:hover,
.vertical-menu li:hover {
  transition: 0.3s;
}
.vertical-menu .menu-item:hover .submenu,
.vertical-menu li:hover .submenu {
  visibility: visible;
  transition: 0.3s;
}
.vertical-menu .menu-item:hover,
.vertical-menu li:hover {
  background: #45454e;
}
.vertical-menu .menu-item:hover a,
.vertical-menu li:hover a {
  color: #e5e5ec;
}
.vertical-menu .menu-item > a,
.vertical-menu li > a {
  display: block;
  padding: 10px 20px 10px 15px;
  color: #b2b2ba;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}
.vertical-menu .menu-item .submenu,
.vertical-menu li .submenu {
  /* Second fixed column */
  display: block;
  visibility: hidden;
  position: fixed;
  left: 29%;
  top: 0;
  width: 22%;
  height: 100%;
  padding: 90px 0 40px 30px;
  /*overflow-y: auto; */
  background: #45454e;
  z-index: 14;
  transition: 0.3s;
  box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li ul,
.vertical-menu li .submenu ul:first-of-type > li ul {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 51%;
  top: 0;
  width: 22% !important;
  height: 100%;
  padding: 90px 0 40px 30px !important;
  background: #e5e5ec;
  background: #8a8a8f;
  transition: 0.3s;
  box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover,
.vertical-menu li .submenu ul:first-of-type > li:hover {
  background: #e5e5ec;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul {
  /* Third fixed column */
  display: block;
  visibility: visible;
  transition: 0.3s;
  box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
  /* Fourth level menu*/
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul > li:hover,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul > li:hover {
  background: #45454e;
  background: #e5e5ec;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul > li:hover > a,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul > li:hover > a {
  color: #464641;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul a,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul a {
  display: block;
  color: #e4e9ff;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul a:hover,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul a:hover {
  color: #171718;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul ul,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul ul {
  display: block;
  left: 73%;
  z-index: 13;
  background: #e5e5ec;
  overflow-y: auto;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul ul li a,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul ul li a {
  color: #464641;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul ul li a:hover,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul ul li a:hover {
  opacity: 0.8;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover > ul ul li ul,
.vertical-menu li .submenu ul:first-of-type > li:hover > ul ul li ul {
  display: none !important;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li:hover a,
.vertical-menu li .submenu ul:first-of-type > li:hover a {
  color: #5b5b66;
}
.vertical-menu .menu-item .submenu ul:first-of-type > li > a,
.vertical-menu li .submenu ul:first-of-type > li > a {
  display: block;
  padding: 10px 20px 10px 15px;
  color: #b2b2ba;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}
/* Typo */
.text-center {
  text-align: center;
}
.main-page h3 {
  margin: 43px 0 25px 0;
  color: #171718;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
.main-page .main-services {
  padding: 0 15px;
}
.main-page .main-services > div {
  border-left: 1px solid #ddddde;
}
.main-page .main-services > div.icon-pbdou {
  background: url(../images/icons/main-services/pbdou.png) no-repeat 40px 30px;
}
.main-page .main-services > div.icon-help {
  background: url(../images/icons/main-services/help.png) no-repeat 40px 30px;
}
.main-page .main-services > div.icon-feedback {
  background: url(../images/icons/main-services/feedback.png) no-repeat 40px 30px;
}
.main-page .main-services > div.icon-report {
  background: url(../images/icons/main-services/report.png) no-repeat 40px 30px;
}
.main-page .main-services > div:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.16);
}
.main-page .main-services > div:last-child {
  border-right: 1px solid #ddddde;
}
.main-page .main-services > div a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 30px 40px 30px 105px;
  font-family: "Roboto Medium", serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #171718;
}
.main-page .main-services > div a:hover {
  color: #ca1313;
}
.main-page .services-hotlinks {
  margin-bottom: 50px;
}
.main-page .services-hotlinks div[class*="col-lg"] {
  padding: 0 2px 2px 0;
  font-family: "Roboto Regular", serif;
}
.main-page .services-hotlinks div[class*="col-lg"] a {
  display: block;
  position: relative;
  padding: 20px 20px 20px 100px;
  height: 100%;
  min-height: 150px;
  border: 20px solid #fff;
  background-color: #fff !important;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "Roboto Regular", serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: inherit;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.main-page .services-hotlinks div[class*="col-lg"] a i {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../images/external-link-icon.png) no-repeat right bottom;
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-dou {
  background-image: url("../images/icons/hotlinks-dou.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-ou {
  background-image: url("../images/icons/hotlinks-ou.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-accreditation {
  background-image: url("../images/icons/hotlinks-accreditation.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-rcok {
  background-image: url("../images/icons/hotlinks-rcok.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-ou-1 {
  background-image: url("../images/icons/hotlinks-ou-1.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-ege {
  background-image: url("../images/icons/hotlinks-ege.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-licensing {
  background-image: url("../images/icons/hotlinks-licensing.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a.h-list-licenses {
  background-image: url("../images/icons/hotlinks-list-licenses.png");
}
.main-page .services-hotlinks div[class*="col-lg"] a:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #ca1313;
}
.main-page .services-hotlinks div[class*="col-lg"] a.nobg {
  display: inline;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0 40px;
  line-height: 140px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #ca1313;
}
.main-page .services-hotlinks div[class*="col-lg"] a.nobg:hover {
  color: #b00000;
}
.main-page .services-hotlinks div[class*="col-lg"] a.external {
  background-color: #fff;
}
.main-page .services-hotlinks div[class*="col-lg"] a.external i {
  display: block;
}
.main-page .row.index-banner {
  height: 130px;
}
.main-page .row.index-banner img {
  height: 100%;
  visibility: hidden;
}
.main-page .row.index-banner .section {
  float: left;
  height: 100%;
}
.main-page .row.index-banner .banner-container {
  margin-left: 275px;
  height: 130px;
  border-left: 1px solid #c1c1c6;
  padding-left: 40px;
}
.main-page .row.index-banner .banner-container .date {
  color: #171718;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto Light", serif;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 35px;
  padding: 8px 0;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.86);
}
.main-page .row.index-banner .banner-container .banner {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.main-page .row.index-banner .banner-container .banner a {
  text-decoration: none;
  color: #171718;
}
.main-page .row.index-banner .banner-container .banner a:hover {
  color: #ca1313;
}
.main-page .row.index-banner .banner-container .banner span {
  margin-right: 5%;
}
.main-page .row.index-banner .banner-container .more {
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto Medium", serif;
  color: #ca1313;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.main-page .row.index-banner .banner-container .more i.fa {
  margin-left: 10px;
}
.main-page .index-events .no-data {
  font-family: "Roboto Regular", serif;
}
.main-page .index-events div[class*="col-lg-4"] {
  padding-bottom: 30px;
}
.main-page .index-events div[class*="col-lg-8"],
.main-page .index-events .events-container {
  padding-left: 0;
  padding-bottom: 30px;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"],
.main-page .index-events .events-container div[class*="col-lg-6"],
.main-page .index-events div[class*="col-lg-8"] .event-container,
.main-page .index-events .events-container .event-container {
  margin-bottom: 30px;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event,
.main-page .index-events .events-container div[class*="col-lg-6"] .event,
.main-page .index-events div[class*="col-lg-8"] .event-container .event,
.main-page .index-events .events-container .event-container .event {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event:hover,
.main-page .index-events .events-container div[class*="col-lg-6"] .event:hover,
.main-page .index-events div[class*="col-lg-8"] .event-container .event:hover,
.main-page .index-events .events-container .event-container .event:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
  color: #ca1313;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event-date,
.main-page .index-events .events-container div[class*="col-lg-6"] .event-date,
.main-page .index-events div[class*="col-lg-8"] .event-container .event-date,
.main-page .index-events .events-container .event-container .event-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  padding: 22px 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Light", serif;
  background: rgba(255, 255, 255, 0.86);
  color: #171718;
  z-index: 2;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event-date span,
.main-page .index-events .events-container div[class*="col-lg-6"] .event-date span,
.main-page .index-events div[class*="col-lg-8"] .event-container .event-date span,
.main-page .index-events .events-container .event-container .event-date span {
  display: block;
  font-size: 30px;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event-img,
.main-page .index-events .events-container div[class*="col-lg-6"] .event-img,
.main-page .index-events div[class*="col-lg-8"] .event-container .event-img,
.main-page .index-events .events-container .event-container .event-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event-img img,
.main-page .index-events .events-container div[class*="col-lg-6"] .event-img img,
.main-page .index-events div[class*="col-lg-8"] .event-container .event-img img,
.main-page .index-events .events-container .event-container .event-img img {
  width: 100%;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] .event-img a,
.main-page .index-events .events-container div[class*="col-lg-6"] .event-img a,
.main-page .index-events div[class*="col-lg-8"] .event-container .event-img a,
.main-page .index-events .events-container .event-container .event-img a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"] a,
.main-page .index-events .events-container div[class*="col-lg-6"] a,
.main-page .index-events div[class*="col-lg-8"] .event-container a,
.main-page .index-events .events-container .event-container a {
  display: block;
  color: inherit;
  text-decoration: none;
  min-height: 130px;
  padding: 30px 35px 10px 35px;
  font-family: "Roboto Regular", serif;
}
.main-page .index-events div[class*="col-lg-8"] div[class*="col-lg-6"]:nth-child(2n + 1),
.main-page .index-events .events-container div[class*="col-lg-6"]:nth-child(2n + 1),
.main-page .index-events div[class*="col-lg-8"] .event-container:nth-child(2n + 1),
.main-page .index-events .events-container .event-container:nth-child(2n + 1) {
  padding-left: 0;
}
.main-page .index-pbdou-search {
  padding: 30px 0 25px 0;
  vertical-align: middle;
  line-height: 38px;
}
.main-page .index-pbdou-search a {
  margin-left: 20px;
  margin-right: 10px;
  color: #171718;
  text-decoration: none;
  font-family: "Roboto Regular", serif;
  white-space: nowrap;
}
.main-page .index-pbdou-search a:hover {
  color: #ca1313;
}
.main-page .index-pbdou-search a i {
  margin-right: 10px;
}
.main-page .index-pbdou-search a i.fa-map-marker {
  color: #ca1313;
  margin-left: 3px !important;
}
.main-page .index-pbdou-search form {
  margin: 0;
  padding: 0;
  border: none;
}
.main-page .index-pbdou-search form label {
  display: block;
  line-height: 20px !important;
  text-transform: uppercase;
  font-family: "Roboto Regular", serif;
  font-size: 16px;
}
.main-page .index-pbdou-search form input[type="text"] {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 95px 0 15px;
  font-size: 16px;
  font-family: "Roboto Light", serif;
  background: #fafafa;
  border: 1px solid #ceced0;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.main-page .index-pbdou-search form input[type="text"]:focus {
  outline: none;
}
.main-page .index-pbdou-search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 38px;
  background: url(../images/icons/search.png) no-repeat center center;
  background-color: #92929b;
  border: 1px solid #92929b;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: hand;
  cursor: pointer;
}
.main-page .index-pbdou-search form input[type="submit"]:focus {
  outline: none;
}
.main-page .index-pbdou-search form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.main-page .index-news {
  margin-bottom: 50px;
}
.main-page .index-news .news-container {
  display: none;
}
.main-page .index-news .news-container .carousel-item {
  display: none;
}
.main-page .index-news .news-container .carousel-item.active {
  display: block;
}
.main-page .index-news .news-container.active {
  display: block;
}
.main-page .index-news .news-tabs {
  /* Todo: Common Component */
  margin: 0 0 20px 0;
  padding: 0;
  min-height: 40px;
}
.main-page .index-news .news-tabs li {
  display: inline-block;
  margin: 0 30px 0 20px;
  padding: 0;
  line-height: 40px;
  font-family: "Roboto Regular", serif;
  font-size: 16px;
}
.main-page .index-news .news-tabs li:first-child {
  margin-left: 0;
}
.main-page .index-news .news-tabs li i {
  display: none;
}
.main-page .index-news .news-tabs li.active {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 20px;
  background: #fff;
  border-radius: 3px;
  color: #ca1313;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  z-index: 2;
}
.main-page .index-news .news-tabs li.active i {
  display: block;
  position: absolute;
  left: 50%;
  line-height: 20px;
  height: 20px;
  margin-left: -8px;
  bottom: 0px;
  margin-bottom: -14px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
  z-index: 1;
}
.main-page .index-news .news-tabs li.active a {
  color: #ca1313;
  cursor: default;
}
.main-page .index-news .news-tabs li a {
  color: #171718;
  text-decoration: none;
}
.main-page .index-news .main-news-block {
  position: relative;
  height: 520px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-page .index-news .main-news-block.no-img {
  min-height: 100px;
}
.main-page .index-news .main-news-block:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
  color: #ca1313;
}
.main-page .index-news .main-news-block .image-container {
  height: 270px;
  min-width: 480px;
}
.main-page .index-news .main-news-block .image-container a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-page .index-news .main-news-block .image-container.empty {
  height: 0;
}
.main-page .index-news .main-news-block .gray-bg {
  background-color: rgba(255, 255, 255, 0.86);
  height: 250px;
}
.main-page .index-news .main-news-block .description {
  height: 190px;
  padding: 30px 35px 50px 35px;
  font-family: "Roboto Regular", serif;
  line-height: 28px;
  overflow: hidden;
}
.main-page .index-news .main-news-block .description .section {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Roboto Medium", serif;
  color: #ca1313;
  font-size: 12px;
  letter-spacing: 1px;
}
.main-page .index-news .main-news-block .description a {
  font-size: 24px;
  color: #171718;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main-page .index-news .main-news-block .date {
  position: absolute;
  left: 35px;
  bottom: 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-family: "Roboto Light", serif;
  color: #171718;
  font-size: 14px;
}
.main-page .index-news .news-anounce {
  position: relative;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.5s;
  background: #fff;
  border-left: 4px solid #fff;
  box-sizing: border-box;
}
.main-page .index-news .news-anounce:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.main-page .index-news .news-anounce:hover a {
  color: #171718;
  text-decoration: underline;
}
.main-page .index-news .news-anounce.active {
  border-left: 4px solid #ca1313;
}
.main-page .index-news .news-anounce:first-child {
  margin-top: 0;
}
.main-page .index-news .news-anounce .description {
  position: relative;
  height: 190px;
  padding: 30px 35px 50px 35px;
  font-family: "Roboto Regular", serif;
  line-height: 28px;
  box-sizing: border-box;
  height: 160px;
  overflow: hidden;
  padding: 20px 35px 45px 35px;
}
.main-page .index-news .news-anounce .description .section {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Roboto Medium", serif;
  color: #ca1313;
  font-size: 12px;
  letter-spacing: 1px;
}
.main-page .index-news .news-anounce .description a {
  font-size: 24px;
  color: #171718;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main-page .index-news .news-anounce .description a {
  display: block;
  overflow: hidden;
  height: 60px;
  max-height: 60px;
  line-height: 30px;
}
.main-page .index-news .news-anounce .description span.mask {
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  background: url(../images/news-decsription-mask.png) repeat-x left bottom;
  width: 100%;
  height: 30px;
  opacity: 0.9;
}
.main-page .index-news .news-anounce .description .section {
  margin-bottom: 10px;
}
.main-page .index-news .news-anounce .date {
  position: absolute;
  left: 35px;
  bottom: 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-family: "Roboto Light", serif;
  color: #171718;
  font-size: 14px;
}
.index-posters {
  padding-bottom: 50px;
  font-family: "Roboto Regular", serif;
}
.index-posters a.more-posters {
  float: right;
  margin-top: 43px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #ca1313;
  font-family: "Roboto Medium", serif;
}
.index-posters .poster {
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.index-posters .poster .img {
  margin-bottom: 20px;
}
.index-posters .poster .img a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border: 12px solid #f0f1f5;
  display: block;
  cursor: pointer;
  transition: all 0.3s linear;
}
.index-posters .poster .img a:hover {
  background-size: 110% 110%;
  transition: all 0.3s linear;
  border-color: #e4e4e5;
}
.index-posters .poster .img a img {
  visibility: hidden;
  width: 100%;
}
.index-posters .poster .title {
  display: none;
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  color: #171718;
  text-decoration: none;
}
footer {
  padding-top: 20px;
  font-family: "Roboto Light", serif;
}
footer .clearfix {
  clear: both;
}
footer .banners ul {
  padding: 20px 0 0 0;
  margin: 0 0 35px 0;
  list-style: none;
}
footer .banners ul li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 15px 0;
}
footer .banners ul li img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
}
footer .copyright {
  padding: 45px 0;
  font-size: 14px;
  color: #6e6e74;
}
footer .copyright div:first-child img {
  margin-top: -7px;
}
footer .copyright a {
  color: #6e6e74;
  text-decoration: none;
  vertical-align: middle;
}
footer .copyright a img {
  float: left;
  margin-right: 15px;
}
footer .text {
  margin-top: 50px;
  color: #6e6e74;
  font-size: 14px;
  font-family: "Roboto", serif;
}
@media (min-width: 1200px) and (max-width: 1880px) {
  .main-page .main-services div a {
    min-height: 115px;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .main-page .main-services div a {
    min-height: 150px;
  }
}
@media (max-width: 989px) {
  .main-page .main-services div a {
    min-height: 115px;
  }
}
@media (max-width: 600px) {
  .main-page .main-services div a {
    min-height: 150px;
  }
}
@media (max-width: 1400px) {
  .logo {
    left: 84px !important;
  }
  .services-hotlinks a {
    min-height: 180px !important;
    background-position: 15px 20px !important;
    padding-left: 75px !important;
    font-size: 16px !important;
  }
  .main-page .main-services > div a {
    padding-left: 80px !important;
  }
}
@media (max-width: 1280px) {
  .index-events {
    margin-bottom: 30px;
  }
  .main-page .index-pbdou-search a {
    margin-left: 0;
    margin-right: 20px;
  }
  .main-page .index-pbdou-search .advanced-search-links {
    padding-left: 30px;
  }
  .main-page .row.index-banner .section {
    padding-bottom: 10px;
  }
  footer .copyright a img {
    padding-bottom: 30px;
  }
}
@media (max-width: 770px) {
  .services-hotlinks a {
    min-height: 150px;
  }
  .main-page .index-events .events-container .event-container:nth-child(2n + 1) {
    padding-left: 15px;
  }
}
@media (max-width: 710px) {
  .user-menu .registration {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .menubar .menu-button.parents,
  .menubar .menu-button.teachers {
    background-size: 70%;
  }
  .menubar .menu-button.parents.active,
  .menubar .menu-button.teachers.active {
    background-size: 70%;
  }
  .menubar .menu-button.parents span,
  .menubar .menu-button.teachers span {
    display: none;
  }
  .framework .user-top-menu .user-menu a.registration {
    padding: 0 10px;
  }
  .framework .user-top-menu .user-menu a.dnevnik {
    margin-right: 10px !important;
    margin-left: 5px !important;
    padding-left: 0;
  }
  .event-container {
    padding-left: 0 !important;
  }
  .main-page .main-services > div:nth-child(2) {
    border-right: 1px solid #ddddde;
  }
  footer .copyright div[class*="col-lg-3"] {
    min-height: 75px;
  }
}
@media (max-width: 990px) {
  .main-news-block {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 1400px) {
  footer .banners ul li {
    margin-right: 4px;
  }
}
/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox .l-mask {
  position: fixed;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
}
.lightbox .close {
  position: absolute;
  display: inline-block;
  right: 50px;
  top: 50px;
  font-size: 24px;
  font-family: "Roboto", serif;
  color: #fff;
  padding: 5px 10px;
  cursor: hand;
  cursor: pointer;
  z-index: 103;
}
.lightbox .image-container {
  position: relative;
  width: 80%;
  margin: 100px auto;
  padding: 0 50px;
  z-index: 102;
}
.lightbox .image-container img {
  max-width: 100%;
}
@media (max-width: 1290px) {
  .lightbox .image-container {
    width: 95%;
  }
}
/* Dnevnik Promo Login form */
.container.inner.promo-heading {
  height: 575px;
}
.container.inner.promo-heading .auth {
  background: #fff;
  padding: 30px 60px;
  min-width: 500px;
  margin-top: -3px;
}
.container.inner.promo-heading .auth .betta-dnevnik {
  text-decoration: none !important;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  background-color: #ff1119;
  display: block;
  width: 100%;
  line-height: 50px;
  font-family: 'Roboto', serif;
}
.container.inner.promo-heading .auth h2 {
  font-family: "Noto Serif";
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 40px 0;
}
.container.inner.promo-heading .auth form,
.container.inner.promo-heading .auth fieldset,
.container.inner.promo-heading .auth input {
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto Regular";
}
.container.inner.promo-heading .auth fieldset {
  padding: 0 0 20px 0;
}
.container.inner.promo-heading .auth fieldset:last-child {
  padding-bottom: 0;
}
.container.inner.promo-heading .auth fieldset#LoginPasswordField {
  padding-bottom: 0;
}
.container.inner.promo-heading .auth label {
  font-size: 16px;
}
.container.inner.promo-heading .auth label:after {
  content: "";
  display: block;
}
.container.inner.promo-heading .auth input[type="text"],
.container.inner.promo-heading .auth input[type="password"] {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  background: #fafafa;
  border: 1px solid #ceced0;
  border-radius: 3px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.container.inner.promo-heading .auth input[type="text"]:focus,
.container.inner.promo-heading .auth input[type="password"]:focus {
  border-color: #a4a4a4;
}
.container.inner.promo-heading .auth input[type="submit"].button,
.container.inner.promo-heading .auth .esia-login,
.container.inner.promo-heading .auth .button.red {
  font-size: 13px;
  font-family: "Roboto Medium";
  color: #ca1313;
  padding: 10px 25px;
  border: 1px solid #ca1313;
  text-transform: uppercase;
  border-radius: 3px;
  background: none;
  cursor: hand;
  cursor: pointer;
}
.container.inner.promo-heading .auth .esia-login {
  float: right;
  margin-left: 10px;
  text-decoration: none;
}
.container.inner.promo-heading .auth .registration {
  margin-left: 85px;
}
.container.inner.promo-heading .auth .registration,
.container.inner.promo-heading .auth .esia {
  font-size: 13px;
  font-family: "Roboto Medium";
  text-transform: uppercase;
  text-decoration: none;
}
.container.inner.promo-heading .auth .error-message {
  display: block;
  margin-top: -15px;
  margin-bottom: 5px;
  position: relative;
  height: 15px;
  font-size: 12px;
  color: red;
  opacity: 0.9;
}
.container.inner.promo-heading .auth #RememberMeField {
  font-family: "Roboto Light";
  color: #171718;
  font-size: 14px !important;
  vertical-align: middle;
}
.container.inner.promo-heading .auth #RememberMeField input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ceced0;
  box-shadow: none;
  display: inline-block;
  vertical-align: text-bottom;
}
.container.inner.promo-heading .auth #RememberMeField label {
  font-size: 14px;
}
.container.inner.promo-heading .auth #RememberMeField .remind-password {
  float: right;
  color: #171718;
}
.buttons.control.w-padding {
  padding: 30px 0;
}
.buttons.control .button.red {
  margin-right: 30px;
}
.buttons a.cancel {
  display: inline-block;
  margin-left: 30px;
  font-size: 13px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.buttons a.cancel i {
  display: inline-block;
  font-style: normal;
  padding-right: 5px;
}
.button.red {
  font-size: 13px;
  font-family: "Roboto Medium";
  color: #ca1313;
  padding: 10px 25px;
  border: 1px solid #ca1313;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 3px;
  background: none;
  cursor: hand;
  cursor: pointer;
}
input.modern {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  background: #fafafa !important;
  border: 1px solid #ceced0 !important;
  border-radius: 3px !important;
  padding: 0 15px !important;
  height: 40px !important;
  line-height: 40px !important;
  box-sizing: border-box !important;
}
