/* Общие стили для всех устройств */
.academic-info-container {
    box-sizing: border-box;
    background: white;
  }
  
  .vertical-flex-container1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  
  .header-nav-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    padding-right: 39px;
    padding-left: 40px;
  }
  
  .header-image {
    box-sizing: border-box;
    display: block;
    width: 207px;
    max-width: initial;
    height: 64px;
  }
  
  .navigation-menu-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 38px;
    align-items: center;
    justify-content: flex-start;
  }
  
  .department-info-card {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 400 16px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .tech-program-dept-heading {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #005aaa;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .center-aligned-text-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 68px;
  }
  
  .tech-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: white;
  }
  
  .academic-info-container1 {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 100px;
    align-items: stretch;
    justify-content: flex-start;
    padding: 59px 39px 118px;
  }
  
  .department-head-container {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 26px 38px;
    background: white;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    /* Изменение: добавлены margin, border, padding */
    margin: 20px;
    border: 2px solid #0055a0;
    padding: 20px;
  }
  
  .department-head-title {
    padding: 0;
    margin: 0;
    font: 400 28px/30px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .department-head-info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
  }
  
  .profile-image-container {
    box-sizing: border-box;
    display: block;
    width: 292px;
    max-width: initial;
    height: 292px;
    border: none;
    object-fit: cover;
    /* Изменение: добавлен фильтр для изображения */
    filter: grayscale(20%);
  }
  
  .professor-info-container {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    max-width: 785px;
    margin-left: 39px;
  }
  
  .professor-info-container + .professor-info-container1 {
    /* Изменение: использование символа "+" */
    margin-top: 20px;
  }
  
  .professor-info-container1 {
    flex: 0 0 auto;
  }
  
  .professor-name-text-style {
    padding: 0;
    margin: 0;
    font: 500 24px Roboto, sans-serif;
    color: black;
  }
  
  .professor-title-text-style {
    padding: 0;
    margin: 0;
    margin-top: 2px;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .professor-info-text {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 121px;
    font: 400 16px/20px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .info-section {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .heading-blue-bold {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 152px;
    padding: 0;
    margin: 0;
    font: 400 28px/30px Roboto, sans-serif;
    color: #0055a0;
    text-align: center;
  }
  
  .information-block {
    flex: 0 0 auto;
    align-self: stretch;
    padding: 0;
    margin: 0;
    margin-top: 45px;
    font: 400 16px/25px Roboto, sans-serif;
    color: black;
    text-align: left;
    /* Изменение: добавлены псевдоэлементы */
  }
  
  .information-block:first-letter {
    font-size: 2em;
    color: #0055a0;
  }
  
  .information-block:first-line {
    font-weight: bold;
  }
  
  .news-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  
  .news-heading {
    flex: 0 0 auto;
    align-self: center;
    padding: 0;
    margin: 0;
    font: 400 28px/30px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .news-section-container {
    max-width: 300px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 45px;
  }
  
  .content-box-container {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 387px;
    padding: 13px 12px 13.5px;
    background: white;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    /* Изменение: скругление углов */
    border-radius: 10px;
  }
  
  .gray-box {
    min-width: 250px;
    max-width: 400px;
    box-sizing: border-box;
    flex: 0 0 auto;
    height: 277px;
    background: #d9d9d9;
  }
  
  .vertical-flex-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 25px;
  }
  
  .main-content-text {
    flex: 0 0 auto;
    align-self: stretch;
    padding: 0;
    margin: 0;
    font: 400 16px/25px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .roboto-text-snippet {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    font: 400 12px Roboto, sans-serif;
    color: #005aaa;
  }
  
  .main-heading-text-style {
    flex: 0 0 auto;
    align-self: center;
    padding: 0;
    margin: 0;
    margin-left: -74px;
    font: 400 28px/30px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .academic-program-info-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-width: initial;
    height: 627px;
    padding-top: 22px;
    margin-top: 44px;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.25);
  }
  
  .degree-title-heading {
    flex: 0 0 auto;
    align-self: center;
    padding: 0;
    margin: 0;
    margin-left: -37px;
    font: 400 24px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .flex-container-with-text-alignment {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 27px;
  }
  
  .program-info-block {
    flex: 0 0 auto;
    padding: 0;
    padding-bottom: 17.5px;
    margin: 0;
    font: 400 16px/30px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .heading-underline-bold {
    font: 700 18px/30px Roboto, sans-serif;
    text-align: left;
    text-decoration-line: underline;
  }
  
  .system-analysis-text-style {
    font: 500 16px/30px Roboto, sans-serif;
    text-align: left;
  }
  
  .blue-text-heading {
    font: 400 16px/30px Roboto, sans-serif;
    color: #0055a0;
    text-align: left;
  }
  
  .flex-column-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 597px;
    padding-top: 14.5px;
  }
  
  .information-system-analysis-paragraph {
    flex: 0 0 auto;
    padding-right: 13px;
    padding-left: 13px;
  }
  
  .information-system-analysis-style {
    box-sizing: border-box;
    max-width: 545px;
    padding: 0;
    margin: 0;
    color: black;
    text-align: left;
  }
  
  .system-analysis-info-text-style {
    font: 400 16px/30px Roboto, sans-serif;
    text-align: left;
  }
  
  .master-program-card {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14.5px 34px 45px 32px;
    margin-top: 131px;
    background: white;
    box-shadow: inset 4px 4px 20px rgba(0, 0, 0, 0.25);
  }
  
  .magisterial-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 400 24px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .program-info-text-style {
    flex: 0 0 auto;
    align-self: stretch;
    padding: 0;
    margin: 0;
    margin-top: 28px;
    font: 400 16px/30px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .collaboration-section {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 108px;
  }
  
  /* Стили для списка компетенций */
  .competencies-list {
    margin-top: 20px;
    font: 400 16px/25px Roboto, sans-serif;
    color: black;
  }
  
  .competencies-list dt {
    font-weight: 500;
    color: #0055a0;
    margin-top: 15px;
  }
  
  .competencies-list dd {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  
  /* Стили для таблицы ключевых дат */
  .key-dates-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font: 400 16px/25px Roboto, sans-serif;
    color: black;
  }
  
  .key-dates-table th,
  .key-dates-table td {
    border: 1px solid #0055a0;
    padding: 10px;
    text-align: left;
  }
  
  .key-dates-table th {
    background-color: #0055a0;
    color: white;
    font-weight: 500;
  }
  
  .key-dates-table td {
    background-color: #f9f9f9;
  }
  
  .key-dates-table tr:hover td {
    background-color: #e0e0e0;
  }
  
  .company-list-container1 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 67px;
  }
  
  .company-list-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    align-self: center;
    justify-content: space-between;
    min-width: 976px;
    margin-left: 90px;
  }
  
  .company-name-style {
    flex: 0 0 auto;
    padding: 0;
    padding-bottom: 17px;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .corporate-name-display-style {
    flex: 0 0 auto;
    padding: 0;
    padding-top: 17px;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .corporate-info-block {
    flex: 0 0 auto;
    align-self: center;
    padding: 0;
    margin: 0;
    margin-top: 38px;
    margin-left: -21px;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .holding-info-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-right: 49px;
    margin-top: 114px;
  }
  
  .holding-info-container1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 723px;
  }
  
  .holding-title {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .holding-title1 {
    flex: 0 0 auto;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    margin-top: 28px;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .question-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 163px;
    background: white;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  }
  
  .question-container1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 576px;
    padding-top: 50px;
    padding-bottom: 42px;
  }
  
  .question-container3 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 43px;
  }
  
  .vertical-stack-with-spacing {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    justify-content: flex-start;
  }
  
  .input-field-container {
    box-sizing: border-box;
    width: 100%;
    height: 57px;
    padding-left: 18px;
    font: 400 16px Roboto, sans-serif;
    background: white;
    border: 1px solid #005aaa;
  }
  
  .input-style-f62::placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .question-container2 {
    box-sizing: border-box;
    width: 100%;
    height: 130px;
    padding-left: 18px;
    font: 400 16px Roboto, sans-serif;
    background: white;
    border: 1px solid #005aaa;
  }
  
  .submit-button-style {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    align-self: center;
    width: 198px;
    min-width: 198px;
    height: 47px;
    margin-top: 28px;
    font: 400 14px Roboto, sans-serif;
    color: white;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #005aaa;
    border: none;
    box-shadow:  3px 3px 0 rgba(0, 0, 0, 0.5); /* Тень под кнопкой */;
  }
  
  .submit-button-style:active{
    box-shadow: none; /* Убираем тень */
      top: 3px; left: 3px; /* Смещаем кнопку вниз и вправо */
  }
  
  .contact-info-container1 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-right: 3.25px;
  }
  
  .contact-info-section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 831px;
  }
  
  .contact-info-heading {
    flex: 0 0 auto;
    align-self: center;
    padding: 0;
    margin: 0;
    margin-left: -10.5px;
    font: 400 28px/30px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .contact-info-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 14.5px 40px 63px 19px;
    margin-top: 46px;
    border: 1px solid #005aaa;
  }
  
  .info-card {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .heading-text-block {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 700 18px/25px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .department-head-text-style {
    font: 400 18px/25px Roboto, sans-serif;
    text-align: left;
  }
  
  .contact-info-card {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 324px;
    padding: 0;
    margin: 0;
    font: 400 18px/25px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .contact-info-section1 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 56px;
  }
  
  .reception-info-text-style {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 247px;
    padding: 0;
    padding-bottom: 2.75px;
    margin: 0;
    font: 700 18px/25px Roboto, sans-serif;
    color: black;
    text-align: left;
  }
  
  .full-width-image {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: initial;
    height: 68px;
  }
  
  /*---- NUMBER OF SLIDE CONFIGURATION ----*/
  .wrapper {
    max-width: 60em;
    margin: 1em auto;
    position: relative;
  }
  
  .input_wr {
    display: none;
  }
  
  .inner {
    width: 500%;
    line-height: 0;
  }
  
  article {
    width: 20%;
    float: left;
    position: relative;
  }
  article img {
    width: 100%;
  }
  
  /*---- SET UP CONTROL ----*/
  .slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
  }
  .slider-prev-next-control label:hover {
    opacity: 1;
  }
  
  .slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slider-dot-control label:hover {
    background: #ccc;
    border-color: #777;
  }
  
  /* Info Box */
  .info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all 1000ms ease-out 600ms;
    -moz-transition: all 1000ms ease-out 600ms;
    transition: all 1000ms ease-out 600ms;
  }
  .info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal;
  }
  .info.top-left {
    top: 30px;
    left: 30px;
  }
  .info.top-right {
    top: 30px;
    right: 30px;
  }
  .info.bottom-left {
    bottom: 30px;
    left: 30px;
  }
  .info.bottom-right {
    bottom: 30px;
    right: 30px;
  }
  
  .collaborative-section {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 108px;
  }
  
  .collaboration-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-left: 13px;
    font: 400 28px/30px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .collaboration-partners-list {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 1036px;
    margin-top: 67px;
    margin-left: 42px;
  }
  
  .company-card-group {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 35%;
    padding-bottom: 40px;
  }
  
  .company-name-paragraph {
    padding: 0;
    padding-right: 30px;
    padding-left: 60px;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .greenatom-image {
    box-sizing: border-box;
    display: block;
    width: 259px;
    max-width: initial;
    height: 97px;
    border: none;
    object-fit: cover;
  }
  
  .holding-info-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 102px;
  }
  
  .holding-title {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-left: 53px;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .holding-logo {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 117px;
    max-width: initial;
    height: 124px;
    margin-left: 52px;
    border: none;
    object-fit: cover;
  }
  
  .corporate-info-container1 {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 65%;
    padding-top: 17px;
    padding-left: 48px;
  }
  
  .company-info-container1 {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    align-self: flex-start;
    justify-content: flex-start;
    width: 171px;
    padding-top: 68px;
  }
  
  .company-name-styling {
    flex: 0 0 auto;
    align-self: center;
    padding: 0;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .sky-net-logo {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    max-width: initial;
    height: 127px;
    border: none;
    object-fit: cover;
  }
  
  .company-info-container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: 40px;
  }
  
  .corporate-info-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    justify-content: flex-start;
    padding-left: 107px;
  }
  
  .company-name-link {
    display: block;
    flex: 0 0 auto;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
    text-decoration-line: underline;
  }
  
  .corporate-info-block {
    flex: 0 0 auto;
    padding-right: 56px;
    padding-left: 56px;
  }
  
  .image-container-styles {
    box-sizing: border-box;
    display: block;
    width: 195px;
    max-width: initial;
    height: 103px;
    border: none;
    object-fit: cover;
  }
  
  .radar-mms-style {
    flex: 0 0 auto;
    margin-top: 137px;
  }
  
  .radar-mms-heading {
    padding: 0;
    padding-right: 19px;
    padding-left: 19px;
    margin: 0;
    font: 400 20px Roboto, sans-serif;
    color: black;
  }
  
  .radar-image-container {
    box-sizing: border-box;
    display: block;
    width: 237px;
    max-width: initial;
    height: 106px;
    border: none;
    object-fit: cover;
  }
  
  .hero-section-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 1280px;
    padding-right: 6.25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #005aaa;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .academic-section-container {
    display: flex;
    flex-direction: row;
    gap: 78px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  
  .content-block {
    flex: 0 0 auto;
  }
  
  .header-title {
    padding: 0;
    margin: 0;
    font: 400 28px Roboto, sans-serif;
    color: white;
  }
  
  .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 13px;
  }
  
  .svg-container {
    display: flex;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    color: #ffffff;
  }
  
  .svg-container1 {
    display: flex;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin-left: 6px;
    color: #ffffff;
  }
  
  .text-block {
    box-sizing: border-box;
    display: block;
    width: 35px;
    max-width: initial;
    height: 25.5px;
    margin-left: 8.5px;
  }
  
  .admission-heading {
    padding: 0;
    margin: 0;
    font: 500 18px Roboto, sans-serif;
    color: white;
  }
  
  .admission-content-wrapper {
    margin-top: 25px;
  }
  
  .admission-content-text-style {
    padding: 0;
    margin: 0;
    font: 400 16px Roboto, sans-serif;
    color: white;
    white-space: pre-wrap;
  }
  
  .admission-content-text-style1 {
    margin-top: 10px;
  }
  
  .admission-content-text-style:first-child {
    margin-top: 0px;
  }
  
  .scientific-lab-interview-heading {
    padding: 0;
    margin: 0;
    font: 400 16px Roboto, sans-serif;
    color: white;
  }
  
  .scientific-lab-text-style {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font: 400 16px Roboto, sans-serif;
    color: white;
  }
  
  .flex-aligned-images {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
  
  .image-container {
    flex: 0 0 auto;
    padding-top: 12px;
  }
  
  .div-style-ccda0b99 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 98px;
    height: 90px;
    padding-right: 14.5px;
    padding-left: 14px;
    background: url("image_681e2d4b.png") 50% / cover no-repeat;
    border: none;
  }
  
  .image-container-styles {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    max-width: initial;
    height: 47px;
    border: none;
    object-fit: cover;
  }
  
  .image-wrapper {
    box-sizing: border-box;
    display: block;
    width: 17px;
    max-width: initial;
    height: 17px;
    margin-left: -57px;
    border: none;
    object-fit: cover;
  }
  
  .image-container-with-border {
    box-sizing: border-box;
    display: block;
    width: 94px;
    max-width: initial;
    height: 94px;
    margin-left: -55px;
    border: none;
    object-fit: cover;
  }
  
  .admin-panel-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background: white;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  }
  
  .admin-panel-container h1 {
    margin-bottom: 20px;
    font: 400 28px Roboto, sans-serif;
    color: #0055a0;
  }
  
  .admin-panel-container form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 600px;
  }
  
  .admin-panel-container label {
    margin-bottom: 5px;
    font: 400 16px Roboto, sans-serif;
    color: black;
  }
  
  .admin-panel-container input[type="text"],
  .admin-panel-container textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  
  .admin-panel-container input[type="file"] {
    margin-bottom: 20px;
  }
  
  .admin-panel-container input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }
  
  .admin-panel-container input[type="submit"]:hover {
    background-color: #45a049;
  }
  
  .footerlinks{
    color:white;
  }
  
  /* Media Queries for Responsive Design */
  
  /* Tablets and large phones */
  @media (max-width: 1024px) {
    .header-nav-container {
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }
  
    .navigation-menu-container {
      flex-direction: column;
      align-items: center;
    }
  
    .tech-program-dept-heading {
      padding: 20px;
    }
  
    .academic-info-container1 {
      padding: 20px;
    }
  
    .department-head-container {
      padding: 20px;
    }
  
    .department-head-info-container {
      flex-direction: column;
      align-items: center;
    }
  
    .profile-image-container {
      width: 150px;
      height: 150px;
    }
  
    .professor-info-container {
      margin-left: 0;
      text-align: center;
    }
  
    .news-section-container {
      flex-direction: column;
      align-items: center;
    }
  
    .content-box-container {
      max-width: 100%;
    }
  
    .academic-program-info-container {
      padding: 20px;
    }
  
    .flex-container-with-text-alignment {
      flex-direction: column;
      align-items: center;
    }
  
    .collaboration-partners-list {
      flex-direction: column;
      align-items: center;
    }
  
    .company-card-group {
      width: 100%;
    }
  
    .question-container {
      min-width: 100%;
      padding: 20px;
    }
  
    .contact-info-section {
      min-width: 100%;
      padding: 20px;
    }
  
    .hero-section-container {
      min-width: 100%;
      padding: 20px;
    }
  
    .academic-section-container {
      flex-direction: column;
      align-items: center;
    }
  
    .content-wrapper {
      flex-direction: column;
      align-items: center;
    }
  }
  
  /* Small tablets and large phones */
  @media (max-width: 768px) {
    .header-nav-container {
      flex-direction: column;
      align-items: center;
      padding: 10px;
    }
  
    .navigation-menu-container {
      flex-direction: column;
      align-items: center;
    }
  
    .tech-program-dept-heading {
      padding: 10px;
    }
  
    .academic-info-container1 {
      padding: 10px;
    }
  
    .department-head-container {
      padding: 10px;
    }
  
    .department-head-info-container {
      flex-direction: column;
      align-items: center;
    }
  
    .profile-image-container {
      width: 100px;
      height: 100px;
    }
  
    .professor-info-container {
      margin-left: 0;
      text-align: center;
    }
  
    .news-section-container {
      flex-direction: column;
      align-items: center;
    }
  
    .content-box-container {
      max-width: 100%;
    }
  
    .academic-program-info-container {
      padding: 10px;
    }
  
    .flex-container-with-text-alignment {
      flex-direction: column;
      align-items: center;
    }
  
    .collaboration-partners-list {
      flex-direction: column;
      align-items: center;
    }
  
    .company-card-group {
      width: 100%;
    }
  
    .question-container {
      min-width: 100%;
      padding: 10px;
    }
  
    .contact-info-section {
      min-width: 100%;
      padding: 10px;
    }
  
    .hero-section-container {
      min-width: 100%;
      padding: 10px;
    }
  
    .academic-section-container {
      flex-direction: column;
      align-items: center;
    }
  
    .content-wrapper {
      flex-direction: column;
      align-items: center;
    }
  }
  
  /* Phones */
  @media (max-width: 480px) {
    .header-nav-container {
      flex-direction: column;
      align-items: center;
      padding: 5px;
    }
  
    .navigation-menu-container {
      flex-direction: column;
      align-items: center;
    }
  
    .tech-program-dept-heading {
      padding: 5px;
    }
  
    .academic-info-container1 {
      padding: 5px;
    }
  
    .department-head-container {
      padding: 5px;
    }
  
    .department-head-info-container {
      flex-direction: column;
      align-items: center;
    }
  
    .profile-image-container {
      width: 75px;
      height: 75px;
    }
  
    .professor-info-container {
      margin-left: 0;
      text-align: center;
    }
  
    .news-section-container {
      flex-direction: column;
      align-items: center;
    }
  
    .content-box-container {
      max-width: 100%;
    }
  
    .academic-program-info-container {
      padding: 5px;
    }
  
    .flex-container-with-text-alignment {
      flex-direction: column;
      align-items: center;
    }
    
    /* Стили для списка компетенций */
  .competencies-list {
    margin-top: 20px;
    font: 400 16px/25px Roboto, sans-serif;
    color: black;
  }
  
  .competencies-list dt {
    font-weight: 500;
    color: #0055a0;
    margin-top: 15px;
  }
  
  .competencies-list dd {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  
  /* Стили для таблицы ключевых дат */
  .key-dates-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font: 400 16px/25px Roboto, sans-serif;
    color: black;
  }
  
  .key-dates-table th,
  .key-dates-table td {
    border: 1px solid #0055a0;
    padding: 10px;
    text-align: left;
  }
  
  .key-dates-table th {
    background-color: #0055a0;
    color: white;
    font-weight: 500;
  }
  
  .key-dates-table td {
    background-color: #f9f9f9;
  }
  
  .key-dates-table tr:hover td {
    background-color: #e0e0e0;
  }
  
    .collaboration-partners-list {
      flex-direction: column;
      align-items: center;
    }
  
    .company-card-group {
      width: 100%;
    }
  
    .question-container {
      min-width: 100%;
      padding: 5px;
    }
  
    .contact-info-section {
      min-width: 100%;
      padding: 5px;
    }
  
    .hero-section-container {
      min-width: 100%;
      padding: 5px;
    }
  
    .academic-section-container {
      flex-direction: column;
      align-items: center;
    }
  
    .content-wrapper {
      flex-direction: column;
      align-items: center;
    }
  }
  
  .no-underline{
      text-decoration:none;
  }
  
  .header-image {
    box-sizing: border-box;
    display: block;
    width: 207px;
    max-width: initial;
    height: 64px;
    transition: transform 0.3s ease; 
  }
  
 
  .header-image:hover {
    transform: scale(1.1);
 
  }
  
  