.hero {
  height: 100vh;
  max-height: 799px;
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .hero {
      max-height: 1133px; } }
  @media (min-width: 1850px) {
    .hero {
      max-height: 1144px; } }
  .hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .hero_header {
    position: relative;
    z-index: 2;
    top: 50%;
    left: -100%;
    animation: heroHeader 1s forwards;
    transform: translateY(-50%);
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(204, 204, 204, 0.05);
    backdrop-filter: blur(50px);
    padding: 55px 24px 55px 30px;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    max-width: calc(100% - 15px); }
    @media (min-width: 1200px) {
      .hero_header {
        border-radius: 0px 40px 40px 0px;
        padding: 66px 82px 66px 90px; } }
    @media (min-width: 1850px) {
      .hero_header {
        padding: 114px 139px 123px 136px; } }
    .hero_header_title {
      width: 100%;
      margin-bottom: 9px; }
      @media (min-width: 1200px) {
        .hero_header_title {
          margin-bottom: 1px; } }
      .hero_header_title * {
        color: var(--real-white);
        font-family: var(--font-secondary);
        font-size: 28px;
        line-height: 1.1;
        font-style: normal;
        font-weight: 100;
        text-align: left;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        width: 100%; }
        @media (min-width: 1200px) {
          .hero_header_title * {
            font-size: 46px; } }
        @media (min-width: 1850px) {
          .hero_header_title * {
            font-size: 65px; } }
        .hero_header_title * strong {
          display: block;
          width: auto;
          font-weight: 400;
          margin-left: 50px; }
          @media (min-width: 1200px) {
            .hero_header_title * strong {
              margin-left: 84px; } }
          @media (min-width: 1200px) {
            .hero_header_title * strong {
              margin-left: 184px; } }
          .hero_header_title * strong:first-child {
            margin-left: 0;
            text-align: right; }
    .hero_header_subtitle {
      max-width: 206px;
      margin-left: auto; }
      @media (min-width: 1200px) {
        .hero_header_subtitle {
          max-width: 390px; } }
      @media (min-width: 1850px) {
        .hero_header_subtitle {
          max-width: 500px; } }
      .hero_header_subtitle * {
        color: var(--real-white);
        font-size: 12px;
        line-height: 1.3;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0.96px;
        text-align: right;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .hero_header_subtitle * {
            font-size: 20px;
            letter-spacing: 1.15px; } }
        @media (min-width: 1850px) {
          .hero_header_subtitle * {
            font-size: 28px;
            letter-spacing: 1.4px; } }
  .hero_scroll {
    cursor: pointer;
    color: rgba(225, 225, 225, 0.8);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-align: center;
    max-width: 110px;
    position: absolute;
    bottom: 77px;
    left: 148px;
    z-index: 1;
    display: none; }
    @media (min-width: 1200px) {
      .hero_scroll {
        display: block;
        opacity: 0;
        transform: translateY(-100px);
        animation: heroScroll 1s forwards; } }
    .hero_scroll strong {
      display: block;
      color: var(--white);
      font-size: 16px;
      line-height: 1;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 4px; }
    .hero_scroll:before {
      content: '';
      display: block;
      width: 20px;
      height: 147px;
      background-image: url("../../assets/images/ico-scroll.webp");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      bottom: calc(100% + 14px);
      left: 50%;
      transform: translateX(-50%); }
  .hero.v2 .hero_header {
    max-width: 341px; }
    @media (min-width: 1200px) {
      .hero.v2 .hero_header {
        max-width: 1011px; } }
    @media (min-width: 1850px) {
      .hero.v2 .hero_header {
        max-width: 1471px;
        padding-right: 129px; } }
  @media (max-width: 1199px) {
    .hero.v2 .hero_header_title * {
      display: block; } }
  .hero.v2 .hero_header_title * strong {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .hero.v2 .hero_header_title * strong {
        display: inline; } }
  @media (min-width: 1200px) {
    .hero.v2 .hero_header_subtitle {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 640px; } }
  @media (min-width: 1850px) {
    .hero.v2 .hero_header_subtitle {
      max-width: 910px; } }
  @media (min-width: 1200px) {
    .hero.v2 .hero_header_subtitle * {
      text-align: right; } }
  .hero.v3 .hero_header_title * {
    display: block; }
    .hero.v3 .hero_header_title * span,
    .hero.v3 .hero_header_title * strong {
      width: auto;
      display: inline;
      margin-left: 0; }
  @media (min-width: 1200px) {
    .hero.v3 .hero_header_subtitle {
      max-width: 500px; } }
  @media (min-width: 1850px) {
    .hero.v3 .hero_header_subtitle {
      max-width: 681px; } }
  @media (min-width: 1200px) {
    .hero.v3 .hero_header_subtitle * {
      text-wrap: balance; } }

@keyframes heroHeader {
  100% {
    left: 0; } }

@keyframes heroScroll {
  100% {
    opacity: 1;
    transform: translateY(0); } }

.breads ul {
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  @media (min-width: 1200px) {
    .breads ul {
      padding-top: 80px;
      padding-bottom: 80px; } }

.breads li {
  color: var(--real-black);
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.7px; }
  @media (min-width: 1200px) {
    .breads li {
      font-size: 18px; } }
  @media (min-width: 1850px) {
    .breads li {
      font-size: 20px;
      letter-spacing: 1px; } }
  .breads li:not(:last-child):after {
    content: ' > ';
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0; }
  .breads li a {
    color: var(--real-black);
    text-decoration: none; }
  .breads li span {
    color: var(--red);
    font-weight: 400; }

.subscribe .container {
  padding-bottom: 46px; }
  @media (min-width: 1200px) {
    .subscribe .container {
      padding-top: 100px;
      display: flex; } }

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

.subscribe_header {
  background-image: url("../../assets/images/bg-subscribe.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 12px 12px 0px 0px;
  padding: 30px 30px 68px; }
  @media (min-width: 1200px) {
    .subscribe_header {
      width: 45%;
      height: auto;
      padding: 54px;
      border-radius: 24px 0px 0px 24px;
      justify-content: center; } }
  .subscribe_header_title {
    width: 100%;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .subscribe_header_title {
        margin-bottom: 40px; } }
    .subscribe_header_title * {
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 30px;
      line-height: 1;
      font-style: normal;
      font-weight: 200;
      text-align: left;
      letter-spacing: -0.9px; }
      @media (min-width: 1200px) {
        .subscribe_header_title * {
          font-size: 45px;
          line-height: 1;
          letter-spacing: 2.5px; } }
      @media (min-width: 1850px) {
        .subscribe_header_title * {
          font-size: 63px;
          line-height: 1;
          letter-spacing: 3.15px; } }
  .subscribe_header_kicker {
    width: 100%; }
    .subscribe_header_kicker * {
      color: var(--real-white);
      font-size: 12px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0.6px; }
      @media (min-width: 1200px) {
        .subscribe_header_kicker * {
          font-size: 22px;
          letter-spacing: 1.1px; } }

.subscribe_text {
  padding: 36px 30px 53px;
  border-radius: 0px 0px 12px 12px;
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  border-left: 1px solid #8E8E8E;
  background: var(--white); }
  @media (min-width: 1200px) {
    .subscribe_text {
      width: 55%;
      border-radius: 0 24px 24px 0;
      border-top: 1px solid #8E8E8E;
      border-left: none;
      padding: 115px 60px; } }

.subscribe_field {
  width: 100%;
  display: block;
  margin-bottom: 5px; }
  @media (min-width: 1200px) {
    .subscribe_field {
      margin-bottom: 52px; } }
  .subscribe_field:last-child {
    margin-bottom: 0; }
  .subscribe_field select {
    margin-left: 20px;
    border: 1px solid var(--real-white);
    border-radius: 3px;
    min-width: 34px; }
  .subscribe_field input[type="text"],
  .subscribe_field input[type="email"],
  .subscribe_field textarea {
    border: none;
    background-color: transparent;
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding-left: 0; }
    @media (min-width: 1200px) {
      .subscribe_field input[type="text"],
      .subscribe_field input[type="email"],
      .subscribe_field textarea {
        font-size: 18px; } }
    .subscribe_field input[type="text"]::placeholder,
    .subscribe_field input[type="email"]::placeholder,
    .subscribe_field textarea::placeholder {
      color: var(--real-black); }
  .subscribe_field label {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .subscribe_field label {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .subscribe_field label {
        font-size: 20px; } }
    .subscribe_field label span {
      color: var(--red); }
  .subscribe_field-placeholder {
    padding-top: 2px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--real-black);
    padding-bottom: 8px;
    position: relative; }
    @media (min-width: 1850px) {
      .subscribe_field-placeholder {
        margin-bottom: 42px; } }
    .subscribe_field-placeholder label {
      width: 100%;
      position: absolute;
      left: 0;
      top: 7px;
      transition: all 0.35s; }
    .subscribe_field-placeholder.focused label,
    .subscribe_field-placeholder.focused label {
      top: -12px; }
      @media (min-width: 1200px) {
        .subscribe_field-placeholder.focused label,
        .subscribe_field-placeholder.focused label {
          top: -25px; } }
  .subscribe_field-select {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .subscribe_field-select {
        margin-bottom: 24px; } }
  .subscribe_field-check {
    width: 100%;
    position: relative;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .subscribe_field-check {
        margin-bottom: 10px; } }
    .subscribe_field-check a {
      color: var(--real-black); }
      .subscribe_field-check a:hover {
        color: var(--real-black); }
    .subscribe_field-check .wpcf7-form-control-wrap,
    .subscribe_field-check .wpcf7-form-control,
    .subscribe_field-check .wpcf7-list-item,
    .subscribe_field-check .wpcf7-list-item label {
      width: 100%;
      margin: 0; }
    .subscribe_field-check label {
      position: relative;
      padding-left: 22px; }
      @media (min-width: 1200px) {
        .subscribe_field-check label {
          padding-left: 32px; } }
    .subscribe_field-check input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .subscribe_field-check input[type="checkbox"]:checked ~ span:after {
        opacity: 1; }
      .subscribe_field-check input[type="checkbox"]:checked ~ span:before {
        border-color: var(--red);
        background-color: rgba(249, 211, 209, 0.3); }
      .subscribe_field-check input[type="checkbox"] + span {
        color: var(--real-black);
        font-size: 12px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left; }
        @media (min-width: 1200px) {
          .subscribe_field-check input[type="checkbox"] + span {
            font-size: 14px; } }
        .subscribe_field-check input[type="checkbox"] + span:before {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          height: 12px;
          width: 12px;
          background-color: var(--real-white);
          border: 1.5px solid var(--real-black);
          transition: background-color 0.25s ease;
          border-radius: 2px; }
          @media (min-width: 1200px) {
            .subscribe_field-check input[type="checkbox"] + span:before {
              top: 6px;
              height: 17px;
              width: 17px; } }
        .subscribe_field-check input[type="checkbox"] + span:after {
          content: '';
          display: block;
          position: absolute;
          left: 4px;
          top: 2px;
          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) {
            .subscribe_field-check input[type="checkbox"] + span:after {
              top: 9px;
              width: 6px;
              height: 8px;
              left: 5px; } }

.subscribe_note {
  margin-top: 15px;
  border-top: 1px solid var(--grey-light);
  padding-top: 15px;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 1200px) {
    .subscribe_note {
      margin-top: 10px;
      padding-top: 10px;
      margin-bottom: 52px; } }
  .subscribe_note * {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    .subscribe_note * a {
      color: var(--real-black);
      text-decoration: underline; }

@media (min-width: 1200px) {
  .subscribe .button {
    min-width: 232px;
    max-width: 232px; } }

.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; } }
