html {
  font-family: 'Arial';
  overflow-y: scroll;
}

body {
  margin: 0;
  background-color: #FFFAF4;
  font-family: 'Arial';
}

.head-name {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.underline-text {
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    font-style: normal;
}
.underline-text:hover {
    /*background-image: linear-gradient(rgb(0, 162, 255), rgb(0, 162, 255));*/
    background-image: linear-gradient(#336699, #336699);
    background-size: 100% 2px;
  }
/*  только в main_site */
.main-container {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.round5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.round10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.round20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.round30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.common-part {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  flex-wrap: nowrap;
  gap: 3px;
  /*border: 2px solid red;  */
}
.left-part {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: wrap;
  gap: 5px;
  /*border: 2px solid green;*/
}
.right-part {
  width: 50%;
  /*border: 2px solid green;*/
}

.pnt-link {
  text-decoration: none;
  color: black;
}

.div-sublink {
  display: none;
}

.pnt5-1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  margin-left: 50px;
  margin-bottom: 10px;
  width: 250px;
  min-height: 40px;
  border: 2px solid grey;

  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px; 
}

.pnt5-1:hover {
  background-color: grey;
  color: white;
}

.pnt5-1-6 {
  /*height: 50px;*/
}
.pnt5-1-access {
  border: 2px solid orange;
}
.pnt5-1-access:hover {
  background-color: orange;
  color: black;
}
.pnt1, .pnt2, .pnt3, .pnt4, .pnt5, .pnt6 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  width: 300px;
  min-height: 50px;
  border: 2px solid orange;

  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;  
  
}
.pnt1:hover, .pnt2:hover, .pnt3:hover, .pnt4:hover, .pnt5:hover, .pnt6:hover {
  background-color: #ffcd8f;
}
.dep-link > a {
  margin: 0;
  cursor: pointer;
  font-style: italic;
  /*font-size: 18px;*/
  text-decoration: none;
  font-weight: 600;
  color: #336699;
}
.rtd15 {
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 20px;
}

.line1 {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.text-zor > p {
  text-indent: 20px;
}