/* Главная страница */
.card {
  display: flex;
  flex-direction: column;
}
.card__visual {
  height: 229px;
  display: flex;
  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: 18px 34px 16px 34px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
}
.card__body_bordered {
  border-right: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  border-left: 1px solid #C4C4C4;
}
.card__suptitle {
  flex: 0 0 auto;
  color: #C4C4C4;
  font-size: 0.85rem;
  font-weight: bold;
}
.card__text {
  flex: 1 0 auto;
  font-size: 1.07rem;
  line-height: 150%;
  padding: 8px 0px 0px 0px;
}
.card__subtitle {
  flex: 0 0 auto;
  color: #C4C4C4;
  font-size: 0.85rem;
  text-align: right;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
.card_hl .card__text {
  padding: 10px 0px 0px 0px;
  font-size: 1.42rem;
  font-weight: bold;
  line-height: 140%;
}
.card_rollup {
  flex: 0 0 auto;
}
@media (min-width: 765px) {
  .card_rollup {
    width: 340px;
    margin-right: 50px;
  }
  .card_rollup .card__visual {
    height: 208px;
  }
}
@media (min-width: 990px) {
  .card_rollup {
    width: 270px;
    margin-right: 45px;
  }
  .card_rollup .card__visual {
    height: 165px;
  }
}
@media (min-width: 1250px) {
  .card_rollup {
    width: 360px;
    margin-right: 45px;
  }
  .card_rollup .card__visual {
    height: 220px;
  }
}
.card_rollup .card__body {
  padding: 13px 30px 34px 30px;
  flex: 0 0 auto;
  height: 220px;
}
.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;
}
@media (min-width: 765px) {
  .splash {
    flex-direction: column;
  }
  .splash__first {
    flex: 0 0 auto;
    margin-bottom: 30px;
    min-height: 370px;
  }
  .splash__second {
    flex: 0 0 auto;
    flex-direction: row;
    min-height: 250px;
  }
  .splash__second-visual {
    flex: 0 0 55%;
    height: auto;
  }
  .splash__second-body {
    flex: 0 0 45%;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
  }
}
@media (min-width: 990px) {
  .splash {
    flex-direction: row;
    justify-content: space-between;
  }
  .splash__first {
    flex: 1 1 auto;
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .splash__second {
    flex: 0 0 376px;
    flex-direction: column;
  }
  .splash__second-visual {
    flex: 0 0 auto;
    height: 229px;
  }
  .splash__second-body {
    flex: 10 auto;
    border-top: none;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
  }
}
.cover {
  color: #ffffff;
  display: flex;
  position: relative;
}
.cover__visual-title img {
  max-height: 100px;
}
.cover__visual {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1001;
}
.cover__body {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 78%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50.52%, rgba(0, 0, 0, 0.7) 100%);
  padding: 30px 12% 70px 12%;
  z-index: 1002;
}
.cover__header {
  flex: 2 0 auto;
  line-height: 120%;
  font-weight: bold;
}
@media (min-width: 765px) {
  .cover__header {
    font-size: 0.85rem;
  }
}
@media (min-width: 990px) {
  .cover__header {
    font-size: 1.14rem;
  }
}
@media (min-width: 1250px) {
  .cover__header {
    font-size: 1.14rem;
  }
}
.cover__header p {
  padding: 0px 0px 1rem 0px;
  margin: 0px;
}
.cover__title {
  font-size: 4.57rem;
  line-height: 100%;
  font-weight: bold;
}
@media (min-width: 765px) {
  .cover__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 990px) {
  .cover__title {
    font-size: 4.57rem;
  }
}
@media (min-width: 1250px) {
  .cover__title {
    font-size: 4.57rem;
  }
}
.cover__subtitle {
  padding: 15px 0px 0px 0px;
  font-size: 1.42rem;
  line-height: 120%;
  font-weight: bold;
}
.titled-band {
  display: flex;
  flex-direction: column;
}
.titled-band__title {
  font-size: 1.71rem;
  font-weight: bold;
  line-height: 100%;
  padding: 0px 0px 23px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.titled-band__arrow-left {
  margin-right: 22px;
  cursor: pointer;
  width: 16px;
  height: 31px;
  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: 16px;
  height: 31px;
  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 {
  text-align: right;
  font-size: 0.85rem;
  padding: 0px 0px 10px 0px;
}
.titled-band_slider .titled-band__body {
  background-color: #ffffff;
}
.titled-band_carousel .titled-band__body {
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}
.news-cubicles {
  display: block;
}
.news-cubicles__item {
  padding: 0px 0px 10px 10px;
  float: left;
  height: 172px;
}
@media (min-width: 765px) {
  .news-cubicles__item {
    width: 50%;
  }
}
@media (min-width: 990px) {
  .news-cubicles__item {
    width: 33.333%;
  }
}
@media (min-width: 1250px) {
  .news-cubicles__item {
    width: 25%;
  }
}
.news-cubicles__item:first-child {
  height: 344px;
  padding: 0px 0px 10px 0px;
}
@media (min-width: 765px) {
  .news-cubicles__item_break {
    padding: 0px 0px 10px 0px;
  }
}
@media (min-width: 990px) {
  .news-cubicles__item_break {
    padding: 0px 0px 10px 10px;
  }
}
@media (min-width: 1250px) {
  .news-cubicles__item_break {
    padding: 0px 0px 10px 10px;
  }
}
@media (min-width: 765px) {
  .news-cubicles__item:last-child {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
}
@media (min-width: 990px) {
  .news-cubicles__item:last-child {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
}
@media (min-width: 1250px) {
  .news-cubicles__item:last-child {
    width: 50%;
    padding: 0px 0px 10px 10px;
  }
}
.news-cubicles__body {
  padding: 18px 22px 16px 22px;
}
.events-slider {
  position: relative;
}
.events-slider__arrow-left {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 45px;
  top: 88px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/elements/arrow-slider.svg');
}
@media (min-width: 765px) {
  .events-slider__arrow-left {
    left: -10px;
  }
}
@media (min-width: 990px) {
  .events-slider__arrow-left {
    left: -20px;
  }
}
@media (min-width: 1250px) {
  .events-slider__arrow-left {
    left: -25px;
  }
}
.events-slider__arrow-left_inactive {
  opacity: 0.22;
}
.events-slider__arrow-right {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 45px;
  top: 88px;
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/elements/arrow-slider.svg');
}
@media (min-width: 765px) {
  .events-slider__arrow-right {
    right: -10px;
  }
}
@media (min-width: 990px) {
  .events-slider__arrow-right {
    right: -20px;
  }
}
@media (min-width: 1250px) {
  .events-slider__arrow-right {
    right: -25px;
  }
}
.events-slider__arrow-right_inactive {
  opacity: 0.22;
}
.events-slider__body {
  position: relative;
  display: flex;
  overflow: hidden;
}
.events-slider__event {
  flex: 1 0 auto;
  width: 33.33%;
  height: 184px;
  padding: 27px 0px 27px 0px;
}
.events-slider__event-header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 84px;
  border-bottom: 1px solid #000000;
}
.events-slider__event-header:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}
.events-slider__event-title {
  flex: 0 0 39px;
  text-align: center;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 120%;
  color: #E03B43;
}
.events-slider__event-subtitle {
  flex: 0 0 34px;
  text-align: center;
}
.events-slider__event-footer {
  text-align: center;
  padding: 28px 0px 0px 0px;
  font-weight: bold;
}
.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;
  cursor: pointer;
}
@media (min-width: 765px) {
  .rollup__schdl-item {
    margin: 0px 30px 0px 0px;
  }
}
@media (min-width: 990px) {
  .rollup__schdl-item {
    margin: 0px 15px 0px 0px;
  }
}
@media (min-width: 1250px) {
  .rollup__schdl-item {
    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;
}
