/* -------------------------------------------------------------------------- 
WARNING 
This file is auto generated by Simple SCSS Compiler plugin. 
Please do NOT modify it directly or you risk your changes to be overwritten. 
-------------------------------------------------------------------------- */ 

@charset "UTF-8";
/*
 * Стили шаблона «Корпоративы».
 * Simple SCSS Compiler: добавьте группу
 *   input  → …/themes/custom/assets/scss/corporate.scss
 *   output → …/themes/custom/assets/css/corporate.css
 */
.event-format__content {
  position: relative;
}
.event-format__left {
  max-width: 1145px;
}
.event-format__text {
  max-width: 788px;
}
.event-format__right {
  position: absolute;
  right: 0;
  top: 56px;
  max-width: 718px;
}
.event-format__bubble {
  padding: 25px 55px 33px;
}
.event-format__bubble:first-child {
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.event-format__bubble:nth-child(2) {
  align-self: flex-start;
  margin-top: -27px;
}
.event-format__bubble:last-child {
  margin-left: auto;
  margin-right: 71px;
}
/* === Корпоративы: «Выберите формат вашего праздника» (Figma) === */
.corporate-holiday-format {
  padding: 61px 0;
  border-bottom: 1px solid rgba(238, 237, 222, 0.5);
}
.corporate-holiday-format__title {
  color: #EEEDDE;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 28px 0;
}
.corporate-holiday-format__tabs-bar {
  position: relative;
  margin-bottom: 68px;
  border-top: 1px solid rgba(238, 237, 222, 0.5);
  border-bottom: 1px solid rgba(238, 237, 222, 0.5);
  min-height: 62px;
  display: flex;
  align-items: center;
}
.corporate-holiday-format__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 28px 25px;
}
.corporate-holiday-format__tab {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "TT Travels Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: rgba(238, 237, 222, 0.7);
  white-space: nowrap;
  transition: color 0.2s ease;
}
.corporate-holiday-format__tab:hover {
  color: #EEEDDE;
}
.corporate-holiday-format__tab.is-active {
  color: #EEEDDE;
}
.corporate-holiday-format__tab.is-active::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  min-width: 140px;
  height: 44px;
  background: #EEEDDE;
  opacity: 0.35;
  filter: blur(1.5px);
  border-radius: 114px;
}
.corporate-holiday-format__panel {
  display: none;
  align-items: stretch;
  gap: 47px;
}
.corporate-holiday-format__panel.is-active {
  display: flex;
}
.corporate-holiday-format__media {
  flex: 0 0 auto;
  width: 100%;
  max-width: 816px;
  border-radius: 0;
  overflow: hidden;
  background: #0D0C0C;
}
.corporate-holiday-format__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.8888888889;
  object-fit: cover;
}
.corporate-holiday-format__body {
  flex: 1;
  min-width: 0;
  max-width: 587px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.corporate-holiday-format__panel-title {
  margin: 0 0 24px 0;
  color: #EEEDDE;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.92;
}
.corporate-holiday-format__text {
  margin: 0 0 32px 0;
  color: #EEEDDE;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: auto;
}
.corporate-holiday-format__cta {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  max-width: 441px;
  height: 71px;
  padding: 0 24px 0 20px;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(238, 237, 222, 0.5);
  border-bottom: 1px solid rgba(238, 237, 222, 0.5);
  cursor: pointer;
  color: #EEEDDE;
  font-family: inherit;
}
.corporate-holiday-format__cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 431px;
  height: 100%;
  background: #EEEDDE;
  opacity: 0.32;
  filter: blur(2px);
  border-radius: 104px;
  pointer-events: none;
  z-index: 0;
}
.corporate-holiday-format__cta-text, .corporate-holiday-format__cta-icon {
  position: relative;
  z-index: 1;
}
.corporate-holiday-format__cta-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.corporate-holiday-format__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporate-holiday-format__cta--mobile {
  display: none;
}
.about_faq__card h3 {
  max-width: 365px;
}
@media (max-width: 1575px) {
  .event-format__left {
    max-width: 50%;
  }
  .event-format__right {
    max-width: 50%;
    position: relative;
  }
}
@media (max-width: 1485px) {
  .corporate-holiday-format__tab {
    font-size: 15px;
  }
  .corporate-holiday-format__media {
    max-width: 60%;
  }
}
@media (max-width: 1280px) {
  .event-format__content {
    gap: 17px;
  }
  .event-format__left {
    max-width: 100%;
  }
  .event-format__right {
    max-width: 100%;
    top: 0;
    margin-top: 56px;
  }
  .event-format__text {
    max-width: 100%;
  }
  .event-format__bubble {
    padding: 25px 55px 33px;
  }
  .event-format__bubble:first-child {
    margin-left: 0;
  }
  .event-format__bubble:nth-child(2) {
    order: -1;
    margin-left: auto;
  }
  .event-format__bubble:last-child {
    margin-left: auto;
    margin-right: 110px;
  }
  .corporate-holiday-format__tabs {
    overflow: hidden;
    overflow-x: auto;
  }
  .corporate-holiday-format__tabs-bar {
    position: relative;
  }
  .corporate-holiday-format__tabs-bar::before, .corporate-holiday-format__tabs-bar::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .corporate-holiday-format__tabs-bar::before {
    left: -25px;
    background: linear-gradient(90deg, #0D0C0C 49.01%, rgba(13, 12, 12, 0) 74.37%);
  }
  .corporate-holiday-format__tabs-bar::after {
    right: -25px;
    background: linear-gradient(-90deg, #0D0C0C 49.01%, rgba(13, 12, 12, 0) 100%);
  }
  .corporate-holiday-format__panel {
    flex-direction: column-reverse;
  }
  .corporate-holiday-format__media {
    max-width: 100%;
  }
  .corporate-holiday-format__body {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .event-format {
    padding: 28px 0 34px;
  }
  .event-format__text {
    height: auto !important;
    margin-bottom: 0;
  }
  .event-format__right {
    margin-top: 0;
  }
  .event-format__link {
    display: none;
  }
  .event-format__bubble {
    padding: 0 20px;
    height: 64px;
  }
  .event-format__bubble:first-child {
    margin-left: 0;
    margin-top: -29px;
  }
  .event-format__bubble:nth-child(2) {
    order: -1;
    margin-left: auto;
    margin-top: 0;
  }
  .event-format__bubble:last-child {
    margin-left: auto;
    margin-right: 110px;
    margin-top: -24px;
  }
  .event-format__bubble .title_block {
    font-size: 16px;
    line-height: 100%;
  }
  .event-format__bubble .description_block {
    font-size: 10px;
    line-height: 100%;
  }
  .corporate-holiday-format {
    padding: 28px 0 42px;
  }
  .corporate-holiday-format__title {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 14px;
  }
  .corporate-holiday-format__tabs {
    padding: 5px 7px;
    gap: 14px;
  }
  .corporate-holiday-format__tabs-bar {
    margin-bottom: 14px;
    min-height: 0;
    height: 29px;
  }
  .corporate-holiday-format__tab {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
  }
  .corporate-holiday-format__tab.is-active::before {
    width: calc(100% + 10px);
    height: 20px;
    min-width: unset;
  }
  .corporate-holiday-format__panel {
    gap: 17px;
  }
  .corporate-holiday-format__panel-title {
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .corporate-holiday-format__text {
    font-size: 11px;
    margin-bottom: 0;
  }
  .corporate-holiday-format__cta {
    padding-left: 26px;
    padding-right: 26px;
    height: 40px;
    gap: 7px;
    overflow: hidden;
  }
  .corporate-holiday-format__cta::before {
    max-width: 100%;
    width: calc(100% - 22px);
    height: calc(100% + 10px);
  }
  .corporate-holiday-format__cta-text {
    font-size: 14px;
  }
  .corporate-holiday-format__cta--desktop {
    display: none;
  }
  .corporate-holiday-format__cta--mobile {
    display: flex;
    max-width: 270px;
  }
  .corporate-holiday-format__cta svg {
    height: 12px;
    width: auto;
  }
}
