*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background: #FFFBFE;
  color: #3A2657;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
img {
  max-width: 100%;
}
a {
  color: #3A2657;
  transition: color 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}
a:hover {
  color: #E50F7F;
}
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible {
  outline: 3px solid rgba(229, 15, 127, 0.35);
  outline-offset: 3px;
}
.supreme-container.blurred {
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
}
#modal-18-plus {
  --bs-modal-width: 600px;
  text-align: center;
}
#modal-18-plus .modal-header {
  font-size: 24px;
  justify-content: center;
}
.modal .form-apply {
  line-height: 1;
}
.modal .form-apply .form-group {
  margin: 5px 0;
}
.modal .form-apply .form-group-button {
  text-align: center;
}
.modal .form-apply .gift-group {
  text-align: center;
}
.modal .form-apply .message {
  text-align: center;
  margin-bottom: 10px;
}
.modal .form-apply .message .accent {
  font-weight: bold;
}
.modal .form-apply .hint {
  font-size: 10px;
  color: #999;
  text-align: center;
}
.modal .form-apply .hint a {
  color: #999;
}
.modal-title {
  font-weight: bold;
}
.success {
  text-align: center;
}
.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border: 1px solid rgba(58, 38, 87, 0.2);
  border-radius: 12px;
  min-height: 36px;
  padding: 6px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.form-control:focus {
  border-color: #E50F7F;
  box-shadow: 0 0 0 4px rgba(229, 15, 127, 0.12);
}
.header {
  height: 78px;
  background: #4F2F75;
  color: #fff;
  margin-bottom: 0;
  box-shadow: none;
}
.header .container {
  background: rgba(91, 49, 143, 0.72);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 16px 42px rgba(38, 18, 65, 0.22);
  padding-left: 28px;
  padding-right: 28px;
}
.header .logo img {
  max-width: 224px;
  height: auto;
  display: block;
}
.header-links {
  text-align: right;
}
.header-links a {
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  opacity: 0.94;
  border-radius: 999px;
}
.header-links a:hover,
.header-links a:focus-visible {
  color: #fff;
  opacity: 1;
}
.header-links .dropdown {
  display: inline-block;
  vertical-align: middle;
}
.header-links .dropdown .dropdown-toggle::after {
  display: none;
}
.header-links .dropdown .dropdown-menu {
  background: #fff;
  width: 190px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(58, 38, 87, 0.28);
}
.header-links .dropdown .dropdown-submenu {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-links .dropdown .dropdown-submenu li {
  margin: 16px 0;
  padding: 0;
}
.header-links .dropdown .dropdown-submenu li .city {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #3A2657;
}
.header-links .dropdown .dropdown-submenu li .phone {
  display: block;
  color: #3A2657;
  text-decoration: none;
}
.header-links .dropdown .dropdown-submenu li .phone .icon-phone {
  width: 16px;
  height: 15px;
  font-size: 15px;
}
.icon-whatsapp {
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/landing/themes/womanizer/img/whatsapp.png") no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  background-size: 100% auto;
}
.icon-phone {
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/landing/themes/womanizer/img/phone.png") no-repeat 50% 50%;
  width: 29px;
  height: 28px;
  background-size: 100% auto;
}
.btn-white {
  background: rgba(255, 255, 255, 0.95);
  color: #3A2657 !important;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(38, 18, 65, 0.12);
}
.btn-header {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
}
.btn {
  box-shadow: 0 10px 24px rgba(58, 38, 87, 0.16);
  border-radius: 40px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 45px;
  border-width: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(58, 38, 87, 0.22);
}
.btn:active {
  transform: translateY(0);
}
.btn-primary {
  background: linear-gradient(135deg, #E50F7F 0%, #FF6BAE 100%);
  border-color: transparent;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #D60C74 0%, #FF7FBA 100%);
  border-color: transparent;
}
.btn-lg {
  font-size: 13px;
  padding: 16px 35px;
}
.footer {
  background: #3A2657;
  padding: 60px 0;
  color: #fff;
  margin-top: 60px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .logo img {
  max-width: 100%;
}
.footer .social {
  font-size: 30px;
}
.footer .social span {
  margin: 0 20px 0 0;
}
.footer .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.welcome {
  background: radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0) 32%), url("/wa-apps/landing/themes/womanizer/img/bg1.png") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 0 0 46px 46px;
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(58, 38, 87, 0.16);
  margin-bottom: 34px;
  padding: 34px 0;
}
.welcome .wrap-1 {
  background: url("/wa-apps/landing/themes/womanizer/img/gift_left.png") no-repeat 0 0px;
}
.welcome .wrap-2 {
  background: url("/wa-apps/landing/themes/womanizer/img/gift_right.png") no-repeat 100% 100%;
}
.welcome .welcome-schedule {
  padding: 6px 0;
}
.welcome .welcome-form {
  padding: 20px 22px 14px 22px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(58, 38, 87, 0.18);
}
.welcome .welcome-form .title {
  font-size: 21px;
  font-weight: 700;
  color: #3A2657;
  margin-bottom: 2px;
}
.welcome .welcome-form .gift-group {
  margin-bottom: 8px;
}
.welcome .welcome-form .message {
  color: rgba(58, 38, 87, 0.8);
  font-size: 13px;
}
.welcome .welcome-form .message .accent {
  color: #E50F7F;
  font-weight: bold;
}
.welcome .welcome-form .message .accent2 {
  font-weight: 700;
  color: #3A2657;
}
.welcome .welcome-form .form-group {
  margin: 10px 0;
}
.welcome .welcome-form .form-group.hint {
  color: rgba(58, 38, 87, 0.72);
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 6px;
}
.welcome .welcome-form .form-group.hint a {
  color: rgba(58, 38, 87, 0.82);
  text-decoration: underline;
}
.welcome .welcome-form .form-group-button {
  margin: 14px 0 6px;
}
.intro {
  margin: 0 0 34px;
  padding: 20px 0;
}
.intro .image {
  background: url("/wa-apps/landing/themes/womanizer/img/woman2.png") no-repeat 50% 100%;
  background-size: contain;
  min-height: 420px;
  filter: drop-shadow(0 18px 24px rgba(58, 38, 87, 0.22));
}
.intro .intro-title-wrap {
  color: #3A2657;
}
.intro .intro-title-wrap .title-top {
  border: 2px solid rgba(58, 38, 87, 0.35);
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  border-radius: 40px;
  padding: 4px 18px;
  margin-bottom: 16px;
  color: #E50F7F;
}
.intro .intro-title-wrap .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
}
.intro .intro-title-wrap .title-bottom {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(58, 38, 87, 0.8);
}
.intro .block-btn {
  margin-top: 22px;
}
.form-group-with-friend {
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 14px;
  padding: 10px;
  line-height: 1;
  display: inline-block;
}
.program {
  margin: 58px auto;
  text-align: center;
  width: 100%;
  max-width: 1160px;
  padding: 54px 64px 58px;
  background: #fff;
  border: 1px solid rgba(58, 38, 87, 0.08);
  border-radius: 34px;
  box-shadow: 0 18px 48px rgba(58, 38, 87, 0.1);
}
.program .title {
  color: #E50F7F;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: #FFF3C9;
  text-decoration-thickness: 0.42em;
  text-underline-offset: -0.22em;
  text-decoration-skip-ink: none;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 42px;
}
.program .item {
  background: #FAF7FC;
  color: #3A2657;
  border: 1px solid rgba(58, 38, 87, 0.08);
  border-radius: 26px;
  margin: 12px;
  min-height: 118px;
  box-shadow: 0 12px 30px rgba(58, 38, 87, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px 16px 16px;
  text-align: left;
}
.program .item:hover {
  transform: translateY(-2px);
  border-color: rgba(229, 15, 127, 0.22);
  box-shadow: 0 18px 38px rgba(58, 38, 87, 0.14);
}
.program .item .item-image {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
}
.program .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.program .item .item-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4EDF9;
  border: 2px dashed rgba(58, 38, 87, 0.25);
  color: #7B4592;
  font-size: 11px;
  font-weight: 600;
  border-radius: 18px;
}
.program .item .text {
  flex: 1;
  padding: 0;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.program .block-btn {
  margin: 42px 0 0;
}
.if-you {
  background: linear-gradient(89.98deg, #F3E5F7 1.58%, #DFC4F1 97.1%);
  padding: 10px 0;
}
.if-you .image {
  background: url("/wa-apps/landing/themes/womanizer/img/if_you2.png") no-repeat 50% 100%;
  background-size: contain;
  height: 100%;
}
.if-you .title {
  color: #E50F7F;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: #FFF3C9;
  text-decoration-thickness: 0.42em;
  text-underline-offset: -0.22em;
  text-decoration-skip-ink: none;
  text-align: center;
}
.if-you .item {
  border-radius: 22px;
  background: #fff;
  margin: 40px 0;
  padding: 10px 65px;
  box-shadow: 0 14px 34px rgba(58, 38, 87, 0.12);
}
.if-you .content {
  padding: 45px 0 60px;
}
.icon-item .bg {
  background-position: 25px 50%!important;
  background-repeat: no-repeat;
  background-size: 76px auto!important;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 88px;
}
.icon-item .text {
  padding: 0px 40px 0px 122px;
  line-height: 1.2;
}
.benefits {
  margin: 25px 0 54px;
}
.benefits .item {
  margin: 30px 0;
  text-align: center;
  padding: 20px 12px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(58, 38, 87, 0.08);
  box-shadow: 0 14px 36px rgba(58, 38, 87, 0.12);
}
.benefits .item .title {
  font-size: 72px;
  font-weight: 700;
  color: #E50F7F;
  white-space: nowrap;
}
.benefits .item .text {
  font-weight: bold;
}
.benefits .block-btn {
  margin: 26px 0;
  text-align: center;
}
.schedule-card {
  height: 100%;
  padding: 22px 20px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(58, 38, 87, 0.18);
}
.schedule-card .block-btn {
  text-align: center;
  margin-top: 18px;
}
.schedule-card .block-btn .btn {
  width: 100%;
  max-width: 263px;
}
.schedule-card .cities {
  text-align: center;
  margin-bottom: 6px;
}
.schedule-card .cities a {
  margin: 0 8px;
}
.schedule-table {
  text-align: center;
  margin: 4px 0;
}
.schedule-table .month-label {
  color: #E50F7F;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.schedule-table .day,
.schedule-table .dow {
  font-size: 110%;
  text-transform: lowercase;
  font-weight: 600;
  color: #3A2657;
}
.schedule-table .col.weekend .dow {
  color: #E50F7F;
}
.schedule-table .divider {
  height: 1px;
  background: rgba(58, 38, 87, 0.15);
  margin: 8px 0;
}
.schedule-table .btn-sch {
  font-size: 12px;
  text-transform: lowercase;
  display: inline-block;
  padding: 3px 20px;
  text-decoration: none;
  background: #E50F7F;
  color: #fff;
  border-radius: 5px;
  width: 80px;
}
.schedule-table .btn-sch .city-name {
  display: none;
}
.schedule-table .sch-city-block {
  margin: 0;
}
.schedule-table table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-table table td {
  width: 14.285%;
  vertical-align: top;
  padding: 8px 2px;
  border-right: 1px solid rgba(58, 38, 87, 0.1);
}
.schedule-table table td:last-child {
  border-right: none;
}
.schedule-table table td.weekend {
  background: rgba(229, 15, 127, 0.06);
  border-radius: 8px;
}
.features {
  margin: 56px 0;
}
.features .features-list {
  max-width: 507px;
  margin: 0 auto;
}
.features .features-list .title {
  border-radius: 50px;
  background: linear-gradient(135deg, #442D66 0%, #7B4592 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 0;
  position: relative;
  z-index: 2;
}
.features .features-list .items {
  position: relative;
  z-index: 1;
  background: #E48CBF;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 16px 36px rgba(58, 38, 87, 0.13);
  margin: 0 14px;
  top: -10px;
  padding-top: 20px;
  color: #fff;
  padding-bottom: 30px;
}
.features .features-list .items .item {
  margin: 2px 0;
}
.features .icon-item .bg {
  background-size: 68px auto!important;
  min-height: 90px;
}
.features .icon-item .text {
  padding-left: 116px;
}
.features .block-btn {
  text-align: center;
  margin: 20px 0;
}
.features .block-btn .btn {
  width: 263px;
}
.reviews {
  padding: 55px 0 55px;
  background: #fff;
}
.reviews .reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.reviews h2 {
  font-size: 30px;
  font-weight: 800;
  color: #1a1330;
  margin: 0;
}
.reviews .reviews-nav {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.reviews .reviews-nav .swiper-button-prev,
.reviews .reviews-nav .swiper-button-next {
  position: static;
  width: 38px;
  height: 38px;
  margin: 0;
  background: #F4EDF9;
  border-radius: 50%;
  color: #3A2657;
}
.reviews .reviews-nav .swiper-button-prev:after,
.reviews .reviews-nav .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
}
.reviews .review {
  background: #F4EFF7;
  border-radius: 40px;
  padding: 26px 28px;
  min-height: 170px;
  color: #3A2657;
  line-height: 1.5;
  font-size: 14px;
}
.reviews .review .name {
  color: #E50F7F;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
.how {
  margin: 67px 0;
}
.how h2 {
  color: #E50F7F;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: #FFF3C9;
  text-decoration-thickness: 0.42em;
  text-underline-offset: -0.22em;
  text-decoration-skip-ink: none;
  text-align: center;
  margin-bottom: 42px;
}
.how .block-btn {
  margin-top: 40px;
  text-align: center;
}
.what-i-get {
  margin: 47px auto;
}
.what-i-get .title {
  color: #E50F7F;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: #FFF3C9;
  text-decoration-thickness: 0.42em;
  text-underline-offset: -0.22em;
  text-decoration-skip-ink: none;
  display: block;
  margin: 0 auto 28px;
  text-align: center;
}
.what-i-get .item {
  background: #F4EDF9;
  color: #3A2657;
  border-radius: 22px;
  margin: 20px 30px;
  padding: 13px 30px;
  box-shadow: 0 12px 30px rgba(58, 38, 87, 0.1);
}
.what-i-get .block-btn {
  margin: 30px 0;
  text-align: center;
}
.faq {
  max-width: 1320px;
  margin: 70px auto;
}
.faq h2 {
  font-size: 36px;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: #FFF3C9;
  text-decoration-thickness: 0.42em;
  text-underline-offset: -0.22em;
  text-decoration-skip-ink: none;
  display: block;
  color: #E50F7F;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-bottom: 46px;
}
.faq .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 4px rgba(58, 38, 87, 0.1);
  display: grid;
  gap: 14px;
}
.faq .accordion-item {
  background: #F7F7F7;
  border: 0;
  border-radius: 46px!important;
  overflow: hidden;
}
.faq .accordion-header {
  margin: 0;
}
.faq .accordion-button {
  position: relative;
  min-height: 92px;
  padding: 24px 86px 24px 36px;
  background: transparent;
  color: #050505;
  border: 0;
  border-radius: 46px!important;
  box-shadow: none!important;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
}
.faq .accordion-button:hover {
  color: #050505;
}
.faq .accordion-button:after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 48px;
  height: 48px;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  content: "";
}
.faq .accordion-button:before {
  position: absolute;
  top: 50%;
  right: 38px;
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: linear-gradient(#111, #111) 50% 50% / 20px 2px no-repeat, linear-gradient(#111, #111) 50% 50% / 2px 20px no-repeat;
  content: "";
  transition: transform 180ms ease;
}
.faq .accordion-button:not(.collapsed):before {
  transform: translateY(-50%) rotate(45deg);
}
.faq .accordion-collapse {
  background: transparent;
}
.faq .accordion-body {
  padding: 0 86px 34px 36px;
  color: #211442;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}
.faq .accordion-body a {
  color: #211442;
  text-decoration: underline;
}
.gallery-block {
  --swiper-pagination-bullet-width: 50px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 4px;
  --swiper-pagination-bottom: -40px;
  --swiper-theme-color: #000!important;
  --swiper-navigation-top-offset: 190px;
}
.gallery-block.reviews-gallery {
  --swiper-navigation-top-offset: 200px;
}
.gallery-block .swiper-pagination-container,
.gallery-block .swiper-buttons-container {
  position: relative;
}
.gallery-block .swiper-slide .gallery-image {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 16px 38px rgba(58, 38, 87, 0.16);
}
.gallery-block .swiper-slide .slide-wrap {
  transition: all 300ms ease;
  transform: scale(0.8);
}
.gallery-block .swiper-slide.swiper-slide-active .slide-wrap {
  transform: scale(1);
}
.with-friend {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin: 40px 0;
  padding: 90px 0;
  background: #F4EDF9;
}
.with-friend .container-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.with-friend .title {
  font-size: 25px;
  font-weight: 700;
  background: #CEAFDE;
  padding: 14px;
  border-radius: 32px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.with-friend .text {
  background: #E485C9;
  border-radius: 32px;
  padding: 14px 0 30px;
}
.with-friend .text .title-1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
.with-friend .text .title-2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
.with-friend .text .block-btn {
  margin: 13px 0;
}
.with-friend .text .block-btn .btn {
  width: 285px;
}
.with-friend .image {
  background: url("/wa-apps/landing/themes/womanizer/img/with-friend.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
  border-radius: 33px;
}
.schedule-table-2 {
  text-align: center;
  margin: 40px 0;
}
.schedule-table-2 .day,
.schedule-table-2 .dow {
  font-size: 150%;
  text-transform: lowercase;
  font-weight: 600;
}
.schedule-table-2 .divider {
  height: 1px;
  background: #000;
  margin: 20px 0;
}
.schedule-table-2 .btn-sch {
  font-size: 12px;
  text-transform: lowercase;
  display: inline-block;
  padding: 3px 20px;
  text-decoration: none;
  background: #E50F7F;
  color: #fff;
  border-radius: 5px;
  width: 80px;
}
.schedule-table-2 .btn-sch.btn-city-spb {
  background: #503C6B;
}
.schedule-table-2 .btn-sch.btn-city-online {
  background: #36B6B4;
}
.schedule-table-2 .sch-city-block {
  margin: 0;
}
.schedule-table-2 table {
  width: 100%;
}
.schedule-table-2 table td {
  width: 14.285%;
  vertical-align: top;
}
.trainer {
  padding: 58px 0;
}
.trainer h2 {
  color: #E50F7F;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: #FFF3C9;
  text-decoration-thickness: 0.42em;
  text-underline-offset: -0.22em;
  text-decoration-skip-ink: none;
  text-align: center;
  margin-bottom: 42px;
}
.trainer .trainer-photo-video {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  margin-bottom: 14px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(58, 38, 87, 0.18);
}
.trainer .trainer-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 220ms ease;
}
.trainer .trainer-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7B4592;
  font-weight: 600;
  background: #F4EDF9;
  border: 2px dashed rgba(58, 38, 87, 0.25);
}
.trainer .trainer-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}
.trainer .trainer-video-mock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  background: linear-gradient(120deg, #3A2657, #7B4592, #E50F7F, #7B4592, #3A2657);
  background-size: 300% 300%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.trainer .trainer-video-mock .play-icon {
  font-size: 26px;
}
.trainer .trainer-photo-video.is-playing .trainer-photo-img {
  opacity: 0;
}
.trainer .trainer-photo-video.is-playing .trainer-video-el {
  opacity: 1;
  pointer-events: auto;
}
.trainer .trainer-photo-video.is-playing .trainer-video-mock {
  animation: trainer-mock-play 3s ease infinite;
}
.trainer .trainer-photo-video.is-playing .hover-hint {
  opacity: 0;
}
.trainer .hover-hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: rgba(58, 38, 87, 0.55);
  transition: opacity 180ms ease;
}
.trainer .trainer-certificates {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.trainer .cert {
  flex: 1;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
}
.trainer .cert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trainer .cert-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  color: #7B4592;
  font-weight: 600;
  background: #F4EDF9;
  border: 2px dashed rgba(58, 38, 87, 0.25);
}
.trainer .trainer-name {
  color: #3A2657;
  font-size: 28px;
  font-weight: 800;
}
.trainer .trainer-role {
  color: #E50F7F;
  font-weight: 700;
  margin: 6px 0 18px;
}
.trainer .trainer-bio {
  color: #3A2657;
  line-height: 1.5;
  margin-bottom: 26px;
}
.trainer .block-btn {
  text-align: left;
}
@keyframes trainer-mock-play {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 767px) {
  .trainer .block-btn {
    text-align: center;
  }
}
/*# sourceMappingURL=womanizer.css.map */