*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.error input[placeholder]          {-o-text-overflow:ellipsis;text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.error::-webkit-input-placeholder {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.error::-moz-placeholder     {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important} 
.error:-moz-placeholder      {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important} 
.error:-ms-input-placeholder {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.foto-g {padding:15px;}
.max100 {max-width:900px !important;}
.gallery-respon {width:100%;position:relative;}
/*История*/
.form-supject {
  opacity: 0;
  display: none;
  pointer-events: none;
}

 /* Шапка страницы */
        .medic-header {
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            color: white;
            padding: 80px 20px 60px;
            text-align: center;
            position: relative;
            overflow: hidden;
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
            margin-bottom: 60px;
        }

        .medic-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.1;
        }

        .medic-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .medic-subtitle {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.9;
            line-height: 1.6;
            position: relative;
            z-index: 2;
        }

        /* Основной контент */
        .medic-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px 60px;
        }

        /* Карточка с основной информацией */
        .medic-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #01559B;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .medic-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(1, 85, 155, 0.15);
        }

        .medic-card-title {
            font-size: 1.8rem;
            color: #01559B;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .medic-card-title i {
            color: #ff6b00;
        }

        .medic-text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #475569;
            margin-bottom: 20px;
        }

        /* Список услуг */
        .medic-services {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border-top: 4px solid #ff6b00;
        }

        .medic-services-title {
            font-size: 2rem;
            color: #ff6b00;
            margin-bottom: 30px;
            text-align: center;
        }

        .medic-services-grid {
            display: grid;
            grid-template-columns:1fr 1fr 1fr;
            gap: 25px;
        }

        .medic-service-item {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 15px;
            padding: 25px;
            border-left: 4px solid #01559B;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }

        .medic-service-item:hover {
            transform: translateX(10px);
            background: white;
            box-shadow: 0 10px 25px rgba(1, 85, 155, 0.1);
        }

        .medic-service-item::before {
            content: '✓';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #01559B;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            font-size: 24px;
            font-weight: bold;
        }

        .medic-service-item:hover::before {
            opacity: 1;
            right: 15px;
        }

        .medic-service-name {
            font-size: 1.2rem;
            font-weight: 600;
            color: #01559B;
            margin-bottom: 10px;
        }

        /* Контактная информация */
        .medic-contacts {
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            border-radius: 25px;
            padding: 50px;
            color: white;
            margin-top: 40px;
            position: relative;
            overflow: hidden;
        }

        .medic-contacts::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }

        .medic-contacts-title {
            font-size: 2rem;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
        }

        .medic-contact-method {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }

        .medic-contact-icon {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
        }

        .medic-contact-info h4 {
            margin-bottom: 5px;
            font-weight: 600;
        }

        .medic-contact-link {
            color: white;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 24px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            font-size: 1.2rem;
            font-weight: 600;
        }

        .medic-contact-link:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-3px);
        }

        /* Документы */
        .medic-documents {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-top: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border-top: 4px solid #0ea5e9;
        }

        .medic-documents-title {
            font-size: 1.8rem;
            color: #0ea5e9;
            margin-bottom: 25px;
        }

        .medic-documents-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .medic-document-card {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 15px;
            padding: 25px;
            display: flex;
            align-items: center;
            gap: 20px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(1, 85, 155, 0.1);
        }

        .medic-document-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(1, 85, 155, 0.15);
            border-color: #01559B;
        }

        .medic-document-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            flex-shrink: 0;
        }

        .medic-document-info {
            flex: 1;
        }

        .medic-document-number {
            font-size: 0.9rem;
            color: #64748b;
            margin-bottom: 5px;
        }

        .medic-document-title {
            font-weight: 600;
            color: #1e293b;
            line-height: 1.4;
        }

        /* Декоративные элементы */
        .medic-floating-elements {
            position: fixed;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }

        .medic-floating-element {
            position: absolute;
            opacity: 0.1;
            animation: medicFloat 20s infinite linear;
        }

        .medic-floating-element:nth-child(1) {
            top: 10%;
            left: 5%;
            width: 100px;
            height: 100px;
            background: #01559B;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            animation-delay: 0s;
        }

        .medic-floating-element:nth-child(2) {
            top: 70%;
            right: 10%;
            width: 150px;
            height: 150px;
            background: #ff6b00;
            border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            animation-delay: -5s;
        }

        .medic-floating-element:nth-child(3) {
            top: 40%;
            left: 80%;
            width: 80px;
            height: 80px;
            background: #0ea5e9;
            border-radius: 50%;
            animation-delay: -10s;
        }

        @keyframes medicFloat {
            0%, 100% {
                transform: translate(0, 0) rotate(0deg);
            }
            33% {
                transform: translate(30px, 50px) rotate(120deg);
            }
            66% {
                transform: translate(-20px, 80px) rotate(240deg);
            }
        }

        /* Анимации для появления элементов */
        .medic-animate {
            opacity: 0;
            transform: translateY(30px);
            animation: medicFadeInUp 0.8s ease forwards;
        }

        @keyframes medicFadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .medic-card:nth-child(1) { animation-delay: 0.1s; }
        .medic-services { animation-delay: 0.2s; }
        .medic-contacts { animation-delay: 0.3s; }
        .medic-documents { animation-delay: 0.4s; }

        /* Адаптивность */
        @media (max-width: 992px) {
            .medic-title {
                font-size: 2.8rem;
            }
            
            .medic-card, .medic-services, .medic-contacts, .medic-documents {
                padding: 30px;
            }
            
            .medic-services-grid {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .medic-header {
                padding: 60px 20px 40px;
                clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            }
            
            .medic-title {
                font-size: 2.2rem;
            }
            
            .medic-subtitle {
                font-size: 1rem;
            }
            
            .medic-card, .medic-services, .medic-contacts, .medic-documents {
                padding: 25px;
            }
            
            .medic-contacts {
                padding: 30px;
            }
            
            .medic-services-grid {
                grid-template-columns: 1fr;
            }
            
            .medic-documents-grid {
                grid-template-columns: 1fr;
            }
            
            .medic-contact-method {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
            
            .medic-contact-link {
                font-size: 1rem;
                padding: 10px 20px;
            }
        }

        @media (max-width: 576px) {
            .medic-title {
                font-size: 1.8rem;
            }
            
            .medic-card-title {
                font-size: 1.5rem;
            }
            
            .medic-services-title {
                font-size: 1.6rem;
            }
            
            .medic-contacts-title {
                font-size: 1.6rem;
            }
        }

        /* Подвал */
        .medic-footer {
            background: #003366;
            color: white;
            padding: 40px 20px 20px;
            text-align: center;
            margin-top: 60px;
        }

        .medic-footer-text {
            opacity: 0.7;
            max-width: 600px;
            margin: 0 auto 20px;
            font-size: 0.9rem;
        }
/* Стили для кастомного чекбокса */
.program-button {text-decoration:none;display:block;width:100%;text-align:center;}

.program-card:hover  {transition: all 0.5s ease;
    background: linear-gradient(135deg, #01559B 0%, #0178D4 100%);
}

.program-card:hover .program-title,
.program-card:hover .program-format,
.program-card:hover .program-specialty {
    color: white;
}


.custom-checkbox input.error + .checkbox {
  background: red;
  border: 2px solid red;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(19, 0, 79, 0.6);
   display: flex;
align-items: center;
    gap: 10px;
    padding-left: 0;

  transition: all 0.3s ease;
}
.bg-programm .social-icons svg {
  fill: rgba(0, 0, 0, 0.5) !important;
}

.bg-programm .social-icons svg path {
  fill: rgba(0, 0, 0, 0.5) !important;
  fill-opacity: 1 !important;
}
.checkbox-text {
    line-height: 1.4;
}
.custom-checkbox:hover {
  color: rgba(29, 26, 25, 1);
}

.hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  position: relative;
    flex-shrink: 0;
    margin-top: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid rgba(19, 0, 79, 0.8);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.custom-checkbox:hover .checkbox {
  border-color: rgba(225, 51, 0, 1);
}
.thankyou {font-size: 22px;
  font-weight: 800;
  color: #000;
}
.buttom-f:hover {cursor:pointer;transition: all .5s ease;
	background: rgba(20, 85, 225, .9); }
.checkmark {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
background-color: rgb(20, 85, 225);
  border-radius: 2px;
}
.course-card a {text-decoration:none;}
.hidden-checkbox:checked ~ .checkbox {
background-color: rgb(20, 85, 225);
  border-color: rgb(20, 85, 225);
}

.hidden-checkbox:checked ~ .checkbox .checkmark {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox a {
  color:rgba(19, 0, 79, 0.6);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.custom-checkbox a:hover {
  color: rgba(225, 51, 0, 1);
  text-decoration: none;
}

/* Стиль для неактивного состояния */
.custom-checkbox.error .checkbox {
  border-color: #ff0048;
}

.custom-checkbox.error {
  color: #ff0048;
}
  /* Уникальные стили для таймлайна истории */
        .history-page-wrapper {
            font-family: 'Inter', sans-serif;
            background: #f8fafc;
            color: #1e293b;
            min-height: 100vh;
            position: relative;
            overflow-x: hidden;
        }

        /* Анимированный фон */
        .history-bg-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            opacity: 0.03;
            background-image: 
                radial-gradient(circle at 10% 20%, #01559B 1px, transparent 1px),
                radial-gradient(circle at 90% 80%, #ff6b00 1px, transparent 1px),
                radial-gradient(circle at 40% 40%, #0ea5e9 1px, transparent 1px);
            background-size: 50px 50px, 70px 70px, 30px 30px;
        }

        /* Плавающие элементы */
        .history-floating-elements {
            position: fixed;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .history-floating-element {
            position: absolute;
            opacity: 0.05;
            animation: historyFloat 25s infinite linear;
        }

        .history-floating-element:nth-child(1) {
            top: 15%;
            left: 5%;
            width: 80px;
            height: 80px;
            background: #ffa726;
            border-radius: 50%;
            animation-delay: 0s;
        }

        .history-floating-element:nth-child(2) {
            top: 65%;
            right: 8%;
            width: 120px;
            height: 120px;
            background: #ff6b00;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            animation-delay: -8s;
            animation-direction: reverse;
        }

        .history-floating-element:nth-child(3) {
            top: 30%;
            right: 20%;
            width: 60px;
            height: 60px;
            background: #0ea5e9;
            border-radius: 50%;
            animation-delay: -15s;
        }

        @keyframes historyFloat {
            0%, 100% {
                transform: translate(0, 0) rotate(0deg);
            }
            33% {
                transform: translate(40px, 60px) rotate(120deg);
            }
            66% {
                transform: translate(-30px, 40px) rotate(240deg);
            }
        }

        /* Заголовок страницы */
        .history-main-header {
            text-align: center;
            padding: 80px 20px 60px;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            color: white;
            margin-bottom: 60px;
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        }

        .history-main-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            z-index: 1;
        }

        .history-main-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .history-main-subtitle {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.9;
            line-height: 1.6;
            position: relative;
            z-index: 2;
        }

        /* Основной контейнер таймлайна */
        .history-timeline-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px 100px;
            position: relative;
        }

        /* Временная линия слева */
        .history-timeline-rail {
            position: absolute;
            left: 120px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, 
                transparent 0%, 
                #01559B 10%, 
                #01559B 90%, 
                transparent 100%);
            z-index: 1;
        }

        /* Контейнер для всех событий */
        .history-events-container {
            position: relative;
            z-index: 2;
        }

        /* Отдельное событие */
        .history-event {
            display: flex;
            align-items: flex-start;
            margin-bottom: 60px;
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.8s ease;
            position: relative;
        }

        .history-event.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* Красивый блок с годом */
        .history-year-container {
            position: absolute;
            left: 60px;
            top: 0;
            width: 120px;
            z-index: 3;
        }

        .history-year-circle {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.4rem;
            color: white;
            box-shadow: 0 8px 25px rgba(1, 85, 155, 0.3);
            position: relative;
            transition: all 0.5s ease;
            border: 3px solid white;
        }

        .history-year-circle:hover {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 12px 30px rgba(1, 85, 155, 0.4);
            background: linear-gradient(135deg, #ff6b00 0%, #ffa726 100%);
        }

        .history-year-circle::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border: 2px dashed rgba(1, 85, 155, 0.3);
            border-radius: 50%;
            animation: spin 20s linear infinite;
            z-index: -1;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Линия от года к карточке */
        .history-year-connector {
            position: absolute;
            top: 40px;
            left: 80px;
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #01559B, rgba(1, 85, 155, 0.3));
            z-index: 2;
        }

        /* Карточка события */
        .history-event-card {
            margin-left: 180px;
            background: white;
            border-radius: 16px;
            padding: 30px;
            border: 2px solid #e2e8f0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            flex: 1;
        }

        .history-event-card:hover {
            transform: translateY(-8px) translateX(5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            border-color: #01559B;
        }

        /* Фоновое изображение для карточки */
        .history-card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.05;
            z-index: 0;
            transition: opacity 0.5s ease;
        }

        .history-event-card:hover .history-card-bg {
            opacity: 0.08;
        }

        /* Заголовок события */
        .history-event-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #01559B;
            line-height: 1.3;
            position: relative;
            padding-bottom: 10px;
            z-index: 1;
        }

        .history-event-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #ff6b00, #ffa726);
            border-radius: 2px;
        }

        /* Описание события */
        .history-event-description {
            font-size: 1rem;
            line-height: 1.6;
            color: #475569;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

        /* Изображение события */
        .history-event-image {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            margin-top: 20px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.5s ease;
            position: relative;
            z-index: 1;
        }

        .history-event-image:hover {
            transform: scale(1.03);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
        }
.mobile-nav-item a {color:#fff;display: flex; align-items: center; gap: 15px;text-decoration:none;}
        .history-event-image img {
            width: 100%;
            object-fit: cover;
            display: block;
        }

        /* Разделитель эпох */
        .history-era-divider {
            text-align: left;
            margin: 80px 0 60px 180px;
            position: relative;
        }

        .history-era-title {
            display: inline-block;
            background: white;
            color: #ff6b00;
            padding: 12px 30px;
            border-radius: 8px;
            font-size: 1.3rem;
            font-weight: 700;
            border: 2px solid #ff6b00;
            position: relative;
            z-index: 2;
            box-shadow: 0 5px 15px rgba(255, 107, 0, 0.1);
        }

        .history-era-line {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #ff6b00, rgba(255, 107, 0, 0.3));
            z-index: 1;
        }

        /* Навигация по годам */
        .history-year-navigation {
            position: fixed;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 100;
            background: white;
            padding: 20px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
        }

        .history-nav-year {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .history-nav-year:hover {
            background: #01559B;
            color: white;
            transform: scale(1.1);
        }

        .history-nav-year.active {
            background: #ff6b00;
            color: white;
            box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.3);
        }

        .history-nav-year .year-tooltip {
            position: absolute;
            right: 60px;
            top: 50%;
            transform: translateY(-50%);
            background: #1e293b;
            color: white;
            padding: 8px 15px;
            border-radius: 6px;
            font-size: 0.9rem;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .history-nav-year:hover .year-tooltip {
            opacity: 1;
            visibility: visible;
        }

        /* Прогресс-бар */
        .history-progress-bar {
            position: fixed;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 300px;
            background: #e2e8f0;
            border-radius: 3px;
            z-index: 100;
            overflow: hidden;
        }

        .history-progress-fill {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: linear-gradient(to bottom, #01559B, #ff6b00);
            border-radius: 3px;
            transition: height 0.3s ease;
        }

        /* Кнопка возврата вверх */
        .history-scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #01559B;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 100;
            box-shadow: 0 5px 15px rgba(1, 85, 155, 0.3);
            border: 2px solid white;
        }

        .history-scroll-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .history-scroll-top:hover {
            background: #ff6b00;
            transform: translateY(-5px);
        }

        /* Адаптивность */
        @media (max-width: 1100px) {
            .history-timeline-rail {
                left: 100px;
            }
            
            .history-year-container {
                left: 40px;
            }
            
            .history-event-card {
                margin-left: 160px;
            }
            
            .history-era-divider {
                margin-left: 160px;
            }
            
            .history-year-navigation {
                display: none;
            }
            
            .history-progress-bar {
                left: 20px;
            }
        }

        @media (max-width: 768px) {
            .history-main-title {
                font-size: 2.5rem;
            }
            
            .history-timeline-rail {
                left: 60px;
            }
            
            .history-year-container {
                left: 20px;
            }
            
            .history-year-circle {
                width: 60px;
                height: 60px;
                font-size: 1.1rem;
            }
            
            .history-year-connector {
                width: 20px;
                left: 60px;
            }
            
            .history-event-card {
                margin-left: 100px;
                padding: 20px;
            }
            
            .history-era-divider {
                margin-left: 100px;
            }
            
            .history-event-title {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 576px) {
            .history-main-title {
                font-size: 2rem;
            }
            
            .history-main-subtitle {
                font-size: 1rem;
            }
            
            .history-timeline-rail {
                left: 40px;
            }
            
            .history-year-container {
                left: 10px;
            }
            
            .history-year-circle {
                width: 50px;
                height: 50px;
                font-size: 0.9rem;
            }
            
            .history-year-connector {
                width: 10px;
                left: 50px;
            }
            
            .history-event-card {
                margin-left: 70px;
                padding: 15px;
            }
            
            .history-era-divider {
                margin-left: 70px;
            }
            
            .history-era-title {
                font-size: 1.1rem;
                padding: 8px 20px;
            }
        }

        /* Анимация появления элементов */
        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Декоративный элемент на карточке */
        .history-card-decoration {
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), transparent);
            border-radius: 0 16px 0 80px;
            z-index: 0;
        }
/*НИР*/
  .nir-margin-0 {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .nir-body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            color: #1e293b;
            line-height: 1.6;
            min-height: 100vh;
        }
        
        .nir-timeline-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .nir-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }
        
        .nir-header::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #01559B, #38bdf8);
            border-radius: 2px;
        }
        
        .nir-page-title {
            font-size: 3rem;
            font-weight: 800;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            letter-spacing: -0.5px;
        }
        
        .nir-page-subtitle {
            font-size: 1.1rem;
            color: #64748b;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .nir-timeline-wrapper {
            position: relative;
            min-height: 100vh;
        }
        
        .nir-years-nav {
            position: fixed;
            left: 40px;
            top: 60%;
            transform: translateY(-50%);
            width: 120px;
            z-index: 100;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .nir-year-nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            padding: 15px 10px;
            border-radius: 12px;
        }
        
        .nir-year-nav-item:hover {
            background: rgba(1, 85, 155, 0.05);
        }
        
        .nir-year-nav-item.nir-active {
            background: rgba(1, 85, 155, 0.1);
        }
        
        .nir-year-nav-item.nir-active .nir-year-number {
            color: #01559B;
            font-weight: 700;
            transform: scale(1.1);
        }
        
        .nir-year-number {
            font-size: 2rem;
            font-weight: 600;
            color: #64748b;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }
        
        .nir-year-dot {
            width: 12px;
            height: 12px;
            background: #cbd5e1;
            border-radius: 50%;
            margin-top: 8px;
            position: relative;
            z-index: 2;
            transition: all 0.3s ease;
        }
        
        .nir-year-nav-item.nir-active .nir-year-dot {
            background: #01559B;
            box-shadow: 0 0 0 4px rgba(1, 85, 155, 0.2);
            animation: nir-pulse 2s infinite;
        }
        
        .nir-year-label {
            font-size: 0.85rem;
            color: #94a3b8;
            margin-top: 5px;
            text-align: center;
        }
        
        .nir-years-nav::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, 
                rgba(1, 85, 155, 0.1) 0%, 
                rgba(1, 85, 155, 0.3) 50%, 
                rgba(1, 85, 155, 0.1) 100%);
            transform: translateX(-50%);
            z-index: 1;
        }
        
        .nir-timeline-content {
            margin-left: 180px;
            padding: 20px;
        }
        
        .nir-year-section {
            margin-bottom: 80px;
            opacity: 0.3;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }
        
        .nir-year-section.nir-active {
            opacity: 1;
            transform: translateY(0);
        }
        
        .nir-year-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px solid #e2e8f0;
        }
        
        .nir-year-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #01559B;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .nir-year-stats {
            background: white;
            padding: 8px 20px;
            border-radius: 50px;
            box-shadow: 0 4px 12px rgba(1, 85, 155, 0.1);
            font-weight: 600;
            color: #01559B;
            border: 2px solid rgba(1, 85, 155, 0.1);
        }
        
        .nir-research-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 25px;
            margin-bottom: 30px;
        }
        
        .nir-research-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            border: 1px solid #f1f5f9;
        }
        
        .nir-research-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 40px rgba(1, 85, 155, 0.15);
            border-color: rgba(1, 85, 155, 0.2);
        }
        
        .nir-research-header {
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            padding: 20px;
            position: relative;
            overflow: hidden;
        }
        
        .nir-research-header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }
        
        .nir-research-date {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            margin-bottom: 10px;
            backdrop-filter: blur(10px);
        }
        
        .nir-research-title {
            color: white;
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.4;
            margin: 0;
            position: relative;
            z-index: 2;
        }
        
        .nir-research-regnum {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.85rem;
            font-family: 'Courier New', monospace;
            margin-top: 8px;
            position: relative;
            z-index: 2;
        }
        
        .nir-research-body {
            padding: 25px;
        }
        
        .nir-info-section {
            margin-bottom: 20px;
        }
        
        .nir-section-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #01559B;
            background: rgba(1, 85, 155, 0.08);
            padding: 6px 12px;
            border-radius: 6px;
            margin-bottom: 10px;
        }
        
        .nir-section-label i {
            font-size: 0.9rem;
        }
        
        .nir-research-text {
            color: #475569;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }
        
        .nir-research-results {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 12px;
            padding: 20px;
            margin-top: 20px;
            border-left: 4px solid #01559B;
        }
        
        .nir-results-list {
            margin: 0;
            padding-left: 20px;
        }
        
        .nir-results-list li {
            margin-bottom: 8px;
            color: #475569;
            position: relative;
        }
        
        .nir-results-list li::marker {
            color: #01559B;
        }
        
        .nir-filters {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .nir-filter-btn {
            padding: 10px 24px;
            border: 2px solid rgba(1, 85, 155, 0.2);
            background: white;
            color: #475569;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .nir-filter-btn:hover {
            border-color: #01559B;
            color: #01559B;
            transform: translateY(-2px);
        }
        
        .nir-filter-btn.nir-active {
            background: #01559B;
            color: white;
            border-color: #01559B;
            box-shadow: 0 4px 12px rgba(1, 85, 155, 0.2);
        }
        
        @keyframes nir-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(1, 85, 155, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(1, 85, 155, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(1, 85, 155, 0);
            }
        }
        
        @keyframes nir-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .nir-progress-container {
            position: fixed;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            z-index: 100;
        }
        
        .nir-progress-bar {
            height: 300px;
            background: rgba(1, 85, 155, 0.1);
            border-radius: 30px;
            position: relative;
            overflow: hidden;
        }
        
        .nir-progress-fill {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: linear-gradient(to bottom, #01559B, #0ea5e9);
            border-radius: 30px;
            transition: height 0.3s ease;
        }
        
        .nir-progress-label {
            text-align: center;
            margin-top: 20px;
            font-size: 0.9rem;
            color: #64748b;
            font-weight: 600;
        }
        
        @media (max-width: 1200px) {
            .nir-years-nav {
                left: 20px;
                width: 100px;
            }
            
            .nir-timeline-content {
                margin-left: 140px;
            }
            
            .nir-progress-container {
                right: 20px;
            }
        }
        
        @media (max-width: 992px) {
            .nir-years-nav {
                position: static;
                transform: none;
                width: 100%;
                flex-direction: row;
                justify-content: center;
                margin-bottom: 40px;
                gap: 40px;
            }
            
            .nir-years-nav::before {
                top: 50%;
                left: 0;
                right: 0;
                height: 2px;
                width: 100%;
                transform: translateY(-50%);
            }
            
            .nir-timeline-content {
                margin-left: 0;
            }
            
            .nir-progress-container {
                display: none;
            }
            
            .nir-year-nav-item {
                padding: 10px;
            }
            
            .nir-research-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .nir-page-title {
                font-size: 2.2rem;
            }
            
            .nir-year-title {
                font-size: 2rem;
            }
            
            .nir-year-header {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
            
            .nir-filters {
                gap: 10px;
            }
            
            .nir-filter-btn {
                padding: 8px 16px;
                font-size: 0.9rem;
            }
            
            .nir-research-card {
                max-width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .nir-years-nav {
                gap: 20px;
            }
            
            .nir-year-number {
                font-size: 1.5rem;
            }
            
            .nir-research-body {
                padding: 20px;
            }
            
            .nir-research-title {
                font-size: 1.1rem;
            }
        }
        
        .nir-floating-shapes {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
            overflow: hidden;
        }
        
        .nir-shape {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(1, 85, 155, 0.05), rgba(14, 165, 233, 0.05));
            animation: nir-float 20s infinite linear;
        }
        
        .nir-shape:nth-child(1) {
            width: 300px;
            height: 300px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .nir-shape:nth-child(2) {
            width: 200px;
            height: 200px;
            bottom: 20%;
            right: 10%;
            animation-delay: -5s;
            animation-direction: reverse;
        }
        
        .nir-shape:nth-child(3) {
            width: 150px;
            height: 150px;
            top: 50%;
            left: 80%;
            animation-delay: -10s;
        }
        
        @keyframes nir-float {
            0%, 100% {
                transform: translate(0, 0) rotate(0deg);
            }
            25% {
                transform: translate(20px, 20px) rotate(90deg);
            }
            50% {
                transform: translate(0, 40px) rotate(180deg);
            }
            75% {
                transform: translate(-20px, 20px) rotate(270deg);
            }
        }
        
        .nir-year-summary {
            background: white;
            border-radius: 16px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            border-top: 4px solid #01559B;
        }
        
        .nir-stat-item {
            text-align: center;
            padding: 15px;
            border-radius: 12px;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            transition: transform 0.3s ease;
        }
        
        .nir-stat-item:hover {
            transform: translateY(-3px);
        }
        
        .nir-stat-value {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            margin-bottom: 8px;
        }
        
        .nir-stat-label {
            font-size: 0.9rem;
            color: #64748b;
            font-weight: 600;
        }
        
        .nir-topic-indicator {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-left: 10px;
            vertical-align: middle;
        }
        
        .nir-topic-fire {
            background: rgba(239, 68, 68, 0.1);
            color: #dc2626;
        }
        
        .nir-topic-cyber {
            background: rgba(59, 130, 246, 0.1);
            color: #2563eb;
        }
        
        .nir-topic-arctic {
            background: rgba(34, 211, 238, 0.1);
            color: #06b6d4;
        }
        
        .nir-topic-expertise {
            background: rgba(139, 92, 246, 0.1);
            color: #7c3aed;
        }
        
        .nir-topic-training {
            background: rgba(16, 185, 129, 0.1);
            color: #059669;
        }

/*НИР*/
 .newss-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
.page-nav-sovet {margin-top:50px;}
/*совет ученых*/
  /* Декоративные элементы */
        .science-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            opacity: 0.03;
            background-image: 
                radial-gradient(circle at 20% 30%, #01559B 0px, transparent 1px),
                radial-gradient(circle at 80% 70%, #0ea5e9 0px, transparent 1px),
                radial-gradient(circle at 40% 80%, #ff6b00 0px, transparent 1px);
            background-size: 300px 300px;
        }
        
        .floating-elements {
            position: fixed;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
        
        .floating-element {
            position: absolute;
            opacity: 0.1;
            animation: float 20s infinite linear;
        }
        
        .floating-element:nth-child(1) {
            top: 10%;
            left: 5%;
            width: 100px;
            height: 100px;
            background: #01559B;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            animation-delay: 0s;
        }
        
        .floating-element:nth-child(2) {
            top: 70%;
            right: 10%;
            width: 150px;
            height: 150px;
            background: #ff6b00;
            border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            animation-delay: -5s;
        }
        
        .floating-element:nth-child(3) {
            top: 40%;
            left: 80%;
            width: 80px;
            height: 80px;
            background: #0ea5e9;
            border-radius: 50%;
            animation-delay: -10s;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translate(0, 0) rotate(0deg);
            }
            33% {
                transform: translate(30px, 50px) rotate(120deg);
            }
            66% {
                transform: translate(-20px, 80px) rotate(240deg);
            }
        }
        
        /* Шапка */
        .header-sovet {
            background: linear-gradient(135deg, #003366 0%, #01559B 100%);
            color: white;
            padding: 100px 20px 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
            margin-bottom: 60px;
        }
        
        .header-sovet::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.1;
        }
        
        .header-content-sovet {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .university-badge-sovet {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            padding: 12px 25px;
            border-radius: 50px;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .badge-icon-sovet {
            width: 24px;
            height: 24px;
            color: white;
        }
        
        .header-title-sovet {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            line-height: 1.1;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }
        
        .header-subtitle-sovet {
            font-size: 1.3rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .header-stats-sovet {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 50px;
            flex-wrap: wrap;
        }
        
        .stat-item-sovet {
            text-align: center;
        }
        
        .stat-number-sovet {
            font-size: 2.5rem;
            font-weight: 800;
            display: block;
            background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .stat-label-sovet {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-top: 5px;
        }
        
        /* Основной контент */
        .container-sovet {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Навигация по странице */
        .page-nav-sovet {
            position: sticky;
            top: 20px;
            z-index: 100;
            margin-bottom: 40px;
            background: white;
            border-radius: 16px;
            padding: 15px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            display: flex;
            gap: 10px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .nav-link-sovet {
            padding: 12px 24px;
            border: 2px solid transparent;
            background: transparent;
            color: #64748b;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .nav-link-sovet:hover {
            color: #01559B;
            background: rgba(1, 85, 155, 0.05);
        }
        
        .nav-link-sovet.active-sovet {
            background: #01559B;
            color: white;
            box-shadow: 0 4px 15px rgba(1, 85, 155, 0.2);
        }
        
        /* Секции */
        .section-sovet {
            margin-bottom: 100px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
        
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .section-header-sovet {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px solid rgba(1, 85, 155, 0.1);
        }
        
        .section-icon-sovet {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            box-shadow: 0 8px 20px rgba(1, 85, 155, 0.2);
        }
        
        .section-title-sovet {
            font-size: 2.5rem;
            font-weight: 700;
            color: #01559B;
            flex: 1;
        }
        
        /* Карточки с информацией */
        .info-card-sovet {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(1, 85, 155, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }
        
        .info-card-sovet:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(1, 85, 155, 0.15);
        }
        
        .info-card-sovet::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background: linear-gradient(to bottom, #01559B, #0ea5e9);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .info-card-sovet:hover::before {
            opacity: 1;
        }
        
        .card-title-sovet {
            font-size: 1.8rem;
            color: #01559B;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .card-title-sovet i {
            color: #ff6b00;
        }
        
        /* Списки направлений */
        .directions-grid-sovet {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .direction-item-sovet {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 15px;
            padding: 25px;
            border-left: 4px solid #01559B;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }
        
        .direction-item-sovet:hover {
            transform: translateX(10px);
            background: white;
            box-shadow: 0 10px 25px rgba(1, 85, 155, 0.1);
        }
        
        .direction-item-sovet::before {
            content: '→';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #01559B;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            font-size: 24px;
            font-weight: bold;
        }
        
        .direction-item-sovet:hover::before {
            opacity: 1;
            right: 15px;
        }
        
        /* Руководство */
        .leadership-grid-sovet {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .leader-card-sovet {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
        }
        
        .leader-card-sovet:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(1, 85, 155, 0.2);
        }
        
        .leader-photo-sovet {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            position: relative;
            overflow: hidden;
        }
        
        .leader-photo-sovet::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="white" opacity="0.05" d="M45,60a5,5 0 1,1 10,0a5,5 0 1,1 -10,0 M75,80a5,5 0 1,1 10,0a5,5 0 1,1 -10,0 M60,120a5,5 0 1,1 10,0a5,5 0 1,1 -10,0 M100,150a5,5 0 1,1 10,0a5,5 0 1,1 -10,0 M140,100a5,5 0 1,1 10,0a5,5 0 1,1 -10,0"/></svg>');
        }
        
        .photo-placeholder-sovet {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 4rem;
            opacity: 0.3;
        }
        
        .leader-info-sovet {
            padding: 25px;
        }
        
        .leader-position-sovet {
            display: inline-block;
            background: rgba(1, 85, 155, 0.1);
            color: #01559B;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .leader-name-sovet {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 10px;
        }
        
        .leader-details-sovet {
            color: #64748b;
            margin-bottom: 15px;
            font-size: 0.95rem;
        }
        
        .leader-social-sovet {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #01559B;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .leader-social-sovet:hover {
            color: #ff6b00;
            transform: translateX(5px);
        }
        
        /* Документы */
        .documents-grid-sovet {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        
        .document-card-sovet {
            background: white;
            border-radius: 15px;
            padding: 25px;
            display: flex;
            align-items: center;
            gap: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(1, 85, 155, 0.1);
        }
        
        .document-card-sovet:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(1, 85, 155, 0.15);
            border-color: #01559B;
        }
        
        .document-icon-sovet {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #01559B 0%, #0ea5e9 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            flex-shrink: 0;
        }
        
        .document-info-sovet {
            flex: 1;
        }
        
        .document-number-sovet {
            font-size: 0.9rem;
            color: #64748b;
            margin-bottom: 5px;
        }
        
        .document-title-sovet {
            font-weight: 600;
            color: #1e293b;
            line-height: 1.4;
        }
        
        /* Молодежное научное общество */
        .society-card-sovet {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            border-radius: 25px;
            overflow: hidden;
            margin-top: 40px;
            color: white;
            position: relative;
        }
        
        .society-header-sovet {
            padding: 40px;
            position: relative;
            z-index: 2;
        }
        
        .society-title-sovet {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .society-subtitle-sovet {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 25px;
        }
        
        .society-date-sovet {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 600;
        }
        
        .society-content-sovet {
            padding: 40px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
        }
        
        .society-features-sovet {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        
        .feature-item-sovet {
            background: rgba(255, 255, 255, 0.08);
            border-radius: 15px;
            padding: 20px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .feature-item-sovet:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-5px);
        }
        
        .feature-icon-sovet {
            font-size: 2rem;
            margin-bottom: 15px;
            opacity: 0.8;
        }
        
        /* Контакты */
        .contacts-section-sovet {
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            border-radius: 25px;
            padding: 50px;
            color: white;
            margin-top: 60px;
            position: relative;
            overflow: hidden;
        }
        
        .contacts-section-sovet::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }
        
        .contacts-title-sovet {
            font-size: 2rem;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
        }
        
        .contact-method-sovet {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }
        
        .contact-icon-sovet {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
        }
        
        .contact-info-sovet h4 {
            margin-bottom: 5px;
            font-weight: 600;
        }
        
        .contact-link-sovet {
            color: white;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .contact-link-sovet:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-3px);
        }
        
        /* Подвал */
        .footer-sovet {
            background: #003366;
            color: white;
            padding: 60px 20px 30px;
            margin-top: 100px;
            text-align: center;
        }
        
        .footer-logo-sovet {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: white;
        }
        
        .footer-text-sovet {
            opacity: 0.7;
            max-width: 600px;
            margin: 0 auto 30px;
        }
        
        /* Анимации для секций */
        .section-sovet:nth-child(1) { animation-delay: 0.1s; }
        .section-sovet:nth-child(2) { animation-delay: 0.2s; }
        .section-sovet:nth-child(3) { animation-delay: 0.3s; }
        .section-sovet:nth-child(4) { animation-delay: 0.4s; }
        .section-sovet:nth-child(5) { animation-delay: 0.5s; }
        .section-sovet:nth-child(6) { animation-delay: 0.6s; }
        
        /* Адаптивность */
        @media (max-width: 992px) {
            .header-title-sovet {
                font-size: 2.8rem;
            }
            
            .section-title-sovet {
                font-size: 2rem;
            }
            
            .leadership-grid-sovet {
                grid-template-columns: 1fr;
            }
            
            .contacts-section-sovet {
                padding: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .header-sovet {
                padding: 80px 20px 60px;
                clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            }
            
            .header-title-sovet {
                font-size: 2.2rem;
            }
            
            .header-subtitle-sovet {
                font-size: 1.1rem;
            }
            
            .section-header-sovet {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
            
            .page-nav-sovet {
                position: static;
                margin-bottom: 30px;
            }
            
            .nav-link-sovet {
                padding: 10px 15px;
                font-size: 0.9rem;
            }
            
            .info-card-sovet {
                padding: 25px;
            }
        }
        
        @media (max-width: 576px) {
            .header-stats-sovet {
                gap: 20px;
            }
            
            .stat-number-sovet {
                font-size: 2rem;
            }
            
            .documents-grid-sovet {
                grid-template-columns: 1fr;
            }
            
            .society-header-sovet,
            .society-content-sovet {
                padding: 25px;
            }
        }

/*конец совет ученых*/
.clear {clear:both;}
.mar-b20 {margin-bottom: 20px;}
.university-text img{height:100px;}
/* Левое меню */
.left-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.left-menu-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(1, 85, 155, 0.1);
}

.left-menu-item.active {
    background: rgba(1, 85, 155, 0.05);
    border-color: rgba(1, 85, 155, 0.3);
}

.left-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    color: rgba(1, 85, 155, 1);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.left-menu-link:hover {
    background: rgba(1, 85, 155, 0.05);
    color: rgba(1, 85, 155, 1);
    transform: translateX(3px);
}

.left-menu-item.active .left-menu-link {
    background: rgba(1, 85, 155, 0.08);
    color: rgba(1, 85, 155, 1);
    font-weight: 700;
}

.left-menu-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
    color: rgba(1, 85, 155, 0.7);
}

.left-menu-item.active .left-menu-arrow {
    transform: rotate(90deg);
    color: rgba(1, 85, 155, 1);
}

/* Подменю */
.left-submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    background: white;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 1px solid rgba(1, 85, 155, 0.05);
}

.left-menu-item.active .left-submenu {
    max-height: 2000px;
    padding: 10px 0;
}

.left-submenu-item {
    position: relative;
}

.left-submenu-link {
    display: block;
padding: 12px 10px 12px 30px;
    color: rgba(1, 85, 155, 0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.left-submenu-link:hover {
    background: rgba(1, 85, 155, 0.05);
    color: rgba(1, 85, 155, 1);
    border-left-color: rgba(1, 85, 155, 0.3);
    padding-left: 45px;
}

.left-submenu-link::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: rgba(1, 85, 155, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.left-submenu-link:hover::before {
    background: rgba(1, 85, 155, 1);
    transform: translateY(-50%) scale(1.2);
}

/* Анимация появления пунктов подменю */
.left-submenu-item {
    opacity: 1;
    transform: translateX(-10px);
    animation: slideInLeft 0.3s ease forwards;
}

.left-menu-item.active .left-submenu-item:nth-child(1) { animation-delay: 0.05s; }
.left-menu-item.active .left-submenu-item:nth-child(2) { animation-delay: 0.1s; }
.left-menu-item.active .left-submenu-item:nth-child(3) { animation-delay: 0.15s; }
.left-menu-item.active .left-submenu-item:nth-child(4) { animation-delay: 0.2s; }
.left-menu-item.active .left-submenu-item:nth-child(5) { animation-delay: 0.25s; }
.left-menu-item.active .left-submenu-item:nth-child(6) { animation-delay: 0.3s; }
.left-menu-item.active .left-submenu-item:nth-child(7) { animation-delay: 0.35s; }
.left-menu-item.active .left-submenu-item:nth-child(8) { animation-delay: 0.4s; }
.left-menu-item.active .left-submenu-item:nth-child(9) { animation-delay: 0.45s; }
.left-menu-item.active .left-submenu-item:nth-child(10) { animation-delay: 0.5s; }

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Активный пункт подменю */
.left-submenu-link.active {
    background: rgba(1, 85, 155, 0.08);
    color: rgba(1, 85, 155, 1);
    font-weight: 500;
    border-left-color: rgba(1, 85, 155, 1);
}

.left-submenu-link.active::before {
    background: rgba(1, 85, 155, 1);
}

/* Разделительная линия между пунктами подменю */
.left-submenu-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 0;
    height: 1px;
    background: rgba(1, 85, 155, 0.05);
}

/* Иконки для подменю (опционально) */
.left-submenu-link i {
    margin-right: 8px;
    font-size: 12px;
    color: rgba(1, 85, 155, 0.5);
    width: 16px;
    text-align: center;
}

.left-submenu-link:hover i {
    color: rgba(1, 85, 155, 1);
}

/* Адаптивность */
@media (max-width: 992px) {
    .grid-contents {
        grid-template-columns: 1fr;
    }
    
    .left-menu-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .left-menu-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 250px;
    }
    
    .left-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 576px) {
    .left-menu-item {
        flex: 1 1 100%;
    }
    
    .left-menu-link {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .left-submenu-link {
        padding: 10px 16px 10px 35px;
        font-size: 13px;
    }
    
    .left-submenu-link::before {
        left: 20px;
    }
}
 /* Стили для карточек руководства */
        .leadership-grid {
            display: flex;
            flex-direction: column;
            gap: 40px;
            margin-bottom: 60px;
        }
        
        .leader-card {
            background: #FFFFFF;
            border-radius: 10px;
            padding: 30px;
            border: 1px solid #E2E8F0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            display: grid;
            grid-template-columns: 200px 1fr;
            gap: 30px;
        }
        
        .leader-card:hover {
            border-color: #4299E1;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            transform: translateY(-2px);
        }
        
        .leader-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: #2C5282;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .leader-card:hover::before {
            opacity: 1;
        }
        
        .leader-photo {
            width: 100%;
            height: 240px;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #E2E8F0;
        }
        
        .leader-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .leader-info {
            flex: 1;
        }
        
        .leader-name {
            font-size: 24px;
            font-weight: 700;
            color: #2D3748;
            margin-bottom: 8px;
            display: block;
        }
        
        .leader-post {
            font-size: 18px;
            font-weight: 600;
            color: #01559B;
            margin-bottom: 8px;
            display: block;
        }
        
        .leader-rank {
            font-size: 16px;
            color: #4A5568;
            margin-bottom: 4px;
            display: block;
        }
        
        .leader-degree {
            font-size: 16px;
            color: #4A5568;
            font-style: italic;
            margin-bottom: 20px;
            display: block;
        }
        
        .contacts-title {
            font-size: 18px;
            font-weight: 600;
            color: #2D3748;
            margin-bottom: 15px;
            display: block;
        }
        
        .contacts-list {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }
        
        .contacts-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            font-size: 16px;
            color: #4A5568;
        }
        
        .contacts-list i {
            color: #01559B;
            width: 20px;
            text-align: center;
        }
        
        .contacts-list a {
            color: #2C5282;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        
        .contacts-list a:hover {
            color: #4299E1;
            text-decoration: underline;
        }
        
        .leader-biography {
            display: inline-block;
            color: #01559B;
            text-decoration: none;
            font-weight: 500;
            padding: 8px 16px;
            border: 2px solid #01559B;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        
        .leader-biography:hover {
            background: #01559B;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Адаптивность */
        @media (max-width: 992px) {
            .grid-contents {
                grid-template-columns: 1fr;
            }
            
            .leader-card {
                grid-template-columns: 150px 1fr;
                gap: 20px;
                padding: 20px;
            }
            
            .leader-photo {
                height: 180px;
            }
        }
        
        @media (max-width: 768px) {
            .leader-card {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .leader-photo {
                width: 200px;
                margin: 0 auto;
            }
            
            .page-title {
                font-size: 28px;
            }
        }
        
        @media (max-width: 576px) {
            .leader-card {
                padding: 15px;
            }
            
            .leader-name {
                font-size: 20px;
            }
            
            .leader-post {
                font-size: 16px;
            }
        }
 .contacts-header {
            padding: 60px 0 40px;
            background: #FFFFFF;
            border-bottom: 1px solid #E2E8F0;
            margin-bottom: 40px;
        }
        
        .page-title {
            font-size: 36px;
            font-weight: 700;
            color: #2D3748;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .page-subtitle {
            font-size: 18px;
            color: #718096;
            max-width: 800px;
            line-height: 1.6;
        }
 /* Основные контакты */
        .contacts-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }
.section-header2 {margin-bottom:50px;}
        .contact-card {
            background: #FFFFFF;
            border-radius: 10px;
            padding: 30px;
            border: 1px solid #E2E8F0;
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .section-title2 {
  font-size: 28px;
  font-weight: 600;
  color: #2E394B;
  margin-bottom: 10px;
}
        .contact-card:hover {
            border-color: #4299E1;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            transform: translateY(-2px);
        }
.margin-top-contacts {margin-top:30px;}
        .contact-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: #2C5282;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .contact-card:hover::before {
            opacity: 1;
        }
        
        .card-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid #E2E8F0;
        }
        
        .card-title {
            font-size: 20px;
            font-weight: 600;
            color: #2D3748;
            line-height: 1.4;
            margin: 0;
        }
        
        .card-badge {
            background: rgba(44, 82, 130, 0.1);
            color: #2C5282;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
            margin-left: 15px;
        }
        
        .contact-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .contact-icon {
            width: 40px;
            height: 40px;
            min-width: 40px;
            background: #F7FAFC;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2C5282;
            font-size: 16px;
            border: 1px solid #E2E8F0;
        }
        
        .contact-info {
            flex: 1;
        }
        
        .contact-label {
            display: block;
            font-size: 12px;
            color: #718096;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 6px;
            font-weight: 500;
        }
        
        .contact-value {
            font-size: 16px;
            font-weight: 500;
            color: #2D3748;
            line-height: 1.4;
            margin-bottom: 4px;
        }
        
        .contact-value a {
            color: #2C5282;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        
        .contact-value a:hover {
            color: #4299E1;
            text-decoration: underline;
        }
        
        .contact-note {
            font-size: 14px;
            color: #718096;
            line-height: 1.5;
            margin-top: 4px;
        }
        
        /* Часы работы */
        .hours-box {
            background: #F7FAFC;
            border-radius: 8px;
            padding: 16px;
            margin-top: 20px;
            border-left: 3px solid #D69E2E;
        }
        
        .hours-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            color: #2D3748;
            margin-bottom: 8px;
            font-size: 14px;
        }
        
        .hours-list {
            list-style: none;
        }
        
        .hours-item {
            display: flex;
            justify-content: space-between;
            padding: 6px 0;
            font-size: 14px;
            color: #718096;
        }
      

        /* Адаптивность */
        @media (max-width: 992px) {
            .contacts-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .nav-tags {
                flex-direction: column;
            }
            
            .map-overlay {
                position: static;
                margin: 20px 0 0;
                max-width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .page-title {
                font-size: 28px;
            }

            .contact-card {
                padding: 20px;
            }
            
            .card-header {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }
            
            .card-badge {
                margin-left: 0;
                align-self: flex-start;
            }
        }
        
        /* Минималистичные анимации */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-fade {
            animation: fadeIn 0.3s ease-out;
        }


/* Блок событий справа от новостей */
.side-events {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Заголовок раздела событий */
.events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 30px;
}

.events-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #01559B;
    margin: 0;
}

.all-events-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #01559B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.all-events-link:hover {
    color: #003366;
    transform: translateX(3px);
}

/* Список событий */
.events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

/* Карточка события */
.event-item {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #01559B;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-left-color: #ff6b00;
}

.event-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-date {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.event-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #01559B;
    margin: 0 0 10px 0;
    line-height: 1.3;
    flex-grow: 1;
}

.event-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin: 0 0 15px 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.event-button {
    display: inline-block;
    background: #01559B;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
}

.event-item:hover .event-button {
    background: #ff6b00;
    transform: translateY(-2px);
}

/* Мобильная версия ссылки на все события */
.all-events-link-mobile {
    display: none;
    align-items: center;
    margin-top: 10px;
    color: #01559B;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    justify-content: center;
}

.all-events-link-mobile:hover {
    background-color: rgba(1, 85, 155, 0.1);
    transform: translateX(-5px);
}

.all-events-link-mobile svg {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.all-events-link-mobile:hover svg {
    transform: translateX(5px);
}

/* Адаптивность */
@media (max-width: 1300px) {
    .news-container {
        flex-direction: column;
        align-items: center;
    }
    
    .side-events {
        width: 702px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .side-events {
        width: 100%;
    }
    
    .event-item {
        height: auto;
        min-height: 160px;
    }
    
    .events-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .all-events-link {
        display: none;
    }
    
    .all-events-link-mobile {
        display: flex;
    }
    
    .event-title {
        font-size: 16px;
    }
    
    .event-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .event-item {
        padding: 15px;
    }
    
    .event-title {
        font-size: 15px;
    }
    
    .event-button {
        padding: 6px 12px;
        font-size: 13px;
    }
}
/* Контейнер для сетки программ */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 992px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }
}

/* Карточка программы */
.program-card {
    border-radius: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(1, 85, 155, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.program-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

/* Заголовок карточки */
.program-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(1, 85, 155, 0.1);
}

.program-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(1, 85, 155, 1);
    margin: 0;
    max-width: 70%;
}

.program-format {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(1, 85, 155, 1);
    opacity: 1;
}

/* Детали программы */
.program-details {
    flex: 1;
    margin-bottom: 20px;
}

.program-specialty {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(1, 85, 155, 1);
    margin: 0;
    white-space: pre-line;
}

/* Нижняя часть карточки */
.program-footer {
    margin-top: auto;
}

.program-button {
    width: 100%;
    padding: 12px 24px;
    background: rgba(1, 85, 155, 1);
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-button:hover {
    background: rgba(1, 85, 155, 0.9);
    box-shadow: 0 4px 12px rgba(1, 85, 155, 0.2);
}

.program-button:active {
    transform: scale(0.98);
}

/* Дополнительные классы для разных форматов */
.program-online {
    background: linear-gradient(135deg, #01559B 0%, #0178D4 100%);
}

.program-online .program-title,
.program-online .program-format,
.program-online .program-specialty {
    color: white;
}

/* Для мобильной версии */
@media (max-width: 576px) {
    .program-card {
        padding: 15px;
    }
    
    .program-title {
        font-size: 16px;
    }
    
    .program-format {
        font-size: 18px;
    }
    
    .program-specialty {
        font-size: 16px;
    }
    
    .program-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}
/* Основные стили для табов */
.tabs-container {
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Основные табы (верхний уровень) */
.main-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}

.main-tab {
    padding: 12px 24px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px 8px 0 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.main-tab:hover {
    background: #e8f2ff;
    color: #01559b;
}

.main-tab.active {
    background: rgba(1, 85, 155, 1);
    color: white;
    font-weight: 600;
}

.main-tab.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(1, 85, 155, 1);
}

/* Вложенные табы */
.secondary-tabs {
    margin-bottom: 30px;
}

.secondary-tab-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    display: none;
}

.secondary-tab-group.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.secondary-tab {
    padding: 10px 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-tab:hover {
    background: #e9ecef;
    border-color: #01559b;
    color: #01559b;
}
/* Блок "Все направления" */
.all-directions {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid rgba(1, 85, 155, 0.1);
    margin-top: 20px;
}

.all-directions-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: rgba(1, 85, 155, 1);
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(1, 85, 155, 0.05);
}

.all-directions-link:hover {
    background: rgba(1, 85, 155, 0.1);
    color: rgba(1, 85, 155, 0.9);
    transform: translateX(-4px);
    gap: 16px;
}

/* SVG стрелка для ссылки "Все направления" */
.link-arrow {
    transition: transform 0.3s ease;
}

.all-directions-link:hover .link-arrow {
    transform: translateX(6px);
}
.secondary-tab.active {
    background: rgba(1, 85, 155, 0.1);
    border-color: rgba(1, 85, 155, 1);
    color: rgba(1, 85, 155, 1);
    font-weight: 600;
}

/* Контент табов */
.tab-content {
    min-height: 300px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.content-item {
    display: none;
    animation: fadeIn 0.5s ease;
}

.content-item.active {
    display: block;
}

/* Дополнительные блоки */
.tab-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;padding-bottom: 30px;
    border-top: 1px solid #eaeaea;
}

.search-block {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-input {
    padding: 10px 15px;
    border: 2px solid rgba(1, 85, 155, 0.3);
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    min-width: 250px;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: rgba(1, 85, 155, 1);
    box-shadow: 0 0 0 3px rgba(1, 85, 155, 0.1);
}

.search-btn {
    padding: 10px 20px;
    background: rgba(1, 85, 155, 1);
    color: white;
    border: none;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: rgba(1, 85, 155, 0.9);
    transform: translateY(-1px);
}

.info-link {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 15px;
    border-radius: 6px;
}

.info-link:hover {
    background: rgba(1, 85, 155, 0.1);
    text-decoration: underline;
}

/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .main-tabs {
        flex-direction: column;
        gap: 5px;
    }
    
    .main-tab {
        width: 100%;
        text-align: center;
    }
    
    .secondary-tab-group {
        justify-content: center;
    }
    
    .tab-extras {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .search-block {
        flex-direction: column;
    }
    
    .search-input {
        min-width: 100%;
    }
}
.grpResult a {color: #01559b;
  text-decoration: none;
}


.grey-obrz {background:rgba(231, 231, 231, 1);padding:40px 0px 40px 0px;}
.small_search .form-group{display:block;width:200px;position:relative;}
.small_search input{background-color:rgba(255,255,255,1);display:block;width:200px;height:auto;min-height:2em;line-height:2em;padding:.3em 2.5em .3em 1em;font-size:16px;text-decoration:none;border: 2px solid rgba(1, 85, 155, 1);border-radius:12px;position:relative;}
.small_search input:focus{border: 2px solid rgba(20, 85, 225, 0.6);box-shadow:none}
.small_search button{position:absolute;display:block;height:calc(100% - 1em);width:2em;top:0.5em;right:1.1em;background:url(../i/search.svg) no-repeat 50% 50% !important;border:0px;}
/*Основное меню*/
/* ===== КЛАССИЧЕСКОЕ ВЫПАДАЮЩЕЕ МЕНЮ ===== */

/* Основное меню */
.main-menu ul{
    position: relative;
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;width: 100%;
}
.main-menu ul li ul {display:block;}
/* Пункты меню */
.menu-item {
    position: relative;
}

/* Ссылки меню */
.menu-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    position: relative;
}

/* Подчеркивание при наведении */
.menu-link::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b00;
    transition: width 0.3s ease;
}

.menu-link:hover::after {
    width: 100%;
}

/* Стрелочка для выпадающего */
.menu-link.has-dropdown::after {
    display: none; /* Убираем, т.к. используется для подчеркивания */
}
.current a {
  color: #ff6b00;
}
/* Стрелочка отдельно */
.menu-link.has-dropdown i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Выпадающее меню - КЛАССИЧЕСКОЕ */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
}
.level1 {position:relative;}
/* Треугольник-стрелочка сверху */
.dropdown::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* Показываем выпадающее при наведении */
.main-menu ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Список внутри выпадающего */
.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Пункты выпадающего меню */
.dropdown li {
    position: relative;
}

/* Ссылки в выпадающем меню */
.dropdown a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

/* Иконки в выпадающем меню */
.dropdown a i {
    width: 18px;
    text-align: center;
    margin-right: 8px;
    color: #01559B;
    font-size: 14px;
}

/* Эффект при наведении на пункт */
.dropdown a:hover {
    background: #f5f9ff;
    color: #01559B;
    border-left-color: #01559B;
    padding-left: 25px;
}

/* Разделительная линия между пунктами */
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

/* Активный пункт */
.dropdown a.active {
    background: #e8f2ff;
    color: #01559B;
    font-weight: 500;
    border-left-color: #01559B;
}

/* Анимация появления пунктов */
.dropdown li {
    opacity: 0;
    transform: translateX(-10px);
    animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Задержки для анимации */
.dropdown li:nth-child(1) { animation-delay: 0.05s; }
.dropdown li:nth-child(2) { animation-delay: 0.1s; }
.dropdown li:nth-child(3) { animation-delay: 0.15s; }
.dropdown li:nth-child(4) { animation-delay: 0.2s; }
.dropdown li:nth-child(5) { animation-delay: 0.25s; }
.dropdown li:nth-child(6) { animation-delay: 0.3s; }
.dropdown li:nth-child(7) { animation-delay: 0.35s; }
.dropdown li:nth-child(8) { animation-delay: 0.4s; }

/* Для последних пунктов меню - выравнивание вправо */
.menu-item:nth-last-child(2) .dropdown,
.menu-item:nth-last-child(1) .dropdown {
    left: auto;
    right: 0;
}

.menu-item:nth-last-child(2) .dropdown::before,
.menu-item:nth-last-child(1) .dropdown::before {
    left: auto;
    right: 20px;
}
 
/*левое меню*/

.breadcrumb {
  background-color:transparent;
  padding:10px 0 0;
  margin:0;
  font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 30px;

}

.breadcrumb > li a {color:rgba(1, 85, 155, 1);}
.breadcrumb > li {
  position:relative;
  display:inline;rgba(255, 255, 255, 1);
}
.breadcrumb > li:first-child {
  padding:0 10px 0 0
}
.breadcrumb > li {
  padding:0 10px;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumb > li + li::before {
  color:#6c757d;
  position:absolute;
  content:"/ ";
top: -6px;
  left: -2px;
  padding:0;
  display:inline-block
}
.breadcrumb > li {
  font-size:14px;
  font-weight:400;color:#6c757d
}
.breadcrumb > li a {
  color:rgba(1, 85, 155, 1);
  text-decoration:underline
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  text-decoration:none
}

.grid-contents {
	 display: grid;
            grid-template-columns:260px 1fr;
            gap: 30px;
}
 
        
      
  /* Шапка для мобильной версии */
        .mobile-header {
            display: none;
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            padding: 15px;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 12px rgba(1, 85, 155, 0.2);
        }
        
        .mobile-header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .mobile-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            color: white;
            text-decoration: none;
        }
        
        .mobile-logo img {
            height: 40px;
            width: auto;
        }
        
        .logo-text {
            display: flex;
            flex-direction: column;
            font-size: 12px;
            line-height: 1.2;
            text-transform: uppercase;
        }
        
        /* Гамбургер-меню */
        .hamburger {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 24px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 1001;
        }
        
        .hamburger-line {
            width: 100%;
            height: 3px;
            background: white;
            border-radius: 3px;
            transition: all 0.3s ease;
        }
        
        .hamburger.active .hamburger-line:nth-child(1) {
            transform: translateY(10px) rotate(45deg);
        }
        
        .hamburger.active .hamburger-line:nth-child(2) {
            opacity: 0;
        }
        
        .hamburger.active .hamburger-line:nth-child(3) {
            transform: translateY(-10px) rotate(-45deg);
        }
        
        /* Мобильное меню */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            z-index: 999;
            transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            overflow-y: auto;
            padding-top: 70px;
        }
        
        .mobile-menu.active {
            left: 0;
        }
        
        .mobile-menu-content {
            padding: 20px;
            padding-bottom: 100px;
        }
        
        /* Основная навигация с выпадающими меню */
        .mobile-nav {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 30px;
        }
        
        .mobile-nav-item {
            padding: 18px 20px;
            color: white;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            border-radius: 12px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.15);
            cursor: pointer;
            user-select: none;
        }
        
        .mobile-nav-item:hover,
        .mobile-nav-item.active {
            background: rgba(255, 255, 255, 0.2);
        }
        
        .mobile-nav-item i {
            font-size: 20px;
            width: 24px;
            text-align: center;
        }
        
        .mobile-nav-item .chevron {
            font-size: 14px;
            transition: transform 0.3s ease;
        }
        
        .mobile-nav-item.active .chevron {
            transform: rotate(180deg);
        }
        
        /* Выпадающее подменю */
        .dropdown-menu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            background: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            margin-top: 5px;
        }
        
        .dropdown-menu.active {
            max-height: 500px;
        }
        
        .dropdown-item {
            padding: 15px 20px 15px 50px;
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 16px;
            display: block;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .dropdown-item:hover {
            color: white;
            background: rgba(255, 255, 255, 0.1);
            border-left-color: #ff6b00;
            padding-left: 55px;
        }
        
        .dropdown-item i {
            margin-right: 10px;
            font-size: 14px;
            width: 20px;
            text-align: center;
        }
        
        .mobile-menu-divider {
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
            margin: 25px 0;
        }
        
        .mobile-menu-header {
            color: white;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.7;
            margin-bottom: 15px;
            padding-left: 20px;
        }
        
        .mobile-secondary-nav {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .mobile-secondary-item {
            padding: 15px 20px;
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 16px;
            border-radius: 10px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .mobile-secondary-item:hover {
            background: rgba(255, 255, 255, 0.1);
            color: white;
        }
        
        .mobile-secondary-item i {
            font-size: 16px;
            width: 20px;
            text-align: center;
        }
        
        .mobile-search {
            padding: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 20px;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            z-index: 1000;
        }
        
        .mobile-search-input {
            width: 100%;
            padding: 15px;
            border-radius: 10px;
            border: none;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            font-size: 16px;
            outline: none;
        }
        
        .mobile-search-input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }
        
        /* Нижняя панель навигации */
        .mobile-bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: white;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
            z-index: 998;
            padding: 10px 0;
            display: none;
        }
        
        .bottom-nav-items {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        
        .bottom-nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #666;
            font-size: 11px;
            transition: all 0.3s ease;
            padding: 5px 10px;
            border-radius: 10px;
            flex: 1;text-align:center;
            position: relative;
        }
        
        .bottom-nav-item.active {
            color: #01559B;
        }
        
        .bottom-nav-item:hover {
            color: #01559B;
            background: rgba(1, 85, 155, 0.05);
        }
        
        .bottom-nav-icon {
            width: 24px;
            height: 24px;
            margin-bottom: 4px;
            fill: currentColor;
            stroke: currentColor;
        }

  /* Адаптивность */
        @media (max-width: 992px) {
            .mobile-header {
                display: block;
            }
            
            .mobile-bottom-nav {
                display: block;
            }
            
            .page-content {
                padding-bottom: 80px;
            }
  
        }
        
        /* Анимации */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .mobile-nav-item {
            animation: fadeIn 0.3s ease forwards;
            opacity: 0;
        }
        
        .mobile-nav-item:nth-child(1) { animation-delay: 0.1s; }
        .mobile-nav-item:nth-child(2) { animation-delay: 0.15s; }
        .mobile-nav-item:nth-child(3) { animation-delay: 0.2s; }
        .mobile-nav-item:nth-child(4) { animation-delay: 0.25s; }
        .mobile-nav-item:nth-child(5) { animation-delay: 0.3s; }
        
        /* Стили для иконок SVG */
        .icon-building {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        .icon-education {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        .icon-science {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        .icon-services {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        .icon-contacts {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        /* Бэдж для уведомлений */
        .badge {
            position: absolute;
            top: -2px;
            right: 5px;
            background: #ff4757;
            color: white;
            font-size: 10px;
            padding: 2px 5px;
            border-radius: 10px;
            min-width: 18px;
            text-align: center;
        }
        
        /* Заголовок меню */
        .menu-header {
            padding: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 15px;
        }
        
        .menu-header-title {
            color: white;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .menu-header-subtitle {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
        }
/*Конец меню моб*/
.grid-mezhd {
	 display: grid;border-radius: 18px; padding:50px 20px;
            grid-template-columns:1fr 400px;margin-top:80px;margin-bottom:80px;
            gap: 30px;background:rgba(1, 85, 155, 1);
	
}
.bg-hos {background:url(../i/bg-hos.png) no-repeat;width:100%; border-radius: 20px;padding:60px 30px;}
.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;text-decoration:none;
margin-top:70px;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 20px;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(1, 85, 155, 1);

    opacity: 1;
    cursor: pointer;
    box-sizing: border-box;
}


.custom-button:hover {
    box-shadow: 0 4px 12px rgba(1, 85, 155, 0.2);
}


.custom-button:active {
    transform: translateY(1px);
}
.max640 {max-width:640px;}
.title-test {
font-weight: 600;
font-size: 48px;
color:#fff;margin-bottom:20px;
}
.desc-test {
font-weight: 500;
font-style: Italic;
font-size: 24px;
color:#fff;
}
.test-blok {
border-radius: 18px; padding:50px 20px;
margin-top:80px;margin-bottom:80px;
background:url(./i/right-b.png) no-repeat right rgba(1, 85, 155, 1);
	
}
 .stats-container {

            max-width: 600px;
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 12px 20px;
            align-items: center;
        }
        .stat-label {

font-weight: 400;

font-size: 20px;
color:#fff;

            justify-self: start;
        }
        .stat-value {
font-weight: 600;
font-size: 36px;
color: #fff;
            justify-self: end;
        }
.kadr-numbers {max-width:500px;}
.title-kadrs {
font-weight: 600;
font-size: 32px;margin-bottom:20px;
color:#fff;}
.kadr-item a {text-decoration:none;}
.title-obrz-d{
font-weight: 600;
font-size: 36px;margin:0px;
color:rgba(1, 85, 155, 1);
text-transform: uppercase;
}
.w100 {width:100% !important;}
.achievements-section2 {margin-top:40px;}
.achievements-section2 h2 {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: rgba(1, 85, 155, 1);
  margin-bottom: 20px;
}

.orz-grid {
	       display: grid;
            grid-template-columns:1fr 1fr;
            gap: 30px;
}
.section-map {margin-top:60px;margin-bottom:60px;}
.section-map h2 {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: rgba(1, 85, 155, 1);
  margin-bottom: 20px;
}
 .university-text {
max-width:200px;
            font-weight: 400;
            font-size: 16px;
line-height: 1.3em;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: white;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
  
/*Наука*/
   /* Стили для слайдера */
        .kadr-nauk-image-section {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .kadr-nauk-slider {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .kadr-nauk-slide {
            min-width: 100%;height:400px;
            box-sizing: border-box;
        }
.mar-b50 {margin-bottom:50px;}

        
        /* Индикаторы (кружочки) */
        .kadr-nauk-indicators {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            gap: 10px;
			position: absolute; /* Абсолютное позиционирование */
        bottom: 20px; /* Отступ от нижнего края */
        left: 0;
        right: 0;
        z-index: 10; /* Чтобы индикаторы были поверх изображений */
        }
        
        .kadr-nauk-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ccc;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }
        
        .kadr-nauk-indicator.active {
            background-color: #007bff;
            transform: scale(1.2);
        }
        
        .kadr-nauk-indicator:hover {
            background-color: #6c757d;
        }


  .kadr-nauk-container {
            display: flex;
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
        }
        
        .kadr-nauk-content-section {
            flex: 1;
            background: rgba(1, 85, 155, 1);
            padding: 40px;
            display: flex;
            flex-direction: column;
            min-height: 400px;
        }
        
        .kadr-nauk-tabs {
            display: flex;
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .kadr-nauk-tab {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: 0%;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            transition: all 0.3s ease;
        }
        
        .kadr-nauk-tab.kadr-nauk-active {
            color: #fff;
            border-bottom: 2px solid rgba(255, 255, 255, 1);
        }
        
        .kadr-nauk-tab:not(.kadr-nauk-active) {
            color: rgba(255, 255, 255, 0.5);
            border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        }
        
        .kadr-nauk-tab-content {
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        
        .kadr-nauk-tab-pane {
            display: none;
            flex: 1;
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            line-height: 1.6;
        }
        
        .kadr-nauk-tab-pane.kadr-nauk-active {
            display: flex;
            flex-direction: column;
        }
        
        .kadr-nauk-tab-text {
            flex: 1;
            margin-bottom: 20px;
        }
        
        .kadr-nauk-more-link {
            color: #fff;
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding: 10px 0;
            border-bottom: 1px solid #fff;
            align-self: flex-start;
            transition: all 0.3s ease;
        }
        
        .kadr-nauk-more-link:hover {
            opacity: 0.8;
        }
        
        .kadr-nauk-image-section {
            flex: 0 0 582px;
            height: 400px;
        }
        
        .kadr-nauk-image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .kadr-nauk-container {
                flex-direction: column;
            }
            
            .kadr-nauk-image-section {
                flex: none;
                width: 100%;
                order: -1;
            }
            
            .kadr-nauk-image-section img {
                border-radius: 20px 20px 0 0;
            }
            
            .kadr-nauk-content-section {
                border-radius: 0 0 20px 20px;
            }
        }
  .science-container {
            max-width: 1200px;
            width: 100%;
            position: relative;
            padding: 60px 40px;
            background: rgba(13, 27, 42, 0.7);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }
        
        /* Угловые рамки */
        .science-container::before, .science-container::after {
            content: '';
            position: absolute;
            width: 60px;
            height: 60px;
            border: 2px solid rgba(255, 255, 255, 0.6);
            transition: all 0.3s ease;
        }
        .benefits__number {
    opacity: 0;
}
        .science-container::before {
            top: 20px;
            left: 20px;
            border-right: none;
            border-bottom: none;
        }
        
        .science-container::after {
            bottom: 20px;
            right: 20px;
            border-left: none;
            border-top: none;
        }
        
        .science-container:hover::before, .science-container:hover::after {
            width: 80px;
            height: 80px;
            border-color: rgba(255, 255, 255, 0.9);
        }
        
        .science-header {
            margin-bottom: 10px;
            text-align: center;
        }
.lingwhite { background:#fff;height:6px;width:100%;margin-bottom:50px;
}

 .logo-section {
            display: flex;
            align-items: center;
            gap: 30px;text-decoration:none;
            flex-shrink: 0;
        }
        
        .logo {
            flex-shrink: 0;
        }
        .science-title {
            font-weight: 600;
            font-size: 48px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 1);
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
        }
        
        .science-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 10%;
            width: 80%;
            height: 3px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
        }
        
        .science-description {
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            letter-spacing: 0%;
            color: rgba(255, 255, 255, 1);
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }
        
        .science-links {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top:50px;
        }
        
        .science-link {
            display: flex;
            flex-direction: column;
            text-decoration: none;
            color: white;
            border-radius: 8px;
            padding: 25px 20px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .science-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: rgba(255, 255, 255, 1);
            transform: scaleX(0.9);
            transition: transform 0.3s ease;
        }
        
        .science-link:hover {
            transform: translateY(-5px);

        }
        
        .science-link:hover::before {
            transform: scaleX(1);
            background: linear-gradient(90deg, #4cc9f0, #4361ee);
        }
        
        .science-link-text {
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            text-align: center;
            z-index: 1;
        }
        
        /* Адаптивность */
        @media (max-width: 768px) {
            .science-container {
                padding: 40px 20px;
            }
            
            .science-title {
                font-size: 36px;
            }
            
            .science-description {
                font-size: 18px;
            }
            
            .science-links {
                grid-template-columns: 1fr;
            }
        }

.section-kadr {margin-top:50px;}
.section-kadr h2 {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: rgba(1, 85, 155, 1);
  margin-bottom: 20px;
}
   .kadr-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
 .kadr-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 30px 20px;
            background: transparent;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .kadr-item:hover {
            transform: translateY(-5px);
        }

        .kadr-icon {
    
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .kadr-item:hover .kadr-icon {
            transform: rotate(5deg) scale(1.05);
        }

        .kadr-icon svg {
            width: 40px;
            height: 40px;
            fill: white;
        }

        .kadr-text {
font-weight: 500;
font-size: 20px;
color:rgba(1, 85, 155, 1);
text-align: center;

        }

        /* Адаптивность */
        @media (max-width: 1200px) {
            .kadr-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 25px;
            }
        }

        @media (max-width: 768px) {
            .kadr-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
       padding: 10px 5px;
            }
            
       
            
            .kadr-icon {
                width: 70px;
                height: 70px;
				display:table;
				margin:0 auto;
            }

            .kadr-icon svg {
                width: 35px;
                height: 35px;
            }
			
			  .kadr-item {
    padding: 0px !important;
  }
			
			.kadr-nauk-tabs {
				display:block !important; }
			.kadr-nauk-tab {margin-bottom:10px;}
        }



.achievements-section {
    background: rgba(1, 85, 155, 1);
    border-radius: 20px;
    padding: 80px;
    margin: 20px auto;
    max-width: 1280px;

    display: flex;
    align-items: center;
}

.achievements-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.achievements-content {
    flex: 1;
    color: white;
}

.achievements-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;margin-top:0px;
}

.achievements-description {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 90%;
}

.achievements-stats {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.stats-row:first-child {
    justify-content: flex-start;
}

.stats-row:last-child {
    justify-content: center;
    gap: 60px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.stat-label {
    font-size: 20px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.achievements-logo {
    flex-shrink: 0;
    width: 300px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements-logo svg {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 400px;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .achievements-section {
        padding: 60px 40px;
        height: auto;
    }
    
    .achievements-container {
        flex-direction: column;
        text-align: center;
    }
    
    .achievements-description {
        max-width: 100%;
    }
    
    .stats-row:first-child {
        justify-content: center;
    }
    
    .achievements-logo {
        width: 200px;
        height: 250px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .achievements-section {
        padding: 20px 10px;	margin:15px;
    }
    
    .achievements-title {
        font-size: 36px;
    }
    .achievements-description {
		font-size: 16px !important; }
    .stats-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .stats-row:last-child {
        gap: 30px;
    }
    
    .stat-item {
        max-width: 100%;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .achievements-logo {
        width: 150px;
        height: 200px;
    }
}




.block-science {margin-top:40px;}
  .header-templ {
            text-align: center;
            margin-bottom: 60px;
            padding: 30px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(1, 85, 155, 0.1);
            border-left: 5px solid #01559b;
        }
        
        .header-templ h2 {
            color: #01559b;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .header-templ p {
            color: #444;
            line-height: 1.7;
            max-width: 1000px;
            margin: 0 auto;
            font-size: 17px;
        }
        
        .blocks-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
            justify-content: center;
        }
        
        .block {
            background: rgba(1, 85, 155, 1);
            border-radius: 18px;
            padding: 30px 25px;
            color: white;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 25px rgba(1, 85, 155, 0.2);
            height: 280px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .block:hover {
            transform: translateY(-12px);
            box-shadow: 0 15px 35px rgba(1, 85, 155, 0.35);
        }
        
        .block-content {
            z-index: 2;
            position: relative;
        }
        
        .block h3 {
            font-size:16px;
            margin-bottom: 15px;
            line-height: 1.4;
            font-weight: 600;
        }
        
        .block-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .block:hover .block-icon {
            transform: scale(1.15) rotate(5deg);
            background: rgba(255, 255, 255, 0.25);
        }
        
        .block-icon i {
            font-size: 28px;
            color: white;
        }
        
        .block-link {
            display: inline-flex;
            align-items: center;
            color: white;
            text-decoration: none;
            font-weight: 600;
            margin-top: 15px;
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 30px;
            transition: all 0.3s ease;
            align-self: flex-start;
            font-size: 15px;
        }
        
        .block-link:hover {
            background: white;
            color: #01559b;
            transform: translateX(5px);
        }
        
        .block-link i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .block-link:hover i {
            transform: translateX(5px);
        }
        
        .block-bg {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 120px;
            height: 120px;
            opacity: 0.08;
            transition: all 0.5s ease;
        }
        
        .block:hover .block-bg {
            transform: scale(1.3);
            opacity: 0.12;
        }
        
        .accent-line {
            height: 4px;
            width: 50px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 2px;
            margin-bottom: 20px;
            transition: width 0.4s ease;
        }
        
        .block:hover .accent-line {
            width: 80px;
        }
        
        @media (max-width: 1100px) {
            .blocks-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .blocks-container {
                grid-template-columns: 1fr;
            }
            
            .block {
                height: auto;
                min-height: 250px;
            }
            

        }

/*Блок наука конец*/
/*Платные услуги*/
.paid-services-text {max-width:700px;margin-top:90px;}

.paid-services-title{
font-weight: 600;
font-size: 48px;
color:#fff;
text-transform: uppercase;
}
.paid-services-subtitle{
font-weight: 500;
color:#fff;
font-size: 36px;

}
.square-c {margin-top:80px;}
.paid-bg {background:url(../i/study.png) no-repeat right top;min-height: 85vh;}
.bg-lines {background:url(../i/bg-lines.png) no-repeat center;background-size:cover;height:111px;width:100%;}
  .portals {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: minmax(120px, auto);
            grid-gap: 1rem;
            position: relative;
        }
        
        .portal__item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 2rem;
            border-radius: .25rem;
            text-decoration: none;
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
            background: linear-gradient(270deg, #003A74 0%, #366CA8 100%);
            background-size: cover;
            background-position: center;
            transition: all .5s ease-in-out;
            position: relative;
            overflow: hidden;
            text-align: center;
        }
        
        /* Классы для управления высотой */
        .height-1 { grid-row: span 1; }
        .height-2 { grid-row: span 2; }
        .height-3 { grid-row: span 3; }
        .height-4 { grid-row: span 4; }
        
        .portal__image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transform: scale(1.1);
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 1;
            filter: brightness(0.8);
        }
        
        .portal__item:hover .portal__image {
            opacity: 1;
            transform: scale(1);
        }
        
        .portal__item:hover {
            background: transparent;
        }
        
        .portal__headings {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .portal__heading {
            font-family: "Inter", sans-serif;
            line-height: 1.2;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease;
            position: relative;
            padding: 0 20px;
            color: white;
        }
        
        .portal__item:hover .portal__heading {
            color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .heading--bold {
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 8px;
            position: relative;
        }
        
        /* Уголки для заголовков */
        .heading--bold::before,
        .heading--bold::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            border: 2px solid white;
            transition: all 0.4s ease;
        }
        
        .heading--bold::before {
            top: -5px;
            left: -5px;
            border-right: none;
            border-bottom: none;
        }
        
        .heading--bold::after {
            bottom: -5px;
            right: -5px;
            border-left: none;
            border-top: none;
        }
        
        .portal__item:hover .heading--bold::before,
        .portal__item:hover .heading--bold::after {
            width: 20px;
            height: 20px;
            border-color: white;
        }
        
        /* Анимации */
        .portal__item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        /* Адаптивность */
        @media (max-width: 1200px) {
            .portals {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 900px) {
            .portals {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 600px) {
            .portals {
                grid-template-columns: 1fr;
            }
            
            .portal__item {
                min-height: 120px;
            }
            
            /* На мобильных все карточки становятся одинаковой высоты */
            .height-1,
            .height-2,
            .height-3,
            .height-4 {
                grid-row: span 1;
            }
            
           
        }

/*конец платных услуг*/
.video-background img{object-fit: cover;
  width: 100%;
}
.bg-color {background:rgba(0, 73, 140, 1);}
img {
  max-width: 100%;
  height: auto;
}
a {transition: all 0.5s ease;}
html, body {
  overflow-x: hidden !important;
}
body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
    margin: 0;
 font-family: "Inter", sans-serif;
}
.sections-block h2 {
font-weight: 600;font-size: 32px;
text-transform: uppercase;
color:rgba(1, 85, 155, 1);
margin-bottom:20px;
}
.section-slider {margin-top:50px;margin-bottom:50px;}
.section-slider h2 {
font-weight: 600;font-size: 32px;
text-transform: uppercase;
color:rgba(1, 85, 155, 1);
margin-bottom:20px;
}
.img-slider {padding:20px;}
 .subtitle {
            color: #555;
            font-size: 1.2rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .map-container {
            position: relative;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            background: white;
            padding: 20px;
        }
        
        .map-image {
            position: relative;
            width: 100%;
            height:600px;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .map-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .campus-label {
            position: absolute;
            bottom: 0;
            right: 0;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 0px;
            opacity: 1;
            background: rgba(218, 218, 218, 0.6);
            padding: 20px 40px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 40px;
            line-height: 140%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: rgba(1, 85, 155, 1);
            z-index: 5;
        }
        
        .circles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .circle-item {
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background: white;
            border: 3px solid;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
        }
        
        .circle-item:hover {
            transform: scale(1.1);
        }
        
        .circle-icon {
            width: 24px;
            height: 24px;
        }
        
        .circle-info {
            position: absolute;
            background: rgba(1, 85, 155, 0.95);
            color: white;
            padding: 15px;
            border-radius: 10px;
            width: 200px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 100;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }
        
        .circle-info::after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
        }
        
        .circle-item:hover .circle-info {
            opacity: 1;
            visibility: visible;
        }
        
        .info-title {
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        .info-description {
            font-size: 14px;
            line-height: 1.4;
        }
        
        /* Позиционирование кружочков и их информации */
        .circle-1 {
top: 310px;
  left: 400px;
            border-color: #FF6B6B;
        }
        
        .circle-1 .circle-info {
            top: -10px;
            left: 70px;
        }
        
        .circle-1 .circle-info::after {
            top: 20px;
            left: -10px;
            border-width: 8px 10px 8px 0;
            border-color: transparent rgba(1, 85, 155, 0.95) transparent transparent;
        }
        
        .circle-2 {
            top: 310px;
      left: 775px;
            border-color: #4ECDC4;
        }
        
        .circle-2 .circle-info {
            top: -10px;
            right: 70px;
        }
        
        .circle-2 .circle-info::after {
            top: 20px;
            right: -10px;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent rgba(1, 85, 155, 0.95);
        }
        
        /* Лабораторный корпус - исправлено позиционирование */
        .circle-3 {
            top: 140px;
            right: 215px;
            border-color: #FFD166;
        }
        
        .circle-3 .circle-info {
            bottom: -10px;
            right: 70px;
        }
        
        .circle-3 .circle-info::after {
            bottom: 20px;
            right: -10px;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent rgba(1, 85, 155, 0.95);
        }
        
        .circle-4 {
    bottom:325px;
  left: 600px;
            border-color: #6A0572;
        }
        
        .circle-4 .circle-info {
            bottom: -10px;
            right: 70px;
        }
        
        .circle-4 .circle-info::after {
            bottom: 20px;
            right: -10px;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent rgba(1, 85, 155, 0.95);
        }
        


 
        .circle-5 {
top: 30px;
  right: 300px;
            border-color: #118AB2;
        }
        
        .circle-5 .circle-info {
            top: -10px;
            right: 70px;
        }
        
        .circle-5 .circle-info::after {
            top: 20px;
            right: -10px;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent rgba(1, 85, 155, 0.95);
        }
        
 
        .circle-6 {
top: 50px;
  right: 400px;
            border-color: #118AB2;
        }
        
        .circle-6 .circle-info {
            top: -10px;
            right: 70px;
        }
        
        .circle-6 .circle-info::after {
            top: 20px;
            right: -10px;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent rgba(1, 85, 155, 0.95);
        }

        .circle-7 {
top: 50px;
  right: 550px;
            border-color: #118AB2;
        }
        
        .circle-7 .circle-info {
            top: -10px;
            right: 70px;
        }
        
        .circle-7 .circle-info::after {
            top: 20px;
            right: -10px;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent rgba(1, 85, 155, 0.95);
        }
        /* Анимация пульсации */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(1, 85, 155, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(1, 85, 155, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(1, 85, 155, 0);
            }
        }
        
        .circle-item {
            animation: pulse 2s infinite;
        }
        
        .circle-1 { animation-delay: 0s; }
        .circle-2 { animation-delay: 0.4s; }
        .circle-3 { animation-delay: 0.8s; }
        .circle-4 { animation-delay: 1.2s; }
        .circle-5 { animation-delay: 1.6s; }
 .circle-6 { animation-delay: 1.3s; }
    .circle-7 { animation-delay: 1.5s; }     
        @media (max-width: 768px) {
            
            .map-image {
                height: 400px;
            }
            
            .campus-label {
                font-size: 30px;
                padding: 15px 30px;
            }
            
            .circle-item {
                width: 40px;
                height: 40px;
            }
            
            .circle-icon {
                width: 20px;
                height: 20px;
            }
            
            .circle-info {
                width: 160px;
                padding: 12px;
            }
            
            .info-title {
                font-size: 14px;
            }
            
            .info-description {
                font-size: 12px;
            }
        }
        
        @media (max-width: 480px) {
            
            .map-image {
                height: 350px;
            }
            
            .campus-label {
                font-size: 24px;
                padding: 12px 24px;
            }
            
            .circle-item {
                width: 35px;
                height: 35px;
            }
            
            .circle-icon {
                width: 18px;
                height: 18px;
            }
            
            .circle-info {
                width: 140px;
                padding: 10px;
            }
        }


.bg-line {background:rgba(1, 85, 155, 1);
padding:30px 0px 30px 0px;
}
.bg-line {
    background: rgba(1, 85, 155, 1);
    padding: 12px 0;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

/* Левое меню */
.left-menu2 {
    display: flex;
    gap: 30px;
}

.menu-item {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.menu-item:hover {
    color: #ffd700;
}


/* Правая секция */
.right-section {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Соцсети */
.social-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-2px);
}

/* Поиск */
.search-container {
    position: relative;
}

.search-toggle {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    gap: 10px;
    min-width: 250px;
    z-index: 1000;
}

.search-box.active {
    display: flex;
    animation: slideDown 0.3s ease;
}

.search-input {
    border: none;
    outline: none;
    padding: 8px 12px;
    border-radius: 4px;
    background: #f5f5f5;
    flex: 1;
    font-size: 14px;
}

.search-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close:hover {
    color: #333;
}

/* Личный кабинет */
.personal-cabinet {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.personal-cabinet:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
}

.personal-cabinet svg {
    transition: all 0.3s ease;
}

.personal-cabinet:hover svg {
    transform: translateX(2px);
}

/* Анимации */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .top-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .left-menu {
        gap: 20px;
    }
    
    .right-section {
        gap: 15px;
    }
    
    .menu-item {
        font-size: 13px;
    }
    
    .personal-cabinet span {
        display: none;
    }
    
    .search-box {
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .left-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-link {
        width: 28px;
        height: 28px;
    }
}

   /* Герой блок */
        .hero-section {
            position: relative;
            max-height: 650px;
            width: 100%;
            display: flex;padding-bottom:40px;
            flex-direction: column;
            color: white;
            overflow: hidden;
        }

        /* Видео фон */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
        }

        .video-background video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Затемнение поверх видео */
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: -1;
        }

        /* Шапка */
.hero-header-fl {
         display: flex;
            justify-content: space-between;
            align-items: center;
    
}
        .hero-header {
       
            padding: 30px 50px;
            background: rgba(0, 0, 0, 0.3);
        }

        .logo img {
            height:120px;
            width: auto;
        }

        /* Основное меню - 4 пункта */
        .main-menu {
            display: flex;
            gap: 40px;
        }

        .menu-link {
            color: white;
            text-decoration: none;
            font-size: 17px;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            padding: 10px 0;
            white-space: nowrap;
        }

        .menu-link:hover {
            color: #ff6b00;
        }

        .menu-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #ff6b00;
            transition: width 0.3s ease;
        }

        .menu-link:hover::after {
            width: 100%;
        }

        /* Основной контент */
        .hero-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
         
        }

        .hero-title {

font-weight: 400;
font-size: 20px;

            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero-subtitle {

font-weight: 600;
font-size: 48px;

text-transform: uppercase;

            margin-bottom: 40px;
            opacity: 0.9;
        }

        /* Кнопка */
        .hero-button {
            display: inline-block;
            padding: 15px 40px;
            border: 2px solid #ff6b00;
            color:#ff6b00;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-align: center;
            width: fit-content;
        }

        .hero-button:hover {
            background:#ff6b00;
            color: #FFF;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
        }

        /* Мобильное меню */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        /* Адаптивность */
        @media (max-width: 1024px) {
            .hero-title {
                font-size: 36px;
            }
            
            .main-menu {
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
            .hero-header {
                padding: 20px;
                position: relative;
            }

            .main-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 0, 0.9);
                flex-direction: column;
                padding: 20px;
                gap: 15px;
                text-align: center;
            }

            .main-menu.active {
                display: flex;
            }

            .mobile-menu-btn {
                display: block;
            }

            .hero-content {
                padding: 0 20px;
                text-align: center;
                align-items: center;
            }

            .hero-title {
                font-size: 28px;
            }

            .hero-subtitle {
                font-size: 18px;
            }

            .hero-button {
                padding: 12px 30px;
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 24px;
            }

            .hero-subtitle {
                font-size: 16px;
            }
            
            .logo img {
                height: 50px;
            }
        }

.form-header h2.form-title {color:#fff;}

/*Блок новостей*/
.section-news {margin-bottom:60px;margin-top:80px;}
 .news-container {
            display: flex;
            gap: 20px;

        }
        
        .main-news {
height: 610px;
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: all 0.4s ease;
            cursor: pointer;
        }
        
        .main-news:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }
        
        .main-news img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
            filter: brightness(0.7);
        }
        
        .main-news:hover img {
            transform: scale(1.05);
            filter: brightness(0.8);
        }
        
        .news-content {
            position: absolute;
            bottom: 30px;
            left: 30px;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
            z-index: 2;
            transition: all 0.4s ease;
        }
        
        .main-news:hover .news-content {
            transform: translateY(-10px);
        }
        
        .news-date {
            font-size: 16px;
            margin-bottom: 10px;
            opacity: 0.9;
            transition: all 0.4s ease;
        }
        
        .main-news:hover .news-date {
            opacity: 1;
        }
        
        .news-title {
            font-size: 28px;
            font-weight: bold;
            max-width: 90%;
            line-height: 1.3;
            transition: all 0.4s ease;
        }
        
        .main-news:hover .news-title {
            transform: scale(1.03);
        }
        
        .side-news {
            display: flex;
            flex-direction: column;
            gap: 20px;
   
        }
        
        .news-item {
  
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
            transition: all 0.4s ease;
            cursor: pointer;
        }
        
        .news-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
        }
        
        .news-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
            filter: brightness(0.7);
        }
        
        .news-item:hover img {
            transform: scale(1.05);
            filter: brightness(0.8);
        }
        
        .news-item .news-content {
            bottom: 20px;
            left: 20px;
        }
        
        .news-item .news-title {
            font-size: 20px;
            max-width: 80%;
        }
        
        .news-item:hover .news-content {
            transform: translateY(-5px);
        }
        
        .all-news-link {
            display: flex;
            align-items: center;

            margin-top: 10px;
            color: #01559B;
            font-weight: bold;
            text-decoration: none;
            font-size: 18px;
            padding: 10px 15px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .all-news-link:hover {
            background-color: rgba(1, 85, 155, 0.1);
            transform: translateX(-5px);
        }
        
        .all-news-link svg {
            margin-left: 8px;
            transition: all 0.3s ease;
        }
        
        .all-news-link:hover svg {
            transform: translateX(5px);
        }
        
        /* Эффект наложения поверх изображения */
        .news-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
            z-index: 1;
            opacity: 0.8;
            transition: all 0.4s ease;
        }
        
        .main-news:hover .news-overlay,
        .news-item:hover .news-overlay {
            opacity: 0.9;
        }
        
        /* Адаптивность */
        @media (max-width: 1300px) {
            .news-container {
                flex-direction: column;
                align-items: center;
            }
            
            .side-news {
                width: 702px;
            }
            
            .news-item {
                width: 702px;
            }
        }
        
        @media (max-width: 768px) {
            .main-news, .news-item {
                width: 100%;
                height: auto;
                aspect-ratio: 1/1;
            }
            
            .side-news {
                width: 100%;
            }
            
            .news-title {
                font-size: 22px;
            }
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 30px;
            color: #01559B;
            font-size: 32px;
            font-weight: 700;
        }


/*Конец блока новостей*/


/*3 ссылки*/
/* Основные стили для контейнера активностей */
.activities-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

/* Элементы активностей - теперь растягиваются равномерно */
.activity-item {
    flex: 1; /* Занимают равную долю доступного пространства */
    max-height:250px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

/* Ссылка занимает всю площадь */
.activity-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Изображение адаптируется к размерам контейнера */
.activity-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    filter: brightness(0.85);
}

/* Контент активностей */
.activity-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    color: white;
    z-index: 2;
    transition: all 0.4s ease;
}

/* Заголовок и описание */
.activity-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
}

.activity-desc {
    font-size: 16px;
    opacity: 0.9;
    max-width: 90%;
    line-height: 1.4;
    transition: all 0.4s ease;
}

/* Эффекты при наведении */
.activity-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.activity-item:hover .activity-img {
    transform: scale(1.08);
    filter: brightness(0.95);
}

.activity-item:hover .activity-content {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
    padding-bottom: 30px;
}

.activity-item:hover .activity-title {
    transform: translateY(-5px);
}

.activity-item:hover .activity-desc {
    opacity: 1;
    transform: translateY(-3px);
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    .activities-container {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 15px;
    }
    
    .activity-item {
        min-height: 350px;
    }
    
    .activity-title {
        font-size: 24px;
    }
    
    .activity-desc {
        font-size: 15px;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .activities-container {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
    }
    
    .activity-item {
        flex: 1 1 100%; /* 1 в ряд на мобильных */
        min-height: 300px;
        width: 100%;
    }
    
    .activity-content {
        padding: 20px;
    }
    
    .activity-title {
        font-size: 22px;
    }
    
    .activity-desc {
        font-size: 14px;
        max-width: 100%;
    }
}

/* Дополнительные медиа-запросы для очень маленьких экранов */
@media (max-width: 480px) {
    .activity-item {
        min-height: 250px;
        border-radius: 15px;
    }
    
    .activity-content {
        padding: 15px;
    }
    
    .activity-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .activity-desc {
        font-size: 13px;
        line-height: 1.3;
    }
}

/* Для очень широких экранов (более 1600px) */
@media (min-width: 1600px) {

    
    .activity-item {
        max-height: 300px;
    }
    
    .activity-title {
        font-size: 32px;
    }
    
    .activity-desc {
        font-size: 18px;
    }
}
.sections-block-main {
  margin: 50px auto;
	padding-left:15px;
	padding-right:15px;
}

.img-mchs{flex: 1;max-height:530px;}
.img-mchs img {height: 100%;object-fit: cover;border-radius: 20px;
  width: 100%;}
/* Улучшения для hover-эффектов на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
    .activity-item {
        transform: none !important;
    }
    
    .activity-item:hover .activity-img {
        transform: none;
    }
    
    .activity-item:active {
        transform: scale(0.98);
        transition: transform 0.2s ease;
    }
}
.news-al-flex {display: grid;
  gap: 20px;
  grid-template-columns: 1fr 430px;
}
/* Для обеспечения консистентности высоты */
.activity-item {
    display: flex;
    flex-direction: column;
}

/* Гарантируем, что изображение займет всю доступную высоту */
.activity-img {
    flex: 1;
}

/* Оверлей для улучшения читаемости текста */
.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    opacity: 0.8;
    transition: all 0.4s ease;
}

.activity-item:hover .news-overlay {
    opacity: 0.9;
}
.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
}



    /* Блок 2 - Основные разделы */
        .sections-block {
            margin: 50px auto;
            max-width: 1280px;
        }

        .sections-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .main-section, .side-section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0f0f0;
            transition: box-shadow 0.3s ease;
        }

        .main-section:hover, .side-section:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .main-section {
            flex: 1;
            min-height: 280px;
        }

        .side-section {
            width: 433px;
            min-height: 280px;
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }

        .section-title-small {
            font-family: Inter;
            font-weight: 600;
            font-size: 22px;
            color: rgba(1, 85, 155, 1);
            margin: 0;
        }

        .section-icon {
            color: rgba(1, 85, 155, 1);
            font-size: 20px;
            opacity: 0.7;
        }

        /* Улучшенные стили для ссылок */
        .section-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .section-link {
            font-family: Inter;
            font-weight: 500;
            font-size: 16px;
            color: rgba(1, 85, 155, 1);
            text-decoration: none;
            padding: 14px 18px;
            transition: all 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
            background: #f8fafc;
            border: 1px solid rgba(1, 85, 155, 0.1);
            position: relative;
            overflow: hidden;
        }

        .section-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(1, 85, 155, 0.05), transparent);
            transition: left 0.5s ease;
        }

        .section-link:hover::before {
            left: 100%;
        }

        .section-link:hover {
            background: rgba(1, 85, 155, 0.05);
            color: rgba(1, 85, 155, 1);
            border-color: rgba(1, 85, 155, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(1, 85, 155, 0.15);
        }

        .section-link-arrow {
            color: rgba(1, 85, 155, 1);
            font-size: 16px;
            transition: all 0.3s ease;
            opacity: 0.7;
            transform: translateX(0);
        }

        .section-link:hover .section-link-arrow {
            opacity: 1;
            transform: translateX(5px);
        }

        /* Блок 3 - Нижние секции */
        .bottom-sections {
            display: flex;
            gap: 20px;
        }

        .services-section {
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0f0f0;
            transition: box-shadow 0.3s ease;
        }

        .services-section {
            flex: 1;
            background: white;
            min-height: 380px;
        }

        .services-section:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .info-section {
            position: relative;flex: 1;
        }

        .info-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M0 0h40v40H0V0zm1 1h38v38H1V1z'/%3E%3C/g%3E%3C/svg%3E");
        }

        .services-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .service-link {
            font-family: Inter;
            font-weight: 500;
            font-size: 16px;
            color: rgba(1, 85, 155, 1);
            text-decoration: none;
            padding: 14px 18px;
            transition: all 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
            background: #f8fafc;
            border: 1px solid rgba(1, 85, 155, 0.1);
            position: relative;
            overflow: hidden;
        }

        .service-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(1, 85, 155, 0.05), transparent);
            transition: left 0.5s ease;
        }

        .service-link:hover::before {
            left: 100%;
        }

        .service-link:hover {
            background: rgba(1, 85, 155, 0.05);
            color: rgba(1, 85, 155, 1);
            border-color: rgba(1, 85, 155, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(1, 85, 155, 0.15);
        }

        .service-link-arrow {
            color: rgba(1, 85, 155, 1);
            font-size: 16px;
            transition: all 0.3s ease;
            opacity: 0.7;
            transform: translateX(0);
        }

        .service-link:hover .service-link-arrow {
            opacity: 1;
            transform: translateX(5px);
        }

        .info-content {
            color: white;
            height: 100%;
 
            position: relative;
            z-index: 2;
        }

        .info-title {
            font-size: 20px;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .info-text {
            font-size: 16px;
            line-height: 1.6;
            opacity: 0.9;
            max-width: 80%;
        }

        /* Адаптивность */
        @media (max-width: 1300px) {
            .sections-row, .bottom-sections {
                flex-direction: column;
            }
            
            .main-section, .side-section, .services-section, .info-section {
                width: 100% !important;
            }
        }

        @media (max-width: 768px) {
            .slide-img {
                height: 300px;
            }
            
            .section-title-small {
                font-size: 20px;
            }
            
            .section-link, .service-link {
                font-size: 15px;
                padding: 12px 16px;
            }
            
            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            
            .main-section, .side-section, .services-section, .info-section {
                padding: 24px;
            }
            
            .section-header {
                margin-bottom: 20px;
                padding-bottom: 12px;
            }
        }

        @media (max-width: 480px) {
            .section-header {
                flex-direction: column;
                gap: 10px;
            }
            
            .section-icon {
                align-self: flex-end;
            }
        }
.max-w-1000 {max-width:1000px;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.section100proc {margin-top:50px;
  max-width: 100%;padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;}

.width1000px {max-width:1000px;margin:0 auto;padding-top:50px;}
  /* Стили для формы */
        .form-section {
            max-width: 800px;
            margin: 60px auto;
            padding: 0 20px;
        }

        .form-container {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            animation: fadeIn 0.8s ease;
        }

        .form-header {
            background: linear-gradient(135deg, rgba(1, 85, 155, 1), #0178D4);
            padding: 30px;
            color: white;
            text-align: center;
        }

        .form-title {
            font-size: 32px;
            font-weight: 700;
            margin: 0;
            animation: fadeInDown 0.8s ease;
        }

        .form-subtitle {
            font-size: 16px;
            opacity: 0.9;
            margin-top: 10px;
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        .form-body {
            padding: 40px;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .form-group {
            flex: 1 0 50%;margin-bottom:15px;
            position: relative;padding:0px 10px;
            animation: fadeInUp 0.6s ease both;
        }

        .form-group:nth-child(1) { animation-delay: 0.3s; }
        .form-group:nth-child(2) { animation-delay: 0.4s; }
        .form-group:nth-child(3) { animation-delay: 0.5s; }
        .form-group:nth-child(4) { animation-delay: 0.6s; }
        .form-group:nth-child(5) { animation-delay: 0.7s; }

        .form-input {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e6e6e6;
            border-radius: 10px;
            font-size: 16px;
            font-family: "Inter", sans-serif;
            transition: all 0.3s ease;
            background: #f8fafc;
        }

        .form-input::placeholder {
            color: #999;
            transition: all 0.3s ease;
        }

        .form-input:focus {
            outline: none;
            border-color: #01559B;
            background: white;
            box-shadow: 0 0 0 4px rgba(1, 85, 155, 0.1);
        }

        .form-input:focus::placeholder {
            color: #01559B;
            transform: translateY(-5px);
            font-size: 14px;
        }

        .file-input-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .file-input {
            position: absolute;
            left: -9999px;
        }

        .file-label {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
            border: 2px dashed #e6e6e6;
            border-radius: 10px;
            background: #f8fafc;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .file-label:hover {
            border-color: #01559B;
            background: rgba(1, 85, 155, 0.05);
        }

        .file-text {
            color: #666;
        }

        .file-button {
            background: #01559B;
            color: white;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .file-label:hover .file-button {
            background: #003366;
            transform: scale(1.05);
        }

        .form-submit {
            display: block;
            width: 100%;
            padding: 18px;
            background: linear-gradient(135deg, rgba(1, 85, 155, 1), #0178D4);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s ease;
            margin-top: 20px;
            animation: fadeInUp 0.8s ease 0.8s both;
            position: relative;
            overflow: hidden;
        }

        .form-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(1, 85, 155, 0.3);
        }

        .form-submit:active {
            transform: translateY(0);
        }

        .form-submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .form-submit:hover::before {
            left: 100%;
        }

        /* Анимации */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(1, 85, 155, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(1, 85, 155, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(1, 85, 155, 0);
            }
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .form-group {
                flex: 1 0 100%;
            }
            
            .form-body {
                padding: 30px 20px;
            }
            
            .form-title {
                font-size: 26px;
            }
        }

        /* Дополнительные эффекты */
        .form-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #01559B, #0178D4, #01559B);
            background-size: 200% 100%;
            animation: gradientShift 3s ease infinite;
        }

        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        .success-message {
            display: none;
            text-align: center;
            padding: 40px;
            background: #f0f9ff;
            border-radius: 10px;
            margin-top: 20px;
            animation: fadeInUp 0.6s ease;
        }

        .success-icon {
            font-size: 60px;
            color: #01559B;
            margin-bottom: 20px;
            animation: bounce 0.6s ease;
        }

        .success-text {
            font-size: 18px;
            color: #01559B;
            font-weight: 600;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }
.img-ll {width:220px;position: absolute;bottom:0px;right:0px;}
        /* Стили для плавающих placeholder */
        .floating-label {
            position: relative;
            margin-bottom: 25px;
        }

        .floating-input {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e6e6e6;
            border-radius: 10px;
            font-size: 16px;
            font-family: "Inter", sans-serif;
            transition: all 0.3s ease;
            background: #f8fafc;
        }

        .floating-input:focus {
            outline: none;
            border-color: #01559B;
            background: white;
            box-shadow: 0 0 0 4px rgba(1, 85, 155, 0.1);
        }

        .floating-label-text {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 16px;
            pointer-events: none;
            transition: all 0.3s ease;
            background: #f8fafc;
            padding: 0 5px;
        }

        .floating-input:focus + .floating-label-text,
        .floating-input:not(:placeholder-shown) + .floating-label-text {
            top: 0;
            font-size: 12px;
            color: #01559B;
            background: white;
        }


 .footer-container {
            background: linear-gradient(135deg, #01559B 0%, #003366 100%);
            color: white;
            padding: 50px 0 0;
            margin-top: 70px;
        }

        .footer-content {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .footer-column {
            display: flex;
            flex-direction: column;
        }

        .footer-logo {
            max-width: 200px;
            margin-bottom: 20px;

        }

        .footer-column p {
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
        }

        .footer-column img {
            border-radius: 8px;
            padding: 10px;
        }

        .footer-heading {
            font-size: 20px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #ff6b00;
        }

        .footer-links {
            list-style: none;padding: 0px;

        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            padding: 5px 0;
        }

        .footer-links a:hover {
            color: white;
            transform: translateX(5px);
        }

        .footer-links i {
            font-size: 14px;
            opacity: 0.7;
        }

        .footer-address {
            font-style: normal;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
        }

        .footer-address a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-address a:hover {
            color: white;
            text-decoration: underline;
        }

        .footer-image {
            text-align: center;
            margin-top: 15px;
        }

        .footer-image img {
            border-radius: 10px;
            transition: all 0.3s ease;
            max-width: 100%;
        }

        .footer-image img:hover {
            transform: scale(1.03);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .footer-bottom {
            background: rgba(0, 0, 0, 0.2);
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-links-row {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-links-row p {
            text-align: center;
            font-size: 14px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 15px;
        }

        .footer-links-row a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        .footer-links-row a:hover {
            color: white;
            text-decoration: underline;
        }

        .footer-credits {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
        }

        .footer-credits a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-credits a:hover {
            color: white;
        }

        /* Адаптивность */
        @media (max-width: 1024px) {
            .footer-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .footer-container {
                padding: 30px 0 0;
            }
            
            .footer-credits {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }

        /* Дополнительные стили для улучшения внешнего вида */
        .contact-highlight {
            background: rgba(255, 255, 255, 0.1);
            padding: 15px;
            border-radius: 8px;
            margin-top: 10px;
        }

        .logo-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

footer {margin-top:70px;padding-bottom:15px;}

.dev {
    text-align:right;
}
.dev a {
    display: block;

}

.dev a img {
    display: inline-block;
    vertical-align: middle;
}

.dev a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;line-height: 1.2em;
    text-align: left;
font-weight: 400;
font-size: 16px;
color:rgba(55, 45, 44, 1);
    position: relative;
    transition: .3s color;
}
 .dev a:hover {text-decoration:none;}
 .dev a:hover span {
    color: rgba(55, 45, 44, 1);
}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float: left;
}
.col-xs-12{
	width: 100%;
}
.col-xs-11{
	width: 91.66666667%;
}
.col-xs-10{
	width: 83.33333333%;
}
.col-xs-9{
	width: 75%;
}
.col-xs-8{
	width: 66.66666667%;
}
.col-xs-7{
	width: 58.33333333%;
}
.col-xs-6{
	width: 50%;
}
.col-xs-5{
	width: 41.66666667%;
}
.col-xs-4{
	width: 33.33333333%;
}
.col-xs-3{
	width: 25%;
}
.col-xs-2{
	width: 16.66666667%;
}
.col-xs-1{
	width: 8.33333333%;
}
.col-xs-offset-12{
	margin-left: 100%;
}
.col-xs-offset-11{
	margin-left: 91.66666667%;
}
.col-xs-offset-10{
	margin-left: 83.33333333%;
}
.col-xs-offset-9{
	margin-left: 75%;
}
.col-xs-offset-8{
	margin-left: 66.66666667%;
}
.col-xs-offset-7{
	margin-left: 58.33333333%;
}
.col-xs-offset-6{
	margin-left: 50%;
}
.col-xs-offset-5{
	margin-left: 41.66666667%;
}
.col-xs-offset-4{
	margin-left: 33.33333333%;
}
.col-xs-offset-3{
	margin-left: 25%;
}
.col-xs-offset-2{
	margin-left: 16.66666667%;
}
.col-xs-offset-1{
	margin-left: 8.33333333%;
}
.col-xs-offset-0{
	margin-left: 0;
}
.col-xs-tac{
	text-align: center;
}
.col-xs-tar{
	text-align: right;
}
.col-xs-tal{
	text-align: left;
}
.col-xs-taj{
	text-align: justify;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after{
	clear: both;
}
.container {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px
}