


.mtr-carousel:not(.is-ready) .mtr-track{ visibility: hidden; }
.mtr-carousel.is-ready .mtr-track{ visibility: visible; }

.mtr-carousel{ position:relative; padding:0 48px; }

/* track */
.mtr-carousel .mtr-track{
  width:100%;
  box-sizing:border-box;
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  gap: var(--mtr-gap, 20px);
  scrollbar-width:none;
}
.mtr-carousel .mtr-track::-webkit-scrollbar{ display:none; }

/* items */
.mtr-carousel .mtr-item{
  box-sizing:border-box;
  flex: 0 0 var(--mtr-item-basis, calc((100% - 40px)/3));
  scroll-snap-align:start;
}

/* buttons (metronic style stays) */
.mtr-carousel [data-mtr-prev],
.mtr-carousel [data-mtr-next]{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:44px;
  height:44px;
  border-radius:50%;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
  backdrop-filter: blur(6px);
}
.mtr-carousel [data-mtr-prev]{ left:15px; }
.mtr-carousel [data-mtr-next]{ right:15px; }
.mtr-carousel [data-mtr-prev] i,
.mtr-carousel [data-mtr-next] i{ pointer-events:none; }

/* disabled: center, no scroll, no buttons */
.mtr-carousel.is-disabled .mtr-track{
  justify-content:center;
  overflow:hidden !important;
  scroll-snap-type:none !important;
}
.mtr-carousel.is-disabled .mtr-item{
  flex: 0 0 auto;
}
.mtr-carousel.is-disabled [data-mtr-prev],
.mtr-carousel.is-disabled [data-mtr-next]{
  display:none !important;
}

/* limited: can scroll/click, but start MUST be left (no center!) */
.mtr-carousel.is-limited .mtr-track{
  justify-content:flex-start;
}


.mtr-banner{
  height: 200px;              
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 18px 18px;
  color: #fff;
}

.mtr-banner__content{
  position: relative;
  z-index: 3;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mtr-banner__bg-image{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 44%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.35) 14%,
    rgba(0,0,0,.78) 28%,
    rgba(0,0,0,1) 42%,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.35) 14%,
    rgba(0,0,0,.78) 28%,
    rgba(0,0,0,1) 42%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

.mtr-banner--with-image .mtr-banner__content{
  width: min(58%, 420px);
}

.mtr-banner--with-image .mtr-banner__bg-image{
  left: auto;
  right: 0;
}

.mtr-banner__title{
  font-weight: 800;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}

.mtr-banner__desc{
  opacity: .85;
  font-size: 14px;
  line-height: 1.25;
}

.mtr-banner__art{
  position: absolute;
  right: 12px;
  top: 10px;
  bottom: 10px;
  width: 30%;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtr-banner__emoji{
  font-size: 56px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
  transform: translateY(2px);
}

.mtr-banner__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}


.mtr-banner:before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(120px 120px at 75% 30%, rgba(255,255,255,.22), transparent 60%);
  opacity: .9;
  z-index: 1;
}

.mtr-banner--with-image:after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(9, 16, 37, 0.76) 0%,
    rgba(9, 16, 37, 0.56) 34%,
    rgba(9, 16, 37, 0.24) 54%,
    rgba(9, 16, 37, 0.04) 70%,
    rgba(9, 16, 37, 0.00) 82%
  );
}


.mtr-grad-1  { background: linear-gradient(90deg,#3a0b6c 0%, #7a1fc4 55%, #1a0b3a 100%); }
.mtr-grad-2  { background: linear-gradient(90deg,#c13a2b 0%, #d86b1f 45%, #7a1fc4 100%); }
.mtr-grad-3  { background: linear-gradient(90deg,#0b2b86 0%, #0f6bd8 55%, #0b1440 100%); }
.mtr-grad-4  { background: linear-gradient(90deg,#0c3b2e 0%, #0aa06e 55%, #0b1f2a 100%); }
.mtr-grad-5  { background: linear-gradient(90deg,#5a1a0b 0%, #ff7a18 55%, #2a0b0b 100%); }
.mtr-grad-6  { background: linear-gradient(90deg,#101828 0%, #344054 45%, #7a1fc4 100%); }
.mtr-grad-7  { background: linear-gradient(90deg,#0b0f2a 0%, #2b2eff 55%, #0b1440 100%); }
.mtr-grad-8  { background: linear-gradient(90deg,#4a114f 0%, #ff3ea5 55%, #1a0b3a 100%); }
.mtr-grad-9  { background: linear-gradient(90deg,#1a1a1a 0%, #c9a227 55%, #0b0b0b 100%); }
.mtr-grad-10 { background: linear-gradient(90deg,#0b2b3a 0%, #22c55e 55%, #0b1440 100%); }
.mtr-grad-11 { background: linear-gradient(90deg,#2a0b0b 0%, #ff3b30 55%, #3a0b6c 100%); }
.mtr-grad-12 { background: linear-gradient(90deg,#0b1440 0%, #00c2ff 55%, #0b2b86 100%); }

 
 
 

.mtr-carousel .mtr-prev,
.mtr-carousel .mtr-next{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

/* ПОКАЗАТЬ при наведении на саму карусель */
.mtr-carousel:hover .mtr-prev,
.mtr-carousel:hover .mtr-next{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

  @media (max-width: 991.98px){
    .mtr-carousel .mtr-prev,
    .mtr-carousel .mtr-next{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.mtr-list{
  position: relative;
  padding: 0 38px; 
}


.mtr-list__track{
  display: flex;
  gap: var(--mtr-gap, 12px);
  overflow-x: hidden;          
  scroll-behavior: auto;      
  will-change: scroll-position;
}


.mtr-list__item{
  flex: 0 0 var(--mtr-basis, calc((100% - 48px) / 5));
  box-sizing: border-box;
}


.mtr-list__btn{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 0;

  background: rgba(255,255,255,.08);
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
  backdrop-filter: blur(6px);

  display:flex;
  align-items:center;
  justify-content:center;
}
.mtr-list__btn--prev{ left: 0; }
.mtr-list__btn--next{ right: 0; }

.mtr-list__btn:disabled{
  opacity: .35;
  pointer-events: none;
}


 .BFkWtUjNSgwMcvswT.mtr-list.is-disabled .mtr-list__track{
  justify-content: center;
  overflow: hidden;
} 
.mtr-list.is-disabled .mtr-list__btn{
  display:none;
}


 /* Compact Tall Version */
.provider-pill.compact-tall{
  height: 82px;                 
  padding: 10px 10px;           
  border-radius: 14px;
  gap: 8px;                    
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}


.provider-pill.compact-tall .provider-pill__logo{
  width: 32px;                
  height: 32px;
  font-size: 14px;             
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(0,0,0,.28);
}


.provider-pill.compact-tall .provider-pill__name{
  font-size: 13px;            
  font-weight: 700;
  max-width: 110px;
  text-align:center;
}

.TLTvfQiitSXjwVSsn {
  border-radius: 12px !important;
}


  .providers-wrap{
  /* padding: 20px 50px 16px; */
  border-radius: 18px;
 
}

.provider-pill{
  height: 70px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding: 10px 10px;
  text-decoration:none;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.provider-pill:hover{
  /* transform: translateY(-1px); */
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.12);
}
.provider-pill__logo{
  width: 24px; height: 24px;
  border-radius: 8px;
  display:flex; align-items:center; justify-content:center;
  font-weight: 900; font-size: 12px; color:#fff;
  background:
    radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.35), transparent 70%),
    linear-gradient(135deg, hsl(var(--h) 90% 58%), hsl(calc(var(--h) + 40) 90% 48%));
  box-shadow: 0 6px 14px rgba(0,0,0,.22);
}
.provider-pill__name{
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
  max-width: 120px;
  overflow:hidden;
  text-overflow: ellipsis;
}


.footer-payments .pay-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:8px 12px;
  border-radius:14px;

  background: #182131;
  /* background: var(--bs-app-blank-bg-color); */
  /* border:1px solid rgba(255,255,255,0.10); */

  color:#fff;
  font-weight:800;
  font-size:12px;
  line-height:1;
}

.footer-payments .pay-logo{
  width:26px;
  height:26px;
  flex:0 0 22px;
  display:block;
  object-fit:contain;
  image-rendering:auto;
}



 
@media (max-width: 576px){
  .footer-nav .btn{
    width: 100%;
    justify-content: center;
  }
}

 
.footer-social-link{ display:inline-flex; }

/* Payments pills */
.pay-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:8px 12px;
  border-radius:14px;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);

  color:#fff;
  font-weight:800;
  font-size:12px;
  line-height:1;
  white-space: nowrap;
}
.pay-logo{
  width:22px;
  height:22px;
  flex:0 0 22px;
  object-fit: contain;
  display:block;
}

 
.footer-payments-scroll{
  flex-wrap: wrap;
}
@media (max-width: 768px){
  .footer-payments-scroll{
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    padding-bottom: 6px;
  }
  .footer-payments-scroll::-webkit-scrollbar{ height: 6px; }
  .landing-header {    margin-bottom: 15px; }
}

 
.footer-support__content{ position: relative; z-index: 2 !important; }
.footer-support__art{ z-index: 1 !important; pointer-events:none; }
.footer-support__art::before,
.footer-support__art::after{ z-index: 1 !important; }

 
@media (max-width: 1440px){
  .footer-support__art{ margin-top: 14px !important; margin-right: 14px !important; }
  .footer-support__art .mtr-banner__emoji{ font-size: 40px !important; opacity: .85; }
}
@media (max-width: 1024px){
  .footer-support__art{ margin-top: 10px !important; margin-right: 10px !important; }
  .footer-support__art .mtr-banner__emoji{ font-size: 34px !important; opacity: .75; }
}

.QwGTWSmdXSjVKbxp {
  width: 99px !important;
}

.UsAKONQ {
  width: 110px;
}

@media (max-width: 425px){  

 
.UsAKONQ {
  width:  99px !important;
}

}

@media (max-width: 991.98px){  
  .mtr-list__track{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mtr-list__track::-webkit-scrollbar{ display:none; }
}



 

.mtr-mobile-nav{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 1050;

  display: flex;
  gap: 8px;

  height: 64px;
  padding: 8px;

  border-radius: 14px;

  background: var(--bs-app-blank-bg-color);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.mtr-mobile-nav__item{
  position: relative;
  flex: 1 1 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 4px;

  height: 48px;
  border-radius: 12px;

  text-decoration: none;
  color: rgba(255,255,255,0.75);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.mtr-mobile-nav__item i{
  line-height: 1;
  opacity: 0.95;
}

.mtr-mobile-nav__text{
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2px;
  opacity: 0.85;
}

 
.mtr-mobile-nav__item.is-active{
  background: rgb(19 27 42);
  color: var(--bs-primary);  
}

.mtr-mobile-nav__item.is-active i {
  color: var(--bs-primary) !important;  
}

.mtr-mobile-nav__item.is-active .mtr-mobile-nav__text{
  opacity: 1;
  font-weight: 600;
}

 
.mtr-mobile-nav__badge{
  position: absolute;
  top: 3px;
  right: 16px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;

    background: #212e48;
    color: #006ae6;
}

 
@media (min-width: 992px){
  .mtr-mobile-nav{ display: none; }
}


@media (max-width: 380px){
  .rZyrtDvr {display: none;}
}

@media (max-width: 991.98px){
 
  #kt_landing_menu_toggle,
  [data-kt-drawer="true"][data-kt-drawer-name="landing-menu"]{
    display: none !important;
  }

   #kt_app_root,
  .app-root,
  .app-wrapper,
  .app-main,
  .app-content,
  .scroll-y{
    padding-bottom: 16px !important;
  }
 
}
 .mtr-sheet-lock{
  overflow: hidden !important;
  overscroll-behavior: none;
}

 

 :root {
  --mtr-header-h: 64px; /* JS может переопределять */
}

/* Overlay container */
.mtr-uimodal{
  position: fixed;
  inset: 0;
  z-index: 2500;
  pointer-events: none;
}

/* Backdrop */
.mtr-uimodal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  transition: opacity .16s ease;
}

/* Position wrapper (ВАЖНО: тут позиционирование, а не на panel) */
.mtr-uimodal__pos{
  position: absolute;
  inset: 0;
}

/* Panel (сама модалка) */
.mtr-uimodal__panel{
  position: absolute;

  background: rgb(19 27 42);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgb(32 39 55);
  box-shadow: 0 18px 45px rgba(0,0,0,.45);

  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 100%;

  will-change: opacity;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Handle (на мобилке) */
.mtr-uimodal__handle{
  width: 44px;
  height: 4px;
  border-radius: 999px;
  margin: 10px auto 2px;
  background: rgba(255,255,255,.18);
}

/* Header (минимализм) */
.mtr-uimodal__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  padding: 12px 20px 10px;

  /* border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,0)); */

  user-select: none;
}

/* Title */
.mtr-uimodal__title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2px;
  color: rgba(255,255,255,.92);
}

/* Close (ghost button) */
.mtr-uimodal__close{
  width: 36px;
  height: 36px;
  border-radius: 12px;

  background: transparent;
  border: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: background .16s ease, transform .06s ease;
}

.mtr-uimodal__close i{
  font-size: 20px;
  color: rgba(255,255,255,.70);
}

.mtr-uimodal__close:hover{
  /* background: rgba(255,255,255,.06); */
}

.mtr-uimodal__close:active{
  transform: scale(.96);
  background: rgba(255,255,255,.10);
}

/* Body scroll */
.mtr-uimodal__body{
  padding: 10px 20px 16px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Open state */
.mtr-uimodal.is-open{
  pointer-events: auto;
}

.mtr-uimodal.is-open .mtr-uimodal__backdrop{
  opacity: 1;
}

/* =========================
   MOBILE: iOS sheet full width
   ========================= */
@media (max-width: 991.98px){
  .mtr-uimodal__panel{
    left: 0;
    right: 0;
    top: var(--mtr-header-h);
    bottom: 0;

    border-radius: 18px 18px 0 0;
    border-left: none;
    border-right: none;

    transition: transform .22s ease, opacity .18s ease;
    transform: translateY(110%);
    opacity: 0;
    /* transition: transform .32s cubic-bezier(.2,.9,.2,1); */

    padding-bottom: env(safe-area-inset-bottom);
  }

  .mtr-uimodal.is-open .mtr-uimodal__panel{
    transform: translateY(0);
    opacity: 1;
    will-change: auto;
  }
}

/* =========================
   DESKTOP: mac centered modal
   ========================= */
@media (min-width: 992px){
  .mtr-uimodal__handle{
    display: none;
  }

  /* Центруем через wrapper, а НЕ через transform на panel */
  .mtr-uimodal__pos{
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;

    width: min(720px, calc(100vw - 40px));
    height: min(80vh, 760px);
    max-height: min(80vh, 760px);

    transform: translate3d(-50%, -50%, 0);
  }

  /* Панель занимает всю обёртку */
  .mtr-uimodal__panel{
    inset: 0;
    border-radius: 16px;

    transform: translateY(6px);
    opacity: 0;
    transition: transform .16s ease, opacity .16s ease;
  }

  .mtr-uimodal.is-open .mtr-uimodal__panel{
    transform: translateY(0);
    opacity: 1;
  }

  .mtr-uimodal__backdrop{
    background: rgba(0,0,0,.45);
  }
}

/* =========================
   Static-backdrop feedback (press)
   - двигается ВСЯ модалка, не контент
   ========================= */
@keyframes mtrStaticPress {
  0%   { transform: translateY(0) scale(1); }
  40%  { transform: translateY(4px) scale(.992); }
  75%  { transform: translateY(-1px) scale(.998); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes mtrBackdropPulseSoft {
  0%   { opacity: 1; }
  50%  { opacity: .90; }
  100% { opacity: 1; }
}

.mtr-uimodal.is-static .mtr-uimodal__panel{
  animation: mtrStaticPress .22s cubic-bezier(.2,.9,.2,1);
}

.mtr-uimodal.is-static .mtr-uimodal__backdrop{
  animation: mtrBackdropPulseSoft .16s ease;
}

@media (prefers-reduced-motion: reduce){
  .mtr-uimodal__backdrop,
  .mtr-uimodal__panel{
    transition: none !important;
    animation: none !important;
  }
}

/* =========================
   Scroll lock
   ========================= */
.mtr-lock-scroll{
  overflow: hidden !important;
  overscroll-behavior: none;
}
