/*.yearly-circle {
  padding: 14px 15px;
}*/

  .yearly-circle .hidden-sm {
    display: flex !important;
  }

  .yearly-circle .row.compt-tit-con h4 {
    font-size: 28px;
    margin-inline-start: 0;
  }

  .yearly-circle .panel-group.visible-xs {
    display: none !important;
  }

  .yearly-circle .month-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 33px;
  }

    .yearly-circle .month-mobile select {
      background: transparent;
      border: none;
      color: #337ab7;
      font-size: 20px;
      font-family: Assistant;
      font-weight: 600;
    }

    .yearly-circle .month-mobile button {
      border: none;
      background: transparent;
    }

    .yearly-circle .month-mobile .prev {
      transform: rotate(180deg);
    }

  .yearly-circle .nav-tabs {
    display: flex;
    gap: 5px;
  }

    .yearly-circle .nav-tabs::before {
      display: none;
    }

    .yearly-circle .nav-tabs li.active a {
      background: #edf5fa;
      border-bottom: 4px solid #edf5fa;
    }

    .yearly-circle .nav-tabs li a {
      background: transparent;
      color: #000000;
      font-size: 22px;
      font-weight: 600;
      padding: 23px 20px;
      background: #b0d5e6;
      border-bottom: 4px solid white;
      cursor: pointer;
    }

      .yearly-circle .nav-tabs li a:hover {
        margin: auto;
        background: #99c5da;
      }

  .yearly-circle .tab-content .tab-pane,
  .yearly-circle .panel-group .tab-pane {
    background: #edf5fa;
    padding: 29px 17px;
  }

    .yearly-circle .tab-content .tab-pane .months,
    .yearly-circle .panel-group .tab-pane .months {
      margin: 0 !important;
      padding: 0;
      display: grid;
      list-style-type: none;
      grid-template-columns: repeat(6, 1fr);
      border-collapse: collapse;
      box-sizing: border-box;
      gap: 1px;
      border: 1px solid #daebf2;
      background-color: #daebf2;
      border-radius: 4px;
      overflow: hidden;
    }

      .yearly-circle .tab-content .tab-pane .months li,
      .yearly-circle .panel-group .tab-pane .months li {
        display: grid;
        margin: 0;
      }

        .yearly-circle .tab-content .tab-pane .months li button,
        .yearly-circle .panel-group .tab-pane .months li button {
          background: transparent;
          border: none;
          background-color: #edf5fa;
          color: #000000;
          font-size: 16px;
          font-family: Assistant;
          line-height: normal;
          padding: 5px;
        }

          .yearly-circle .tab-content .tab-pane .months li button.active, .yearly-circle .tab-content .tab-pane .months li button:focus,
          .yearly-circle .panel-group .tab-pane .months li button.active,
          .yearly-circle .panel-group .tab-pane .months li button:focus {
            background-color: var(--primary-btn-color);
            color: white;
            font-weight: 600;
          }

    .yearly-circle .tab-content .tab-pane .events-panel,
    .yearly-circle .panel-group .tab-pane .events-panel {
      display: none;
    }

      .yearly-circle .tab-content .tab-pane .events-panel.active,
      .yearly-circle .panel-group .tab-pane .events-panel.active {
        display: block;
      }

    .yearly-circle .tab-content .tab-pane .events,
    .yearly-circle .panel-group .tab-pane .events {
      margin: 24px 0 0 0 !important;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
    }

      .yearly-circle .tab-content .tab-pane .events li,
      .yearly-circle .panel-group .tab-pane .events li {
        flex: 0 1 calc(33% - 13px);
        /*background: #b0d5e6;*/
        border: 1px solid var(--shadow-in-container);
        border-radius: 4px;
        box-shadow: var(--btn-box-shadow);
      }

}

.yearly-circle .tab-content .tab-pane .events li div,
.yearly-circle .panel-group .tab-pane .events li div {
  padding: 9px 18px 16px;
}

  .yearly-circle .tab-content .tab-pane .events li div p,
  .yearly-circle .panel-group .tab-pane .events li div p {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
/*.yearly-circle .tab-content .tab-pane .more,
.yearly-circle .panel-group .tab-pane .more {
  text-align: end;
  display: none;
}*/
/*.yearly-circle .tab-content .tab-pane button.more,
  .yearly-circle .panel-group .tab-pane button.more {
    background: #1d5c7e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: Assistant;
    font-size: 16px;
    width: 66px;
    padding: 6px 12px;
  }*/
/*.yearly-circle .tab-content .tab-pane button.more img,
    .yearly-circle .panel-group .tab-pane button.more img {
      width: 6px;
      filter: brightness(5);
      transform: rotate(180deg);
      vertical-align: middle;
      margin-inline-start: 10px;
    }*/
.yearly-circle.homepage .compt-tit-con {
  display: flex;
}

.yearly-circle.homepage .more-event {
  margin: auto;
  margin-inline-end: 0;
}

  .yearly-circle.homepage .more-event a {
    font-size: 24px;
    color: #2c7094;
  }

    .yearly-circle.homepage .more-event a img {
      width: 9px;
      margin-inline-start: 6px;
    }

.yearly-circle.homepage .tab-content .tab-pane .months {
  grid-template-columns: repeat(12, 1fr);
}

.yearly-circle.homepage .tab-content .tab-pane .events {
  gap: 33px;
}

  .yearly-circle.homepage .tab-content .tab-pane .events li {
    flex: 0 1 calc(25% - 25px);
  }

.yearly-circle.homepage .tab-content .tab-pane .more {
  display: block;
}

.event-subjects {
  padding: 28px;
}

  .event-subjects ul {
    margin: 0 !important;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

    .event-subjects ul li {
      flex: 0 1 calc(33% - 12px);
    }

      .event-subjects ul li a {
        position: relative;
        display: block;
      }

        .event-subjects ul li a div {
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
          color: white;
          background: rgba(0, 0, 0, 0.7);
          padding: 5px;
        }

          .event-subjects ul li a div p {
            margin: 0;
            font-size: 18px;
            font-weight: 100;
          }

        .event-subjects ul li a:hover p {
          font-weight: 600;
        }

@media (max-width: 768px) {
  .event-subjects ul li {
    flex: 1 1 100%;
  }

    .event-subjects ul li div p {
      text-align: start;
    }

  .yearly-circle .month-mobile {
    display: flex;
  }

    .yearly-circle .month-mobile select {
      width: 90px;
    }

  .yearly-circle .tab-content .tab-pane ul.months {
    display: none;
  }

  .yearly-circle .tab-content .tab-pane .events li {
    flex: 1 100%;
  }

  .yearly-circle .tab-content .tab-pane .more {
    display: block;
  }
}
/*# sourceMappingURL=yearly-circle.css.map */

.yearly-circle .tab-content .tab-pane, .yearly-circle .panel-group .tab-pane {
  width: 100%;
}

.yearly-circle li.tab-head button {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 600;
  padding: 23px;
  background: var(--grey-background);
  border-bottom: 4px solid white;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  border: none;
  border-top-left-radius: var(--item-radius);
  border-top-right-radius: var(--item-radius);
  border-top: 2px solid #A5A5A5;
}

.yearly-circle li.active.tab-head button {
  background: var(--stock-search-bg);
  border-bottom: 4px solid var(--stock-search-bg);
  border-top: 2px solid #1776B5;
}

.events-panel {
  display: none;
}

  .events-panel.active {
    display: none;
  }
/*overried*/
@media (max-width: 768px) {
  .yearly-circle li.tab-head button {
    padding: 8px;
    line-height: inherit;
  }

  .page-component-edu.yearly-circle .nav.nav-tabs {
    margin-top: 8px !important;
  }
}

.yearly-circle .tab-content .tab-pane .more {
  display: block;
}

.yearly-circle .tab-content .tab-pane .readMoreItems,
.yearly-circle .panel-group .tab-pane .readMoreItems {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 15px;
}

  /*.yearly-circle .tab-content .tab-pane .readMoreItems button,
  .yearly-circle .panel-group .tab-pane .readMoreItems button {
    background: #1d5c7e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: Assistant;
    font-size: 16px;
    width: 66px;
    padding: 6px 6px;
  }*/

    .yearly-circle .tab-content .tab-pane .readMoreItems button img,
    .yearly-circle .panel-group .tab-pane .readMoreItems button img {
      width: 6px;
      filter: brightness(5);
      transform: rotate(180deg);
      vertical-align: middle;
      margin-inline-start: 10px;
    }

.no-events-text {
  font-size: 18px;
  font-weight: 600;
}

.yearly-circle .nav-tabs {
  padding-top: 15px;
}

.yearly-circle .events .event-title {
  padding: 10px;
  color: var(--title-color);
}
