/* Заголовок */
.main-title h1 {
  text-align: center;
  max-width: 60%;
  margin: 10px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 3.2rem;
  color: #365f91;
}

.main-title h4 {
  text-align: center;
  max-width: 60%;
  margin: 10px auto;
  font-size: 1.8rem;
  color: #444;
}

h2 {
    text-align: center;
}


.table-container {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #444;
}


/* Топология */
.topology {
  max-width: 1200px;
  margin: 10px auto;
}

.topology-image {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  margin-bottom: 30px; /*15px;*/
  border-radius: 8px;
}

.topology h4 {
  text-align: center;
  font-size: 39px;    
  font-weight: bold;
  color: #365f91;
}




/* Стили модулей */
.modules {
  background-color: #f8f8f8;
  padding: 0 0;/*130px 0; */
}

.modules h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 26px;
}

.modules h2 span {
  font-weight: bold;    
}

.modules-content {
  /*display: flex;*/
  padding-top: 60px;
}

.modules-items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.car {
  background-color: #212121;
  padding: 20px;
  display: flex;
}

.module img {
  max-width: 568px;
}

.module-details {
  margin-left: 24px;
  /*display: flex;
  flex-direction: column;*/
  max-width: 1200px;
  margin: 0 auto;
}

.module-details h4 {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
  color: #365f91;
}

.module-details p {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: normal;
  color: #365f91;
  margin-bottom: 40px;
}

.module-details p span {
  font-size: 24px;
  font-weight: bold;
}

.module-detals img {
  /*max-width: 70%;*/
  max-width: 800px;
  margin: 0 auto;
}


/*.table-character {
    margin-bottom: 26px;
}*/

.table-title {
    margin-bottom: 26px;
}

.table-title h2 {
    font-weight: normal;
}

.table-title h2 span {
    font-weight: bold;
}

