@charset "UTF-8";
/* BASE */
.bm-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.732px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  padding: 0 24px;
  border-radius: 12px;
  border: 0;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.bm-button-primary:active {
  transform: scale(0.95);
}
.bm-button-primary:focus {
  outline: none;
}
.bm-button-primary:focus-visible {
  outline: 4px dashed #8B8E77;
  outline-offset: 1px;
}

.bm-button-primary--primary {
  color: #fff;
  background-color: #8B8E77;
}
@media (any-hover: hover) {
  .bm-button-primary--primary:hover {
    background-color: #6F725F;
  }
}

.bm-button-primary--secondary {
  color: #fff;
  background-color: #322D29;
}
@media (any-hover: hover) {
  .bm-button-primary--secondary:hover {
    background-color: #6F725F;
  }
}

/* Модификация .custom-input SMALL */
.custom-input.custom-input--small {
  /* Базовое состояние лейбла (без подъёма) */
  /* Подъём лейбла/ошибки — ТОЛЬКО по условиям */
  /* Позиция и кегль ошибки в компактном варианте */
  /* Индикатор валидации (точка) — под 56px */
}
.custom-input.custom-input--small label {
  cursor: text;
  -webkit-tap-highlight-color: transparent;
}
.custom-input.custom-input--small label input {
  height: 56px;
  min-height: 56px;
  padding: 24px 16px 10px 20px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.custom-input.custom-input--small .custom-input__label {
  padding: 14px 0 16px 20px;
  font-size: 14px;
  line-height: 20px;
}
.custom-input.custom-input--small label input:-moz-placeholder ~ .custom-input__label {
  transform: translate(-8px, -13px) scale(0.9);
  padding-bottom: 0;
}
.custom-input.custom-input--small label input:focus ~ .custom-input__label,
.custom-input.custom-input--small label input:focus ~ .custom-input__error,
.custom-input.custom-input--small label input:placeholder-shown ~ .custom-input__label, .custom-input.custom-input--small.not-empty .custom-input__label, .custom-input.custom-input--small.not-empty .custom-input__error, .custom-input.custom-input--small.is-valid .custom-input__label, .custom-input.custom-input--small.empty .custom-input__label {
  transform: translate(-8px, -13px) scale(0.9);
  padding-bottom: 0;
}
.custom-input.custom-input--small .custom-input__error {
  top: 14px;
  left: 20px;
  font-size: 14px;
  line-height: 20px;
}
.custom-input.custom-input--small label::after {
  top: 12px;
  right: 16px;
}

/* Заголовки (bm-title) */
.bm-title {
  font-family: "Euclid Flex", "Arial", sans-serif;
  margin-bottom: 0;
}
.bm-title em {
  font-family: "Merriweather", "Arial", serif;
  font-weight: 300;
  font-style: italic;
  color: #8b8e77;
}

.bm-title--s {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 577px) {
  .bm-title--s {
    font-size: 38px;
    line-height: 1.2;
  }
}

/* END Заголовки (bm-title) */
/* Текста (bm-text) */
.bm-text--xs {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 577px) {
  .bm-text--xs {
    font-size: 16px;
  }
}

.bm-text--grey-dark {
  color: #615B57;
}

.bm-text--white {
  color: #fff;
}

/* END Текста (bm-text) */
/* Именнованные стили текстов */
.bm-text-style--h2 {
  font-family: "Euclid Flex", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 577px) {
  .bm-text-style--h2 {
    font-size: 28px;
  }
}

/* END Именнованные стили текстов */
.bm-form .bm-form__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.bm-form .bm-form__inputs .custom-input {
  width: 100%;
}
.bm-form .bm-form__submit {
  width: 100%;
  margin-top: 16px;
}
.bm-form .bm-form__confidential {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  font-feature-settings: "ss01" on;
  color: #322D29;
}
@media (min-width: 577px) {
  .bm-form .bm-form__confidential {
    font-size: 13px;
  }
}
.bm-form .bm-form__confidential a {
  color: #8B8E77;
}
@media (any-hover: hover) {
  .bm-form .bm-form__confidential a:hover {
    color: #6F725F;
  }
}
.bm-form .bm-form__confidential a:focus {
  outline: none;
}
.bm-form .bm-form__confidential a:focus-visible {
  outline: 4px dashed #8B8E77;
  outline-offset: 1px;
}
.bm-form .wpcf7-response-output {
  display: none !important;
}

/* Модификации */
@media (min-width: 768px) {
  .bm-form.bm-form--2-col .bm-form__inputs .custom-input {
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 768px) {
  .bm-form.bm-form--3-col .bm-form__inputs .custom-input {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 768px) {
  .bm-form.bm-form--4-col .bm-form__inputs .custom-input {
    width: calc((100% - 48px) / 4);
  }
}
.bm-form.bm-form--1-row .bm-form__inputs {
  flex-wrap: nowrap;
}
.bm-form.bm-form--1-row .bm-form__inputs .custom-input {
  width: 100px;
  flex-basis: content;
}

.bm-primary-section {
  padding: 0 0 4.125rem 0;
}
@media (min-width: 768px) {
  .bm-primary-section {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .bm-primary-section {
    padding: 6rem 0 2.5rem 0;
  }
}
.bm-primary-section .subtitle {
  padding: 0.8125rem 0 0 0;
  margin: 0 8.6875rem 0 0;
}
@media (max-width: 1023px) {
  .bm-primary-section .subtitle {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .bm-primary-section .subtitle {
    margin: 0 0 1.5rem 0;
  }
}
.bm-primary-section .title {
  margin: 0 0 1.25rem 0;
}
@media (max-width: 767px) {
  .bm-primary-section .title {
    margin: 0 0 0.875rem 0;
  }
}

.bm-primary-section__top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .bm-primary-section__top {
    display: block;
  }
}

.bm-primary-section__heading {
  max-width: 31.25rem;
  margin: 0 0 4.1875rem 0;
}
@media (max-width: 767px) {
  .bm-primary-section__heading {
    margin: 0 0 2.5rem 0;
  }
}

.bm-primary-section__slider-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bm-primary-section__slider-bottom-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bm-primary-section__slider-bottom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #D8D9D2;
  border-radius: 50%;
  background-color: rgba(139, 142, 119, 0);
  color: #322D29;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.bm-primary-section__slider-bottom-button:active {
  transform: scale(0.95);
}
.bm-primary-section__slider-bottom-button:focus {
  outline: none;
}
.bm-primary-section__slider-bottom-button:focus-visible {
  outline: 4px dashed #8B8E77;
  outline-offset: 1px;
}
.bm-primary-section__slider-bottom-button[disabled] {
  cursor: default !important;
  border-color: #D8D9D2 !important;
  background: transparent !important;
  color: #322D29 !important;
  opacity: 0.5 !important;
}
@media (any-hover: hover) {
  .bm-primary-section__slider-bottom-button:hover {
    color: #fff;
    background-color: #8B8E77;
    border-color: #8B8E77;
  }
}
.bm-primary-section__slider-bottom-button svg {
  width: 20px;
  height: 20px;
}

/* КОСТЫЛЬ */
.slider-nav .bm-primary-section__slider-bottom-button:not(:last-child) {
  margin-right: 12px;
}

.bm-primary-section__slider-bottom-button--prev svg {
  transform: rotate(90deg);
}

.bm-primary-section__slider-bottom-button--next svg {
  transform: rotate(-90deg);
}

.bm-primary-section__caption.text {
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  margin: 0 1.0625rem 0 0;
  order: -1;
}
@media (min-width: 1201px) {
  .bm-primary-section__caption.text {
    max-width: 21.75rem;
  }
}
.bm-primary-section__caption.text span {
  padding: 0 0 0.125rem 0;
}
.bm-primary-section__caption.text::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23c8c9c3'/%3E%3C/svg%3E");
  flex-shrink: 0;
  margin: -0.175rem 0.25rem 0 0.5rem;
  order: 1;
}
.bm-primary-section__caption.text::after {
  content: "";
  width: 100%;
  position: relative;
  height: 1px;
  margin: 0.125rem 0 0 0;
  background-color: rgba(50, 45, 41, 0.12);
  order: 1;
}

.bm-primary-section__top-space {
  margin-top: 56px;
}
@media (min-width: 1201px) {
  .bm-primary-section__top-space {
    margin-top: 85px;
  }
}

/* BLOCKS */
.program-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 576px) {
  .program-card .bm-button-primary {
    width: 100%;
  }
}
@media (min-width: 577px) {
  .program-card {
    min-height: 360px;
  }
}
@media (min-width: 1500px) {
  .program-card {
    min-height: 426px;
  }
}

.program-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 577px) {
  .program-card__content {
    padding: 32px;
  }
}

.program-card__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 0 12px;
  margin-bottom: 56px;
  background-color: #fff;
  border-radius: 10px;
}

.program-card__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
.program-card__badge-icon svg {
  width: 100%;
  height: 100%;
}

.program-card__badge-text {
  font-size: 12px;
  font-weight: 400;
  color: #322D29;
  margin-left: 8px;
  text-transform: uppercase;
}

.program-card__content-body {
  max-width: 430px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.program-card__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 577px) {
  .program-card__title {
    font-size: 28px;
  }
}

.program-card__description {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 577px) {
  .program-card__description {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .program-card__description {
    margin-bottom: 24px;
  }
}

.program-card__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 577px) {
  .program-card__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (min-width: 1201px) {
  .program-card__buttons .bm-button-primary:first-child {
    width: 210px;
  }
}

.program-card__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.program-card__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgba(16, 15, 15, 0) 46.23%, #100F0F 100%);
}
.program-card__image-wrapper .program-card__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* --------------------------------------------- */
.program-card-secondary {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .program-card-secondary {
    flex-direction: row;
  }
}
.program-card-secondary .program-card__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
}
.program-card-secondary p {
  margin-bottom: 0;
}

.program-card-secondary__image-wrapper {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 1201px) {
  .program-card-secondary__image-wrapper {
    width: 348px;
  }
}
.program-card-secondary__image-wrapper .program-card-secondary__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.program-card-secondary__image-wrapper .program-card-secondary__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(360deg, rgba(16, 15, 15, 0) 47.07%, rgba(16, 15, 15, 0.6) 100%);
}
.program-card-secondary__image-wrapper .program-card-secondary__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.program-card-secondary__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
}
@media (min-width: 1201px) {
  .program-card-secondary__content {
    height: 300px;
    padding: 40px 24px 24px 40px;
  }
}

.program-card-secondary__description {
  margin-top: 16px;
  margin-bottom: auto !important;
  color: #615B57;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1201px) {
  .program-card-secondary__description {
    -webkit-line-clamp: 4;
  }
}

.program-card-secondary__link {
  flex-shrink: 0;
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 577px) {
  .program-card-secondary__link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media (min-width: 1201px) {
  .program-card-secondary__link {
    margin-top: 30px;
  }
}

/* SECTIONS */
.programs__slider {
  width: 100%;
}
@media (max-width: 576px) {
  .programs__slider {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
    padding: 0 1.5rem;
  }
}
@media (min-width: 577px) {
  .programs__slider {
    border-radius: 20px;
  }
}
.programs__slider .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 24px;
}
@media (max-width: 576px) {
  .programs__slider .swiper-slide {
    margin-right: 1.5rem;
  }
}

.bm-gallery-primary {
  overflow: hidden;
  /* КОСТЫЛЬ */
}
.bm-gallery-primary .swiper {
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
  padding: 0 1.5rem;
  overflow: visible;
}
.bm-gallery-primary .swiper-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.bm-gallery-primary .swiper-slide {
  aspect-ratio: 1.77;
}
@media (min-width: 768px) {
  .bm-gallery-primary .swiper-slide {
    width: 72.5%;
  }
}
.bm-gallery-primary .swiper-slide:not(:last-child) {
  margin-right: 16px;
}
@media (min-width: 577px) {
  .bm-gallery-primary .swiper-slide:not(:last-child) {
    margin-right: 32px;
  }
}
.bm-gallery-primary .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bm-gallery-primary a.swiper-slide:focus {
  outline: none;
}
.bm-gallery-primary a.swiper-slide:focus-visible {
  outline: 6px dashed #8B8E77;
  outline-offset: -6px;
}
.bm-gallery-primary .btn-play-with-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .bm-gallery-primary .btn-play-with-text {
    width: 122px;
    height: 122px;
    font-size: 9px;
  }
}
.bm-gallery-primary .btn-play-with-text:focus {
  outline: none;
}
.bm-gallery-primary .btn-play-with-text:focus-visible {
  outline: 10px dashed #8B8E77;
  outline-offset: 1px;
}
.bm-gallery-primary .btn-play-with-text__circle {
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bm-gallery-primary .btn-play-with-text__text {
  display: block;
}
.bm-gallery-primary .bath-slider__bottom {
  margin-right: 0 !important;
  justify-content: flex-end !important;
}

@media (max-width: 767px) {
  .advantages .bm-primary-section__slider-bottom {
    display: none;
  }
}

.single-event-info__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .single-event-info__description {
    max-width: 680px;
  }
}

.single-event-callback .section__heading {
  width: 100%;
  margin-bottom: 0 !important;
}
@media (min-width: 577px) {
  .single-event-callback .section__heading {
    max-width: 600px;
  }
}
.single-event-callback .bm-title {
  margin-bottom: 24px;
}
@media (min-width: 577px) {
  .single-event-callback .bm-title {
    margin-bottom: 50px;
  }
}

.single-event-main {
  padding-top: calc(4rem + 32px);
}
@media (min-width: 1024px) {
  .single-event-main {
    padding-top: 24px;
  }
}
@media (min-width: 1680px) {
  .single-event-main {
    padding-top: 1.5rem;
  }
}
.single-event-main .program-card__image-wrapper::before {
  background: linear-gradient(270deg, rgba(16, 15, 15, 0) 25%, rgba(16, 15, 15, 0.9) 100%);
}
.single-event-main .program-card {
  min-height: 375px;
}
@media (min-width: 1201px) {
  .single-event-main .custom-input {
    max-width: 210px;
  }
}
.single-event-main .program-card__content-body {
  max-width: 886px;
}
.single-event-main .program-card__title,
.single-event-main .program-card__description {
  max-width: 430px;
}
.single-event-main .bm-form .bm-form__controls {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .single-event-main .bm-form .bm-form__controls {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
@media (min-width: 1201px) {
  .single-event-main .bm-form .bm-form__submit {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin-right: auto;
  }
}
.single-event-main .bm-form .bm-form__confidential {
  color: #999694;
}
.single-event-main .bm-form .bm-form__confidential a {
  color: #fff;
}
@media (any-hover: hover) {
  .single-event-main .bm-form .bm-form__confidential a:hover {
    color: #adadad;
  }
}

.single-event-other-programs p:last-child {
  margin-bottom: 0;
}

.single-event-other-programs__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 577px) {
  .single-event-other-programs__cards {
    gap: 32px;
    margin-top: 32px;
  }
}

.modal--bm-success .modal__wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .modal--bm-success .modal__wrapper {
    padding: 32px;
  }
}
.modal--bm-success .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 0;
}
@media (min-width: 577px) {
  .modal--bm-success .modal__content {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .modal--bm-success .modal__content {
    max-width: 770px;
    height: 500px;
    border-radius: 20px;
  }
}
.modal--bm-success .modal__content picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: brightness(0.35);
}
.modal--bm-success .modal__content picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}
.modal--bm-success .modal__content p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 1.5rem;
}
.modal--bm-success .modal-bm-success__title,
.modal--bm-success .modal-bm-success__text {
  position: relative;
  z-index: 2;
}
.modal--bm-success .modal-bm-success__text {
  max-width: 350px;
  margin-top: 12px;
}
@media (min-width: 577px) {
  .modal--bm-success .modal-bm-success__text {
    margin-top: 24px;
  }
}
.modal--bm-success .modal-bm-success__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}

/*# sourceMappingURL=bm-styles.css.map */