#sp-top-bar {
  padding: 0;
  font-size: 1rem;
  display: none;
}
#sp-header .container {
  max-width: 98%;
}
#sp-header {
  height: 80px;
}
#sp-top-bar .sp-module {
  margin: 0;
  width: 100%;
}
#sp-top-bar .sppb-media > .pull-left {
	margin-right: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 8px !important;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
}
.sppb-flipbox-panel .sppb-flipbox-back, .sppb-flipbox-panel .sppb-flipbox-fron{
  max-height: 300px
}
.bread .fa-map-marker-alt {
	display: none;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {color: #ffffff;}
.article-details .article-can-edit {
  margin-bottom: 0;
}
.article-details .article-info {
  display: none;
}
.btn-primary {
    transition: transform 0.2s ease-out; /* Плавный переход за 0.2 секунды */
}
.btn-primary:hover {
    transform: scale(1.1); /* Увеличить размер на 20% */
}
.mod_MPCCart-icon {
    transition: transform 0.2s ease-out; /* Плавный переход за 0.2 секунды */
}
.mod_MPCCart-icon:hover {
    transform: scale(1.3); /* Увеличить размер на 20% */
}
.mod_MPCCart-checkout {
    transition: transform 0.2s ease-out; /* Плавный переход за 0.2 секунды */
}
.mod_MPCCart-checkout:hover {
    transform: scale(1.1); /* Увеличить размер на 20% */
}
.mpc_Navbar-radio-btn label {
	color: #e87be8;
    transition: transform 0.2s ease-out; /* Плавный переход за 0.2 секунды */
}
.mpc_Navbar-radio-btn label:hover {
    transform: scale(1.2); /* Увеличить размер на 20% */
}
.mpc_Favorites {
    transition: transform 0.2s ease-out; /* Плавный переход за 0.2 секунды */
}
.mpc_Favorites:hover {
    transform: scale(1.2); /* Увеличить размер на 20% */
}
body.view-tracks #jsTrackList .jsMpcFavorites {
  color: #e6d7ef !important;
}
body.view-tracks #jsTrackList .jsMpcFavorites .bi-heart-fill {
  display: none;
}
body.view-tracks #jsTrackList .jsMpcFavorites.mpc-like-active {
  color: #ff6ba7 !important;
}
body.view-tracks #jsTrackList .jsMpcFavorites.mpc-like-active .bi-heart {
  display: none;
}
body.view-tracks #jsTrackList .jsMpcFavorites.mpc-like-active .bi-heart-fill {
  display: inline-block;
}
.view-tracks #mpc_f_status4,
.view-tracks label[for="mpc_f_status4"] {
  display: none !important;
}
.view-tracks .mpcJsSubmitFilter,
.view-tracks .mpcJsResetAllFilter,
.view-tracks .mpc_Instructions_Btn,
.view-tracks .mpc_Instructions {
  display: none !important;
}
.view-tracks .mpc-seo-hero {
  margin: 0 0 16px;
  padding: 18px 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(24, 29, 42, 0.95) 0%, rgba(17, 21, 32, 0.95) 100%);
}
.view-tracks .mpc-seo-hero h1 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 800;
}
.view-tracks .mpc-seo-hero__sub {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  text-align: center;
}
.view-tracks .mpc-seo-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.view-tracks .mpc-seo-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.view-tracks .mpc-seo-hero__btn--primary {
  background: #3154e6;
  border-color: #3154e6;
}
.view-tracks .mpc-seo-box {
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 23, 0.84);
}
.view-tracks .mpc-seo-box h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}
.view-tracks .mpc-seo-box ul,
.view-tracks .mpc-seo-box ol {
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
}
.view-tracks .mpc-seo-box li {
  margin-bottom: 6px;
}
.view-tracks .mpc-seo-faq-item {
  margin-bottom: 10px;
}
.view-tracks .mpc-seo-faq-item h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 17px;
}
.view-tracks .mpc-seo-faq-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}
.mpc_Status_Track_Btn {
    transition: transform 0.2s ease-out; /* Плавный переход за 0.2 секунды */
}
.mpc_Status_Track_Btn:hover {
    transform: scale(1.1); /* Увеличить размер на 20% */
}

 /* Определяем анимацию пульсации */
@keyframes pulse-play-icon {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* Увеличиваем немного */
    }
    100% {
        transform: scale(1);
    }
}
@keyframes mpcInlineEqMid {
    0% { height: 8px; }
    50% { height: 13px; }
    100% { height: 9px; }
}
@keyframes mpcInlineEqSide {
    0% { height: 12px; transform: translate(-50%, -50%) scaleY(0.75); }
    50% { height: 12px; transform: translate(-50%, -50%) scaleY(1.05); }
    100% { height: 12px; transform: translate(-50%, -50%) scaleY(0.82); }
}

.mpc_Btn_Play { 
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border: 2px solid #ffd24a !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    background: rgba(16, 19, 26, 0.72) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 16px rgba(0, 0, 0, 0.35) !important;
    position: relative !important;
}
.mpc_Btn_Play::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #ffd24a;
    margin-left: 2px;
}
.mpc_Btn_Play::after {
    content: '';
    display: none;
}

/* Gift Certificates Landing */
body.plat-cert-page #sp-component {
  background: #0a0a0a;
}
.plat-cert-landing {
  --pc-bg: #0a0a0a;
  --pc-panel: rgba(255, 255, 255, 0.06);
  --pc-border: rgba(212, 175, 55, 0.35);
  --pc-gold: #d4af37;
  --pc-text: #f6f1df;
  --pc-muted: rgba(246, 241, 223, 0.78);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px 56px;
  color: var(--pc-text);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.plat-cert-hero {
  position: relative;
  min-height: 84vh;
  border-radius: 26px;
  overflow: hidden;
  margin: 18px 0 28px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.55);
}
.plat-cert-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.72)),
    radial-gradient(circle at 75% 20%, rgba(212, 175, 55, 0.26), transparent 55%),
    url("/images/2022/07/22/hero-pattern2.webp") center/cover no-repeat;
}
.plat-cert-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 9vh 8vw;
}
.plat-cert-eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.95);
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
}
.plat-cert-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 28px rgba(212, 175, 55, 0.2);
}
.plat-cert-sub {
  margin: 0;
  font-size: clamp(17px, 2.3vw, 24px);
  color: var(--pc-muted);
  max-width: 650px;
}
.plat-cert-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.plat-cert-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: all .25s ease;
  border: 1px solid transparent;
}
.plat-cert-btn--gold {
  color: #101010;
  background: linear-gradient(120deg, #d4af37, #f1d37a);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.3);
}
.plat-cert-btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(212, 175, 55, 0.45);
}
.plat-cert-btn--ghost {
  color: #f7edcf;
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
.plat-cert-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: #d4af37;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.2);
}
.plat-cert-premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.plat-cert-visual {
  margin: 0 0 30px;
}
.plat-cert-visual__card {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.plat-cert-visual__card img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.plat-cert-visual__card figcaption {
  padding: 12px 16px 14px;
  color: rgba(246, 241, 223, 0.88);
  font-size: 14px;
}
.plat-cert-glass {
  background: var(--pc-panel);
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.plat-cert-glass h2 {
  margin: 0 0 10px;
  color: #f6cd63;
  font-size: 24px;
}
.plat-cert-glass p { margin: 0 0 12px; color: var(--pc-muted); }
.plat-cert-link {
  color: #ffe38f !important;
  text-decoration: none !important;
  font-weight: 800;
}
.plat-cert-pricing h2,
.plat-cert-why h2,
.plat-cert-how h2,
.plat-cert-faq h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.1;
  color: #fff;
}
.plat-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.plat-cert-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  padding: 22px 18px;
  backdrop-filter: blur(10px);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.plat-cert-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 16px 32px rgba(212, 175, 55, 0.2);
}
.plat-cert-card h3 {
  margin: 0 0 10px;
  color: #f6cd63;
  font-size: 22px;
}
.plat-cert-price {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.plat-cert-price span {
  color: #8a877d;
  text-decoration: line-through;
  font-size: 18px;
  margin-right: 8px;
}
.plat-cert-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.plat-cert-card li {
  color: var(--pc-muted);
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}
.plat-cert-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: 700;
}
.plat-cert-card--hit {
  border-width: 2px;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.3), 0 16px 34px rgba(212, 175, 55, 0.22);
}
.plat-cert-hit {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(120deg, #d4af37, #f4d36e);
  color: #111;
  font-weight: 800;
  font-size: 11px;
}
.plat-cert-why,
.plat-cert-how,
.plat-cert-faq {
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  padding: 20px;
}
.plat-cert-why p,
.plat-cert-how p,
.plat-cert-how li { color: var(--pc-muted); font-size: 17px; }
.plat-cert-how ol {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}
.plat-cert-acc {
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.plat-cert-acc__btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 16px;
  cursor: pointer;
}
.plat-cert-acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  background: rgba(0, 0, 0, 0.22);
}
.plat-cert-acc.is-open .plat-cert-acc__panel { max-height: 240px; }
.plat-cert-acc__panel p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--pc-muted);
}
@media (max-width: 1024px) {
  .plat-cert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .plat-cert-premium { grid-template-columns: 1fr; }
  .plat-cert-hero { min-height: 70vh; }
  .plat-cert-hero__content { padding: 8vh 7vw; }
}
@media (max-width: 640px) {
  .plat-cert-grid { grid-template-columns: 1fr; }
  .plat-cert-actions { flex-direction: column; }
  .plat-cert-btn { width: 100%; }
}

.mpc_Btn_Play:hover {
    animation: pulse-play-icon 1s infinite alternate; /* Применяем анимацию: 1 секунда, бесконечно, туда-обратно */
}

.mpc_Control_Btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.mpc_Btn_Eq {
    display: none !important;
}

.mpc_Btn_Eq .eq {
    display: none !important;
}

.mpc_Btn_Eq .eq .eq__bar {
    display: none !important;
}

#jsTrackList .mpcJsInitTrack.current_track .mpc_Btn_Play::before,
#jsTrackList .mpcJsInitTrack.is-active .mpc_Btn_Play::before {
    width: 3px;
    height: 11px;
    border: 0;
    border-radius: 999px;
    background: #ffd24a;
    margin-left: 0;
    animation: mpcInlineEqMid .85s ease-in-out infinite;
}

#jsTrackList .mpcJsInitTrack.current_track .mpc_Btn_Play::after,
#jsTrackList .mpcJsInitTrack.is-active .mpc_Btn_Play::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 12px;
    border-radius: 999px;
    background: #ffd24a;
    transform: translate(-50%, -50%);
    box-shadow: -6px 0 0 #ffd24a, 6px 0 0 #ffd24a;
    animation: mpcInlineEqSide .85s ease-in-out infinite;
}

#jsTrackList .mpcJsInitTrack.current_track {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

#jsTrackList .mpcJsInitTrack.current_track .mpc_Track_Name {
    color: inherit !important;
}


.vhodmod {
    background-image: linear-gradient(rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.3)), url('/images/prodaza-pesen-oblozka.jpg'); 
    background-size: cover; /* Изображение будет масштабироваться, чтобы полностью покрыть контейнер */
    background-position: center center; /* Центрируем изображение */
    background-repeat: no-repeat; /* Запрещаем повторять изображение */
min-height: 400px; /* Установите желаемую минимальную высоту. Подберите значение так, чтобы обложка доходила до фильтров. */
padding-bottom: 50px; /* Добавляем внутренний отступ снизу, чтобы контент не наезжал на нижний край обложки */

display: flex; /* Для корректного расположения содержимого, если оно будет выровнено */
flex-direction: column;
justify-content: flex-end; /* Выравнивает содержимое (логин, корзину) к низу, если min-height очень большая */
align-items: flex-start; /* Выравнивает содержимое по левому краю */

color: #fff; /* Цвет текста для элементов шапки, чтобы он был виден на фоне */
box-shadow: 0px 0px 100px 0px rgba(128, 0, 255, 0.33); 
border-radius: 120px;
}

/* Дополнительные стили для элементов шапки, чтобы они были видны на фоне */
.vhodmod .sp-megamenu-parent > li > a,
.vhodmod .sp-megamenu-parent > li > span,
.vhodmod .sp-top-bar .sp-module,
.vhodmod .sp-header-right .sp-module {
    color: #fff !important; /* Делаем текст белым */
}

/* Медиа-запрос для мобильных устройств: уменьшаем высоту обложки */
@media (max-width: 768px) {
    .vhodmod {
        min-height: 250px; /* Меньшая высота на мобильных */
        padding-bottom: 30px;
    }
}
#sp-header {
  background: rgba(0, 0, 0, 1);
}
.homeepage #sp-main-body {
	margin-top: -80px;
}
.perev .sppb-flipbox-panel {
  height: 370px;
}
.perev h3 {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 29px;
	font-weight: 300;
	text-transform: uppercase;
}
.perev i{
  background: linear-gradient(135deg, #e95095, #7049ba);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 65px;
  margin-bottom: 20px;
}
.perev p{
font-size: 18px;
line-height: 25px;
}
.perev .sppb-btn{
	background: transparent;
	  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #e95095;
}
.perev .sppb-btn:hover{
background: linear-gradient(135deg, #e95095, #7049ba);
}
.perev .sppb-flipbox-panel .flip-box {
  display: table;
  max-height: 350px;
}
.perev .sppb-flipbox-panel .sppb-flipbox-back{
padding: 15%;
}
.perev .sppb-flipbox-panel .sppb-flipbox-front
{
padding: 15%;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > a {
  padding: 15px 0;
}
.burger-icon > span {
  background-color: #aa8163;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #aa8163;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #000;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #aa8163 !important;
}
.nav-header {
	padding-left: 10px;
}
#sp-bottom h4 {
	color: #fff;
}
#sp-bottom2 {
	text-align: center;
}
.con-top p {
	margin: 0;
	font-size: 17px;
font-weight: 700;
}
.con-top a {
	color: #fff;
}
#sp-header.full-header {
  padding-left: 15px;
  padding-right: 15px;
}
#sp-logo {
	max-width: 17%;
}
#sp-menu {
	max-width: 83%;
}
.pr-pesen {
	background-color: #0d0c0c;
}
.breadcrumb {
  padding: 5px 10%;
  margin: 0;
}
.w-socials-item1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.w-socials-item1 a {
  margin: 0 10px;
}
.offcanvas-menu {
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
  display: block;
  padding-bottom: 0;
border-left: 2px solid #aa8163;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-weight: 700;
  padding-left: 10px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  display: none;
}
.offcanvas-menu .offcanvas-inner {
  padding: 0 15px;
}
#sp-bottom {
  padding: 0;
}
#sp-bottom .sp-module {
  margin-bottom: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  color: #fff;
}
.bt-zvon  {
  border: 4px solid #fff;
  border-radius: 20px;
}
.fa-music {
  color: #aa8163;
  font-size: 24px;
  margin-right: 10px;
}
#sp-footer{
  text-align: center;
}
@media (max-width:768px) and (max-width:1100px) {
	#sp-top-bar {
		display: block;
	}
#sp-header .container {
  max-width: 100%;
}
.homeepage #sp-header {
  background: rgba(0, 0, 0, 1);
}
.homeepage #sp-main-body {
	margin-top: 0px;
}
.con-top  {
	display: none;
}
.breadcrumb {
  display: none;
}
#sp-logo {
  max-width: 85%;
}
#sp-bottom {
  padding: 30px 0 0;
}
.amap1-tmpl.amap1-tmpl_vertical {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
}
}
.logo-image-phone {
  height: 36px;
  max-width: 150px;
}
/* Плеер*/
.view-tracks #sp-main-body {
  padding: 20px 0;
}
.mpc_Track_Cover {
  flex-basis: 10%;
  position: relative;
  overflow: visible;
}
.mpc_Track_Cover img {
  position: relative;
  z-index: 1;
}
.mpc_Track_Cover a {
  pointer-events: none;
  cursor: default;
}
.mpc_Sticker,
.mpc_Sticker_New {
  position: absolute !important;
  top: 8px;
  left: 8px;
  z-index: 30 !important;
}
.mpc_Track_Page_link {
  display: none;
}
.mpc_Text_Small {
  font-size: 23px;
  margin-top: 10px;
  color: #ff07ff;
}
body.view-tracks #jsTrackList .mpc_Track {
  --mpc-track-cover-col: 150px;
  --mpc-track-custom-col: 150px;
  padding: 8px 10px !important;
  margin-bottom: 6px !important;
  border-width: 1px !important;
  min-height: 106px !important;
  align-items: center !important;
}
body.view-tracks #jsTrackList .mpc_Track_Cover {
  flex-basis: var(--mpc-track-cover-col) !important;
  pointer-events: none !important;
  cursor: default !important;
  align-self: center !important;
}
body.view-tracks #jsTrackList .mpc_Track_Cover img {
  max-width: 96px !important;
  pointer-events: none !important;
}
body.view-tracks #jsTrackList .mpc_Track_Info {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: center !important;
  gap: 2px !important;
}
body.view-tracks #jsTrackList .mpc_Track_Header {
  align-items: center !important;
}
body.view-tracks #jsTrackList .mpc_Track_Title {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  column-gap: 10px !important;
  align-items: center !important;
  position: relative;
  top: 0;
}
body.view-tracks #jsTrackList .mpc_Control_Btn {
  align-self: center !important;
  justify-self: center !important;
  transform: translateX(-6px);
}
body.view-tracks #jsTrackList .mpc_Btn_Play {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
body.view-tracks #jsTrackList .mpc_Btn_Play::before {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 8px !important;
  margin-left: 1px !important;
}
body.view-tracks #jsTrackList .mpc_Track_Custom {
  flex-basis: var(--mpc-track-custom-col) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: center !important;
}
body.view-tracks #jsTrackList .mpc_Status_Track_Btn {
  max-width: var(--mpc-track-custom-col) !important;
  margin: 0 auto !important;
}
body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_BuyNow_lbl,
body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_Sold_lbl {
  padding: 5px 8px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}
body.view-tracks #jsTrackList .mpc_Track_Name {
  font-size: 1.02em !important;
  padding: 2px 2px !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}
body.view-tracks #jsTrackList .mpc_Track_Stats {
  padding: 0 2px !important;
  align-items: center !important;
  margin-top: 2px !important;
  gap: 10px !important;
}
body.view-tracks #jsTrackList .mpc_specs {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
}
body.view-tracks #jsTrackList .mpc_specs_lbl {
  display: inline-flex !important;
  align-items: center !important;
}
body.view-tracks #jsTrackList .mpc_Track_Stats .mpc_specs:has(.bi-download),
body.view-tracks #jsTrackList .mpc_Track_Stats .mpc_specs:nth-child(3) {
  display: none !important;
}
body.view-tracks #jsTrackList .mpc_specs_lbl i {
  position: relative;
  top: 1px;
}
body.view-tracks #jsTrackList .mpc_Text_Small {
  font-size: 15px !important;
  margin-top: 2px !important;
}
@media (max-width: 900px) {
  body.view-tracks #jsTrackList .mpc_Track {
    --mpc-track-cover-col: 112px;
    --mpc-track-custom-col: 112px;
    padding: 6px 8px !important;
    min-height: 84px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Cover img {
    max-width: 72px !important;
  }
  body.view-tracks #jsTrackList .mpc_Btn_Play {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
  body.view-tracks #jsTrackList .mpc_Btn_Play::before {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
    border-left-width: 6px !important;
  }
  body.view-tracks #jsTrackList .mpc_Control_Btn {
    transform: translateX(-4px);
  }
  body.view-tracks #jsTrackList .mpc_Track_Name {
    font-size: 0.9em !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Stats {
    gap: 8px !important;
  }
  body.view-tracks #jsTrackList .mpc_Text_Small {
    font-size: 13px !important;
  }
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_BuyNow_lbl,
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_Sold_lbl {
    padding: 4px 6px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 680px) {
  body.view-tracks #jsTrackList .mpc_Track {
    --mpc-track-cover-col: 78px;
    display: grid !important;
    grid-template-columns: var(--mpc-track-cover-col) minmax(0, 1fr) !important;
    grid-template-areas:
      "cover info"
      "custom custom" !important;
    padding: 7px 8px !important;
    margin-bottom: 5px !important;
    min-height: 0 !important;
    gap: 6px 8px !important;
    width: 100% !important;
    align-items: start !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Cover {
    flex-basis: var(--mpc-track-cover-col) !important;
    grid-area: cover !important;
    justify-self: center !important;
    width: 100% !important;
    align-self: start !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Cover img {
    max-width: 64px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Info {
    grid-area: info !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 4px !important;
    min-width: 0 !important;
    width: 100% !important;
    min-height: 64px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  body.view-tracks #jsTrackList .mpc_Favorites {
    margin-left: auto !important;
    padding-left: 6px !important;
  }
  body.view-tracks #jsTrackList .mpc_Control_Btn {
    margin-right: 0 !important;
    transform: translateX(-2px);
  }
  body.view-tracks #jsTrackList .mpc_Track_Name {
    font-size: 0.96em !important;
    line-height: 1.1 !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Stats {
    gap: 8px !important;
    font-size: 11px !important;
    margin-top: 1px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  body.view-tracks #jsTrackList .mpc_specs_lbl i {
    top: 0 !important;
  }
  body.view-tracks #jsTrackList .mpc_Btn_Play {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
  body.view-tracks #jsTrackList .mpc_Btn_Play::before {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
    border-left-width: 6px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Custom {
    flex-basis: auto !important;
    grid-area: custom !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-items: start !important;
    text-align: left !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 6px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn {
    max-width: none !important;
    margin: 0 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  body.view-tracks #jsTrackList .mpc_Text_Small {
    font-size: 12px !important;
    margin-top: 1px !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Rating {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_BuyNow_lbl,
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_Sold_lbl {
    padding: 5px 6px !important;
    font-size: 10px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Full_Info {
    display: none !important;
  }
}
@media (max-width: 480px) {
  body.view-tracks #jsTrackList .mpc_Track {
    --mpc-track-cover-col: 70px;
    padding: 6px !important;
    min-height: 0 !important;
    gap: 0 6px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Cover img {
    max-width: 60px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Name {
    font-size: 0.92em !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Stats {
    gap: 6px !important;
    font-size: 11px !important;
  }
  body.view-tracks #jsTrackList .mpc_Btn_Play {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
  }
  body.view-tracks #jsTrackList .mpc_Btn_Play::before {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
    border-left-width: 5px !important;
  }
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_BuyNow_lbl,
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn .mpc_Sold_lbl {
    padding: 4px 5px !important;
    font-size: 9px !important;
  }
  body.view-tracks #jsTrackList .mpc_Text_Small {
    font-size: 12px !important;
  }
  body.view-tracks #jsTrackList .mpc_Track_Custom {
    grid-template-columns: 1fr !important;
    row-gap: 5px !important;
  }
  body.view-tracks #jsTrackList .mpc_Status_Track_Btn,
  body.view-tracks #jsTrackList .mpc_Text_Small,
  body.view-tracks #jsTrackList .mpc_Track_Rating {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
  }
}
.card {
  max-width: 300px;
  background-color: #7b1670;
}
.mod_MPCCart-checkout {
  padding: 10px !important;
}
@keyframes mpcPlayPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 209, 58, 0.35); }
  70% { box-shadow: 0 0 0 8px rgba(255, 209, 58, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 209, 58, 0); }
}
body .mpc_AP {
  --mpc-player-height: 74px;
  --mpc-player-width: min(1220px, calc(100% - 16px));
  --mpc-cover-size: 46px;
  --mpc-panel-bg: linear-gradient(180deg, #1c2029 0%, #151922 100%);
  --mpc-border-color: rgba(255, 255, 255, 0.08);
  --mpc-text-primary: #f3f5fb;
  --mpc-text-secondary: rgba(235, 238, 248, 0.68);
  --mpc-accent: #ffd13a;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 8px !important;
  width: var(--mpc-player-width) !important;
  min-height: var(--mpc-player-height) !important;
  color: var(--mpc-text-primary) !important;
  font-family: "YS Text", "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif !important;
  border: 1px solid var(--mpc-border-color) !important;
  margin-top: 0 !important;
  transform: translateX(-50%) !important;
  border-radius: 14px !important;
  background: var(--mpc-panel-bg) !important;
  box-shadow: 0 14px 36px rgba(2, 4, 10, 0.5) !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
body .mpc_AP::before {
  content: none;
}
body .mpc_AP .mpc_AP_inner {
  display: grid !important;
  grid-template-columns: var(--mpc-cover-size) auto minmax(200px, 1fr) auto;
  align-items: center !important;
  min-height: var(--mpc-player-height) !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  box-sizing: border-box !important;
}
body .mpc_AP .mpc_AP_item--images {
  width: var(--mpc-cover-size) !important;
  height: var(--mpc-cover-size) !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35) !important;
}
body .mpc_AP .mpc_AP_item--images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .mpc_AP .mpc_AP_item--playback {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}
body .mpc_AP .mpc_AP_item--track {
  min-width: 0 !important;
}
body .mpc_AP .mpc_AP_track {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  row-gap: 5px !important;
  column-gap: 10px !important;
}
body .mpc_AP .mpc_AP_track_title {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: baseline !important;
  transform: translateY(-7px);
  color: var(--mpc-text-primary) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .mpc_AP .mpc_AP_track_time {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: baseline !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
  white-space: nowrap !important;
  color: var(--mpc-text-secondary) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
  transform: translateY(-7px);
}
body .mpc_AP .mpc_AP_track_time span {
  display: inline-block;
  line-height: 1;
}
body .mpc_AP .mpc_AP_progress-container {
  grid-column: 1 / 3 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}
body .mpc_AP .mpc_AP_progress {
  height: 3px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  overflow: hidden !important;
}
body .mpc_AP .mpc_AP_progress_preload {
  background: rgba(255, 255, 255, 0.26) !important;
}
body .mpc_AP .mpc_AP_progress_bar {
  background: linear-gradient(90deg, #ffd13a, #f6c600) !important;
}
body .mpc_AP .mpc_AP_item--settings {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
body .mpc_AP .mpc_AP_volume-container,
body .mpc_AP .mpc_AP_order-container {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}
body .mpc_AP .mpc_AP_controls,
body .mpc_AP .mpc_AP_controls--playlist,
body .mpc_AP .mpc_AP_controls--shuffle,
body .mpc_AP .mpc_AP_volume-btn,
body .mpc_AP .mpc_AP_order-container button {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  transition: background-color .16s ease, border-color .16s ease;
}
body .mpc_AP .mpc_AP_controls--toggle {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border: 1px solid rgba(255, 209, 58, 0.6) !important;
  background: rgba(255, 209, 58, 0.1) !important;
}
body .mpc_AP .mpc_AP_controls--toggle svg {
  fill: #ffd13a !important;
}
body .mpc_AP .mpc_AP_controls svg,
body .mpc_AP .mpc_AP_volume-btn svg {
  fill: #f0f4ff !important;
  width: 15px !important;
  height: 15px !important;
}
body .mpc_AP .mpc_AP_controls:hover,
body .mpc_AP .mpc_AP_controls--playlist:hover,
body .mpc_AP .mpc_AP_controls--shuffle:hover,
body .mpc_AP .mpc_AP_volume-btn:hover,
body .mpc_AP .mpc_AP_order-container button:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--order-no-active,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat-one,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--shuffle,
body .mpc_AP div.mpc_AP_controls,
body .mpc_AP .mpc_AP_controls--add_to_cart,
body .mpc_AP .mpc_AP_controls--download_track,
body .mpc_AP .mpc_AP_controls--sold {
  display: none !important;
}
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--order-no-active.is-active,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat.is-active,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat-one.is-active,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--shuffle.is-active {
  display: inline-flex !important;
}
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat.is-active::after,
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat-one.is-active::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: 999px;
  background: #ffd13a;
  color: #0d1320;
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(13, 19, 32, 0.45);
}
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat.is-active::after {
  content: "ALL";
}
body .mpc_AP .mpc_AP_order-container .mpc_AP_controls--repeat-one.is-active::after {
  content: "1";
}
body .mpc_AP .mpc_AP_volume_track {
  width: 62px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.28) !important;
}
body .mpc_AP .mpc_AP_volume_bar {
  background: linear-gradient(90deg, #ffd13a, #f6c600) !important;
}
body .mpc_AP.is-playing .mpc_AP_controls--toggle {
  animation: mpcPlayPulse 1.35s ease-out infinite;
}
body .mpc_Container {
  padding-bottom: calc(var(--mpc-player-height) + 14px) !important;
}
@media (max-width: 920px) {
  body .mpc_AP {
    --mpc-player-height: 70px;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    transform: none !important;
  }
  body .mpc_AP .mpc_AP_track_title {
    font-size: 15px !important;
  }
  body .mpc_AP .mpc_AP_track_time {
    font-size: 11px !important;
  }
  body .mpc_AP .mpc_AP_volume {
    display: none !important;
  }
}
@media (max-width: 680px) {
  body .mpc_AP {
    --mpc-player-height: auto;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 12px 12px 0 0 !important;
  }
  body .mpc_AP .mpc_AP_inner {
    grid-template-columns: var(--mpc-cover-size) auto minmax(0, 1fr) auto !important;
    grid-template-areas: "cover controls track settings" !important;
    gap: 6px !important;
    padding: 7px 8px 8px !important;
    align-items: center !important;
  }
  body .mpc_AP .mpc_AP_item--images {
    --mpc-cover-size: 36px;
    grid-area: cover !important;
  }
  body .mpc_AP .mpc_AP_item--playback {
    grid-area: controls !important;
  }
  body .mpc_AP .mpc_AP_item--track {
    grid-area: track !important;
  }
  body .mpc_AP .mpc_AP_item--settings {
    grid-area: settings !important;
    gap: 4px !important;
  }
  body .mpc_AP .mpc_AP_track {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    row-gap: 3px !important;
  }
  body .mpc_AP .mpc_AP_track_title {
    grid-column: 1 !important;
    grid-row: 1 !important;
    transform: none !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
  }
  body .mpc_AP .mpc_AP_track_time {
    grid-column: 1 !important;
    grid-row: 2 !important;
    transform: none !important;
    justify-content: flex-start !important;
    font-size: 10px !important;
  }
  body .mpc_AP .mpc_AP_progress-container {
    grid-column: 1 !important;
    grid-row: 3 !important;
    margin-top: 1px !important;
  }
  body .mpc_AP .mpc_AP_controls,
  body .mpc_AP .mpc_AP_controls--playlist,
  body .mpc_AP .mpc_AP_controls--shuffle,
  body .mpc_AP .mpc_AP_volume-btn,
  body .mpc_AP .mpc_AP_order-container button {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
  body .mpc_AP .mpc_AP_controls--toggle {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }
  body .mpc_AP .mpc_AP_controls--shuffle,
  body .mpc_AP .mpc_AP_controls--playlist {
    display: none !important;
  }
  body .mpc_AP .mpc_AP_order-container,
  body .mpc_AP .mpc_AP_volume-container {
    display: none !important;
  }
  body .mpc_AP .mpc_AP_item--settings {
    display: none !important;
  }
}
@media (max-width: 420px) {
  body .mpc_AP .mpc_AP_item--images {
    --mpc-cover-size: 32px;
  }
  body .mpc_AP .mpc_AP_inner {
    grid-template-columns: var(--mpc-cover-size) auto minmax(0, 1fr) !important;
    grid-template-areas: "cover controls track" !important;
    gap: 5px !important;
    padding: 6px 7px 7px !important;
  }
  body .mpc_AP .mpc_AP_controls,
  body .mpc_AP .mpc_AP_volume-btn {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
  body .mpc_AP .mpc_AP_controls--toggle {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
  }
  body .mpc_AP .mpc_AP_track_time {
    display: none !important;
  }
  body .mpc_AP .mpc_AP_progress-container {
    margin-top: 2px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .mpc_AP .mpc_AP_controls,
  body .mpc_AP .mpc_AP_controls--playlist,
  body .mpc_AP .mpc_AP_controls--shuffle,
  body .mpc_AP .mpc_AP_volume-btn,
  body .mpc_AP .mpc_AP_order-container button,
  body .mpc_AP .mpc_AP_controls--toggle {
    transition: none !important;
    animation: none !important;
  }
}
/* Плеер конец*/
.kn-tg{
  position: fixed;
  bottom: 10px;
  right: 18px;
  background: linear-gradient(135deg,#e95095,#7049ba);
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  isolation: isolate;
  box-shadow: 0 10px 22px rgba(38, 17, 63, 0.35);
  animation: tgFloat 2.8s ease-in-out infinite;
  transition: transform .18s ease, box-shadow .18s ease;
}
.kn-tg::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(233, 80, 149, 0.45);
  opacity: 0;
  transform: scale(0.9);
  animation: tgPulseRing 2.8s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}
.kn-tg a{
  color: #fff !important;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  animation: tgIconNudge 2.8s ease-in-out infinite;
}
.kn-tg:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 30px rgba(38, 17, 63, 0.45);
}
.kn-tg:hover::before {
  animation-duration: 1.7s;
}
@keyframes tgFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@keyframes tgPulseRing {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }
  30% {
    opacity: .7;
  }
  100% {
    opacity: 0;
    transform: scale(1.13);
  }
}
@keyframes tgIconNudge {
  0%, 100% { transform: translateX(0); }
  45% { transform: translateX(0); }
  55% { transform: translateX(1px); }
  65% { transform: translateX(-1px); }
}
.mpc-tg-smart-popup {
  position: fixed;
  right: 18px;
  bottom: 72px;
  width: min(320px, calc(100vw - 24px));
  padding: 12px 12px 11px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(24, 29, 42, 0.97) 0%, rgba(18, 22, 34, 0.97) 100%);
  box-shadow: 0 16px 35px rgba(5, 8, 14, 0.45);
  color: #f3f6ff;
  z-index: 2147483000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.mpc-tg-smart-popup.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.mpc-tg-smart-popup__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}
.mpc-tg-smart-popup__title {
  margin-right: 26px;
  font-size: 0;
  font-weight: 700;
  letter-spacing: .2px;
}
.mpc-tg-smart-popup__title::after {
  content: 'Platinum Records';
  font-size: 13px;
}
.mpc-tg-smart-popup__message {
  margin-top: 6px;
  color: rgba(238, 243, 255, 0.9);
  font-size: 12.5px;
  line-height: 1.35;
}
.mpc-tg-smart-popup__cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 0 12px;
  border-radius: 10px;
  background: linear-gradient(135deg,#e95095,#7049ba);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15px;
}
.mpc-auto-offer-active {
  box-shadow: 0 0 0 2px rgba(233, 80, 149, 0.82), 0 26px 44px rgba(0, 0, 0, 0.45) !important;
  transform: translateY(-2px) scale(1.02);
  z-index: 3;
}
.mpc-auto-offer-muted {
  opacity: 0.95;
}
.sppb-addon .mpc-auto-offer-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  border-radius: 999px;
  padding: 6px 10px;
  background: linear-gradient(135deg,#e95095,#7049ba);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(27, 6, 44, 0.34);
}
.mpc-auto-offer-price {
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(0, 0, 0, 0.58), rgba(20, 20, 20, 0.32));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(2px);
}
.mpc-auto-offer-price__main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
}
.mpc-auto-offer-price__old {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: line-through;
  font-size: 26px;
  font-weight: 700;
}
.mpc-auto-offer-price__new {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.mpc-auto-offer-price__save {
  margin-top: 5px;
  text-align: center;
  color: #ffe2f3;
  font-size: 13px;
  font-weight: 700;
}
.mpc-auto-offer-cta,
.mpc-auto-offer-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  background: linear-gradient(135deg,#e95095,#7049ba);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 20px rgba(48, 11, 64, 0.36);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.mpc-auto-offer-cta:hover,
.mpc-auto-offer-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(48, 11, 64, 0.45);
  filter: brightness(1.05);
}
.mpc-auto-offer-header-cta {
  margin-top: 10px;
}
.mpc-auto-offer-hero .mpc-auto-offer-price__new {
  font-size: 42px;
}
.mpc-auto-offer-hero .mpc-auto-offer-badge {
  transform: scale(1.06);
}
.mpc-auto-offer-countdown {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  white-space: nowrap;
}
.sppb-countdown-finishedtext-wrap,
.sppb-countdown-finishedtext {
  display: none !important;
}
#section-id-1747737320860 .sppb-modal-selector,
#section-id-1747737320860 a[href^="#ba-click-lightbox-form-"],
#section-id-1747737320866 .sppb-modal-selector,
#section-id-1747737320866 a[href^="#ba-click-lightbox-form-"],
#section-id-1747737320872 .sppb-modal-selector,
#section-id-1747737320872 a[href^="#ba-click-lightbox-form-"],
#section-id-1747737320878 .sppb-modal-selector,
#section-id-1747737320878 a[href^="#ba-click-lightbox-form-"] {
  display: none !important;
}
#section-id-1747737320855 .sppb-modal-selector,
#section-id-1747737320855 a[href^="#ba-click-lightbox-form-"] {
  display: none !important;
}
[id^="section-id-1747737320"] .sppb-modal-selector,
[id^="section-id-1747737320"] a[href^="#ba-click-lightbox-form-"],
[id^="column-id-1747737320"] .sppb-modal-selector,
[id^="column-id-1747737320"] a[href^="#ba-click-lightbox-form-"] {
  display: none !important;
}
#section-id-1747737320855 .sppb-section,
#section-id-1747737320856 .sppb-section {
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  display: flex;
}
#section-id-1747737320855 .sppb-section > .sppb-container-inner,
#section-id-1747737320856 .sppb-section > .sppb-container-inner {
  width: 100%;
  height: 100%;
  display: flex;
}
#section-id-1747737320855 .sppb-section > .sppb-container-inner > .sppb-row,
#section-id-1747737320856 .sppb-section > .sppb-container-inner > .sppb-row,
#section-id-1747737320855 .sppb-section .sppb-col-md-12,
#section-id-1747737320856 .sppb-section .sppb-col-md-12,
#section-id-1747737320855 .sppb-section .sppb-column,
#section-id-1747737320856 .sppb-section .sppb-column,
#section-id-1747737320855 .sppb-section .sppb-column-addons,
#section-id-1747737320856 .sppb-section .sppb-column-addons {
  height: 100%;
}
@media (max-width: 680px) {
  .kn-tg {
    right: 12px;
    bottom: 8px;
    width: 52px;
    height: 52px;
  }
  .kn-tg a {
    font-size: 22px;
  }
  .mpc-tg-smart-popup {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: 66px;
  }
  .sppb-addon .mpc-auto-offer-badge {
    top: 8px;
    right: 8px;
    font-size: 10px;
    padding: 5px 8px;
  }
  .mpc-auto-offer-price {
    padding: 8px 10px;
  }
  .mpc-auto-offer-price__old {
    font-size: 20px;
  }
  .mpc-auto-offer-price__new {
    font-size: 31px;
  }
  .mpc-auto-offer-price__save {
    font-size: 12px;
  }
  .mpc-auto-offer-cta,
  .mpc-auto-offer-header-cta {
    width: 100%;
    min-height: 34px;
  }
  .mpc-auto-offer-countdown {
    display: block;
    margin: 8px 0 0;
    text-align: center;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .sppb-addon-wrapper {
    margin: 10px 0 12px 0 !important;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .sppb-addon-title {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price {
    margin-top: 3px;
    padding: 4px 6px;
    border-radius: 8px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__main {
    gap: 5px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__old {
    font-size: 10px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__new {
    font-size: 16px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__save {
    margin-top: 2px;
    font-size: 10px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-badge {
    top: 6px;
    right: 6px;
    font-size: 7px;
    padding: 3px 5px;
    letter-spacing: .15px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-cta {
    margin-top: 7px;
    min-height: 24px;
    font-size: 10px;
    padding: 0 8px;
    border-radius: 7px;
  }
}
@media (max-width: 430px) {
  body.mpc-price-premium-page .mpc-auto-offer-active {
    transform: none;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .sppb-addon-wrapper {
    margin: 6px 0 8px 0 !important;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .sppb-addon-title {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price {
    margin-top: 2px;
    padding: 3px 5px;
    border-radius: 7px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__main {
    gap: 4px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__old {
    font-size: 9px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__new {
    font-size: 14px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-price__save {
    margin-top: 1px;
    font-size: 9px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-badge {
    top: 4px;
    right: 4px;
    font-size: 6px;
    padding: 2px 4px;
    letter-spacing: .1px;
  }
  body.mpc-price-premium-page .mpc-auto-offer-active .mpc-auto-offer-cta {
    margin-top: 5px;
    min-height: 21px;
    font-size: 9px;
    padding: 0 6px;
    border-radius: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kn-tg,
  .kn-tg::before,
  .kn-tg a {
    animation: none !important;
    transition: none !important;
  }
}
.sp-scroll-up {
  bottom: 70px !important;
}
.modulearan .amap1-right {
  background: transparent;
}
.modulearan .amap1-list_li {
  border: 1px solid #E95095;
  border-radius: 10px;
  margin-bottom: 10px;
}
.modulearan .amap1-list_li.jsAmap_selected {
  box-shadow: none;
}
.modulearan .amap1-list_li.jsAmap_playing {
  background: transparent;
}
.modulearan .amap1-left {
  background: transparent;
}
.modulearan .amap1-cover_img {
  box-shadow: none;
  border: 1px solid #E95095;
}
.modulearan .amap1-wave {
  background: transparent;
}
.modulearan .amap1-current_time {
  background: transparent;
  box-shadow: none;
  border: 1px solid #E95095;
}
.modulearan .amap1-duration_time {
  background: transparent;
  box-shadow: none;
  border: 1px solid #E95095;
}
.modulearan .amap1-eq_preset_i {
  background: transparent;
}
.modulearan .amap1-eq_preset_i.jsAmap_active {
  box-shadow: none;
}
.modulearan .amap1-buttons {
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
.modulearan .amap1-addition_controls {
  background: transparent;
}
.amap1-tmpl.amap1-tmpl_vertical {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.amhtml5audiopro {
  background: transparent;
  display: flex;
border: 1px solid #e95095 !important;
  border-radius: 10px;
  box-shadow: none !important;
  padding: 0 30px;
}
.amPlayerContainer {
  background: transparent;
  width: 50%;
}
.amListContainer {
  width: 50%;
  overflow-y: scroll;
}
.amPlayerInfo {
  background: transparent;
}
.amListContainer {
  background: transparent;
  color: #ffffff;
}
.mod-aran ul > li > a {
  color: #ffffff !important;
}
@media (max-width:768px) and (max-width:1100px) {
  .amhtml5audiopro {
flex-direction: column;
}
  .amPlayerContainer {
  width: 100%;
    order: 2;
}
  .amListContainer {
  order: 1;
    height: auto !important;
     width: 100%;
  }
  .amList-ul {
  padding: 10px;
}
}
.mod_MPCCart-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

#mpc-upload-track-form .mpc-upload-card {
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid #dfe6ff !important;
  box-shadow: 0 14px 30px rgba(43, 66, 170, 0.1) !important;
}

#mpc-upload-track-form .mpc-pack {
  min-height: 108px;
}

#mpc-upload-track-form .mpc-pack.active {
  box-shadow: 0 0 0 3px rgba(50, 90, 255, 0.14) !important;
}

#mpc-upload-track-form .mpc-upload-input,
#mpc-upload-track-form .mpc-upload-select,
#mpc-upload-track-form .mpc-upload-file {
  border-color: #d9e2ff !important;
  border-radius: 12px !important;
  height: 46px !important;
}

#mpc-upload-track-form .mpc-upload-field--full .mpc-upload-file {
  margin-bottom: 8px;
}

#mpc-upload-track-form .mpc-file-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

#mpc-upload-track-form .mpc-file-name {
  flex: 1 1 auto;
}

#mpc-upload-track-form .mpc-file-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #d8ddff;
  background: #f4f7ff;
  color: #243267;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

#mpc-upload-track-form .mpc-file-btn:hover {
  background: #e9efff;
}

#mpc-upload-track-form .mpc-extra-checks {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

#mpc-upload-track-form .mpc-upload-check {
  display: flex;
  align-items: flex-start;
  font-size: 13px !important;
  line-height: 1.4;
  gap: 10px;
  color: #3f4a7d;
}

#mpc-upload-track-form .mpc-upload-submit-wrap {
  width: 100%;
}

#mpc-upload-track-form .mpc-upload-submit {
  min-width: 220px;
}

#mpc-upload-track-form .mpc-upload-submit.is-disabled,
#mpc-upload-track-form .mpc-upload-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none !important;
}

#mpc-upload-track-form .mpc-pay-note {
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background: #1c2f88;
  border-radius: 10px;
  padding: 10px 14px;
  line-height: 1.35;
}

#mpc-upload-track-form .mpc-upload-note {
  display: none !important;
}

@media (max-width: 900px) {
  #mpc-upload-track-form .mpc-upload-submit {
    width: 100%;
  }
}

#mpc-upload-track-form .mpc-track-add-btn {
  border: 1px solid #3154e6;
  background: #3154e6;
  color: #fff;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

#mpc-upload-track-form .mpc-track-list {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

#mpc-upload-track-form .mpc-track-item {
  border: 1px solid #d8ddff;
  border-radius: 14px;
  padding: 14px;
  background: #fcfdff;
}

#mpc-upload-track-form .mpc-track-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 800;
  color: #1b2555;
  margin-bottom: 10px;
}

#mpc-upload-track-form .mpc-track-remove-btn {
  border: 1px solid #e5e9ff;
  background: #fff;
  color: #5a6497;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#mpc-upload-track-form .mpc-track-remove-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#mpc-upload-track-form .mpc-track-item .mpc-upload-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#mpc-upload-track-form .mpc-track-add-btn {
  margin: 0 0 14px;
}

#mpc-upload-track-form .mpc-track-item .mpc-upload-field {
  margin: 0;
}

#mpc-upload-track-form .mpc-extra-checks {
  border: 1px solid #dfe6ff;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

#mpc-upload-track-form .mpc-upload-check input {
  margin-top: 2px;
}

#mpc-upload-track-form .mpc-upload-check:last-child {
  border: 1px solid #dfe6ff;
  border-radius: 10px;
  padding: 8px 10px;
  color: #2d396e;
  font-weight: 700;
}

#mpc-upload-track-form .mpc-status-info {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #6a7398;
}

#mpc-upload-track-form .mpc-upload-upsell {
  display: none !important;
}

#mpc-upload-track-form .mpc-track-audio-preview {
  margin-top: 8px;
  width: 100%;
  max-width: 280px;
  height: 34px;
}

#mpc-upload-track-form .mpc-track-cover-preview-wrap {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #d8ddff;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

#mpc-upload-track-form .mpc-track-cover-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#mpc-upload-track-form .mpc-track-cover-meta {
  margin-top: 6px;
  font-size: 11px;
  color: #6471a3;
  line-height: 1.3;
}

@media (max-width: 900px) {
  #mpc-upload-track-form .mpc-track-item .mpc-upload-grid {
    grid-template-columns: 1fr;
  }
}

.mpc-quickbuy-open {
  overflow: hidden;
}

.mpc-quickbuy-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.mpc-quickbuy-modal.is-open {
  display: block;
}

.mpc-quickbuy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 18, 0.72);
  backdrop-filter: blur(2px);
}

.mpc-quickbuy-modal__dialog {
  position: relative;
  width: min(420px, calc(100vw - 24px));
  margin: 8vh auto 0;
  background: linear-gradient(180deg, #1b223d 0%, #151a30 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
  padding: 20px;
}

.mpc-quickbuy-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.mpc-quickbuy-modal__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}

.mpc-quickbuy-modal__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
}

.mpc-quickbuy-modal__email {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 12px;
  outline: none;
}

.mpc-quickbuy-modal__email:focus {
  border-color: #6f8bff;
  box-shadow: 0 0 0 3px rgba(111, 139, 255, 0.18);
}

.mpc-quickbuy-modal__agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.mpc-quickbuy-modal__agree-input {
  margin-top: 2px;
}

.mpc-quickbuy-modal__submit {
  margin-top: 14px;
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #5f7dff, #4a63dc);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.mpc-quickbuy-modal__error {
  min-height: 18px;
  margin-top: 8px;
  font-size: 12px;
  color: #ff8787;
}

body.mpc-price-premium-page {
  background: radial-gradient(1200px 500px at 80% -10%, rgba(126, 45, 189, 0.2), transparent 60%), #08080c;
}

body.mpc-price-premium-page ol.breadcrumb {
  display: none !important;
}

body.mpc-price-premium-page .sticky-header-placeholder {
  display: none !important;
  height: 0 !important;
}

body.mpc-price-premium-page #section-id-1662294501054 {
  display: none !important;
}

.sticky-header-placeholder {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

#section-id-1662294501054 {
  display: none !important;
}

body.mpc-price-premium-page #sp-component {
  color: #f4f4f6;
}

body.mpc-price-premium-page .mpc-price-hero {
  margin: 18px 0 28px;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(19, 19, 26, 0.9), rgba(12, 12, 18, 0.9));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.mpc-price-premium-page .mpc-price-hero.mpc-price-hero--with-photo {
  background-image: linear-gradient(145deg, rgba(10, 10, 16, 0.86), rgba(8, 8, 14, 0.9)), var(--mpc-price-hero-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.mpc-price-premium-page .mpc-price-hero__content h1 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.08;
  color: #fff;
}

body.mpc-price-premium-page .mpc-price-hero__eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #f2c0e6;
  font-weight: 700;
}

body.mpc-price-premium-page .mpc-price-hero__lead {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  max-width: 780px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.55;
}

body.mpc-price-premium-page .mpc-price-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.mpc-price-premium-page .mpc-price-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

body.mpc-price-premium-page .mpc-price-hero__btn--solid {
  color: #fff;
  background: linear-gradient(135deg, #e95095, #6f44d9);
  box-shadow: 0 14px 26px rgba(72, 19, 98, 0.42);
}

body.mpc-price-premium-page .mpc-price-hero__btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.05);
}

body.mpc-price-premium-page .mpc-price-hero__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

body.mpc-price-premium-page .mpc-price-hero__chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.mpc-price-premium-page .mpc-price-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
}

body.mpc-price-premium-page .mpc-price-premium-section {
  margin-bottom: 12px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.mpc-price-premium-page .mpc-price-premium-section .sppb-section-title,
body.mpc-price-premium-page .mpc-price-premium-section h2,
body.mpc-price-premium-page .mpc-price-premium-section h3 {
  color: #fff;
}

body.mpc-price-premium-page .mpc-price-premium-section p,
body.mpc-price-premium-page .mpc-price-premium-section li,
body.mpc-price-premium-page .mpc-price-premium-section span {
  color: rgba(255, 255, 255, 0.9);
}

body.mpc-price-premium-page .mpc-price-premium-section .sppb-addon {
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.mpc-price-premium-page .mpc-price-premium-section .sppb-column,
body.mpc-price-premium-page .mpc-price-premium-section .sppb-column-addons,
body.mpc-price-premium-page .mpc-price-premium-section .sppb-addon-pricelist,
body.mpc-price-premium-page .mpc-price-premium-section .pricelist-text-content,
body.mpc-price-premium-page .mpc-price-premium-section .sppb-addon-content {
  background: transparent !important;
}

body.mpc-price-premium-page .sppb-addon-pricelist {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
}

body.mpc-price-premium-page .mpc-price-row .sppb-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

body.mpc-price-premium-page .mpc-price-row .sppb-col-md-8,
body.mpc-price-premium-page .mpc-price-row .sppb-col-md-4,
body.mpc-price-premium-page .mpc-price-row .sppb-col-sm-9,
body.mpc-price-premium-page .mpc-price-row .sppb-col-sm-3 {
  display: flex;
}

body.mpc-price-premium-page .mpc-price-row .sppb-column,
body.mpc-price-premium-page .mpc-price-row .sppb-column-addons {
  width: 100%;
}

body.mpc-price-premium-page .mpc-price-row--inline-cta .sppb-col-md-4,
body.mpc-price-premium-page .mpc-price-row--inline-cta .sppb-col-sm-3,
body.mpc-price-premium-page .mpc-price-row--inline-cta .sppb-col-xs-4 {
  display: none !important;
}

body.mpc-price-premium-page .mpc-price-row--inline-cta .sppb-col-md-8,
body.mpc-price-premium-page .mpc-price-row--inline-cta .sppb-col-sm-9,
body.mpc-price-premium-page .mpc-price-row--inline-cta .sppb-col-xs-8 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

body.mpc-price-premium-page .mpc-price-row--inline-cta .pricelist-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

body.mpc-price-premium-page .mpc-price-row--inline-cta .pricelist-price-content {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

body.mpc-price-premium-page .mpc-price-premium-promo-section {
  margin: 4px 0 10px;
}

body.mpc-price-premium-page .mpc-price-premium-promo-section .sppb-addon-wrapper {
  margin: 0 !important;
}

body.mpc-price-premium-page #mpcPriceQuickChoice .mpc-price-premium-promo-section {
  margin: 2px 0 12px;
}

body.mpc-price-premium-page #section-id-1643630068979.mpc-price-premium-section {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.mpc-price-premium-page #section-id-1643630068979.mpc-price-premium-section .sppb-addon,
body.mpc-price-premium-page #section-id-1643630068979.mpc-price-premium-section #sppb-addon-1643630068982,
body.mpc-price-premium-page #section-id-1643630068979.mpc-price-premium-section #sppb-addon-1643630068985,
body.mpc-price-premium-page #section-id-1643630068979.mpc-price-premium-section #sppb-addon-1643630068988 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.mpc-price-premium-page .mpc-price-quick-choice,
body.mpc-price-premium-page .mpc-price-top-offers,
body.mpc-price-premium-page .mpc-price-trust,
body.mpc-price-premium-page .mpc-price-faq {
  margin: 0 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

body.mpc-price-premium-page .mpc-price-quick-choice h2,
body.mpc-price-premium-page .mpc-price-top-offers h2,
body.mpc-price-premium-page .mpc-price-trust h2,
body.mpc-price-premium-page .mpc-price-faq h2 {
  margin: 0 0 8px;
  color: #fff;
}

body.mpc-price-premium-page .mpc-price-quick-choice > p,
body.mpc-price-premium-page .mpc-price-top-offers > p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.84);
}

body.mpc-price-premium-page .mpc-price-promo-inline {
  margin: 14px 0 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

body.mpc-price-premium-page .mpc-price-promo-inline p {
  margin: 0;
}

body.mpc-price-premium-page .mpc-price-promo-bottom {
  margin: 0 0 16px;
}

body.mpc-price-premium-page #sp-main-body > .mpc-price-promo-bottom {
  max-width: 1320px;
  margin: 0 auto 16px;
  padding: 0 15px;
}

body.mpc-price-premium-page #sp-main-body > .mpc-price-promo-bottom .mpc-price-premium-promo-section {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

body.mpc-price-premium-page .mpc-price-quick-choice__grid,
body.mpc-price-premium-page .mpc-price-top-offers__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mpc-price-premium-page .mpc-price-quick-choice__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 12px;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.03);
}

body.mpc-price-premium-page .mpc-price-quick-choice__item strong {
  color: #fff;
}

body.mpc-price-premium-page .mpc-price-quick-choice__item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

body.mpc-price-premium-page .mpc-top-offer-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

body.mpc-price-premium-page .mpc-top-offer-card h3 {
  margin: 0 0 8px;
  color: #fff !important;
}

body.mpc-price-premium-page .mpc-top-offer-card__prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

body.mpc-price-premium-page .mpc-top-offer-card__old {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
}

body.mpc-price-premium-page .mpc-top-offer-card__new {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

body.mpc-price-premium-page .mpc-top-offer-card__features {
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.85);
  min-height: 36px;
}

body.mpc-price-premium-page .mpc-top-offer-card__save {
  margin: 0 0 10px;
  color: #f5bddf;
  font-size: 13px;
  font-weight: 700;
}

body.mpc-price-premium-page .mpc-top-offer-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.mpc-price-premium-page .mpc-top-offer-card__btn,
body.mpc-price-premium-page .mpc-pricelist-cta,
body.mpc-price-premium-page .mpc-price-faq__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  text-decoration: none !important;
  background: linear-gradient(135deg, #e95095, #6f44d9);
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
}

body.mpc-price-premium-page .mpc-top-offer-card__link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 12px;
  text-decoration: none !important;
}

body.mpc-price-premium-page .mpc-pricelist-cta {
  margin: 0 0 10px;
}

body.mpc-price-premium-page .mpc-price-row--inline-cta .pricelist-price-content .mpc-pricelist-cta {
  min-height: 30px;
  padding: 0 10px;
  font-size: 11px;
  margin: 0;
  white-space: nowrap;
}

body.mpc-price-premium-page .mpc-price-trust ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #fff !important;
}

body.mpc-price-premium-page .mpc-price-trust ul li {
  color: #fff !important;
}

body.mpc-price-premium-page .mpc-price-faq__item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 10px;
  margin-top: 10px;
}

body.mpc-price-premium-page .mpc-price-faq__item h3 {
  margin: 0 0 6px;
  color: #fff !important;
}

body.mpc-price-premium-page .mpc-price-faq__item p {
  margin: 0;
  color: #fff !important;
}

body.mpc-price-premium-page .mpc-price-faq__cta {
  margin-top: 12px;
}

body.mpc-price-premium-page .pricelist-price,
body.mpc-price-premium-page .pricelist-price.discounted-price,
body.mpc-price-premium-page .pricelist-price .pricelist-point-zero {
  color: #fff !important;
}

@media (max-width: 768px) {
  body.mpc-price-premium-page .mpc-price-row .sppb-row {
    display: block;
    gap: 0;
  }
  body.mpc-price-premium-page .mpc-price-row .sppb-col-md-8,
  body.mpc-price-premium-page .mpc-price-row .sppb-col-md-4,
  body.mpc-price-premium-page .mpc-price-row .sppb-col-sm-9,
  body.mpc-price-premium-page .mpc-price-row .sppb-col-sm-3 {
    display: block;
  }
  body.mpc-price-premium-page .mpc-price-quick-choice__grid,
  body.mpc-price-premium-page .mpc-price-top-offers__grid {
    grid-template-columns: 1fr;
  }
  body.mpc-price-premium-page .mpc-price-hero {
    margin-top: 10px;
    border-radius: 16px;
  }
  body.mpc-price-premium-page .mpc-price-hero__btn {
    width: 100%;
  }
  body.mpc-price-premium-page .mpc-price-hero__chips {
    gap: 6px;
  }
}

body.mpc-vocal-seo-page .mpc-vocal-seo-hero {
  margin: 0 0 14px;
  padding: clamp(14px, 2.4vw, 20px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(19, 19, 26, 0.92), rgba(12, 12, 18, 0.92));
}

body.mpc-vocal-seo-page .mpc-vocal-seo-hero__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #f2c0e6;
  font-weight: 700;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-hero h1,
body.mpc-vocal-seo-page .mpc-vocal-seo-hero h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.15;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-hero__lead {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-btn--solid {
  color: #fff !important;
  background: linear-gradient(135deg, #e95095, #6f44d9);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-btn--ghost {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.05);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-box {
  margin: 0 0 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(26, 35, 74, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 23, 54, 0.08);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-box h2 {
  margin: 0 0 10px;
  color: #18213f;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mpc-vocal-seo-page .mpc-vocal-seo-card {
  border: 1px solid rgba(26, 35, 74, 0.12);
  border-radius: 12px;
  padding: 12px;
  background: #fdfdff;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-card h3 {
  margin: 0 0 6px;
  color: #18213f;
  font-size: 16px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-card p,
body.mpc-vocal-seo-page .mpc-vocal-seo-box li,
body.mpc-vocal-seo-page .mpc-vocal-seo-faq-item p {
  margin: 0;
  color: #4d567a;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-box a {
  color: #3154e6;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-map-wrap {
  min-height: 360px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 35, 74, 0.12);
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 23, 54, 0.08);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-card {
  border: 1px solid rgba(26, 35, 74, 0.12);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 23, 54, 0.08);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-card h3 {
  margin: 0 0 10px;
  color: #18213f;
  font-size: 18px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-card p {
  margin: 0;
  color: #4d567a;
  line-height: 1.55;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-card p + p {
  margin-top: 10px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-card a {
  color: #3154e6;
  font-weight: 600;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-card--contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-local-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none !important;
  border: 1px solid rgba(49, 84, 230, 0.16);
  background: rgba(49, 84, 230, 0.08);
  color: #2647cf;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-box ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-tags li {
  border: 1px solid rgba(49, 84, 230, 0.2);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  color: #2842b8;
  background: rgba(49, 84, 230, 0.08);
}

body.mpc-vocal-seo-page .mpc-vocal-seo-links {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mpc-vocal-seo-page .mpc-vocal-seo-links a {
  border: 1px solid rgba(49, 84, 230, 0.2);
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none !important;
  background: rgba(49, 84, 230, 0.08);
  color: #2842b8;
  font-weight: 600;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-box--quiz > p {
  margin: 0 0 10px;
  color: #4d567a;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-quiz-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mpc-vocal-seo-page .mpc-vocal-seo-quiz-item {
  border: 1px solid rgba(49, 84, 230, 0.2);
  border-radius: 12px;
  padding: 12px;
  text-decoration: none !important;
  background: rgba(49, 84, 230, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-quiz-item strong {
  color: #18213f;
  font-size: 14px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-quiz-item span {
  color: #4d567a;
  font-size: 12px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-faq-item {
  border-top: 1px solid rgba(26, 35, 74, 0.12);
  padding-top: 10px;
  margin-top: 10px;
}

body.mpc-vocal-seo-page .mpc-vocal-seo-faq-item h3 {
  margin: 0 0 5px;
  color: #18213f;
  font-size: 15px;
}

@media (max-width: 768px) {
  body.mpc-vocal-seo-page .mpc-vocal-seo-grid {
    grid-template-columns: 1fr;
  }
  body.mpc-vocal-seo-page .mpc-vocal-seo-local-grid {
    grid-template-columns: 1fr;
  }
  body.mpc-vocal-seo-page .mpc-vocal-seo-map-wrap,
  body.mpc-vocal-seo-page .mpc-vocal-seo-map-frame {
    min-height: 280px;
  }
  body.mpc-vocal-seo-page .mpc-vocal-seo-links {
    grid-template-columns: 1fr;
  }
  body.mpc-vocal-seo-page .mpc-vocal-seo-quiz-grid {
    grid-template-columns: 1fr;
  }
  body.mpc-vocal-seo-page .mpc-vocal-seo-btn {
    width: 100%;
  }
}

body.mpc-course-pricing-page .mpc-course-pricing {
  margin: 0 0 20px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(26, 35, 74, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 23, 54, 0.1);
}

body.mpc-course-pricing-page .mpc-course-pricing h2 {
  margin: 0 0 8px;
  color: #18213f;
}

body.mpc-course-pricing-page .mpc-course-pricing__lead {
  margin: 0 0 14px;
  color: #4d567a;
}

body.mpc-course-pricing-page .mpc-course-pricing__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mpc-course-pricing-page .mpc-course-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(26, 35, 74, 0.12);
  background: #fdfdff;
}

body.mpc-course-pricing-page .mpc-course-plan h3 {
  margin: 0;
  color: #18213f;
  font-size: 19px;
}

body.mpc-course-pricing-page .mpc-course-plan ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #4d567a;
}

body.mpc-course-pricing-page .mpc-course-plan__price {
  margin-top: auto;
  display: grid;
  gap: 2px;
}

body.mpc-course-pricing-page .mpc-course-plan__price strong {
  font-size: 30px;
  line-height: 1.05;
  color: #18213f;
}

body.mpc-course-pricing-page .mpc-course-plan__price span {
  color: #5b658d;
  font-size: 13px;
}

body.mpc-course-pricing-page .mpc-course-plan__price span em {
  font-style: normal;
  text-decoration: line-through;
  opacity: 0.7;
  margin-right: 6px;
}

body.mpc-course-pricing-page .mpc-course-plan__btn {
  min-height: 44px;
  border-radius: 12px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3154e6;
  color: #ffffff !important;
  font-weight: 700;
}

body.mpc-course-pricing-page .mpc-course-plan__badge {
  position: absolute;
  top: -9px;
  right: 12px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2px;
  background: #f0dc6e;
  color: #2d2600;
}

body.mpc-course-pricing-page .mpc-course-plan--recommended {
  border-color: rgba(49, 84, 230, 0.28);
  box-shadow: 0 12px 26px rgba(49, 84, 230, 0.16);
  background: linear-gradient(180deg, rgba(49, 84, 230, 0.06), rgba(49, 84, 230, 0.02));
}

body.mpc-course-pricing-page .mpc-course-pricing__meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.mpc-course-pricing-page .mpc-course-pricing__meta span {
  border: 1px solid rgba(49, 84, 230, 0.2);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  color: #2842b8;
  background: rgba(49, 84, 230, 0.08);
}

@media (max-width: 980px) {
  body.mpc-course-pricing-page .mpc-course-pricing__grid {
    grid-template-columns: 1fr;
  }
}

body.mpc-course-pricing-page #column-id-1618911348456 #mod-custom189 {
  line-height: 0;
}

body.mpc-course-pricing-page #column-id-1618911348456 #myVideo {
  width: 40% !important;
  height: auto !important;
  max-width: 100%;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: 36px;
}

body.mpc-course-pricing-page #column-id-1618911348456 #sppb-addon-wrapper-1763322136245 {
  margin-top: -165px !important;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  body.mpc-course-pricing-page #column-id-1618911348456 #myVideo {
    width: 48% !important;
    margin-right: 0;
  }
  body.mpc-course-pricing-page #column-id-1618911348456 #sppb-addon-wrapper-1763322136245 {
    margin-top: -70px !important;
  }
}

/* Hide Promo Module 183 specifically on the Prices Page as requested */
body.itemid-261 #section-id-1747598158883,
body.itemid-261 .sp-page-builder[data-module_id="183"],
body.itemid-261 .mod-sppagebuilder[data-module_id="183"] {
    display: none !important;
}

