.hideblock {
    display: none;
}
.calendar-section {
  background-color: #f7f7f7;
  padding-top: 67px;
  padding-bottom: 67px; }

.calendar-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.like-h2-c {
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.calendar-it-w {
  margin-top: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px; }

.calendar-it {
  width: calc(25% - 30px);
  background-color: white;
  padding: 39px;
  padding-bottom: 30px; }

.calendar-it-txt-1 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: black;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  font-family: "RideLife", sans-serif; }

.calendar-ul {
  margin-bottom: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px; }

.calendar-li {
  height: 15px;
  width: calc(100% / 7);
  font-size: 15px;
  font-weight: 300;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 27.3px; }

.nonactive-month {
  color: #999; }

.calendar-li-2 {
  width: calc(100% / 7);
  font-size: 15px;
  font-weight: 300;
  color: black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px; }
.calendar-li-a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    color: #e01f2e;
    font-size: 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
  .calendar-li-a:hover {
    text-decoration: none; }
  
.calendar-li-a:before {
    content: "";
    display: block;
    border-radius: 50%;
    background: none;
    border: 1px solid #e01f2e;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
}

.calendar-it-container {
  position: relative;
  padding-top: 20px; }
  .calendar-it-container .swiper-button {
    top: 35px; }
  .calendar-it-container .swiper-button-next {
    right: 0; }
  .calendar-it-container .swiper-button-prev {
    right: 66px;
    left: auto; }

.calendar-add-txt {
  font-size: 15px;
  font-weight: 300;
  color: #999999;
  text-align: center;
  margin-bottom: 16px; }

.calendar-add-soc-w {
  text-align: center; }

.calendar-add-soc {
  font-size: 15px;
  font-weight: 600;
  color: #0e78bf;
  margin-left: 8px;
  margin-right: 8px; }
.hideblock a:before {
    display: none;
}
.hideblock {
    position: absolute;
    width: auto;
    background: white;
    border: 1px solid #e01f2e;
    z-index: 99;
}
.hideblock br {
    display: none;
}

.hideblock a {
    display: block;
    padding: 10px;
}
.hideblock {
    position: absolute;
    width: auto;
    background: #fff;
    border: 1px solid #e01f2e;
    z-index: 99;
    border-radius: 5px;
    top: 0;
}
.catalog-navigation-prev {
    width: 40px;
    height: 40px;
    background: #E01F2E;
    border-radius: 4px;
    position: absolute;
    right: 68px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}
.catalog-navigation-prev svg {
    width: 13px;
    height: 20px;
}
.catalog-navigation-next {
    width: 40px;
    height: 40px;
    background: #E01F2E;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}
.catalog-navigation-next svg {
    width: 13px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
span.years {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 14px;
    font-weight: 800;
    color: #e01f2e;
}
.active {
    cursor: pointer;
}