

/* Start:/local/templates/rarus.light/components/bitrix/news/events/bitrix/news.detail/.default/style.css?178947341512041*/
@charset "UTF-8";
.calendar-add {
  margin-bottom: 72px;
}

.calendar-add__groups {
  display: grid;
}
@media (min-width: 768px) {
  .calendar-add__groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .calendar-add__groups {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}

.calendar-add__buttons {
  display: flex;
  grid-column-gap: 16px;
}
@media (min-width: 768px) {
  .calendar-add__buttons {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .calendar-add__buttons {
    flex-direction: column;
    grid-row-gap: 16px;
  }
}

.calendar-add__button {
  padding: 10px 20px;
  background-color: #f3f4f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
}

.calendar-add__button--warning {
    padding: 6px 16px;
}

.calendar-add__icon {
  font-size: 24px;
}

.calendar-add__link {
  color: inherit;
}

@media (min-width: 768px) {
  .calendar-add__social {
    margin-left: auto;
  }
}

.error {
  border-color: #e4523f;
  background-color: #fff;
}

.event__block {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f9f9f9;
}
.event__block--foto {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.event__block--foto::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}
.event__block--foto .event__time {
  background: rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 2;
  border-top: none;
}
.event__block--foto .event__time--cost,
.event__block--foto .event__block--title,
.event__block--foto .event__block--place .icon {
  color: #fff;
}
.event__block--blur {
  filter: blur(8px);
  width: 115%;
  height: 115%;
  position: absolute;
  top: -10%;
  left: -10%;
  background-size: cover;
  z-index: 1;
}
.event__block--container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 325px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .event__block--container {
    padding-top: 50px;
  }
}
.event__block--title {
  padding: 0;
}
@media (min-width: 768px) {
  .event__block--title {
    margin: 0 0 26px;
    line-height: 60px;
    font-weight: 700;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .event__block--title {
    margin: 3px 0 31px;
    line-height: 38px;
    font-weight: 700;
    font-size: 30px;
  }
}
.event__block--description {
  display: flex;
}
@media (min-width: 768px) {
  .event__block--description {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event__block--description {
    margin-bottom: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .event__block--description {
    flex-direction: column;
    align-items: center;
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.event__block--place {
  display: flex;
}
@media (min-width: 768px) {
  .event__block--place {
    line-height: 30px;
    margin-bottom: 7px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event__block--place {
    margin-bottom: 9px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .event__block--place {
    flex-direction: column;
    align-items: center;
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.event__block--place .icon {
  color: #a8a8a8;
  min-width: 21px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .event__block--place .icon {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .event__block--place .icon {
    margin: 5px 6px 0 0;
  }
}
.event__block--images {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  max-height: 240px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 240px;
}
.event__block--images img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.event__time {
  display: flex;
  align-items: center;
  min-height: 90px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .event__time {
    padding: 20px 0 10px;
  }
}
.event__time--register {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .event__time--register:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .event__time--register:nth-child(2) > div:nth-child(1) {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event__time--register:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .event__time--register > div:nth-child(1), .event__time--register > div:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .event__time--register {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .event__time--register .btn-group {
    margin-right: 9px;
  }
  .event__time--register .btn-group .btn:hover {
    background: #fff;
    border-color: #ccc;
  }
  .event__time--register .btn-group .btn:last-child {
    min-width: 75px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .event__time--register .btn-group:first-child {
    margin-bottom: 5px;
  }
}
.event__time--cost {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .event__time--cost {
    border-left: 1px solid #d1d1d1;
    margin-left: 25px;
    padding-left: 25px;
  }
}
.event__time .btn-warning {
  font-size: 18px;
  font-weight: 600;
}
.event__container {
  padding: 30px 0;
  line-height: 22px;
}
.event__container p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .event__container h2 {
    margin: 34px 0 24px;
    line-height: 44px;
    padding: 0;
    font-weight: 700;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .event__container h2 {
    line-height: 32px;
    font-weight: 700;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .event__container h3 {
    line-height: 36px;
    font-weight: 700;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .event__container h3 {
    line-height: 24px;
    font-weight: 600;
    font-size: 20px;
  }
}
.event__container .link-dotted {
  display: initial;
  color: #0066a4;
  border-bottom: 1px dashed #0066a4;
}
.event__container .link-dotted:hover {
  color: #ff7700;
  text-decoration: none;
  border-bottom: 1px dashed #ff7700;
}
.event__container .link-dotted .icon-angle-arrow-right {
  font-size: 17px;
  transform: rotate(90deg);
  transition: 0.5s;
}
.event__container .link-dotted.collapsed .icon-angle-arrow-right {
  transform: rotate(0deg);
  transition: 0.5s;
}
.event__container .excerpt {
  border-left: 4px solid #ff7700;
  display: flex;
  align-items: center;
  padding-left: 25px;
  min-height: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}
.event__speaker {
  padding-top: 9px;
  margin-bottom: 36px;
}
.event__speaker--container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .event__speaker--container {
    align-items: flex-start;
  }
}
.event__speaker--preview {
  width: 64px;
  min-width: 64px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.event__speaker--preview img {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .event__speaker--preview {
    margin-top: 5px;
  }
}
.event__social {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .event__social {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .event__social {
    justify-content: space-between;
  }
}
.event__social .icon {
  font-size: 24px;
}
.event__social .icon-event-google-plus {
  height: 27px;
}
.event__social .icon-event-yandex, .event__social .icon-google-color {
  margin: 0 5px 0 -5px;
}
.event__social .icon-event-yandex {
  font-size: 21px;
}
.event__social .btn {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  font-weight: 400;
  font-size: 15px !important;
  height: 50px;
}
.event__social--calendar svg {
  font-size: 24px;
  min-width: 24px;
}
@media (max-width: 767px) {
  .event__social--calendar {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event__social--calendar {
    margin-bottom: 20px;
  }
}
.event__social--calendar .btn:first-child {
  background-color: #f7f7f7;
  font-weight: 700;
}
@media (max-width: 767px) {
  .event__social--calendar .btn:first-child {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .event__social--calendar .btn {
    text-align: left;
  }
  .event__social--calendar .btn:not(:first-child) {
    background: none;
    border: none;
  }
}
.event__map {
  width: 100%;
  min-height: 355px;
}
@media (min-width: 768px) {
  .event__map {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .event__map {
    margin-bottom: 40px;
  }
}
.event__form {
  margin-bottom: 30px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.event__form--headline {
  line-height: 26px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .event__form--headline {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .event__form--headline {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .event__form .form-group {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .event__form .form-group {
    margin-bottom: 20px;
  }
}
.event__form label,
.event__form .btn {
  font-weight: 600;
}
@media (min-width: 768px) {
  .event__form--container {
    padding: 31px 50px 0;
  }
}
@media (max-width: 767px) {
  .event__form--container {
    padding: 22px 20px 0;
  }
}
.event__form--footer {
  border-top: 1px solid #e8e8e8;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .event__form--footer {
    padding: 25px 45px 20px;
  }
}
@media (max-width: 767px) {
  .event__form--footer {
    padding: 21px 20px 17px;
    text-align: center;
  }
}
.event__form--description {
  padding-top: 11px;
  color: #6a6a6a;
  line-height: 19px;
  font-size: 13px;
}

.media__quote {
  position: relative;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.media__quote::before {
  content: "";
  position: absolute;
  top: -16px;
  height: 33px;
  background: #fff url(/local/templates/rarus.light/components/bitrix/news/events/bitrix/news.detail/.default/images/quote.png) center center no-repeat;
}
@media (min-width: 768px) {
  .media__quote::before {
    left: calc(50% - 81px);
    width: 162px;
  }
}
@media (max-width: 767px) {
  .media__quote::before {
    left: calc(50% - 48px);
    width: 96px;
  }
}
@media (min-width: 992px) {
  .media__quote {
    margin-bottom: 50px;
    padding: 57px 36px 53px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media__quote {
    margin-bottom: 36px;
    padding: 57px 0 53px;
  }
}
@media (max-width: 767px) {
  .media__quote {
    padding: 40px 0 45px;
    margin-bottom: 40px;
  }
}
.media__quote--quote {
  margin-bottom: 23px;
  line-height: 32px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .media__quote--quote {
    line-height: 26px;
  }
}
.media__quote--author {
  display: flex;
}
@media (min-width: 768px) {
  .media__quote--author {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .media__quote--author {
    flex-direction: column;
    align-items: center;
  }
}
.media__quote--preview {
  max-width: 71px;
  max-height: 71px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .media__quote--preview {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .media__quote--preview {
    margin-bottom: 16px;
  }
}
.media__quote--name {
  font-weight: 700;
}
.media__quote--position {
  font-style: italic;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rarus.light/components/rarus/social.share/.default/style.css?1755187197362*/
.social-share {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

.social-share__link {
  background-color: #f3f4f5;
  border-radius: 4px;
  padding: 14px 24px;
}

.social-share__icon {
  font-size: 20px;
}

.social-share .icon-vk {
  color: #5f83aa;
}

.social-share .icon-telegram {
  color: #039be5;
}

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

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17551871952242*/
.b-pagenavigation font:first-child{
	margin-bottom: 9px;
	display: block;
}
.b-pagenavigation a{
	color:#595959;
	display:inline-block;
	border:1px solid #ccc;
	padding: 5px 10px;
	margin-right: 2px;
	border-radius: 4px;
	text-decoration:none;
	background-color: #fff;
	background: -o-linear-gradient(#fff,#e7e7e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #fff,  #e7e7e7);
	-pie-background:linear-gradient(#fff,#e7e7e7);
	behavior: url(/common/js/PIE.htc);
}
.b-pagenavigation a:hover{
	color: #b3b3b3;
	border: 1px solid #e3e3e3;
	background: -moz-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	background: -o-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType='1');
	background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
}
.b-pagenavigation a:focus{
	background: #f4f4f4;
}
.b-pagenavigation a:visited{
	color: #595959;
}
.b-pagenavigation b{
	color:#fff;
	font-weight: normal;
	border-top:1px solid #d74c17;
	border-right:1px solid #ea6d2a;
	border-bottom:1px solid #f37d34;
	border-left:1px solid #ea6d2a;
	background: #f37d34;
	padding: 5px 10px;
	margin-right: 2px;
	border-radius: 4px;
	display: inline-block;
	
	-moz-box-shadow: 0 1px 0px 0px #ea6d2a inset;
	-webkit-box-shadow: 0 1px 0px 0px #ea6d2a inset;
	box-shadow: 0 1px 0px 0px #ea6d2a inset;
	behavior: url(/common/js/PIE.htc);
}
.b-pagenavigation .prev{
	border-color: rgba(0, 0, 0, 0) #595959 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-right: 4px solid #595959;
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	position: relative;
	left: -2px;
	top: -1px;
}
.b-pagenavigation .next{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #595959;
	border-left: 4px solid #595959;
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	position: relative;
	left: 2px;
	top: -1px;
}
/* End */


/* Start:/local/templates/rarus.light/components/bitrix/catalog.section/event-tickets/style.css?17551871967855*/
.rarusday-price {
    /*background: rgb(236, 236, 236);*/
    border-radius: 15px;
    background: linear-gradient(to left, rgb(245, 245, 245), rgba(0, 0, 0, 0.3));
    margin: 20px 0;
}

.rarusday-ticket-item {
    display: inline-block;
    max-width: 230px;
}

.rarusday-price__item-body {
    /*background: #e8ddd7;*/
}

.rarusday-promo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 158px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 32px;
}
.rarusday-promo__item {
    font-weight: 600;
    padding: 8px 30px;
    border: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
    .rarusday-promo__item:first-child,
    .rarusday-promo__item:nth-child(2),
    .rarusday-promo__item:nth-child(3) {
        padding-top: 16px;
        border-top-color: transparent;
    }
    .rarusday-promo__item:last-child,
    .rarusday-promo__item:nth-child(4),
    .rarusday-promo__item:nth-child(5) {
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
    .rarusday-promo__item:first-child,
    .rarusday-promo__item:nth-child(3),
    .rarusday-promo__item:nth-child(4) {
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .rarusday-price__item {
        min-height: 390px;
    }
}
.rarusday-promo__item:last-child {
    align-self: center;
}
.rarusday-promo__item--orange {
    font-weight: 700;
    color: #ff6600;
    font-size: 18px;
}
.rarusday-icon-1 {
    width: 47px;
    height: 50px;
}
.rarusday-icon-2 {
    width: 41px;
    height: 50px;
}
.rarusday-icon-3 {
    width: 46px;
    height: 50px;
}
.rarusday-icon-4 {
    width: 46px;
    height: 50px;
}
.rarusday-icon-5 {
    width: 46px;
    height: 40px;
}
.rarusday-icon-6 {
    font-size: 13px;
}
.rarusday-program .note{
    border-left: 4px solid #ff7700;
    display: block;
    border-radius: 0;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
    font-weight: 400;
    padding: 0 0 0 25px;
    text-transform: none;

}
.rarusday-program > div {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.rarusday-program span {
    text-transform: uppercase;
    font-size: 13px;
    color: #006699;
    background: #cff4ff;
    padding: 5px 14px;
    text-align: center;
    margin-right: 24px;
    min-width: 90px;
    max-width: 100px;
    white-space: nowrap;
}
.rarusday-price {
    /*    background: #f37d35;*/
    padding: 60px 0 40px;
}
.rarusday-price__item {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.rarusday-price__item--recom {
    margin-top: -25px;
}
.rarusday-price__item-preheader {
    background: #87c426;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 3px;
    font-weight: 600;
}
.rarusday-price__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    height: 77px;
    padding: 0 24px 0 30px;
    border-bottom: 1px solid #e6e6e6;
}
.rarusday-price__item-header .icon {
    font-size: 36px;
}
.rarusday-price__item-body {
    background: #ffffff;
    padding: 24px 24px 0 30px;
    border-bottom: 1px dashed #e6e6e6;
    flex-grow: 1;
}
.rarusday-price__item .icon-tick {
    margin-right: 5px;
    min-width: 15px;
    max-width: 15px;
    margin-top: 4px;
}
.rarusday-price__item--green .icon-tick {color: #87c426;}
.rarusday-price__item--blue .icon-tick {color: #00a2d0;}
.rarusday-price__item--yellow .icon-tick {color: #ffcc00;}
.rarusday-price__item--green .rarusday-price__item-price--bordered {
    border-bottom: 4px solid #87c426;
}
.rarusday-price__item--blue .rarusday-price__item-price--bordered {
    border-bottom: 4px solid #00a2d0;
}
.rarusday-price__item--yellow .rarusday-price__item-price--bordered {
    border-bottom: 4px solid #ffcc00;
}


.rarusday-price__item-body li {
    margin-bottom: 8px;
    display: flex;
}
.rarusday-price__item-footer {
    background: #ffffff;
    padding: 16px 0;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.rarusday-price__item-footer p {
    margin-bottom: 8px;
}
.rarusday-price__item-footer > div {
    padding: 6px 24px 8px;

}
.rarusday-price__item-footer > div:first-child {
    border-right: 1px solid #e6e6e6;
}
.rarusday-price__item-footer > div:only-child {
    padding: 0 24px;
    border: none;
}
.rarusday-price__item-price {
    color: #333333;
    font-size: 18px;
    line-height: 22px;

}
.rarusday-price__item-price--bold {
    font-weight: 700;
}

.rarusday-price__item-footer::before, .rarusday-price__item-footer::after {
    content: '';
    position: absolute;
    display: block;
    height: 9px;
    width: 10px;
    top: -4px;
    background: #f37d35;

}
.rarusday-price__item-footer::before {
    border-radius: 0 16px 16px 0;
    left: 0;
}
.rarusday-price__item-footer::after {
    border-radius: 16px 0 0 16px;
    right: 0;
}
.rarusday-icon-10, .rarusday-icon-11 {
    margin: 0 3px 3px 0;
}
@media (min-width: 576px) and (max-width: 991px) {
    .rarusday-promo__item:nth-child(odd) {
        border-left-color: transparent;
        border-top-color: transparent;
    }
    .rarusday-promo__item:nth-child(even) {
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
    }
    .rarusday-promo__item:nth-child(5) {
        border-bottom-color: transparent;
    }
    .rarusday-promo__item:last-child {
        border-bottom-color: transparent;
    }
}
@media (max-width: 991px) {
    .rarusday-promo {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .rarusday-price__item {
        margin: 0 auto 1rem;
        width: 500px;
        max-width: 100%;
    }
    .rarusday-price__item-header,
    .rarusday-price__item-footer {
        justify-content: center;

    }
    .rarusday-price__item-header .icon {
        margin-left: 1rem;
    }
}
@media (max-width: 575px) {
    .rarusday-promo {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .rarusday-promo__item {
        padding: 15px;
        text-align: center;
        border-width: 0 0 1px 0;
    }
    .rarusday-promo__item:last-child {
        border: none;
    }
    .rarusday-program > div {
        flex-direction: column;
        text-align: center;
    }
    .rarusday-program span {
        margin: 0 0 4px;
    }
}
.frame_blc{
    overflow:hidden;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
}
.frame_blc iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.rarusday-speaker {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 120px;
}
.rarusday-speaker .event__speaker{
    margin-bottom:10px;
}
@media (max-width: 991px) {
    .rarusday-speaker {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}
@media (max-width: 767px){
    .event__speaker--container {
        align-items: center;
    }
}
@media (max-width: 575px) {
    .rarusday-speaker {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}
.rarusday-frame{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
@media (max-width: 767px){
    .rarusday-frame {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/rarus.light/components/bitrix/news/events/bitrix/news.detail/.default/style.css?178947341512041 */
/* /local/templates/rarus.light/components/rarus/social.share/.default/style.css?1755187197362 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17551871952242 */
/* /local/templates/rarus.light/components/bitrix/catalog.section/event-tickets/style.css?17551871967855 */
