.calendar {
  width: 500px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .calendar {
      width: auto;
      margin-bottom: 15px;
      margin-top: 15px; } }
  .calendar .calendar__header {
    background: #ff6200;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 55px;
    padding: 0 0 10px 0; }
    .calendar .calendar__header .current__day {
      display: flex;
      margin-left: -5px;
      margin-right: -5px;
      flex-direction: column; }
      .calendar .calendar__header .current__day a {
        padding-top: 22px;
        padding-left: 25px; }
        @media (max-width: 576px) {
          .calendar .calendar__header .current__day a {
            padding-top: 14px; } }
    .calendar .calendar__header .edit__month__wrap {
      display: flex;
      margin-top: 22px;
      width: 60px; }
      @media (max-width: 576px) {
        .calendar .calendar__header .edit__month__wrap {
          margin-top: 12px; } }
      .calendar .calendar__header .edit__month__wrap .prev__month {
        margin-right: 25px; }
        @media (max-width: 576px) {
          .calendar .calendar__header .edit__month__wrap .prev__month {
            margin-right: 15px; } }
    .calendar .calendar__header .month {
      width: 180px; }
      @media (max-width: 576px) {
        .calendar .calendar__header .month {
          width: 130px;
          padding-top: 4px; } }
      .calendar .calendar__header .month p {
        text-align: right;
        font-size: 50px;
        letter-spacing: -2.5px;
        color: #fff;
        margin: 0;
        text-transform: lowercase;
        line-height: 1.2; }
        @media (max-width: 576px) {
          .calendar .calendar__header .month p {
            font-size: 33px; } }
    .calendar .calendar__header .year {
      margin-right: 15px; }
      @media (max-width: 576px) {
        .calendar .calendar__header .year {
          padding-top: 4px; } }
      .calendar .calendar__header .year p {
        font-size: 50px;
        letter-spacing: -2.5px;
        color: #fff;
        margin: 0;
        line-height: 1.2; }
        @media (max-width: 576px) {
          .calendar .calendar__header .year p {
            font-size: 33px; } }
  .calendar .event__week {
    display: flex; }
    .calendar .event__week .event__item {
      background: #ff8940;
      width: 23%;
      min-height: 165px;
      padding: 0 1px; }
      @media (max-width: 576px) {
        .calendar .event__week .event__item .event__item__date {
          height: 40px;
          width: 40px; } }
      @media (max-width: 576px) {
        .calendar .event__week .event__item .event__item__date p {
          font-size: 25px; } }
      .calendar .event__week .event__item:nth-child(2n) {
        background: #ffa873; }
        .calendar .event__week .event__item:nth-child(2n) .event__item__date {
          width: 99%;
          height: 66px;
          background: #ff8940;
          border-radius: 50px; }
          @media (max-width: 576px) {
            .calendar .event__week .event__item:nth-child(2n) .event__item__date {
              height: 40px;
              width: 40px; } }
      .calendar .event__week .event__item:nth-child(4) {
        background: #fff; }
        .calendar .event__week .event__item:nth-child(4) .event__item__date {
          background: #ff6200; }
      .calendar .event__week .event__item a:hover {
        text-decoration: none; }
      @media (max-width: 576px) {
        .calendar .event__week .event__item a .event__item__img__wrap {
          display: none; } }
      .calendar .event__week .event__item a .event__item__img__wrap .event__left__img__wrap .rating__tournament {
        width: 38px;
        height: 33px; }
      .calendar .event__week .event__item a .event__item__img__wrap .event__left__img__wrap .commercial__tournament {
        width: 38px;
        height: 42px; }
      .calendar .event__week .event__item a .event__item__img__wrap .event__left__img__wrap .entry {
        width: 38px;
        height: 30px; }
      .calendar .event__week .event__item a .event__item__img__wrap .event__right__img__wrap .private__tournament {
        width: 31px;
        height: 44px; }
      .calendar .event__week .event__item a .event__item__img__wrap .event__right__img__wrap .photo__report {
        width: 31px;
        height: 32px; }
      .calendar .event__week .event__item a .event__item__img__wrap .event__right__img__wrap .departure {
        width: 31px;
        height: 32px; }
      .calendar .event__week .event__item__date {
        width: 99%;
        height: 66px;
        background: #ffa873;
        border-radius: 50px; }
        .calendar .event__week .event__item__date p {
          text-align: center;
          font-size: 45px;
          color: #fff;
          padding: 0;
          margin: 2px 0 0 0;
          line-height: 1.4; }
      .calendar .event__week .event__item__img__wrap {
        display: flex; }
      .calendar .event__week .event__item__favorites {
        text-align: center; }
        .calendar .event__week .event__item__favorites a img {
          width: 35px; }
  .calendar .calendar__day {
    background: #ff6200; }
    .calendar .calendar__day div table tbody tr td {
      text-align: center;
      width: 71px;
      height: 25px;
      border-radius: 10% 95%;
      background: #ffa873; }
      .calendar .calendar__day div table tbody tr td:nth-child(6) {
        background: #fff; }
        .calendar .calendar__day div table tbody tr td:nth-child(6) a {
          color: #ffa873; }
      .calendar .calendar__day div table tbody tr td:nth-child(7) {
        background: #fff; }
        .calendar .calendar__day div table tbody tr td:nth-child(7) a {
          color: #ffa873; }
      .calendar .calendar__day div table tbody tr td a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 3px; }

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