

/* Start:/local/templates/vesna/components/bitrix/news/halls/bitrix/news.list/.default/style.css?16890827695212*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/vesna/components/bitrix/news/halls/bitrix/news.list/.default/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/vesna/components/bitrix/news/halls/bitrix/news.list/.default/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/vesna/components/bitrix/news/halls/bitrix/news.list/.default/fonts/CormorantGaramond-SemiBold.woff2") format("woff2");
}
.events_filter {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1029px) {
  .events_filter {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .events_filter {
    display: block;
    margin-bottom: 2rem;
  }
}
.events_filter .btn {
  color: #5B5F63;
  border: 0.1rem solid #5B5F63;
}
.events_filter .btn:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .events_filter .btn:not(:last-child) {
    margin: 0 0 1rem;
  }
}
.events_filter .btn:hover {
  color: #181d23;
  border: 0.1rem solid #E2664A;
}
.events_filter .btn.active {
  color: #181d23;
  border: 0.2rem solid #E2664A;
}

.main_event_item {
  display: flex;
  padding: 3rem;
  background: #FFF;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1029px) {
  .main_event_item {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .main_event_item {
    display: block;
    margin-bottom: 3rem;
  }
}
.main_event_item .img_block {
  width: 32.5rem;
  flex-shrink: 0;
  margin-right: 6rem;
}
@media screen and (max-width: 1199px) {
  .main_event_item .img_block {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1029px) {
  .main_event_item .img_block {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .main_event_item .img_block {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.main_event_item .img_block:before {
  padding-top: 100%;
}
.main_event_item .title, .main_event_item .time {
  font-weight: 600;
  font-family: "CormorantGaramond", sans-serif;
  color: #181d23;
}
.main_event_item .title {
  font-size: 4rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .main_event_item .title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1029px) {
  .main_event_item .title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main_event_item .title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.main_event_item .time {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.main_event_item .time:not(:last-child) {
  margin-bottom: 1rem;
}
.main_event_item .name {
  color: #181d23;
  font-size: 1.8rem;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1029px) {
  .main_event_item .name {
    font-size: 1.6rem;
  }
}
.main_event_item .name:not(:last-child) {
  margin-bottom: 1rem;
}
.main_event_item .desc {
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_event_item .desc:not(:last-child) {
  margin-bottom: 1rem;
}

.page_events_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_events_row .event_item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1029px) {
  .page_events_row .event_item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .page_events_row .event_item {
    width: calc(50% - 20px);
  }
}
.page_events_row .event_item:not(:nth-child(-n+3)) {
  margin-top: 4rem;
}
@media screen and (max-width: 1029px) {
  .page_events_row .event_item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1029px) {
  .page_events_row .event_item:not(:nth-child(-n+3)) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_events_row .event_item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_events_row .event_item:not(:nth-child(-n+2)) {
    margin-top: 3rem;
  }
}
.page_events_row .event_item .img_block {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1029px) {
  .page_events_row .event_item .img_block {
    margin-bottom: 1rem;
  }
}
.page_events_row .event_item .img_block:before {
  padding-top: 100.08%;
}
.page_events_row .event_item .name {
  color: #181d23;
  font-size: 1.8rem;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1029px) {
  .page_events_row .event_item .name {
    font-size: 1.6rem;
  }
}
.page_events_row .event_item .name:not(:last-child) {
  margin-bottom: 1rem;
}
.page_events_row .event_item .desc {
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page_events_row .event_item .desc:not(:last-child) {
  margin-bottom: 1rem;
}

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

/* End */
/* /local/templates/vesna/components/bitrix/news/halls/bitrix/news.list/.default/style.css?16890827695212 */
