

/* Start:/local/templates/Test/styles.css?173331574934*/
.body {
background-color: blue;
}

/* End */


/* Start:/local/templates/Test/template_styles.css?17334826414183*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
 
  .top-bar {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    background-color: #eaf3ff;
  }
  
  .language {
    display: flex;
    align-items: center;
    gap: 5px;
  }
 
  .main-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .logo img {
    height: 50px;
  }
  
  .logo-text {
    display: flex;
    flex-direction: column;
  }
  
  .logo-text .mpei {
    font-size: 24px;
    font-weight: bold;
  }
  
  .logo-text .national {
    font-size: 12px;
    color: #777;
  }
  
  .navigation {
    display: flex;
    gap: 20px;
  }
  
  .nav-link {
    color: #005096;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  
  .nav-link:hover {
    text-decoration: underline;
  }
  
  .icons {
    display: flex;
    gap: 15px;
  }
  
  .icon-link img {
    width: 20px;
    height: 20px;
  }

  .menu {
    background-color: #005096;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .menu a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
  }
  .spacer {
    width: 40px;
    display: inline-block;
  }

  .cont {
    display: flex; 
    max-width: 1340px; 
    margin: 20px auto; 
  }
  .image {
    flex: 3;
    max-height: 400px;
  }

  .image img {
    max-width: 85%;
    height: 100%;
    object-fit:cover
  }
  .text-block {
    flex: 1;
    height: 100%;
  }

  .text {
    padding: 10px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    text-align: center;
    padding: 15px;
    background-color: #eaf3ff;
    color:#003366;
  }

  .about_mpei {
    border: 1px solid #ccc;
    display: flex; 
    max-width: 1300px; 
    margin: 20px auto;
    padding: 20px;
  }

  .img1 {
    flex: 2;
    color:#005096;
  }
  .img1 img {
    max-width: 85%;
    height: 50%;
    object-fit:cover;
  }
  .text1 {
    padding: 50px;
    flex: 5;
    color: #6E879D;
  }
  .video-block {
    padding-top: 50px;
    max-width: 500px;
    flex: 3
  }

  .video-block h3 {
    padding-top: 50px;
    margin: 0 15px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #333;
    padding-top: 30px;
  }

  video {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .rogalev {
    border: 1px solid #ccc;
    display: flex; 
    max-width: 1300px; 
    margin: 20px auto;
    padding: 20px;
    color: #005096;
  }

  .img2 {
    flex: 4;
  }
  .img2 img {
    max-width: 85%;
    height: 75%;
    object-fit:cover;
    margin: 0 40px 0 0;
  }
  .text2 {
    flex: 8;
    margin-top: 80px;
    color: #6E879D;
  }

  .mainpagenews {
    display: flex; 
    max-width: 1300px;
    margin: 20px auto;

  }
  .important {
    flex: 1;
  }
  .news_table {
    flex: 2;
  }

  .important {
    color: #005096;
  }

  .footer {
    display: flex;
    background-color: #D6ECFF;
  }

  .sn {
    padding-left: 60px;
    flex: 2;
  }

  .contact {
    size: 10px;
    flex: 3;
  }

  .news-container {
    display: flex;
    flex-wrap: wrap; /* позволяет элементам перенаправляться на следующую строку */
    width: 100%; /* настроить ширину контейнера */
    margin: 0 auto; /* центрирование контейнера */
    max-width: 900px;
}

.news-item {
    flex: 1 1 30%; /* позволяет 3 элемента размещаться в строке */
    box-sizing: border-box; /* включает границы и отступы в ширину элемента */
    text-align: left; /* выравнивание текста по центру */
    padding-top: 10px;
    margin-bottom: 20px;
}

.new-date {
  padding-top: 10px;
  font-size: 13px;
  color: #9EBFD4;    
  font-style: italic;
}

.new {
  max-width: 270px;
  padding-top: 10px;
}

.img img {
  border: 1px solid #9EBFD4;
}

.imp-items {
  display: flex;
  margin-bottom: 30px;
}

.social {
  display: flex;
}

/* End */
/* /local/templates/Test/styles.css?173331574934 */
/* /local/templates/Test/template_styles.css?17334826414183 */
