.upcoming .container {
  padding-top: 60px;
  background-image: url("../../assets/images/bg-upcoming.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto; }
  @media (min-width: 1200px) {
    .upcoming .container {
      display: flex;
      align-items: center;
      background-size: 731px auto;
      background-position: -100px top; } }
  @media (min-width: 1850px) {
    .upcoming .container {
      padding-top: 80px;
      background-size: 931px auto;
      background-position: calc(100% - 900px) top; } }

.upcoming_text {
  width: 100%; }
  @media (min-width: 1200px) {
    .upcoming_text {
      width: 50%;
      max-width: 451px;
      margin-left: 0;
      margin-right: auto; } }
  @media (min-width: 1850px) {
    .upcoming_text {
      width: 60%;
      max-width: 887px; } }

.upcoming_title {
  width: 100%;
  margin-bottom: 23px; }
  @media (min-width: 1850px) {
    .upcoming_title {
      margin-bottom: 44px; } }
  .upcoming_title * {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 200;
    text-align: left;
    text-wrap: balance;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 1.75px; }
    @media (min-width: 1200px) {
      .upcoming_title * {
        font-size: 45px;
        line-height: 1;
        letter-spacing: 2.5px; } }
    @media (min-width: 1850px) {
      .upcoming_title * {
        font-size: 63px;
        line-height: 1;
        letter-spacing: 3.15px; } }

.upcoming_kicker {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 1850px) {
    .upcoming_kicker {
      margin-bottom: 0; } }
  .upcoming_kicker * {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.7px; }
    @media (min-width: 1850px) {
      .upcoming_kicker * {
        font-size: 22px;
        letter-spacing: 1.1px; } }

.upcoming_media {
  width: 100%;
  max-width: 340px;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .upcoming_media {
      width: 66%;
      max-width: 511px;
      margin-right: 0; } }
  @media (min-width: 1850px) {
    .upcoming_media {
      width: 42%;
      max-width: 647px; } }
  .upcoming_media .button {
    max-width: 163px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    @media (max-width: 1199px) {
      .upcoming_media .button {
        min-height: 35px;
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      .upcoming_media .button {
        max-width: 205px; } }
    @media (min-width: 1850px) {
      .upcoming_media .button {
        min-width: 222px;
        max-width: 222px;
        top: 5px;
        right: 18px; } }
  .upcoming_media_bg {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .upcoming_media_bg {
        border-radius: 20px; } }
    .upcoming_media_bg img {
      display: block;
      width: 100%;
      height: 223px;
      mask: url("../../assets/images/mask-upcoming-m-top.webp") no-repeat center bottom; }
      @media (min-width: 1200px) {
        .upcoming_media_bg img {
          mask: url("../../assets/images/mask-upcoming-top.webp") no-repeat center bottom;
          height: 336px; } }
      @media (min-width: 1850px) {
        .upcoming_media_bg img {
          mask: url("../../assets/images/mask-upcoming-d-top.webp") no-repeat center bottom;
          height: 426px; } }

@media (min-width: 1850px) {
  .upcoming.v2 .upcoming_text {
    max-width: 594px; } }

@media (min-width: 1850px) {
  .upcoming.v2 .upcoming_media {
    margin-left: 0;
    margin-right: auto;
    max-width: 647px; } }

@media (min-width: 1850px) {
  .upcoming.v2 .upcoming_title {
    margin-bottom: 27px; } }

.upcoming.v2 .button {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  max-width: 175px; }
  @media (min-width: 1200px) {
    .upcoming.v2 .button {
      padding-left: 20px;
      padding-right: 20px;
      justify-content: center; } }

.upcoming.v2 img {
  mask: url("../../assets/images/mask-upcoming-m.webp") no-repeat center bottom; }
  @media (min-width: 1200px) {
    .upcoming.v2 img {
      mask: url("../../assets/images/mask-upcoming.webp") no-repeat center bottom; } }
  @media (min-width: 1850px) {
    .upcoming.v2 img {
      mask: url("../../assets/images/mask-upcoming-d.webp") no-repeat center bottom; } }

.categories {
  position: relative;
  z-index: 1; }
  .categories .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px; }
    @media (min-width: 1200px) {
      .categories .container {
        padding-top: 60px;
        padding-bottom: 96px;
        flex-direction: column; } }
  .categories_title {
    max-width: calc(100% - 178px);
    margin-right: auto; }
    @media (min-width: 1200px) {
      .categories_title {
        max-width: 100%;
        margin-left: auto;
        margin-bottom: 54px; } }
    .categories_title * {
      color: var(--real-black);
      font-family: var(--font-secondary);
      font-size: 25px;
      line-height: 1.1;
      font-style: normal;
      font-weight: 200;
      letter-spacing: 1.75px;
      text-align: left;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .categories_title * {
          font-size: 50px;
          line-height: 1;
          letter-spacing: 2.5px;
          text-align: center; } }
      @media (min-width: 1850px) {
        .categories_title * {
          font-size: 60px;
          line-height: 1;
          letter-spacing: 3px; } }
  .categories_nav {
    width: 50%;
    max-width: 158px;
    position: relative;
    margin-left: auto; }
    @media (min-width: 1200px) {
      .categories_nav {
        width: 100%;
        max-width: 100%; } }
    .categories_nav_button {
      border-radius: 8px;
      border: 1px solid var(--red);
      background-color: rgba(249, 211, 209, 0.3);
      background-image: url("../../assets/images/ico-filters.svg");
      background-repeat: no-repeat;
      background-size: 15px auto;
      background-position: calc(100% - 14px) center;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 8px 16px;
      color: var(--real-black);
      font-size: 13px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .categories_nav_button {
          display: none; } }
      .categories_nav_button:hover {
        color: var(--real-black); }
    .categories_nav_content {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      width: 341px;
      border-radius: 12px;
      background: var(--real-white);
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); }
      @media (min-width: 1200px) {
        .categories_nav_content {
          max-height: 1000px;
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          background: transparent;
          box-shadow: none; } }
    .categories_nav.active .categories_nav_content {
      max-height: 10000px;
      transition: max-height 1s ease-in-out; }
    .categories_nav_tags {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      padding: 26px 26px 0; }
      @media (min-width: 1200px) {
        .categories_nav_tags {
          display: none; } }
      .categories_nav_tags_item {
        display: flex;
        border-radius: 200px;
        border: 0.2px solid var(--red);
        background-color: rgba(249, 211, 209, 0.3);
        background-image: url("../../assets/images/ico-remove.svg");
        background-repeat: no-repeat;
        background-size: 6px auto;
        background-position: calc(100% - 12px) center;
        padding: 9px 26px 9px 12px;
        color: var(--purple-light);
        font-size: 12px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0.24px; }
    .categories_nav_list {
      list-style: none;
      padding: 22px 26px 26px 42px; }
      @media (min-width: 1200px) {
        .categories_nav_list {
          padding: 0;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px; } }
      .categories_nav_list_item {
        width: 100%;
        display: block;
        padding-left: 22px;
        margin-bottom: 5px;
        position: relative; }
        @media (min-width: 1200px) {
          .categories_nav_list_item {
            width: auto;
            padding-left: 0;
            margin-bottom: 0; } }
      .categories_nav_list_check {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        @media (min-width: 1200px) {
          .categories_nav_list_check:checked ~ .categories_nav_list_text {
            color: var(--real-white);
            background-color: var(--red); } }
        .categories_nav_list_check:checked ~ .categories_nav_list_text:after {
          opacity: 1; }
        .categories_nav_list_check:checked ~ .categories_nav_list_text:before {
          border-color: var(--red);
          background-color: rgba(249, 211, 209, 0.3); }
      .categories_nav_list_text {
        color: var(--purple-light);
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-weight: 300;
        text-align: left; }
        @media (min-width: 1200px) {
          .categories_nav_list_text {
            border-radius: 70px;
            border: 1px solid var(--red);
            background: rgba(249, 211, 209, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 32px;
            color: #3F3E3E;
            font-family: var(--font-secondary);
            font-size: 16px;
            line-height: 1.4;
            font-style: normal;
            font-weight: 400;
            text-align: center;
            letter-spacing: -0.36px;
            cursor: pointer; } }
        @media (min-width: 1850px) {
          .categories_nav_list_text {
            font-size: 18px; } }
        .categories_nav_list_text:before {
          content: '';
          display: block;
          position: absolute;
          top: 7px;
          left: 0;
          height: 12px;
          width: 12px;
          background-color: var(--real-white);
          border: 1.5px solid var(--purple-lighter);
          transition: background-color 0.25s ease;
          border-radius: 2px; }
          @media (min-width: 1200px) {
            .categories_nav_list_text:before {
              content: none;
              display: none; } }
        .categories_nav_list_text:after {
          content: '';
          display: block;
          position: absolute;
          left: 4px;
          top: 9px;
          width: 4px;
          height: 6px;
          border: solid var(--red);
          border-width: 0 1.5px 1.5px 0;
          transform: rotate(45deg);
          opacity: 0;
          transition: opacity 0.25s ease; }
          @media (min-width: 1200px) {
            .categories_nav_list_text:after {
              content: none;
              display: none; } }
  @media (min-width: 1200px) {
    .categories-large .container {
      padding-bottom: 80px; } }
  .categories-large .categories_title {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .categories-large .categories_title {
        margin-bottom: 44px; } }
    .categories-large .categories_title * {
      text-align: center;
      font-size: 35px;
      line-height: 1;
      letter-spacing: 1.75px; }
      @media (min-width: 1200px) {
        .categories-large .categories_title * {
          font-size: 45px;
          line-height: 1;
          letter-spacing: 2.5px; } }
      @media (min-width: 1850px) {
        .categories-large .categories_title * {
          font-size: 63px;
          line-height: 1;
          letter-spacing: 3.15px; } }
  @media (min-width: 1200px) {
    .categories-large .categories_nav_list_text {
      padding-top: 15px;
      padding-bottom: 14px;
      min-width: 176px; } }

@media (min-width: 1200px) {
  .events-cta .container {
    display: flex; } }

.events-cta_media {
  display: none; }
  @media (min-width: 1200px) {
    .events-cta_media {
      display: block;
      width: 52%;
      max-width: 859px;
      border-radius: 20px;
      overflow: hidden;
      position: relative; } }
  @media (min-width: 1200px) {
    .events-cta_media_image {
      height: 684px;
      object-fit: cover;
      object-position: center right;
      transform: scale(1);
      transition: all 0.5s; } }
  @media (min-width: 1200px) {
    .events-cta_media:hover .events-cta_media_image {
      transform: scale(1.1); } }
  @media (min-width: 1200px) {
    .events-cta_media_text {
      position: absolute;
      right: 53px;
      bottom: 49px;
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 40px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      letter-spacing: 2px;
      text-transform: uppercase; } }

.events-cta_list {
  width: 100%;
  list-style: none; }
  @media (min-width: 1200px) {
    .events-cta_list {
      width: 48%;
      padding-left: 59px;
      padding-right: 50px;
      max-height: 684px;
      overflow-y: auto; } }
  @media (min-width: 1850px) {
    .events-cta_list {
      padding-left: 89px; } }
  @media (min-width: 1200px) {
    .events-cta_list::-webkit-scrollbar-track {
      width: 8px;
      border-radius: 4px; } }
  @media (min-width: 1200px) {
    .events-cta_list::-webkit-scrollbar {
      width: 8px;
      border-radius: 4px;
      background-color: #E8E8E8; } }
  @media (min-width: 1200px) {
    .events-cta_list::-webkit-scrollbar-thumb {
      width: 8px;
      border-radius: 4px;
      background-color: #7A7A7A; } }

.events-cta_item {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border-line);
  margin-bottom: 23px; }
  @media (min-width: 1850px) {
    .events-cta_item {
      min-height: 196px;
      padding-bottom: 34px;
      margin-bottom: 34px;
      padding-right: 308px;
      position: relative; } }
  .events-cta_item_image {
    width: 100%;
    display: block;
    border-radius: 5px;
    max-width: 209px;
    max-height: 102px;
    overflow: hidden;
    margin-bottom: 28px; }
    @media (min-width: 1200px) {
      .events-cta_item_image {
        max-width: 269px;
        max-height: 131px; } }
    @media (min-width: 1850px) {
      .events-cta_item_image {
        margin-bottom: 0;
        position: absolute;
        top: 18px;
        right: 0; } }
    .events-cta_item_image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
  .events-cta_item_meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px; }
    .events-cta_item_meta,
    .events-cta_item_meta * {
      color: var(--red);
      font-size: 10px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .events-cta_item_meta,
        .events-cta_item_meta * {
          font-size: 12px; } }
    .events-cta_item_meta_date {
      padding-left: 19px;
      background-image: url("../../assets/images/ico-calendar.svg");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 14px auto;
      display: inline-block; }
      @media (min-width: 1200px) {
        .events-cta_item_meta_date {
          padding-left: 24px;
          background-size: 18px auto; } }
  .events-cta_item_title {
    margin-bottom: 8px; }
    @media (min-width: 1200px) {
      .events-cta_item_title {
        margin-bottom: 23px; } }
    .events-cta_item_title,
    .events-cta_item_title * {
      color: var(--real-black);
      font-family: var(--font-secondary);
      font-size: 16px;
      line-height: 1.25;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0.16px;
      text-decoration: none; }
      .events-cta_item_title:hover,
      .events-cta_item_title *:hover {
        color: var(--real-black); }
      @media (min-width: 1200px) {
        .events-cta_item_title,
        .events-cta_item_title * {
          font-size: 26px;
          line-height: 1.3;
          letter-spacing: 0.26px; } }
  .events-cta_item_button {
    color: var(--red);
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    display: inline-block;
    transition: color 0.5s; }
    .events-cta_item_button:hover {
      color: var(--real-black); }

.events .container {
  padding-top: 68px;
  padding-bottom: 68px; }
  @media (min-width: 1200px) {
    .events .container {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1850px) {
    .events .container {
      padding-top: 140px;
      padding-bottom: 140px; } }

.events:last-child .container {
  padding-bottom: 108px; }
  @media (min-width: 1200px) {
    .events:last-child .container {
      padding-bottom: 230px; } }
  @media (min-width: 1850px) {
    .events:last-child .container {
      padding-bottom: 270px; } }

.events_title {
  width: 100%;
  margin-bottom: 39px; }
  @media (min-width: 1200px) {
    .events_title {
      max-width: 1244px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 124px; } }
  .events_title * {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 25px;
    line-height: 1;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .events_title * {
        font-size: 45px;
        line-height: 1;
        letter-spacing: 2.5px; } }
    @media (min-width: 1850px) {
      .events_title * {
        font-size: 63px;
        line-height: 1;
        letter-spacing: 3.15px; } }

.events_description {
  width: 100%;
  margin-top: -17px;
  margin-bottom: 35px; }
  @media (min-width: 1200px) {
    .events_description {
      margin-top: -89px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 100px; } }
  @media (min-width: 1850px) {
    .events_description {
      margin-top: -105px;
      margin-bottom: 116px; } }
  .events_description * {
    color: var(--black);
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    text-wrap: balance;
    text-align: center; }
    @media (min-width: 1200px) {
      .events_description * {
        font-size: 16px; } }
    @media (min-width: 1850px) {
      .events_description * {
        font-size: 22px; } }

.events .events-list {
  width: 100%; }
  @media (min-width: 768px) {
    .events .events-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 14px; } }
  @media (min-width: 1200px) {
    .events .events-list {
      gap: 44px;
      padding-bottom: 100px; } }

.events .event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid var(--border-light-alt);
  background-color: var(--white);
  filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0));
  transition: all 0.5s;
  padding: 38px 14px;
  margin-bottom: 15px;
  text-decoration: none; }
  .events .event:hover {
    filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0.14)); }
  @media (min-width: 768px) {
    .events .event {
      width: calc(50% - 7.5px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .events .event {
      border-radius: 24px;
      width: calc(33.33% - 30px);
      max-width: 515px;
      padding: 64px 39px; } }
  .events .event_text {
    padding-bottom: 40px; }
    @media (min-width: 1200px) {
      .events .event_text {
        padding-bottom: 57px; } }
  .events .event_media {
    border-radius: 12px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .events .event_media {
        border-radius: 20px; } }
    .events .event_media_image {
      width: 100%;
      height: 148px;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 1200px) {
        .events .event_media_image {
          height: 211px; } }
  .events .event_meta {
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .events .event_meta {
        margin-bottom: 10px; } }
  .events .event_tags {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    margin-right: auto; }
    .events .event_tags_item {
      overflow: hidden;
      border-radius: 100px;
      border: 0.5px solid var(--red);
      background: rgba(249, 211, 209, 0.3);
      display: flex;
      align-items: center;
      color: var(--real-black);
      font-size: 12px;
      line-height: 1.4;
      font-style: normal;
      font-weight: 400;
      letter-spacing: -0.24px;
      text-align: left;
      text-decoration: none;
      padding: 4px 15px 4px 11px; }
      @media (min-width: 1200px) {
        .events .event_tags_item {
          padding-top: 6px;
          padding-bottom: 6px; } }
      .events .event_tags_item:hover {
        color: var(--real-black); }
      .events .event_tags_item:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: var(--red);
        border-radius: 100%;
        margin-right: 8px; }
  .events .event_date {
    display: block;
    width: calc(50% - 10px);
    text-align: right;
    padding-left: 19px;
    background-image: url("../../assets/images/ico-calendar.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto; }
    @media (min-width: 1200px) {
      .events .event_date {
        padding-left: 24px;
        background-size: 20px auto; } }
    .events .event_date,
    .events .event_date * {
      color: var(--red);
      font-size: 10px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .events .event_date,
        .events .event_date * {
          font-size: 16px; } }
  .events .event_title {
    width: 100%;
    margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .events .event_title {
        margin-bottom: 33px; } }
    .events .event_title,
    .events .event_title * {
      color: var(--black);
      font-size: 16px;
      line-height: 1.35;
      font-style: normal;
      font-weight: 400;
      text-align: left; }
      @media (min-width: 1200px) {
        .events .event_title,
        .events .event_title * {
          font-size: 26px;
          line-height: 1.3; } }
  .events .event_description {
    width: 100%;
    margin-bottom: 22px;
    color: var(--black);
    font-size: 13px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .events .event_description {
        font-size: 16px;
        line-height: 1.56;
        margin-bottom: 10px; } }
    .events .event_description * {
      color: var(--black);
      font-size: 13px;
      line-height: 1.35;
      font-style: normal;
      font-weight: 400;
      text-align: left; }
      @media (min-width: 1200px) {
        .events .event_description * {
          font-size: 16px;
          line-height: 1.56; } }
  .events .event_button {
    color: var(--red);
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-decoration-line: underline;
    display: flex;
    margin-right: auto;
    transition: color 0.5s; }
    @media (min-width: 1200px) {
      .events .event_button {
        font-size: 18px; } }
    .events .event_button:hover {
      color: var(--real-black); }
  .events .event-featured {
    width: 100%;
    max-width: 100%;
    padding: 54px 32px 51px; }
    @media (min-width: 1200px) {
      .events .event-featured {
        padding: 39px 65px 39px 39px;
        flex-direction: row;
        margin-bottom: 104px; } }
    .events .event-featured .event_text {
      order: -1;
      padding-bottom: 28px; }
      @media (min-width: 1200px) {
        .events .event-featured .event_text {
          width: 51%;
          padding-left: 90px;
          padding-bottom: 0;
          display: flex;
          flex-direction: column; } }
    .events .event-featured .event_media {
      order: 0;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .events .event-featured .event_media {
          width: 49%;
          order: -2; } }
      .events .event-featured .event_media_image {
        height: 257px; }
        @media (min-width: 1200px) {
          .events .event-featured .event_media_image {
            height: 443px; } }
    .events .event-featured .event_meta {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .events .event-featured .event_meta {
          margin-bottom: 0; } }
    .events .event-featured .event_title {
      margin-bottom: 17px; }
      @media (min-width: 1200px) {
        .events .event-featured .event_title {
          margin-top: auto;
          margin-bottom: 26px; } }
      .events .event-featured .event_title * {
        font-size: 25px;
        font-weight: 700; }
        @media (min-width: 1200px) {
          .events .event-featured .event_title * {
            font-size: 32px; } }
    .events .event-featured .event_description {
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .events .event-featured .event_description {
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        .events .event-featured .event_description * {
          font-size: 22px;
          line-height: 1.13; } }
    .events .event-featured .event_button {
      font-size: 13px; }
      @media (min-width: 1200px) {
        .events .event-featured .event_button {
          font-size: 18px;
          margin-bottom: auto; } }

.events_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0; }
  @media (min-width: 1200px) {
    .events_actions {
      margin-top: 50px; } }
  .events_actions_link {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-decoration-line: underline;
    transition: color 0.5s; }
    @media (min-width: 1200px) {
      .events_actions_link {
        font-size: 20px; } }
    @media (min-width: 1850px) {
      .events_actions_link {
        font-size: 24px; } }
    .events_actions_link:hover {
      color: var(--red); }

.events_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px auto 0; }
  @media (min-width: 1200px) {
    .events_pagination {
      margin-top: 20px; } }
  .events_pagination_prev {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-prev.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-right: 2px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .events_pagination_prev {
        background-size: 25px auto; } }
    .events_pagination_prev.disabled {
      background-image: url("../../assets/images/ico-pagination-prev-disabled.svg"); }
  .events_pagination_next {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-next.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-left: 2px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .events_pagination_next {
        background-size: 25px auto; } }
    .events_pagination_next.disabled {
      background-image: url("../../assets/images/ico-pagination-next-disabled.svg"); }
  .events_pagination_number {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    margin-left: 19px;
    margin-right: 19px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .events_pagination_number {
        font-size: 22px;
        margin-left: 9px;
        margin-right: 9px; } }
    .events_pagination_number:hover {
      color: var(--real-black); }
    .events_pagination_number.current {
      color: var(--red);
      font-weight: 700; }

@media (max-width: 1199px) {
  .events-small .event {
    display: none; } }

@media (max-width: 1199px) {
  .events-small .event-1 {
    display: block; } }

@media (min-width: 768px) {
  .events-small .event-2 {
    display: block; } }
