a:not(.btn) {
  color: #7C7D80;
}
a:not(.btn):hover {
  color: #C62A30;
}
.fa,
.fas,
.far {
  color: #C62A30;
}
.btn .fa,
.button .fa,
.btn .fas,
.button .fas,
.btn .far,
.button .far {
  color: #ffffff;
}
.buttons-wrap {
  display: flex;
  justify-content: center;
}
.button,
.btn {
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
  transition: all ease 0.6s;
}
.button:hover,
.btn:hover {
  background: #C62A30;
}
.button.button-primary,
.btn.button-primary,
.button.btn-primary,
.btn.btn-primary {
  background: #008eab;
  color: #ffffff;
}
.button.button-primary:hover,
.btn.button-primary:hover,
.button.btn-primary:hover,
.btn.btn-primary:hover {
  background: #7C7D80;
  color: #ffffff;
}
.button.button-secondary,
.btn.button-secondary,
.button.btn-secondary,
.btn.btn-secondary {
  background: #7C7D80;
  color: #ffffff;
}
.button.button-secondary:hover,
.btn.button-secondary:hover,
.button.btn-secondary:hover,
.btn.btn-secondary:hover {
  background: #008eab;
  color: #ffffff;
}
.button.button-icon,
.btn.button-icon {
  color: #000000;
}
.button.button-icon i,
.btn.button-icon i {
  color: #000000;
}
.button.button-simply,
.btn.button-simply,
.button.btn-simply,
.btn.btn-simply {
  color: #000000;
  background: none!important;
}
.btn-cover {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.date-column-wrap {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.date-column-wrap .date-day {
  font-size: 1.75em;
}
.date-column-wrap .date-month {
  font-size: 0.8em;
}
.date-column-wrap .date-year {
  font-size: 0.8em;
}
.date-column-wrap .date-time {
  font-weight: 300;
  font-size: 0.75em;
  margin: 0.4em 0 0;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  width: 8px;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}
.swiper-scrollbar.swiper-scrollbar-vertical .swiper-scrollbar-drag,
.swiper-vertical > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #C62A30;
}
.scrollbar-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.scrollbar-wrapper .swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  padding: 4px 16px;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.socialMedia .blockButton {
  background: #7C7D80;
}
.socialMedia .blockButton:hover {
  background: #ffffff;
}
@media all and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0!important;
  }
  .swiper.t-swiper-round-mobile,
  .swiper.t-swiper-event-mobile {
    padding-bottom: 32px;
  }
}
