.form__invalfeedback, 
.form__error,
.form__success {
    display: none;
}

.form__invalfeedback {
    color: red;
    font-size: 12px;
    margin-top: -5px;
}
.form__error {
    color: #fff;
    background: red;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}
.form__success {
    color: #fff;
    background: green;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.jgrowlHide .jGrowl-notification {
    display: none !important;
}

.form--modal {
    position: static;
    max-width: 560px;
}
.form--modal a.close-modal {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: none;
}
.form--modal a.close-modal:before,
.form--modal a.close-modal:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.form--modal a.close-modal:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.form--modal a.close-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*Новости*/
.news-page {
    padding: 50px 0;
    min-height: 59vh;
}
.news-page .section__title {
    margin-bottom: 20px;
}
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}
.news-item {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.news-item:nth-child(4n+1) {
    margin-left: 0;
}
.news-item h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.news-image {
    margin: 10px 0;
    height: 150px;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.news-content {
  font-size: 16px;
  line-height: 1.6;
}
.news-content ol, 
.news-content ul {
    all: revert;
}
.news-content p,
.news-content ol, 
.news-content ul {
    margin-bottom: 1.5em;
}
.news-content li {
    all: revert;
}
.news-content h2 {
    font-size: 1.5em;
    margin-bottom: .5em;
}

.read-more {
  display: inline-block;
  font-size: 14px;
  color: #14235C;
  text-decoration: none;
  border: 1px solid #14235C;
  padding: 8px 16px;
  transition: background 0.3s ease, color 0.3s ease;
}
.read-more:hover {
  background: #14235C;
  color: #fff;
}

@media screen and (max-width: 1199px) {
    .news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (max-width: 960px) {
    .news-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .news-item h2 {
        font-size: 1.5em;
    }
}

.expo-page {
    padding: 50px 0;
    min-height: 79vh;
}

.expo-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
 
  @media (max-width: 900px) {
    .expo-list { grid-template-columns: repeat(2, 1fr); }
  }
 
  @media (max-width: 580px) {
    .expo-list { grid-template-columns: 1fr; }
  }
 
  .expo-card {
    border: 1px solid #e8e8e8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
 
  .expo-card__header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
 
  .expo-card__logo {
    width: 85px;
    height: 85px;
    object-fit: contain;
    flex-shrink: 0;
  }
 
  .expo-card__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }
 
  .meta-row {
    display: flex;
    align-items: center;
    gap: 7px;
  }
 
  .meta-row svg {
    flex-shrink: 0;
    color: #E07020;
  }
 
  .meta-stats {
    display: flex;
    gap: 20px;
  }
 
  .expo-card__logo-text {
    font-size: 13px;
    font-weight: 700;
    color: #E07020;
    letter-spacing: 0.4px;
    align-self: center;
  }
 
  .expo-card__title {
    font-size: 20px;
    font-weight: 600;
  }
 
  .expo-card__desc {
    color: #777;
    line-height: 1.5;
    flex: 1;
  }
 
.btn--more {
    padding: 10px 22px;
    background: transparent;
    border: 1px solid #14235C;
    display: flex;
    max-width: max-content;
}


/* gallery */
		.gallery {
			margin-bottom: 36px;
			z-index: 1;
            position: relative;
		}
		.gallery:last-child {
			margin-bottom: 0;
		}
		.gallery__label {
			font-size: 16px;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: .04em;
			margin-bottom: 14px;
			padding-bottom: 8px;
			border-bottom: 2px solid #e3390a;
			display: inline-block;
		}
 
		/* swiper */
		.swiper {
			width: 100%;
		}
		.swiper-slide {
			overflow: hidden;
			background: #ccc;
		}
		.swiper-slide img {
			width: 100%;
			height: 260px;
			display: block;
			object-fit: cover;
		}
		.swiper-button-next,
		.swiper-button-prev {
			color: #e3390a;
		}
		.swiper-pagination-bullet-active {
			background: #e3390a;
		}