.competition__title {
  font-size: 35px;
  color: #244873;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px; }
  .competition__content {
    grid-column: 1 / 10;
    background: white;
    margin-top: -67px;
    padding-bottom: 47px;
    min-width: 0;
    border-bottom: 1px solid #f0f4fb;
    padding: 40px; }
    @media screen and (max-width: 700px) {
  .competition__content {
    padding: 20px;
    padding-right: 0; } }
  .competition__filters {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px; }
    .competition__filters-content {
      display: flex;
      align-items: center;
      gap: 5px; }
    @media screen and (max-width: 700px) {
  .competition__filters {
    flex-direction: column; } }
  .competition__filter {
    position: relative;
    background: #e0e5ee;
    padding: 5px; }
  .competition__selector {
    cursor: pointer;
    min-width: 120px;
    margin-right: 20px; }
  .competition__date {
    border: none !important;
    padding-top: 40px;
    width: 100%; }
    .competition__date-row {
      border-bottom: 1px solid; }
      .competition__date-row:nth-child(even) {
        background: #e0e5ee; }
      .competition__date-row:last-child {
        border-bottom: none; }
      .competition__date-row--header {
        background: #1d3552 !important;
        color: #fff; }
      .competition__date-row--month {
        background: #00c38d !important;
        color: #1d3552; }
  .competition__dates {
    overflow-x: auto; }
  .competition__item {
    padding: 10px !important;
    font-family: Noto Sans Display;
    font-size: 16px;
    line-height: 150%;
    text-align: center !important;
    border-right: 1px solid; }
    .competition__item:last-child {
      border-right: none; }
    .competition__item--1 {
      grid-column: span 1; }
    .competition__item--2 {
      grid-column: span 2; }
    .competition__item--3 {
      grid-column: span 3; }
    .competition__item--4 {
      grid-column: span 4; }
    .competition__item--12 {
      grid-column: span 12; }

.hide, .year, .years, .months, .month {
  display: none; }

.years, .months {
  position: absolute;
  flex-direction: column;
  background: #e0e5ee;
  left: 0;
  width: 100%;
  min-width: 120px;
  z-index: 2; }

.show {
  display: flex; }

.all-month, .all-year, .month, .year {
  cursor: pointer;
  transition: 0.3s all;
  padding: 15px 5px; }
  .all-month:hover, .all-year:hover, .month:hover, .year:hover {
    background: #1d3552;
    color: #fff; }

.year--all {
  display: block; }

.yactive, .mactive {
  background: #1d3552;
  color: #fff; }
