

/* Start:/local/templates/public/components/bitrix/news.list/events_list/style.css?17708836015199*/
@charset "UTF-8";
@font-face {
  font-family: Onder;
  src: url(/upload/assets/fonts/ONDER-REGULAR.TTF);
}
@font-face {
  font-family: Golos;
  src: url(/upload/assets/fonts/GolosText-VariableFont_wght.ttf);
}
* {
  font-family: Golos !important;
}

.header {
  position: static !important;
}

.events__content-wrapper {
  max-width: 1400px;
  margin: 65px auto 100px auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events__no-events-block {
  display: none;
}
.events__no-events-block.--active {
  display: block;
}
.events__head {
  width: 50%;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.events__head-heading {
  color: #35a9ff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.events__head-description {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.events__for-who-items {
  width: 30%;
  display: flex;
}
.events__for-who-items-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
}
.events__for-who-item {
  flex: 1;
  padding: 10px 0;
  color: #062065;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #0052f1;
  cursor: pointer;
}
.events__for-who-item.--start {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-right: none;
}
.events__for-who-item.--end {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-left: none;
}
.events__for-who-item.--active {
  background-color: #0052f1;
  color: white;
}
.events__for-who-item:hover {
  background-color: #ebf6ff;
  color: #062065;
}
.events__cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  row-gap: 80px;
}

.events__card {
  position: relative;
  flex: 1;
  width: 30%;
  min-width: 310px;
  max-width: 419px;
  display: none;
  flex-direction: column;
}
.events__card-background {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}
.events__card-link {
  margin-top: 127px;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  color: white;
  background-color: #0052f1;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.25);
}
.events__card:hover .events__card-top-items {
  filter: blur(4px);
}
.events__card:hover .events__card-bottom-items {
  filter: blur(4px);
}
.events__card:hover .events__card-background {
  display: flex;
}
.events__card.--active {
  display: flex;
}
.events__card-top-items {
  display: flex;
  flex-direction: column;
}
.events__card-additionals {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.events__card-category {
  height: 100px;
  padding: 6px 10px;
  border-radius: 10px;
  color: white;
}
.events__card-category.--blue {
  background-color: #aedcff;
}
.events__card-category.--orange {
  background-color: #ee7b66;
}
.events__card-category.--light-purple {
  background-color: #cea6da;
}
.events__card-category.--green {
  background-color: #7cd396;
}
.events__card-category.--yellow {
  background-color: #efd35d;
}
.events__card-category.--pink {
  background-color: #ffaad9;
}
.events__card-age {
  padding: 10px 0 10px 10px;
  color: #828d9d;
}
.events__card-preview {
  width: 100%;
  height: 234px;
  border-radius: 14px;
}
.events__card-bottom-items {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.events__card-tags {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.events__card-tag {
  padding: 8px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #828d9d;
  background-color: #f0f1f5;
}
.events__card-title {
  flex: 1;
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
.events__card-datetime {
  width: 100%; /* Ограничить ширину */
  margin-top: 24px;
  display: flex;
  gap: 10px;
}
.events__card-date, .events__card-time {
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  background-color: black;
  min-width: max-content;
}
.events__card-date img {
  width: 18px;
  height: 18px;
  margin-right: 7.25px;
}
.events__card-time img {
  width: 18px;
  height: 18px;
  margin-right: 7.25px;
}

@media (max-width: 1200px) {
  .events__for-who-items {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .events__head {
    width: 80%;
  }
  .events__content-wrapper {
    padding: 22px;
  }
  .events__for-who-items {
    width: 80%;
  }
  .events__cards-container {
    row-gap: 24px;
  }
}
@media (max-width: 480px) {
  .events__head {
    width: 100%;
  }
  .events__head-heading {
    font-size: 2rem;
  }
  .events__content-wrapper {
    padding: 10px;
  }
  .events__for-who-items {
    width: 100%;
  }
  .events__card-date {
    min-width: 180px;
  }
  .events__card-time {
    min-width: 110px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/public/components/bitrix/news.list/events_list/style.css?17708836015199 */
