/*
Theme Name: Pyypl RU Theme
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Светлая адаптивная SEO-friendly WordPress тема для сайта Pyypl на русском языке.
Version: 1.1
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: pyypl-ru
*/

:root{
  --pyypl-bg:#f5fbfc;
  --pyypl-bg-soft:#eef8fa;
  --pyypl-bg-muted:#e7f4f7;
  --pyypl-card:#ffffff;
  --pyypl-card-soft:#f9fcfd;
  --pyypl-text:#14323a;
  --pyypl-text-soft:#4f6f77;
  --pyypl-text-muted:#7e9aa2;
  --pyypl-line:rgba(20,50,58,.10);
  --pyypl-accent:#32575d;
  --pyypl-accent-dark:#11aeb8;
  --pyypl-accent-soft:#dff8fa;
  --pyypl-blue:#55d7ee;
  --pyypl-shadow:0 16px 42px rgba(35,90,103,.10);
  --pyypl-shadow-soft:0 10px 24px rgba(35,90,103,.07);
  --pyypl-radius:24px;
  --pyypl-radius-sm:18px;
  --pyypl-container:1200px;
  --pyypl-speed:.28s;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.65;
  color:var(--pyypl-text);
  background:
    radial-gradient(circle at top right, rgba(39,199,207,.10), transparent 22%),
    radial-gradient(circle at left top, rgba(85,215,238,.11), transparent 20%),
    linear-gradient(180deg, #f8fcfd 0%, #f2fafb 100%);
}

img{
  display:block;
  max-width:100%;
  height:auto;
}

a{
  color:inherit;
  text-decoration:none;
  transition:color var(--pyypl-speed) ease, background var(--pyypl-speed) ease, border-color var(--pyypl-speed) ease, transform var(--pyypl-speed) ease, box-shadow var(--pyypl-speed) ease;
}

a:hover{
  color:var(--pyypl-accent-dark);
}

button,
input,
textarea{
  font:inherit;
}

.pyypl-screen-reader-text{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.pyypl-container{
  width:min(calc(100% - 32px), var(--pyypl-container));
  margin:0 auto;
}

.pyypl-section{
  padding:84px 0;
}

.pyypl-section--compact{
  padding:56px 0;
}

.pyypl-section-title{
  max-width:760px;
  margin:0 0 18px;
  font-size:clamp(32px,5vw,54px);
  line-height:1.06;
  letter-spacing:-.035em;
  color:var(--pyypl-text);
}

.pyypl-section-subtitle{
  max-width:780px;
  margin:0;
  color:var(--pyypl-text-soft);
  font-size:18px;
}

.pyypl-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid rgba(39,199,207,.18);
  border-radius:999px;
  background:var(--pyypl-accent-soft);
  color:var(--pyypl-accent-dark);
  font-size:14px;
  line-height:1.2;
  margin-bottom:18px;
}

.pyypl-kicker::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--pyypl-accent);
}

.pyypl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  line-height:1;
  cursor:pointer;
}

.pyypl-btn--primary{
  background:linear-gradient(135deg, var(--pyypl-accent) 0%, #62dff0 100%);
  color:#ffffff;
  box-shadow:0 12px 28px rgba(39,199,207,.24);
}

.pyypl-btn--primary:hover{
  color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(39,199,207,.28);
}

.pyypl-btn--secondary{
  background:#ffffff;
  border-color:rgba(39,199,207,.22);
  color:var(--pyypl-text);
}

.pyypl-btn--secondary:hover{
  background:var(--pyypl-accent-soft);
  border-color:rgba(39,199,207,.30);
}

.pyypl-chip-row,
.pyypl-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.pyypl-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(39,199,207,.15);
  color:var(--pyypl-text-soft);
  font-size:14px;
  line-height:1.2;
  box-shadow:var(--pyypl-shadow-soft);
}

.pyypl-card{
  background:var(--pyypl-card);
  border:1px solid rgba(20,50,58,.07);
  border-radius:var(--pyypl-radius);
  box-shadow:var(--pyypl-shadow);
}

.pyypl-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(20,50,58,.06);
}

.pyypl-header__inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.pyypl-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.pyypl-brand__logo{
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg, var(--pyypl-accent) 0%, #68def0 100%);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:20px;
  box-shadow:0 10px 24px rgba(39,199,207,.18);
}

.pyypl-brand__text{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.pyypl-brand__title{
  font-size:18px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.02em;
  color:var(--pyypl-text);
}

.pyypl-brand__subtitle{
  color:var(--pyypl-text-muted);
  font-size:12px;
  line-height:1.2;
}

.pyypl-nav-wrap{
  display:flex;
  align-items:center;
  gap:18px;
}

.pyypl-nav{
  display:flex;
  align-items:center;
}

.pyypl-nav .menu,
.pyypl-nav ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.pyypl-nav li{
  position:relative;
  margin:0;
}

.pyypl-nav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  color:var(--pyypl-text-soft);
  font-weight:600;
}

.pyypl-nav a:hover,
.pyypl-nav .current-menu-item > a,
.pyypl-nav .current_page_item > a{
  background:var(--pyypl-accent-soft);
  color:var(--pyypl-accent-dark);
}

.pyypl-menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(39,199,207,.18);
  background:#ffffff;
  color:var(--pyypl-text);
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
  position:relative;
  box-shadow:var(--pyypl-shadow-soft);
}

.pyypl-menu-toggle span,
.pyypl-menu-toggle::before,
.pyypl-menu-toggle::after{
  content:"";
  display:block;
  width:20px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transition:transform var(--pyypl-speed) ease, opacity var(--pyypl-speed) ease;
}

.pyypl-menu-toggle span{
  position:absolute;
}

.pyypl-menu-toggle::before{
  position:absolute;
  transform:translateY(-6px);
}

.pyypl-menu-toggle::after{
  position:absolute;
  transform:translateY(6px);
}

.pyypl-menu-toggle.is-active span{
  opacity:0;
}

.pyypl-menu-toggle.is-active::before{
  transform:rotate(45deg);
}

.pyypl-menu-toggle.is-active::after{
  transform:rotate(-45deg);
}

.pyypl-hero{
  padding:66px 0 48px;
}

.pyypl-hero__grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:34px;
  align-items:center;
}

.pyypl-hero__content{
  position:relative;
}

.pyypl-hero__title{
  margin:0 0 18px;
  font-size:clamp(40px,7vw,70px);
  line-height:.98;
  letter-spacing:-.05em;
  color:var(--pyypl-text);
}

.pyypl-hero__title span{
  color:var(--pyypl-accent-dark);
}

.pyypl-hero__desc{
  max-width:690px;
  margin:0 0 24px;
  font-size:19px;
  color:var(--pyypl-text-soft);
}

.pyypl-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:0 0 24px;
}

.pyypl-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.pyypl-stat{
  padding:20px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(39,199,207,.10);
  box-shadow:var(--pyypl-shadow-soft);
}

.pyypl-stat strong{
  display:block;
  font-size:28px;
  line-height:1;
  margin-bottom:8px;
  letter-spacing:-.03em;
  color:var(--pyypl-text);
}

.pyypl-stat span{
  display:block;
  color:var(--pyypl-text-muted);
  font-size:14px;
  line-height:1.45;
}

.pyypl-hero-visual{
  position:relative;
  min-height:520px;
  padding:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(39,199,207,.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f3fbfc 100%);
}

.pyypl-hero-visual::before{
  content:"";
  position:absolute;
  inset:auto -12% -18% auto;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(39,199,207,.18) 0%, rgba(39,199,207,0) 68%);
  pointer-events:none;
}

.pyypl-phone{
  position:relative;
  z-index:2;
  width:min(100%, 360px);
  margin:0 auto;
  padding:18px;
  border-radius:34px;
  background:linear-gradient(180deg, #ffffff 0%, #f4fbfc 100%);
  border:1px solid rgba(39,199,207,.14);
  box-shadow:0 24px 80px rgba(35,90,103,.12);
}

.pyypl-phone__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
  color:var(--pyypl-text-soft);
  font-size:13px;
}

.pyypl-phone__card{
  border-radius:24px;
  padding:22px;
  background:linear-gradient(135deg, var(--pyypl-accent) 0%, #73e2ef 100%);
  color:#ffffff;
  min-height:200px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 18px 36px rgba(39,199,207,.24);
}

.pyypl-phone__card small{
  font-size:13px;
  opacity:.95;
}

.pyypl-phone__card strong{
  font-size:22px;
  line-height:1.2;
}

.pyypl-phone__list{
  display:grid;
  gap:12px;
  margin-top:16px;
}

.pyypl-phone__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px 16px;
  border-radius:18px;
  background:var(--pyypl-card-soft);
  border:1px solid rgba(39,199,207,.10);
}

.pyypl-phone__item span{
  color:var(--pyypl-text-soft);
  font-size:14px;
}

.pyypl-phone__item strong{
  font-size:15px;
  color:var(--pyypl-text);
}

.pyypl-float{
  position:absolute;
  border-radius:20px;
  padding:16px 18px;
  background:#ffffff;
  border:1px solid rgba(39,199,207,.12);
  box-shadow:var(--pyypl-shadow);
  z-index:1;
}

.pyypl-float--top{
  top:26px;
  left:-10px;
}

.pyypl-float--bottom{
  right:-2px;
  bottom:38px;
}

.pyypl-float__label{
  display:block;
  color:var(--pyypl-text-muted);
  font-size:13px;
  margin-bottom:6px;
}

.pyypl-float__value{
  font-size:19px;
  font-weight:800;
  color:var(--pyypl-text);
}

.pyypl-grid{
  display:grid;
  gap:22px;
}

.pyypl-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.pyypl-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.pyypl-feature{
  padding:28px;
}

.pyypl-feature__icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:24px;
  background:var(--pyypl-accent-soft);
  color:var(--pyypl-accent-dark);
  box-shadow:inset 0 0 0 1px rgba(39,199,207,.12);
}

.pyypl-feature h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.2;
  color:var(--pyypl-text);
}

.pyypl-feature p{
  margin:0;
  color:var(--pyypl-text-soft);
}

.pyypl-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:start;
}

.pyypl-content-card{
  padding:30px;
}

.pyypl-content-card h2,
.pyypl-content-card h3{
  margin-top:0;
  color:var(--pyypl-text);
}

.pyypl-content-card p:last-child,
.pyypl-content-card ul:last-child{
  margin-bottom:0;
}

.pyypl-list{
  display:grid;
  gap:12px;
  padding:0;
  margin:18px 0 0;
  list-style:none;
}

.pyypl-list li{
  position:relative;
  padding-left:28px;
  color:var(--pyypl-text-soft);
}

.pyypl-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--pyypl-accent);
  transform:translateY(-50%);
}

.pyypl-steps{
  counter-reset:pyypl-step;
  display:grid;
  gap:16px;
}

.pyypl-step{
  position:relative;
  padding:22px 22px 22px 74px;
}

.pyypl-step::before{
  counter-increment:pyypl-step;
  content:counter(pyypl-step);
  position:absolute;
  left:22px;
  top:22px;
  width:38px;
  height:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--pyypl-accent-soft);
  color:var(--pyypl-accent-dark);
  font-weight:800;
}

.pyypl-step h3{
  margin:0 0 8px;
  font-size:20px;
}

.pyypl-step p{
  margin:0;
  color:var(--pyypl-text-soft);
}

.pyypl-table-wrap{
  overflow:auto;
  border-radius:20px;
  border:1px solid rgba(20,50,58,.08);
  background:#ffffff;
}

.pyypl-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}

.pyypl-table th,
.pyypl-table td{
  padding:16px 18px;
  text-align:left;
  border-bottom:1px solid rgba(20,50,58,.06);
  vertical-align:top;
}

.pyypl-table th{
  background:#f4fbfc;
  color:var(--pyypl-text);
  font-size:15px;
}

.pyypl-table td{
  color:var(--pyypl-text-soft);
  font-size:15px;
}

.pyypl-table tr:last-child td{
  border-bottom:none;
}

.pyypl-note{
  margin-top:14px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(39,199,207,.18);
  background:var(--pyypl-accent-soft);
  color:var(--pyypl-text-soft);
  font-size:14px;
}

.pyypl-faq{
  display:grid;
  gap:14px;
  margin-top:28px;
}

.pyypl-faq__item{
  overflow:hidden;
}

.pyypl-faq__question{
  width:100%;
  border:none;
  text-align:left;
  background:transparent;
  color:var(--pyypl-text);
  padding:22px 56px 22px 22px;
  cursor:pointer;
  position:relative;
  font-size:18px;
  font-weight:700;
  line-height:1.35;
}

.pyypl-faq__question::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;
  color:var(--pyypl-accent-dark);
  transition:transform var(--pyypl-speed) ease;
}

.pyypl-faq__item.is-open .pyypl-faq__question::after{
  transform:translateY(-50%) rotate(45deg);
}

.pyypl-faq__answer{
  display:none;
  padding:0 22px 22px;
  color:var(--pyypl-text-soft);
}

.pyypl-faq__answer p:last-child{
  margin-bottom:0;
}

.pyypl-cta{
  padding:34px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
  background:
    radial-gradient(circle at right top, rgba(39,199,207,.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
}

.pyypl-cta h2{
  margin:0 0 12px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:var(--pyypl-text);
}

.pyypl-cta p{
  margin:0;
  color:var(--pyypl-text-soft);
  font-size:18px;
}

.pyypl-cta__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.pyypl-page-hero{
  padding:58px 0 24px;
}

.pyypl-page-hero__box{
  padding:34px;
  display:grid;
  gap:14px;
  background:
    radial-gradient(circle at top right, rgba(39,199,207,.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
}

.pyypl-page-hero h1{
  margin:0;
  font-size:clamp(34px,6vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
  color:var(--pyypl-text);
}

.pyypl-page-hero p{
  max-width:860px;
  margin:0;
  color:var(--pyypl-text-soft);
  font-size:18px;
}

.pyypl-breadcrumbs{
  font-size:14px;
  color:var(--pyypl-text-muted);
}

.pyypl-breadcrumbs a{
  color:var(--pyypl-text-soft);
}

.pyypl-page-content{
  padding:18px 0 84px;
}

.pyypl-page-content h2{
  font-size:clamp(28px,4vw,40px);
  line-height:1.12;
  letter-spacing:-.03em;
  margin:0 0 16px;
}

.pyypl-page-content h3{
  font-size:24px;
  line-height:1.18;
  margin:0 0 12px;
}

.pyypl-page-content p,
.pyypl-page-content ul,
.pyypl-page-content ol{
  color:var(--pyypl-text-soft);
}

.pyypl-page-content .pyypl-card + .pyypl-card{
  margin-top:20px;
}

.pyypl-footer{
  border-top:1px solid rgba(20,50,58,.06);
  background:#ffffff;
}

.pyypl-footer__top{
  padding:58px 0 30px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
}

.pyypl-footer__nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.pyypl-footer__col h3{
  margin:0 0 14px;
  font-size:18px;
  color:var(--pyypl-text);
}

.pyypl-footer__col ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.pyypl-footer__col a{
  color:var(--pyypl-text-soft);
}

.pyypl-footer__bottom{
  padding:18px 0 34px;
  border-top:1px solid rgba(20,50,58,.06);
  color:var(--pyypl-text-muted);
  font-size:14px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.pyypl-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.pyypl-badge{
  padding:9px 12px;
  border-radius:999px;
  background:var(--pyypl-accent-soft);
  border:1px solid rgba(39,199,207,.12);
  color:var(--pyypl-accent-dark);
  font-size:13px;
}

.pyypl-empty{
  padding:42px 26px;
  text-align:center;
}

.pyypl-empty h1{
  margin:0 0 12px;
  font-size:44px;
  color:var(--pyypl-text);
}

.pyypl-empty p{
  margin:0 auto 20px;
  max-width:620px;
  color:var(--pyypl-text-soft);
}

@media (max-width:1100px){
  .pyypl-hero__grid,
  .pyypl-split,
  .pyypl-cta,
  .pyypl-footer__top{
    grid-template-columns:1fr;
  }

  .pyypl-cta__actions{
    justify-content:flex-start;
  }

  .pyypl-grid--3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


  .pyypl-header__inner{
    min-height:76px;
  }

  .pyypl-menu-toggle{
    display:inline-flex;
  }

  .pyypl-nav-wrap{
    gap:12px;
  }

  .pyypl-nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:0 16px 16px;
    display:none;
  }

  .pyypl-nav.is-open{
    display:block;
  }

  .pyypl-nav .menu,
  .pyypl-nav ul{
    display:grid;
    gap:8px;
    padding:16px;
    border-radius:22px;
    background:#ffffff;
    border:1px solid rgba(20,50,58,.07);
    box-shadow:var(--pyypl-shadow);
  }

  .pyypl-nav a{
    width:100%;
    min-height:48px;
    padding:0 14px;
    border-radius:14px;
  }

  .pyypl-hero{
    padding-top:42px;
  }

  .pyypl-hero__grid,
  .pyypl-grid--2,
  .pyypl-grid--3,
  .pyypl-hero__stats{
    grid-template-columns:1fr;
  }

  .pyypl-page-hero__box,
  .pyypl-content-card,
  .pyypl-feature,
  .pyypl-cta{
    padding:24px;

  }

  .pyypl-footer__nav{
    display: flex;
    flex-wrap: wrap;
  }

  .pyypl-hero-visual{
    min-height:auto;
  }


@media (max-width:700px){
  .pyypl-section{
    padding:68px 0;
  }

  .pyypl-section--compact{
    padding:44px 0;
  }

  .pyypl-hero__desc,
  .pyypl-section-subtitle,
  .pyypl-cta p,
  .pyypl-page-hero p{
    font-size:17px;
  }

  .pyypl-stat strong{
    font-size:24px;
  }

  .pyypl-float{
    position:static;
    margin-top:14px;
  }

  .pyypl-phone{
    width:100%;
  }
}

@media (max-width:520px){
  .pyypl-container{
    width:min(calc(100% - 20px), var(--pyypl-container));
  }

  .pyypl-header__inner{
    gap:10px;
  }

  .pyypl-brand__subtitle{
    display:none;
  }

  .pyypl-btn{
    width:100%;
  }

  .pyypl-hero__actions,
  .pyypl-cta__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .pyypl-faq__question{
    font-size:17px;
    padding-right:48px;
  }

  .pyypl-table th,
  .pyypl-table td{
    padding:14px 14px;
  }
}
section {
	padding: 30px 0;
}
/* Мобильная адаптация тарифных таблиц */
.pyypl-table-mobile{
  display:none;
}

@media (max-width: 850px){
  .pyypl-table-wrap{
    display:none;
  }

  .pyypl-table-mobile{
    display:grid;
    gap:14px;
    margin-top:18px;
  }

  .pyypl-table-card{
    padding:18px;
    border-radius:18px;
    background:#ffffff;
    border:1px solid rgba(20,50,58,.08);
    box-shadow:var(--pyypl-shadow-soft);
  }

  .pyypl-table-card__title{
    margin:0 0 14px;
    font-size:18px;
    line-height:1.25;
    color:var(--pyypl-text);
  }

  .pyypl-table-card__rows{
    display:grid;
    gap:10px;
  }

  .pyypl-table-card__row{
    display:grid;
    gap:4px;
    padding:10px 0;
    border-bottom:1px solid rgba(20,50,58,.06);
  }

  .pyypl-table-card__row:last-child{
    padding-bottom:0;
    border-bottom:none;
  }

  .pyypl-table-card__label{
    font-size:13px;
    line-height:1.3;
    color:var(--pyypl-text-muted);
  }

  .pyypl-table-card__value{
    font-size:15px;
    line-height:1.45;
    color:var(--pyypl-text);
    font-weight:600;
  }
}
@media (max-width: 430px){
	.pyypl-step::before {
		display:none;
	}
	.pyypl-step

 {
    position: relative;
    padding: 22px 22px 22px 24px;
	}}