

/* Start:/local/templates/bfkh/components/bitrix/news.detail/event_inner/style.css?174851569929473*/
.hide-video {
  display: flex;
  background: #763f97;
  justify-content: center;
  padding: 10px;
  align-items: center;
  width: 38px;
  transition: background 0.2s ease;
  cursor: pointer;
}
.hide-video:hover {
  background: #b47ed4;
}
.video-block.opened .hide-video {
  width: 100%;
  height: 38px;
}
.video-block.opened.youtube {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 56.25%;
  position: relative;
}
.video-block.opened.youtube iframe {
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  height: 100%;
}
.video-block.youtube iframe {
  width: 100%;
  min-height: 225px;
}
.video-block.opened .hide-video svg {
  transform: rotateZ(90deg);
}
.video-block.opened {
  width: 100%;
}
.video-block.opened {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .video-block {
    width: 100% !important;
    min-width: 100% !important;
  }
  .video-block video {
    width: 100% !important;
  }
  .video-block.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .video-block.youtube {
    position: relative;
    padding-bottom: 56.25%;
    width: 100% !important;
    max-width: 100% !important;
  }
  .video-block .hide-video {
    display: none;
  }
}
.video-block.opened {
  max-width: 100%;
}
.video-block {
  max-width: 50%;
  min-width: 33%;
  flex-direction: row;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  width: fit-content;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(4px 2px 32px rgba(0, 70, 255, 0.15));
  position: relative;
  border-radius: 15px;
}
.event-intro {
  margin-top: 48px;
}
.event-intro__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  height: auto;
  border-radius: 15px;
  position: relative;
}
.event-intro__wrapper_top {
  position: relative;
}
.event-intro__wrapper_column--left {
  width: 50%;
  height: auto;
  aspect-ratio: 7 / 4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
.event-intro__wrapper_column {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.event-intro__wrapper_column--right {
  width: 50%;
  height: auto;
}
.event-intro__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-intro__info {
  padding: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .event-intro__wrapper {
    flex-direction: column;
  }
  .event-intro__wrapper_column--left {
    position: relative;
    width: 100% !important;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .event-intro__wrapper_column--right {
    width: 100% !important;
  }
  .event-intro__top {
    flex-direction: column !important;
  }
  .event-goals__wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .event-goals__social_elem {
    margin-right: 0px !important;
    justify-content: center;
    display: flex !important;
    align-items: center;
  }
  .event-goals__social_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .event-goals__social_netwoks {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .container--small {
    width: auto !important;
  }

  .event-intro__watched-desktop {
    display: none;
  }
}
.event-intro__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-intro__author {
  font-size: 0;
}
.event-intro__author_image {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
}
.event-intro__author_name {
  display: inline-block;
  vertical-align: middle;
  font-family: "Futura New";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #f16722;
  margin-left: 16px;
}
.event-intro__watched .eye {
  width: 22px;
  height: 12px;
  vertical-align: middle;
}
.eye {
  width: 1.83333em;
  height: 1em;
}
.event-intro__title {
  font-family: "Khabensky";
  font-size: 36px;
  line-height: 39px;
  padding-bottom: 3px;
  color: #763f97;
}
.event-intro__subtitle {
  font-family: "Khabensky";
  font-size: 24px;
  margin-top: 5px;
  color: #763f97;
}
.event-intro__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.event-intro__occasion {
  margin-right: 77px;
}
.event-intro__bottom_suptitle {
  font-family: "Futura New Book";
  font-size: 18px;
  line-height: 21px;
  color: #869cb9;
  margin-bottom: 4px;
}
.event-intro__bottom_title {
  font-family: "Futura New";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #763f97;
}
.event-intro__bottom_suptitle {
  font-family: "Futura New Book";
  font-size: 18px;
  line-height: 21px;
  color: #869cb9;
  margin-bottom: 4px;
}
.event-goals__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 41px 40px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f5f9),
    to(rgba(242, 245, 249, 0.0001))
  );
  background: -o-linear-gradient(
    top,
    #f2f5f9 0%,
    rgba(242, 245, 249, 0.0001) 100%
  );
  background: linear-gradient(
    180deg,
    #f2f5f9 0%,
    rgba(242, 245, 249, 0.0001) 100%
  );
}
.event-goals .statistics {
  font-size: 0;
}
.event-goals__stat {
  display: inline-block;
  vertical-align: middle;
  margin-right: 174px;
}
.event-goals__stat_suptitle {
  font-family: "Futura New Book";
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  color: #869cb9;
}
.event-goals__stat_ammount--gained {
  font-size: 26px;
  line-height: 30px;
  color: #763f97;
}
.event-goals__stat_ammount {
  font-family: "Futura New Demi";
}
.event-goals__stat--participants {
  min-width: 104px;
}
.event-goals__stat .participants {
  stroke: #333;
  stroke-width: 2px;
  width: 15px;
  height: 18px;
  margin-right: 20px;
}
.participants {
  width: 0.86346em;
  height: 1em;
}
.event-goals__stat_ammount--participants {
  font-size: 26px;
  line-height: 30px;
  color: #000;
}
.event-goals__stat:last-child {
  margin-right: 0;
}
.event-goals__stat--goal .event-goals__stat_suptitle {
  margin-bottom: 10px;
}
.event-goals__stat_ammount--goal {
  font-size: 30px;
  line-height: 35px;
  color: #869cb9;
}
.event-goals .donate {
  display: block;
  background-color: #763f97;
  border-radius: 39px;
  padding: 28px 41px 29px;
  width: 259px;
  font-family: "Khabensky";
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.3s ease color 0s, 0.3s ease box-shadow 0s,
    0.3s ease background-color 0s;
  -o-transition: 0.3s ease color 0s, 0.3s ease box-shadow 0s,
    0.3s ease background-color 0s;
  transition: 0.3s ease color 0s, 0.3s ease box-shadow 0s,
    0.3s ease background-color 0s;
  -webkit-box-shadow: inset 0 0 0 1px transparent;
  box-shadow: inset 0 0 0 1px transparent;
}
.event-goals__social {
  background-color: #ffffff;
  border-radius: 15px;
}
.event-goals__social_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #869cb9;
  padding: 50px 0 40px 0;
  margin: 0 41px 0 45px;
}
.event-goals__social_title {
  font-family: "Khabensky";
  font-size: 18px;
  line-height: 20px;
  color: #869cb9;
}
.event-goals__social_elem {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-right: 20px;
}
.event-goals__social .vk {
  width: 30px;
  height: 18px;
}
.event-goals__social .ok {
  width: 19px;
  height: 29px;
}
.event-goals__social .fb {
  width: 16px;
  height: 23px;
}
.event-goals__social .whatsapp {
  width: 26px;
  height: 26px;
}
.event-goals__link {
  font-family: "Futura New Book";
  font-size: 18px;
  line-height: 21px;
  color: #869cb9;
  -webkit-transition: 0.3s ease color 0s;
  -o-transition: 0.3s ease color 0s;
  transition: 0.3s ease color 0s;
  min-width: 271px;
}
.event-goals .copy-text {
  font-family: "Futura New Demi";
  font-size: 18px;
  line-height: 21px;
  color: #763f97;
  cursor: pointer;
  -webkit-transition: 0.3s ease color 0s;
  -o-transition: 0.3s ease color 0s;
  transition: 0.3s ease color 0s;
}
.event-goals .copy-text svg {
  width: 27px;
  height: 27px;
  margin-right: 19px;
}
.event-goals .copy-text * {
  display: inline-block;
  vertical-align: middle;
}
.copy {
  width: 1em;
  height: 1em;
}
.event-video {
  margin-top: 57px;
}
.container--small {
  width: 1158px;
  margin: 0 auto;
}
.event-video .text-block {
  letter-spacing: 0;
  margin-top: 51px;
  margin-bottom: 51px;
  font-family: "Futura New Book";
  font-size: 18px;
  line-height: 31px;
  color: #304663;
}
.event-intro__watched_num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-family: "Futura New Book";
  font-size: 16px;
  line-height: 19px;
  color: #0c0c0c;
}
.event-intro__author {
  display: flex;
  align-items: center;
}
.event-intro__watched .eye-w {
  display: none;
}
@media (max-width: 1280px) {
  .event-intro__watched {
    position: absolute;
    right: 16px;
    background: #b47ed4;
    border-radius: 25px;
    padding: 6px 12px;
    top: -16px;
    z-index: 99;
  }
  .event-intro__watched_num {
    margin-left: 6px;
    color: #fff;
  }
  .event-intro__watched .eye-w {
    display: inline-block;
  }
  .event-intro__watched .eye {
    display: none;
  }
  .event-intro__watched_num {
    color: #fff;
  }
}

.birthday-event .text-block {
  margin-bottom: 48px;
}

.birthday-event .text-block p {
  font-size: 21px;
  line-height: 150%;
  color: #222;
}

.birthday-event .block-tiles__item {
  min-height: 363px;
}

.birthday-event .block-tiles__item:nth-child(16n + 1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.birthday-event .block-tiles__item:nth-child(16n + 5),
.birthday-event .block-tiles__item:nth-child(16n + 11) {
  grid-column: 2 / 4;
}

.birthday-event .block-tiles__item:nth-child(16n + 7),
.birthday-event .block-tiles__item:nth-child(16n + 13) {
  grid-column: 1 / 3;
}

.birthday-event .block-tiles__item:nth-child(16n + 16) {
  grid-column: 1 / 5;
}

.birthday-event .text-block a {
  font-size: inherit;
}

.birthday-event .text-block p {
  margin-top: 16px;
}

.default-link.birthday {
  font-family: inherit;
  display: inline;
}

.event-intro__title-main {
  font-family: "Khabensky", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 115%;
  margin-bottom: 100px;
  text-align: center;
  color: #763f97;
}
.event-intro__donate-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px 10px;
  width: fit-content;
}
.event-intro__donate-button {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Khabensky";
  display: inline-block;
  width: 220px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  border-radius: 30px;
  background-color: #763f97;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
  .event-intro__donate-button:hover {
    background-color: rgb(172, 106, 211);
  }
  
  .event-intro__donate-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    opacity: 60%;
    transform: rotate(-30%);
    z-index: 1;
    transform: rotate(331deg);
    -webkit-animation: 3s linear infinite glow;
    animation: 3s linear infinite glow;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50.5%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50.5%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  @keyframes glow {
    0% {
      left: -100%;
    }
  
    30% {
      left: 110%;
    }
  
    100% {
      left: 110%;
    }
  }
.back-to-events-button {
  cursor: pointer;
  font-family: "Futura New Book";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 210px;
  height: 50px;
  padding: 13px 24px 13px 24px;
  border-radius: 30px;
  border: 1px solid #869cb9;
  color: #869cb9;
  background-color: transparent;
  margin: 30px auto 30px auto;
}
.event-intro__watched-mobile {
  display: none;
}

@media (max-width: 1280px) {
  .event-intro__top {
    order: 2;
  }
  .event-intro__middle {
    order: 3;
  }
  .event-intro__bottom {
    order: 4;
    margin-top: 0;
  }
  .event-intro__donate-button {
    order: 1;
    margin: 0 auto;
  }
  .event-intro__info {
    padding-bottom: 50px;
    padding-top: 50px;
    gap: 30px;
  }
  .event-intro__watched-mobile {
    display: block;
  }
  .event-intro__donate-text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .event-intro__title {
    font-size: 24px;
    line-height: 28.8px;
  }
  .event-intro__subtitle {
    font-size: 16px;
  }
  .event-intro__bottom_suptitle {
    font-size: 14px;
    line-height: 14px;
  }
  .event-intro__bottom_title {
    line-height: 18px;
  }
  .event-intro__info {
    padding: 30px;
  }
  .event-intro__occasion {
    margin-right: 0px;
  }
  .event-intro__bottom {
    justify-content: space-between;
    gap: 5px;
  }
  .event-goals__wrapper {
    align-items: flex-start;
    padding: 30px;
  }
  .event-goals__stat {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
  }
  .event-goals .statistics {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .event-goals__stat_suptitle {
    margin: 0;
  }
  .event-goals__stat--goal .event-goals__stat_suptitle {
    margin-bottom: 0px;
  }
  .event-goals__stat--goal {
    height: 30px;
  }
  .event-goals__stat .participants {
    margin-right: 5px;
  }
}

@media (max-width: 360px) {
  .event-goals__stat {
    flex-direction: column;
  }
  .event-goals__wrapper {
    align-items: center;
  }
  .event-goals__stat .participants {
    margin-right: 0;
  }
  .event-card__stat_ammount--infinity {
    font-size: 18px;
    line-height: 30px;
  }
}

.event-quiz__body {
  position: relative;
  border-radius: 25px;
  min-height: 300px;
  flex-direction: column;
  z-index: 4;
  display: flex;
  padding: 24px;
  background-position: center;
  background-color: #9851c2;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-quiz__body:has(> div.event-quiz__result_active) {
  border-radius: 25px 25px 0 0;
}
.event-quiz__body:has(+ div[style="display: block;"]) {
  border-radius: 25px 25px 0 0;
}
.event-quiz__question {
  font-size: 1.5rem;
  line-height: 32px;
  margin: 16px 0 24px;
  min-height: 2lh;
  color: #fff;
  font-family: "Khabensky";
  letter-spacing: 0;
  font-weight: bold;
  align-self: center;
  max-width: min(800px, 100%);
  text-align: center;
  flex-grow: 1;
  align-content: center;
}
.event-quiz__btn-list {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;

  @media (max-width: 1023px) {
    flex-direction: column;
  }
}
.event-quiz__btn {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px;
  text-align: center;
  flex-basis: calc(50% - 8px);
  font-family: "Futura New";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border: none;
  transition: 200ms;
}
.event-quiz__btn:hover {
  opacity: 0.85;
}
.event-quiz__result {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  visibility: hidden;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.event-quiz__result-img {
  display: flex;
  width: min(20%, 90px);
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
}
.event-quiz__result-text {
  max-width: min(600px, 80%);
  margin: 0;
  color: white;
  font-size: 1.5rem;
}
.event-quiz__result-avatar {
  width: 140px !important;
}
.event-quiz__result_active {
  visibility: visible;
  padding: 16px;
  animation: 600ms pop-in forwards;
}
.event-quiz__result::after,
.event-quiz__result::before {
  content: "";
  display: flex;
  position: absolute;
  opacity: 0;
  background-image: url("/local/templates/bfkh/components/bitrix/news.detail/event_inner/./img/hlopushka2.gif");
  background-size: cover;
  transition: 300ms;
  transition-delay: 250ms;
  transition-timing-function: ease-in;
}
.event-quiz__result::after {
  transform: scale(0.5);
  width: 160px;
  height: 160px;
  top: -75px;
  right: -80px;
}
.event-quiz__result::before {
  bottom: -25px;
  left: -70px;
  width: 100px;
  height: 100px;
  top: auto;
  transform: scale(-0.5, 0.5);
}
@media (max-width: 1280px) {
  .event-quiz__result::after {
    transform: scale(0.5);
    width: 90px;
    height: 90px;
    top: -40px;
    right: 0;
  }
  .event-quiz__result::before {
    bottom: -25px;
    left: 0;
    width: 70px;
    height: 70px;
    top: auto;
  }
}
.event-quiz__result_active::after {
  transform: scale(1);
  opacity: 1;
}
.event-quiz__result_active::before {
  transform: scale(-1, 1);
  opacity: 1;
}
@keyframes pop-in {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.event-quiz__btns-bottom {
  bottom: 0;
  margin-top: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.event-quiz__btns-bottom_active {
  bottom: -80px;
  visibility: visible;
  opacity: 1;
}
.event-quiz__reset-btn {
  font-family: "Khabensky";
  font-weight: bold;
  color: #763f97;
  border: none;
  background: none;
  cursor: pointer;
}
.event-quiz__social {
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  display: none;
}
.event-quiz__social .block-steps__bottom {
  margin-top: unset;
  border-radius: unset;
}
.event-heroes__heading {
  font-size: 24px;
  color: #763f97;
  line-height: 100%;
  margin-bottom: 24px;
}
.event-heroes__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-heroes__list-item {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.event-heroes__hero-img {
  display: flex;
  min-width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.event-heroes__hero-description {
  margin: 0;
}
.event-intro__video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.event-intro__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.event-video__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgb(180,150,198, 0.9);
  border-radius: 50%;
  transition: 300ms;
  cursor: pointer;
}
.event-video__play-icon:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}
.event-video__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 19px solid #763f97;
}
/* share */
#linkShare {
  font-size: 18px;
  line-height: 21.62px;

  max-width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  #linkShare {
    max-width: 230px;
    font-size: 16px;
    line-height: 19.22px;
  }

  .event-heroes__list-item {
    flex-direction: column;
  }

  .event-quiz__result {
    flex-direction: column;
  }

  .event-quiz__result-text {
    font-size: 1.25rem;
  }

  .event-quiz__body {
    min-height: 500px;
  } 

  .event-quiz__result-avatar {
    width: 100px !important;
    min-height: 100px;
}

  .event-heroes__hero-description {
    font-size: 1rem
  }
}

.sharing-main-text {
  font-size: 48px;
  line-height: 52.27px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  font-family: "Khabensky", sans-serif;
}

@media (max-width: 767px) {
  .sharing-main-text {
    font-size: 38px;
    line-height: 41.38px;
  }
}

.sharing-main_block-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 767px) {
  .sharing-main_block-container {
    gap: 40px;
  }
}

.sharing-main_block-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 521px;
  overflow: hidden;
  padding: 50px 152px;
  background: rgba(140, 76, 180, 1);
  border-radius: 15px 15px 0px 0px;
}

.sharing-main_block-content > img {
  object-fit: cover;
}

@media (max-width: 1280px) {
  .sharing-main_block-content {
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .sharing-main_block-content {
    padding: 24px 30px;
  }
}

.sharing-main_block-content-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .sharing-main_block-content-bg {
    width: 200%;
  }
}

.sharing-main_block-content-all {
  position: relative;
  display: flex;
  align-items: center;
}

.sharing-main_block-content-all > img {
  width: 100%;
  max-width: 300px;
  z-index: 1;
}

@media (max-width: 1280px) {
  .sharing-main_block-content-all {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sharing-main_block-content-all > img {
    max-width: 170px;
  }
}

.sharing-main_block-content-all_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 47px 124px;
  width: 100%;
  height: 230px;
  margin-left: -60px;
  background-image: url("/sharing/image/textLayerBG.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1280px) {
  .sharing-main_block-content-all_text {
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 221px;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .sharing-main_block-content-all_text {
    padding: 29px 38px;
  }
}

@media (max-width: 768px) {
  .sharing-main_block-content-all_text {
    padding: 0;
    width: 400px;
    height: 150px;
    margin-top: -17px;
  }
}

@media (max-width: 500px) {
  .sharing-main_block-content-all_text {
    width: 400px;
    height: 150px;
  }
}

@media (max-width: 500px) {
  .sharing-main_block-content-all_text {
    padding: 0px 20px;
    width: 319px;
    height: 117px;
  }
}

@media (max-width: 370px) {
  .sharing-main_block-content-all_text {
    width: 290px;
  }
}

.sharing-main_block-content-all_text > span {
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 39.36px;
  max-width: 433px;
  font-weight: 450;
  color: rgba(118, 63, 151, 1);
  text-align: center;
}

@media (max-width: 1280px) {
  .sharing-main_block-content-all_text > span {
    height: fit-content;
  }
}

@media (max-width: 768px) {
  .sharing-main_block-content-all_text > span {
    font-size: 22px;
    line-height: 24px;
  }
}

.footer-desk {
  display: initial;
}

@media (max-width: 500px) {
  .footer-desk {
    display: none;
  }
}

.footer-mob {
  display: none;
}

@media (max-width: 500px) {
  .footer-mob {
    display: initial;
  }
}

.sharing-main_block-content-all_share {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 64px;
  background: #fff;
  border-radius: 0px 0px 15px 15px;
  font-size: 18px;
}

@media (max-width: 1280px) {
  .sharing-main_block-content-all_share {
    flex-direction: column;
    padding: 24px;
  }
}

.sharing-main_block-content-all_share > span {
  font-family: "Khabensky", sans-serif;
  line-height: 21.62px;
  color: rgba(134, 156, 185, 1);
  font-weight: 700;
}

.sharing-main_block-content-all_share > p {
  line-height: 21.62px;
  font-weight: 400;
  color: rgba(134, 156, 185, 1);
  margin-top: 0;
}

@media (max-width: 1280px) {
  .sharing-main_block-content-all_share > p {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .sharing-main_block-content-all_share > p {
    font-size: 16px;
    line-height: 19.22px;
  }
}

.sharing-main_block-content-all_share-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sharing-main_block-content-all_share-icon a {
  display: flex;
}

@media (max-width: 1280px) {
  .sharing-main_block-content-all_share-icon {
    gap: 64px;
    margin-top: 13px;
  }
}

.christmas-image-layer {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 110% !important;
  height: fit-content;
  max-height: 700px;
  -webkit-transform: translate3d(-10%, -70%, 0);
  transform: translate3d(-10%, -70%, 0);
  opacity: 40%;
}

.copy-link-share {
  display: flex;
  cursor: pointer;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  line-height: 22.61px;
  color: rgba(118, 63, 151, 1);
  font-weight: 600;
  font-family: "Futura New Demi", sans-serif;
  transition: all 0.2s ease;
}

.copy-link-share:hover {
  color: #b47ed4;
}

@media (max-width: 1280px) {
  .copy-link-share {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .copy-link-share {
    gap: 8px;
    font-size: 14px;
    line-height: 17.58px;
    font-weight: 400;
  }
}

.sharing-main_block-container-gap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (max-width: 767px) {
  .sharing-main_block-container-gap {
    gap: 73px;
  }
}

.sharing-main-block-text {
  display: flex;
  flex-direction: column;
  gap: 64px;
  z-index: 2;
}

@media (max-width: 767px) {
  .sharing-main-block-text {
    gap: 30px;
  }
}

.sharing-main-block-text_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #fff;
  gap: 32px;
}

.sharing-main-block-text_container > h2 {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "Khabensky", sans-serif;
  font-size: 38px;
  line-height: 41.38px;
  font-weight: 700;
}

.sharing-main-block-text_container > span {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .sharing-main-block-text_container {
    gap: 15px;
  }

  .sharing-main-block-text_container > h2 {
    font-size: 24px;
    line-height: 26.14px;
  }

  .sharing-main-block-text_container > span {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.first-bottom-btn_container {
  display: flex;
  width: 100%;
  max-width: 554px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .first-bottom-btn_container {
    flex-direction: column;
    gap: 24px;
  }
}

.first-bottom-btn {
  max-width: 262px;
  background: none;
  -webkit-animation: none;
  animation: none;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .first-bottom-btn {
    max-width: 100%;
  }
}

.first-bottom-btn > span {
  color: #fff;
}

.first-bottom-btn::before {
  content: "";
  display: none;
}

.first-bottom-btn:hover {
  span {
    color: rgba(118, 63, 151, 1);
  }
}

.last-bottom-btn {
  max-width: 260px;
}

@media (max-width: 767px) {
  .last-bottom-btn {
    max-width: 100%;
  }
}

/* End */


/* Start:/local/templates/bfkh/components/bitrix/news.list/events_all/style.css?1748439507836*/
.events-all__cards.no-events {
  font-size: 25px;
  color: #555;
  margin-top: 32px;
  padding-bottom: 34px;
}
.block-event__video-container {
  position: relative;
  width: 100%;
}
.video__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 300ms;
}

.video__play-icon:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

.video__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 19px solid #763f97;
}

/* End */


/* Start:/local/templates/bfkh/components/bitrix/news.list/faq_block_events_inner/style.css?16853529172565*/
.accordeon {
    letter-spacing: 0;
    margin-bottom: 138px;
    margin-top: 98px;
}
.accordeon .container--small {
    width: 1157px;
    margin: 0 auto;
}
.container--small {
    width: 1158px;
    margin: 0 auto;
}
.accordeon__title {
    font-family: 'Khabensky';
    font-size: 30px;
    line-height: 33px;
    color: #763F97;
    margin-bottom: 18px;
}
.accordeon__wrapper {
    max-width: 1157px;
    margin: 0 auto;
}
.accordeon__head {
    padding: 30px 0;
    padding-top: 30px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(151, 151, 151, 0.24);
    border-bottom: 1px solid rgba(151, 151, 151, 0.24);
    cursor: pointer;
}
.accordeon__head:first-of-type {
    border-top: none;
}

.accordeon__head_title {
    font-family: 'Futura New Book';
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}
.accordeon__head .open-symbol {
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: relative;
    margin-right: 35px;
}
.accordeon__head .open-symbol__line {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #763F97;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) -webkit-transform 0s;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) -webkit-transform 0s;
    -o-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) transform 0s;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) transform 0s;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) transform 0s, 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) -webkit-transform 0s;
}
.accordeon__head .open-symbol__line:first-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordeon__inner {
    display: none;
}
.accordeon__inner_wrapper {
    padding: 52px 57px;
    background-color: #FFFFFF;
    font-family: 'Futura New Book';
    font-size: 18px;
    line-height: 31px;
    color: #304663;
}
.accordeon__head.active .open-symbol__line:first-child {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* End */
/* /local/templates/bfkh/components/bitrix/news.detail/event_inner/style.css?174851569929473 */
/* /local/templates/bfkh/components/bitrix/news.list/events_all/style.css?1748439507836 */
/* /local/templates/bfkh/components/bitrix/news.list/faq_block_events_inner/style.css?16853529172565 */
