/* Главная страница */
.card {
  display: flex;
  flex-direction: column;
}
.card__visual {
  height: 210px;
  display: flex;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}
.card__visual-label {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 110%;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  padding: 0px 37px 19px 37px;
}
.card__body {
  background-color: #ffffff;
  padding: 15px 18px 15px 18px;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.card__suptitle {
  flex: 0 0 auto;
  color: #D3555B;
  font-size: 0.85rem;
  font-weight: bold;
}
.card__text {
  flex: 1 0 auto;
  font-size: 1.14rem;
  line-height: 125%;
  padding: 8px 0px 0px 0px;
}
.card__subtitle {
  flex: 0 0 auto;
  color: #C4C4C4;
  font-size: 0.85rem;
  text-align: right;
  font-weight: bold;
  margin-top: 7px;
}
.card_rollup {
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  margin: 0px 10px 10px 0px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.card_rollup:last-child {
  margin-right: 0px;
}
.card_rollup .card__visual {
  height: 195px;
}
.card_rollup .card__body {
  padding: 12px 20px 34px 20px;
  flex: 0 0 auto;
  height: 200px;
}
.card_rollup:hover {
  color: inherit!important;
}
.card_rollup .card__visual::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.41%, rgba(0, 0, 0, 0.7) 100%);
}
.card:hover {
  color: #D72E44;
}
.splash {
  display: flex;
  flex-direction: column;
}
.splash__first {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.splash__second {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 6px;
}
.cover {
  display: flex;
  flex-direction: column;
}
.cover__visual-title img {
  max-height: 100px;
}
.cover__visual {
  flex: 0 0 auto;
  height: 210px;
}
.cover__body {
  display: flex;
  flex-direction: column;
  padding: 18px;
  background-color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cover__header {
  order: 3;
}
.cover__header p {
  margin: 18px 0px 0px 0px;
  padding: 16px 16px 14px 16px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: bold;
  line-height: 120%;
}
.cover__header p:nth-child(even) {
  background-color: #C4C4C4;
  color: #000000;
}
.cover__title {
  order: 1;
  font-size: 1.71rem;
  line-height: 115%;
  font-weight: 900;
}
.cover__subtitle {
  order: 2;
  padding: 9px 0px 0px 0px;
  font-size: 1.14rem;
  font-weight: 500;
}
.titled-band {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.titled-band__title {
  text-align: center;
  font-size: 1.71rem;
  font-weight: bold;
  line-height: 100%;
  border-bottom: 1px solid #000000;
  padding-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.titled-band__arrow-left {
  margin-right: 22px;
  cursor: pointer;
  width: 8px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/elements/arrow-slider.svg');
}
.titled-band__arrow-left_inactive {
  opacity: 0.22;
}
.titled-band__arrow-right {
  margin-left: 22px;
  cursor: pointer;
  width: 8px;
  height: 16px;
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/elements/arrow-slider.svg');
}
.titled-band__arrow-right_inactive {
  opacity: 0.22;
}
.titled-band__more {
  font-size: 0.85rem;
  text-align: right;
  color: #F3203B;
  padding: 22px 0px 0px 0px;
}
.titled-band_slider {
  background-color: #D3555B;
  padding: 22px 0px 5px 5%;
  position: relative;
  border-radius: 6px 0px 0px 6px;
}
.titled-band_slider .titled-band__title {
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  width: 85%;
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 150%;
  display: flex;
}
.titled-band_slider .titled-band__subtitle {
  flex: 1 0 33.33%;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
.titled-band_carousel {
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0px;
  position: relative;
}
.titled-band_carousel .titled-band__title {
  position: absolute;
  border: none;
  top: 136px;
  width: 100%;
  color: #ffffff;
  z-index: 1000;
}
.titled-band_carousel .titled-band__arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18L3 10.0007L11 2' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 20px;
}
.titled-band_carousel .titled-band__arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18L3 10.0007L11 2' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 20px;
}
.titled-band_carousel .titled-band__body {
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.titled-band_carousel .titled-band__body > * {
  scroll-snap-align: start;
}
.news-cubicles {
  display: flex;
  flex-direction: column;
}
.news-cubicles__item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C4C4C4;
}
.news-cubicles__body {
  padding: 0px;
}
.news-cubicles__suptitle {
  color: #C4C4C4;
}
.events-slider__arrow-left {
  position: absolute;
  top: 8px;
  right: 51px;
  width: 21px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/elements/arrow-slider-thin.svg');
}
.events-slider__arrow-left_inactive {
  opacity: 0.6;
}
.events-slider__arrow-right {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 21px;
  height: 16px;
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/elements/arrow-slider-thin.svg');
}
.events-slider__arrow-right_inactive {
  opacity: 0.6;
}
.events-slider__body {
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  margin-top: 21px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.events-slider__event {
  display: inline-block;
  width: 85%;
  height: 174px;
  padding: 23px;
  margin: 0px 13px 40px 0px;
  background-color: #ffffff;
  scroll-snap-align: start;
  opacity: 0.7;
}
.events-slider__event:last-child {
  width: 95%;
  margin-right: 5%;
}
.events-slider__event_active {
  opacity: 1;
}
.events-slider__event-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.events-slider__event-header:after {
  content: '';
  background-image: url(../img/elements/arrow-event.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 57px;
  height: 26px;
  margin: 0px auto;
}
.events-slider__event-title {
  flex: 0 0 30px;
  text-align: center;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 120%;
  color: #E03B43;
}
.events-slider__event-subtitle {
  flex: 0 0 30px;
  font-weight: bold;
  text-align: center;
}
.events-slider__event-footer {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 120%;
  color: #E03B43;
}
.rollup {
  white-space: normal;
}
.rollup__title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 110%;
}
.rollup__subtitle {
  margin: 10px 0px 0px 0px;
  font-size: 0.86rem;
  line-height: 110%;
}
.rollup__schdl {
  margin: auto auto 0px auto;
  display: flex;
  justify-content: center;
  position: relative;
  width: fit-content;
}
.rollup__schdl::before {
  content: '';
  position: absolute;
  top: 38px;
  height: 1px;
  width: 100%;
  background-color: #000000;
  z-index: 100;
}
.rollup__schdl_standalone {
  width: 100%;
}
.rollup__schdl-item {
  flex: 0 0 auto;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  z-index: 110;
  margin: 0px 30px 0px 0px;
}
.rollup__schdl-item:last-child {
  margin-right: 0px;
}
.rollup__schdl-item:hover .rollup__schdl-place {
  color: #C2071A;
  transition: all 0.2s;
}
.rollup__schdl-item:hover .rollup__schdl-lbl {
  color: #C2071A;
  transition: all 0.2s;
}
.rollup__schdl-item:hover .rollup__schdl-time {
  color: #C2071A;
  transition: all 0.2s;
}
.rollup__schdl-item:hover .rollup__schdl-date {
  background-color: #C2071A;
  border-color: #C2071A;
  color: #ffffff;
  transition: all 0.2s ease-in;
}
.rollup__schdl-item:hover .rollup__schdl-ellipsis {
  background-color: #C2071A;
  border-color: #C2071A;
  color: #ffffff;
  transition: all 0.2s ease-in;
}
.rollup__schdl-place {
  font-size: 0.86rem;
  letter-spacing: -1px;
}
.rollup__schdl-date {
  margin: 4px 0px 4px 0px;
  padding-top: 2px;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  font-size: 0.86rem;
  line-height: 100%;
  font-weight: 900;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rollup__schdl-time {
  font-size: 0.86rem;
  font-weight: 900;
}
.rollup__schdl-lbl {
  font-size: 0.86rem;
  font-weight: normal;
}
.rollup__schdl-ellipsis {
  margin: 18px 0px 4px 0px;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  font-size: 0.86rem;
  line-height: 100%;
  font-weight: 900;
  color: #C2071A;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rollup__schdl-ellipsis::after {
  content: '· · ·';
  padding-top: 2px;
  text-indent: 1px;
}
