

/* Start:/local/templates/evolenta-2025/components/bitrix/news.detail/news/style.css?17580909365646*/
.news-detail .news-detail__media {
  max-height: 1065px;
}
@media (max-width: 768px) {
  .news-detail .news-detail__media {
    max-height: 730px;
  }
}
@media (max-width: 575px) {
  .news-detail .news-detail__media {
    max-height: 412px;
  }
}
.news-detail .skeleton__container {
  height: 650px;
}
.news-detail .skeleton__container .skeleton__photo {
  height: 576px;
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .news-detail .skeleton__container .skeleton__photo {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .news-detail .skeleton__container .skeleton__photo {
    height: 189px;
  }
}
.news-detail .skeleton__container .skeleton__pagination {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 576px) {
  .news-detail .skeleton__container .skeleton__pagination {
    gap: 0;
    margin-top: 20px;
  }
}
.news-detail .skeleton__container .skeleton__pagination div {
  height: 2px;
  border-radius: 25px;
  opacity: 0.4;
  background: #FFF;
}
.news-detail .news-detail__backgroundBanner {
  position: relative;
  width: 100%;
  background-image: linear-gradient(0deg, #054D99 0%, rgba(5, 77, 153, 0) 82.86%);
  margin-top: -91px;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 1;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .news-detail .news-detail__backgroundBanner {
    min-height: 465px;
  }
}
.news-detail .backgroundBanner__default {
  z-index: -2;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
}
.news-detail .backgroundBanner__cover {
  background-image: linear-gradient(0deg, var(--color-blueBack) 0%, rgba(5, 77, 153, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.news-detail .news-detail__content {
  padding-bottom: 60px;
}
.news-detail .news-detail__content h1 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .news-detail .news-detail__content {
    padding-bottom: 40px;
  }
}
.news-detail .news-detail__text {
  font-size: 1.5625rem;
}
.news-detail .news-detail__text ul {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .news-detail .news-detail__text {
    font-size: 0.75rem;
  }
}
.news-detail .news-detail__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.news-detail .news-detail__category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(80px);
  border: var(--border--regular);
  padding: 10px 20px;
  border-radius: 25px;
  color: #FFF;
  cursor: default;
}
@media (max-width: 992px) {
  .news-detail .news-detail__category {
    font-size: 0.75rem;
    padding: 5px 20px;
  }
}
.news-detail .news-detail__date {
  background: #00000066;
  border: var(--border--regular);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 25px;
  letter-spacing: -0.41px;
  cursor: default;
  backdrop-filter: blur(20px);
}
@media (max-width: 992px) {
  .news-detail .news-detail__date {
    font-size: 0.75rem;
    padding: 2px 12px;
  }
}
.news-detail__interview {
  border-radius: 25px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 5fr 3fr;
  background: #FFF;
}
@media (max-width: 992px) {
  .news-detail__interview {
    display: flex;
    flex-direction: column;
  }
}
.news-detail__interview-text {
  background: #FFF;
  color: #00375c;
  font-size: 1.5625rem;
  padding: 40px;
  width: 95%;
}
.news-detail__interview-text a {
  color: #00375c;
}
@media (max-width: 768px) {
  .news-detail__interview-text {
    padding: 20px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .news-detail__interview-text {
    font-size: 0.8125rem;
  }
}
.news-detail__interview-author {
  background: var(--gradient--blue--first);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 8fr;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.news-detail__interview-author span {
  margin-top: 5px;
  font-size: 1.875rem;
}
.news-detail__interview-author .news-detail__interviewImg {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .news-detail__interview-author .news-detail__interviewImg {
    display: none;
  }
}
@media (min-width: 576px) {
  .news-detail__interview-author .news-detail__interviewImg {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .news-detail__interview-author {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .news-detail__interview-author {
    padding: 20px;
  }
  .news-detail__interview-author h3 {
    font-size: 2.125rem;
  }
  .news-detail__interview-author span {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .news-detail__interview-author {
    padding: 20px;
  }
  .news-detail__interview-author h3 {
    font-size: 1rem;
  }
  .news-detail__interview-author span {
    font-size: 0.875rem;
  }
}
.news-detail__interview-left {
  width: 105%;
}
.news-detail__interview-right {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  background-position: center;
}
@media (max-width: 992px) {
  .news-detail__interview-right {
    display: none;
  }
}
.news-detail__interview-noImage {
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/evolenta-2025/components/bitrix/catalog.section.list/news/style.css?17567351428576*/
.news {
  position: relative;
}
.news .news__head {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .news .news__head {
    margin-bottom: 10px;
  }
}
.news .news__head .select2 {
  width: 100% !important;
}
.news .news__elementBackground {
  background: linear-gradient(358.99deg, #001235 0.76%, rgba(0, 43, 123, 0.9) 31.1%, rgba(0, 86, 249, 0) 85.24%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news .news__element {
  overflow: hidden;
  position: relative;
  padding: 30px;
  min-height: 430px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: var(--transition--default);
  outline: var(--border--regular);
  margin: 1px;
}
@media (max-width: 576px) {
  .news .news__element {
    padding: 30px 20px;
    min-height: 383px;
  }
}
.news .news__element:hover {
  outline: var(--border--regular-hover);
  transition: var(--transition--default);
}
.news .news__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.news .news__header-onlyDate {
  justify-content: flex-end;
}
.news .news__category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(80px);
  border: var(--border--regular);
  padding: 10px 20px;
  border-radius: 25px;
  color: #FFF;
  cursor: default;
}
@media (max-width: 992px) {
  .news .news__category {
    font-size: 0.75rem;
    padding: 5px 20px;
  }
}
.news .news__date {
  background: #00000066;
  border: var(--border--regular);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 25px;
  letter-spacing: -0.41px;
  cursor: default;
  backdrop-filter: blur(20px);
}
@media (max-width: 992px) {
  .news .news__date {
    font-size: 0.75rem;
    padding: 2px 12px;
  }
}
.news h6 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 576px) {
  .news h6 {
    font-size: 1.125rem;
    line-height: 20.16px;
  }
}
.news .news__content {
  z-index: 1;
}
.news .news__text {
  z-index: 1;
  margin-top: 14px;
  opacity: 0.7;
  font-size: 1.25rem;
  line-height: 24px;
  height: 72px;
  -webkit-line-clamp: 3;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .news .news__text {
    font-size: 0.875rem;
    line-height: 16px;
    -webkit-line-clamp: 4;
    height: 64px;
  }
}
.news .news__elementGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .news .news__elementGroup {
    display: flex;
    flex-direction: column;
  }
}
.news .news__controls {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .news .news__controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
}
.news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color--light);
}
.news .swiper-pagination-progressbar {
  background: #FFFFFF66;
}
.news .skeleton {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  min-height: 430px;
  outline: var(--border--regular);
}
.news .news__skeletonGroups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .news .news__skeletonGroups {
    grid-template-columns: repeat(1, 1fr);
  }
  .news .news__skeletonGroups .news__slide:nth-child(2n) {
    display: none;
  }
}
.news .news__calendar-container {
  display: grid;
  grid-template-columns: 5fr 2fr;
}
.news .news__calendar-container .news__searchInput {
  border-right: unset !important;
  border-radius: 50px 0 0 50px;
}
.news .news__search {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 36px;
  transition: var(--transition--default);
}
@media (max-width: 768px) {
  .news .news__search {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.news .news__search .news__searchInput {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  gap: 17px;
  padding-left: 20px;
  border: var(--border--regular);
  transition: var(--transition--default);
  height: 42px;
  border-radius: 50px;
}
.news .news__search .news__searchInput:hover {
  border: var(--border--regular-hover);
  transition: var(--transition--default);
}
.news .news__search .news__searchInput:hover input {
  transition: var(--transition--default);
}
.news .news__search .news__searchInput:hover i {
  opacity: 0.8;
  transition: var(--transition--default);
}
.news .news__search .news__searchInput input {
  background: none;
  outline: none;
  border: none;
  width: 100%;
  color: #FFF;
}
.news .news__search .news__searchInput input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color--gray);
}
.news .news__search .news__searchInput input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color--gray);
  opacity: 1;
}
.news .news__search .news__searchInput input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color--gray);
  opacity: 1;
}
.news .news__search .news__searchInput input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color--gray);
}
.news .news__search .news__searchInput input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color--gray);
}
.news .news__search .news__searchInput input::placeholder {
  /* Most modern browsers support this now. */
  color: var(--color--gray);
}
.news .news__search .news__searchInput i {
  opacity: 0.2;
  cursor: pointer;
  transition: var(--transition--default);
}
.news .news__search .news__searchInput-active {
  border: var(--border--regular-active) !important;
  border-right: unset !important;
  transition: var(--transition--default);
}
.news .news__search .news__searchInput-active i {
  opacity: 1;
}
.news .news__calendar {
  position: relative;
  width: 106%;
  left: -6%;
}
.news .news__calendar-data {
  z-index: 2;
  position: absolute;
  background: #F2F2F2;
  border-radius: 20px;
  top: 10%;
  width: 100%;
  left: 0;
  padding-top: 50px;
  color: #00375C;
}
.news .news__calendar-button-active {
  border: var(--border--regular-hover) !important;
  transition: var(--transition--default);
}
.news .news__calendar-button-active:before {
  opacity: 1 !important;
  transition: var(--transition--default);
}
.news .news__calendar-button-active .news__calendar-placeholder,
.news .news__calendar-button-active .calendar-ico,
.news .news__calendar-button-active .chevron-down {
  opacity: 1 !important;
  transition: var(--transition--default);
}
.news .news__calendar-button-active .chevron-down {
  transform: rotate(180deg) !important;
  transition: var(--transition--default);
}
.news .news__calendar-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 23px;
  border-radius: 50px;
  gap: 15px;
  cursor: pointer;
  position: relative;
  height: 42px;
  z-index: 3;
  background: var(--gradient--light);
  background-blend-mode: overlay;
  overflow: hidden;
  border: var(--border--regular);
  backdrop-filter: blur(80px);
}
.news .news__calendar-button:before {
  content: '';
  position: absolute;
  opacity: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient--orange);
  background-blend-mode: overlay;
  transition: var(--transition--default);
  z-index: -1;
}
.news .news__calendar-button .news__calendar-placeholder {
  line-height: 0;
  opacity: 0.3;
}
.news .news__calendar-button .calendar-ico {
  opacity: 0.3;
}
.news .news__calendar-button .chevron-down {
  position: absolute;
  right: 13px;
  opacity: 0.5;
}
.news .news__calendar-button:hover:before {
  opacity: 1;
}
.news .news__calendar-button:hover {
  border: var(--border--regular-hover);
  transition: var(--transition--default);
}
.news .news__calendar-button:hover .news__calendar-placeholder,
.news .news__calendar-button:hover .calendar-ico,
.news .news__calendar-button:hover .chevron-down {
  opacity: 1;
  transition: var(--transition--default);
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/evolenta-2025/components/bitrix/news.detail/news/style.css?17580909365646 */
/* /local/templates/evolenta-2025/components/bitrix/catalog.section.list/news/style.css?17567351428576 */
