html {background-color: #090D28;

    overflow-x: hidden;
}


body.is-froze {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}


body {overflow-x: hidden; font-family: sans-serif; font-size: 18px; position: relative}

.main {
  background-color: #ffffff;
}

.content {
  background-color: #ffffff;
  width: 70%;
  margin-left:15%;
  margin-right:15%;
  
  
}


@media screen 
and (min-width:240px) and (max-width:1024px)

{

    .content {
  background-color: #fff;
  width: 95%;
  margin-left:2%;
  margin-right:3%;
  
        }
}

#nav {
 width: 15%; /* Ширина левой колонки */
 float: left;
 background: #eeeeee;
 height: 100%;
 
} 

@media screen and (min-width:240px) and (max-width:1024px) {
    #nav {
  background-color: #fff;
  width: 2%;
  
    }
 }

#aside {
 width: 15%; /* Ширина правой колонки */
 float: right;
 height: 100%;
 background: #ffffff;
 
}

@media screen and (min-width:240px) and (max-width:1024px) {
#aside {
 width: 100%; /* Ширина правой колонки */
 float: top;
 height: 0%;
 background: #fff;
   
} }








header2 {background-image: linear-gradient(rgba(9, 13, 40, 0.5), rgba(9, 13, 40, 0.5)), url(https://www.ed-star.ru/images/pia.jpg);
 background-position: top;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;    
    
    
    text-align:left;
    
    display:block;
flex-direction:column;
padding: 25px;
    height: 15vh;
    width:100%;
    align-items: center;
    color: #fff;
    text-shadow: #000 0 0 .2em;
    opacity: 0;
  animation: ani 3.5s forwards;}
  
@keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

header2 span {
text-align:left;
font-family: "Playfair Display", serif;
font-weight: 500px; 
   color: #fff;
	font-size:4vw;
	letter-spacing: -1px;
	
    border-radius: 2px;
    
    
 text-shadow: #ccc -0.5px -0.5px 0, 
                 #000 1px 1px 0;
                 opacity: 0;
  animation: ani 5.5s forwards;
}

@media all and (orientation:portrait) {
    header2 span {font-size:5vh;
    margin-top:5%;}

}




.no-underline {
    text-decoration: none; /* Отключает подчёркивание */
}

/* Чтобы точно отключить все возможные браузерные стили */
.no-underline:hover,
.no-underline:visited,
.no-underline:link,
.no-underline:active {
    text-decoration: none;
}

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
 
  color: #000;
}
 
 table {
    border: 1px solid #fff;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
    border: 0px solid #ddd;
    padding: 5px;
  }
 
  table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 0px solid #ddd;
  }
 
  table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  
@media screen and (min-width:240px) and (max-width:1024px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 0px solid #ddd;
  }
  table td {
    display: block;
    text-align: center;
    font-size: 13px;
    border-bottom: 0px dotted #ccc;
    border-right: 0px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}







a:link {color: #2638E6;}

a:active {color: #0D8F63; text-decoration: none;}
a:visited {color: #2638E6; text-decoration: underline;}
a:hover {text-decoration: underline;}

H1 {color: #4d4d4d; font-weight: bold; font-size: 24px;}
H2 {color: #4d4d4d; font-weight: bold; font-size: 22px; text-align: left;}
H3 {color: #4d4d4d; font-weight: bold; font-size: 20px;}
p {margin-left: 5px; margin-right: 5px; color: #4d4d4d; line-height: 1.5; font-size: 18px;}



ul { list-style-type: none; font-family: sans-serif; font-size: 18px; color: #4d4d4d; line-height: 1.5; text-align:justify;}

ol { list-style-type: none; font-family: sans-serif; font-size: 18px; color: #4d4d4d; line-height: 1.5; text-align:justify;}






.info{
margin: 10px;
padding: 15px 17px 15px 80px;
border: 1px solid #026194;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px 3px #bbb;
-moz-box-shadow: 2px 2px 3px #bbb;
-webkit-box-shadow: 2px 2px 3px #bbb;
background: #fff url(http://www.ed-star.ru/images/info.png) 15px 50% no-repeat;
text-align:justify;
color: #000
}

 .imgblock {
    position: relative;
    display: inline-block;
}

.imgblock img {
    height: 350px;
    width: 250px;
    border-radius: 10px;
}

.imgblock:hover {
    height: 350px;
    width: 250px;
    border-radius: 10px;
    bottom:2px;
      right:2px;
}
.imgblock span {
    /*background: rgba(0,0,0,0.7); (полупрозрачность)*/
    background: #434A76;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 0;
    bottom: 50px;
    font-size: 20px;
    font-weight:bold;
    padding: 3px 5px;
}



.footer-distributed {
  background-color: #090D28;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "•";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 280px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #434A76;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
    
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
 
}






@media (max-width: 320px) {
  
  .footer-distributed .footer-right a {
    float: none;
    margin: 0 auto 20px;
    width: 30px;
    
  }}
  

