body {
  margin: 0;
  padding: 0;
}

a:link {
color: #d44a57;
}
a:visited {
color: #d44a57;
}
a:hover {
color: #d44a57;
}

.cover {
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  background-image: url("fon3.jpg");
  background-repeat: repeat;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: space-between;
}

.head {
  width: 80%;
  max-width: 1500px;
  height: 150px;
  background-color: #fff;
  margin: 20px 0 0px 0;
  background-image: url("logo.jpg"), url("logoF.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0px 20px 0px 20px;
}

.main {
  width: 80%;
  max-width: 1500px;
  min-height: 100vh;
  margin: 20px 0 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.menu {
  width: 33%;
  min-height: 100vh;
  background-image: url("fon1.jpg");
  background-repeat: repeat;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;


}

.content {
  width: calc(65% - 40px);
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0px 20px 0px 20px;
}

.content-editorialboard {
  width: calc(65% - 40px);
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0px 20px 100px 20px;
}

.content-rules_for_authors {
  width: calc(65% - 40px);
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0px 20px 100px 20px;
}

.rules_for_authors {
  font-size: 15pt;
}

.footer {
  width: 80%;
  max-width: 1500px;
  height: 150px;
  background-color: #fff;
  margin: 0 0 20px 0;
  padding: 0px 20px 0px 20px;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
}

.footer_text {
  font-size: 8pt;
  font-weight: bold;
}

.title {
  margin: 30px 0px 30px 0px;
  text-align: center;
}

.menuI {
  width: 80%;
  height: 62.5px;
  background-color: #fff;
  margin: 25px 0 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  left: 0px;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}



.menuI:hover {
 background-color: #F5D1D3;
 box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
 left: 1px;
}

.menuIp {
  width: 80%;
  height: 62.5px;
  margin: 25px 0 0 25px;
}

.menuI:link {
  background-color: #ffffff;
}

.menuI:visited {
  background-color: #ffffff;
}

.menuI:hover {
  background-color: #00000;
}

.no:link {
  text-decoration: none;
  color: #000;
}

.no:visited {
  text-decoration: none;
  color: #000;
}

.no:hover {
  text-decoration: none;
  color: #000;
}

.articleHR {
  margin: 5px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px dashed #ddd;
}

.editor {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px dashed #ddd;
}

.editorialboard-link {
    margin: 5px 0 0 0;
    text-decoration: underline;
    color: #d44a57;
    cursor: pointer;
}

.editorialboard {
  margin: 5px 0 0 0;
}

.editorialboard-div {
display: none;
}

.left {
  text-align: left;
}
