@charset "UTF-8";
html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html.js .loader .loader_inner {
  background-image: url("../img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

body {
  font-family: "Montserrat", "RobotoRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

ul {
  margin: 0;
}
ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a.color {
  background-color: #223F99;
  border-radius: 15em;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
}
a.more-citation {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 15px;
  display: block;
  margin: 15px 0;
  color: #000;
  text-align: center;
}

.img img {
  width: 100%;
}

.btn {
  border-radius: 15rem;
  padding: 10px;
  display: block;
  font-family: DINCondensed, sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
.btn:hover {
  text-decoration: none;
  background-color: #192e6f;
  color: #fff;
}
.btn-yellow {
  background-color: #FF8A00;
  color: #fff;
  text-transform: uppercase;
}
.btn-blue {
  background-color: #223F99;
  color: #fff;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.btn-icon {
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 15px 7px;
  text-transform: uppercase;
  border-radius: 5px;
  width: auto;
  padding: 5px 10px 5px 45px;
  display: inline-block;
}
.btn-pdf {
  background-image: url("../img/icon-pdf.png");
}
.btn-read {
  background-image: url("../img/icon-book.png");
}
.btn-primary {
  font-size: 24px;
  display: inline-block;
  padding: 5px 35px;
}
.btn-link {
  display: inline-block;
  border: 1px solid #223F99;
  color: #000;
  font-family: "Montserrat", sans-serif;
  padding: 5px 15px;
  font-size: 18px;
}
.btn-reg {
  display: inline-block;
  padding: 5px 15px;
}

#mainMenu > li a {
  font-family: DINCondensed, sans-serif;
}

.submenu {
  width: 100%;
}
.submenu ul {
  padding: 0;
}
.submenu ul li {
  border: 1px solid #223F99;
  text-transform: uppercase;
  margin: 5px 0;
}
.submenu ul li:hover {
  background-color: #223F99;
}
.submenu ul li:hover a {
  text-decoration: none;
  color: #fff;
}
.submenu ul li a {
  color: #223F99;
  padding: 10px 15px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  border: none;
}

.mmenu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
}
.mmenu span {
  margin: 0 auto;
  position: relative;
  top: 10px;
}
.mmenu span:before {
  margin-top: -10px;
}
.mmenu span:after {
  margin-top: 10px;
}
.mmenu span:before, .mmenu span:after {
  position: absolute;
  content: "";
}
.mmenu span, .mmenu span:before, .mmenu span:after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
}
.mmenu span {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mmenu span:before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.mmenu span:after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.mmenu:hover span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mmenu:hover span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.mmenu:hover span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#mmenu {
  position: absolute;
  top: 65px;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  z-index: 99;
  box-shadow: 0 5px 10px #000;
  display: none;
}
#mmenu .menu ul {
  padding: 0 0 0 15px;
}
#mmenu .menu li {
  font-size: 28px;
}
#mmenu .menu li a {
  color: #000;
  font-family: DINCondensed, sans-serif;
  padding: 5px 0;
  display: block;
}
#mmenu .menu li ul {
  margin: 0;
  padding-left: 15px;
  display: none;
}
#mmenu .menu li ul li a {
  font-family: "Montserrat", "RobotoRegular", sans-serif;
}

.quote {
  background-color: #F1F1F1;
  border-radius: 15px;
  padding: 15px;
}

h1, h2, h4.title, .title {
  font-size: 32px;
  font-family: DINCondensed, sans-serif;
  text-transform: uppercase;
}

.owl-carousel .owl-item img {
  height: auto;
}

.icon {
  background-image: url("../img/sets.png");
}
.icon-auth {
  background-position: 0 5px;
  background-size: 25%;
  background-repeat: no-repeat;
}

.header .title {
  font-family: DINCondensed, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  color: #223F99;
  font-size: 28px;
  line-height: 1.2em;
}
.header .top {
  padding: 15px 0;
}
.header .top.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
.header .top.right a {
  display: inline-block;
}
.header .logo {
  vertical-align: bottom;
  padding: 10px;
}
.header .logo img {
  width: 72%;
}
.header ul {
  margin: 0;
}
.header ul li {
  padding: 5px 15px;
}
.header ul li a {
  color: #000;
}
.header .lang-wrap {
  position: relative;
  width: 90px;
  height: 30px;
}
.header .lang-wrap::after {
  content: "";
  height: 20px;
  width: 1px;
  background: #000;
  right: 0;
  top: 5px;
  position: absolute;
}
.header .mobile-logo, .header .mobile-menu-wrap {
  display: none;
}
.header ul.lang {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9;
  padding: 0;
}
.header ul.lang li {
  display: none;
}
.header ul.lang li a {
  text-decoration: none;
}
.header ul.lang li a.dropdown-item {
  padding: 0;
}
.header ul.lang li.active {
  display: block;
  font-weight: 800;
}
.header ul.lang li.active::before {
  content: "⯆";
  position: absolute;
  right: 0;
  top: 4px;
  color: #000;
}
.header ul.lang li:hover a {
  color: #223F99;
}
.header ul.lang:hover li {
  display: block;
}
.header ul.link {
  padding-left: 10px;
}
.header ul.link li {
  display: inline-block;
  padding: 0;
}
.header ul.link li a {
  padding: 5px 10px;
}
.header ul.link li.login {
  padding-left: 40px;
}
.header .search-wrap input[type=search] {
  width: 100%;
  border-radius: 15em;
  border: 1px solid #000;
  padding: 5px 15px;
}
.header .auth-wrap ul li a {
  font-family: "Montserrat", sans-serif;
}
.header .top-line {
  background-color: #223F99;
  font-family: "Montserrat", sans-serif;
}
.header .top-line .block {
  display: inline-block;
}
.header .top-line .block.logo {
  width: 15%;
}
.header .top-line .block.menu {
  width: 60%;
}
.header .top-line .block.btn-wrap {
  width: 23%;
  float: right;
  text-align: right;
  margin-top: 15px;
}
.header .top-line .block.btn-wrap .btn {
  padding: 2px;
  font-size: 20px;
}
.header .top-line ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.header .top-line ul li {
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.header .top-line ul li:hover {
  background-color: #425BA8;
}
.header .top-line ul li:hover ul {
  display: block;
}
.header .top-line ul li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
}
.header .top-line ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.header .top-line ul li.sub {
  padding-right: 30px;
  display: block;
}
.header .top-line ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 320px;
  background: #223F99;
  display: none;
  z-index: 9;
}
.header .top-line ul li ul li {
  display: block;
}
.header .top-line ul li ul li a {
  font-weight: 300;
  padding: 5px;
}

.main {
  margin-top: 55px;
}
.main .center-wrap .mobile-cover {
  display: none;
}
.main .center-wrap .site-title {
  font-size: 36px;
  font-family: DINCondensed, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 0;
}
.main .center-wrap .btn-wrap .btn {
  display: inline-block;
  width: 45%;
}

.block-title {
  margin: 10px 0;
  line-height: 1.2;
  font-size: 32px;
  text-transform: uppercase;
  font-family: DINCondensed, sans-serif;
}
.block-list .block {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.062745098);
  padding: 15px;
  margin: 20px 0;
  position: relative;
}
.block-list .block-title {
  font-size: 32px;
  text-transform: uppercase;
  font-family: DINCondensed, sans-serif;
  line-height: 1.2;
  margin: 40px 0;
}
.block-list .block .authors a {
  color: #000;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding: 0 10px;
}
.block-list .block .authors a:last-child {
  border: none;
}
.block-list .block .title {
  font-size: 18px;
  line-height: 1.2;
  margin: 25px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.block-list .block .pages {
  position: absolute;
  top: 15px;
  right: 15px;
}
.block-list .block .btn-wrap .btn {
  width: auto;
}
.block-article .info {
  text-transform: uppercase;
  font-size: 14px;
}
.block-article .authors {
  padding: 15px 0;
}
.block-article .suumary {
  background-color: #f1f1ff;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0;
}
.block-article .suumary .title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: DINCondensed, sans-serif;
}
.block-article-right .info {
  margin-top: 15px;
}
.block-article-right .info .title {
  font-size: 18px;
}
.block-article-right .info.keywords a {
  margin: 4px 0;
}
.block-content ul li {
  list-style-type: disc;
}
.block-archive .year {
  text-transform: uppercase;
  font-size: 28px;
  font-family: DINCondensed, sans-serif;
}
.block-archive .issues {
  display: flex;
}
.block-archive .issues .issue {
  padding: 15px;
  position: relative;
  min-height: 240px;
  background-color: #223F99;
  color: #fff;
  margin: 2px 3px;
  width: 24%;
}
.block-archive .issues .issue img {
  width: 100%;
}
.block-archive .issues .issue a {
  color: #fff;
  font-style: normal;
}
.block-archive .issues .issue .title-wrap {
  text-align: center;
}
.block-archive .issues .issue .title-wrap .vol {
  font-size: 18px;
}

footer {
  background-color: #022967;
  padding: 15px;
  color: #fff;
  margin-top: 55px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .left {
  text-align: left;
}
footer .right {
  text-align: right;
}
footer .mt {
  margin-top: 55px;
}
footer .zerone img {
  margin-right: 15px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .btn-blue {
    font-size: 16px;
  }
  .header .top-line ul li {
    font-size: 16px;
  }
  .header .top-line .block.btn-wrap .btn {
    font-size: 24px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header {
    background-color: #223F99;
    color: #fff;
  }
  .header .top-line {
    display: none;
  }
  .header .left {
    text-align: center;
  }
  .header .right {
    padding: 15px 0 0;
  }
  .header .right .auth-wrap {
    width: 10%;
  }
  .header .right .auth-wrap .icon {
    filter: invert(100%);
  }
  .header .right .auth-wrap .link .icon-auth {
    position: relative;
    height: 30px;
    width: 30px;
    background-size: 40%;
  }
  .header .right .auth-wrap .link .icon-auth a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    overflow: hidden;
    padding-left: 30px;
  }
  .header .right .auth-wrap .link .registration {
    display: none;
  }
  .header .right .mobile-logo {
    display: block;
    width: 60%;
    text-align: center;
  }
  .header .right .mobile-logo img {
    width: 100px;
  }
  .header .right .search-wrap {
    display: none;
  }
  .header .right .lang-wrap {
    width: 20%;
  }
  .header .right .lang-wrap::after {
    content: none;
  }
  .header .right .lang-wrap .lang {
    background-color: transparent;
    position: relative;
    float: left;
  }
  .header .right .lang-wrap .lang li {
    display: inline-block;
    padding: 5px;
  }
  .header .right .lang-wrap .lang li.active::before {
    content: none;
  }
  .header .right .lang-wrap a {
    color: #fff;
  }
  .header .right .mobile-menu-wrap {
    display: block;
    width: 10%;
  }
  .header .title {
    color: #fff;
    line-height: 1em;
    padding: 10px 0;
  }
  .main .left-wrap {
    display: none;
  }
  .main .center-wrap .mobile-cover {
    float: left;
    width: 250px;
    display: inline-block;
  }
  .main .center-wrap .mobile-cover img {
    display: block;
    width: 100%;
    padding: 0 15px 5px 0;
  }
  .main .center-wrap .site-title {
    font-size: 44px;
  }
  .main .center-wrap .btn-wrap .btn-blue {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .main .right-wrap {
    display: none;
  }
  .block-archive .issues {
    flex-wrap: wrap;
  }
  .block-archive .issues .issue {
    width: 47%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header .right .auth-wrap {
    display: none;
  }
  .header .right .lang-wrap .lang li img {
    display: none;
  }
  .header .right .lang-wrap .lang li a {
    padding: 0;
  }
  .main .center-wrap .btn-wrap .btn-blue {
    width: 100%;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}/*# sourceMappingURL=main.css.map */