 /*
Theme Name: Poliplast
Theme URI: https://poliplast-pvdf.ru/
Author: Julia
Description: WordPress theme for Poliplast PVDF
Version: 23f
Text Domain: poliplast
*/
 :root{
    --pvdf-blue:#1146a6;
    --pvdf-blue-dark:#0b2f73;
    --pvdf-accent:#4da3ff;
    --pvdf-text:#16304f;
    --pvdf-muted:#5e728d;
    --pvdf-bg:#f4f8fd;
    --pvdf-card:#ffffff;
    --pvdf-border:rgba(17,70,166,.12);
    --pvdf-shadow:0 18px 50px rgba(17,70,166,.10);
    --pvdf-radius:24px;
    --pvdf-container:1240px;
  }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
html{
  scroll-behavior:smooth;
}
  .pvdf-home,
  .pvdf-home *{box-sizing:border-box;}

  .pvdf-home{
    background:
      radial-gradient(circle at top left, rgba(77,163,255,.12), transparent 36%),
      radial-gradient(circle at right 20%, rgba(17,70,166,.10), transparent 28%),
      linear-gradient(180deg,#f9fbff 0%,#f4f8fd 100%);
    color:var(--pvdf-text);
    overflow:hidden;
  }

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

  .pvdf-section{
    padding:48px 0;
    position:relative;
  }

  .pvdf-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(17,70,166,.07);
    color:var(--pvdf-blue);
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .pvdf-title{
    margin:18px 0 18px;
    font-size:clamp(28px,4.5vw,55px);
    line-height:1.02;
    font-weight:800;
    color:var(--pvdf-blue-dark);
  }

.pvdf-title,
h1, h2, h3 {
  font-family: 'Inter', sans-serif;
 
}
  .pvdf-subtitle{
    margin:0;
    max-width:600px;
    font-size:18px;
    line-height:1.75;
    color:var(--pvdf-muted);
  }
body {
  font-family: 'Inter', sans-serif;
}
  .pvdf-grid{
    display:grid;
    gap:24px;
  }

  .pvdf-btns{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:32px;
  }

  .pvdf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 28px;
    border-radius:999px;
    border:1px solid transparent;
    font-weight:700;
    font-size:15px;
    text-decoration:none;
    transition:.25s ease;
  }

  .pvdf-btn--primary{
    background:linear-gradient(135deg,var(--pvdf-blue) 0%,#2564d8 100%);
    color:#fff;
    box-shadow:0 16px 34px rgba(17,70,166,.22);
  }

  .pvdf-btn--secondary{
    background:#fff;
    color:var(--pvdf-blue-dark);
    border-color:var(--pvdf-border);
    box-shadow:var(--pvdf-shadow);
  }

  .pvdf-btn:hover{
    transform:translateY(-2px);
  }

  .pvdf-hero{
    padding:42px 0 72px;
    position:relative;
  }

.pvdf-logo{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:var(--pvdf-blue-dark);
  flex-shrink:0;
}

.pvdf-logo__img{
  width:81px;
  height:85px;

  display:block;
}

.pvdf-logo__text{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.pvdf-logo__text strong{
  display:block;
  font-size:17px;
  line-height:1.1;
  color:var(--pvdf-blue-dark);
  letter-spacing:-0.02em;
}

.pvdf-logo__text span{
  display:block;
  font-size:12px;
  line-height:1.2;
  color:var(--pvdf-muted);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.pvdf-header{
  position:sticky;
  top:0;
  z-index:100;
  padding:14px 0;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(17,70,166,.08);
}

.pvdf-header__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:72px;
  padding:12px 18px;
  background:rgba(255,255,255,.78);
	border-radius:22px;
}

.pvdf-header__nav{
  display:flex;
  align-items:center;
  gap:28px;
  justify-content:center;
  flex:1 1 auto;
}

.pvdf-header__nav a{
  position:relative;
  text-decoration:none;
  color:var(--pvdf-text);
  font-size:15px;
  font-weight:600;
  transition:.2s ease;
}

.pvdf-header__nav a:hover{
  color:var(--pvdf-blue);
}

.pvdf-header__nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  border-radius:2px;
  background:var(--pvdf-blue);
  transition:.25s ease;
}

.pvdf-header__nav a:hover::after{
  width:100%;
}

.pvdf-header__right{
  display:flex;
  align-items:center;
  gap:16px;
  flex-shrink:0;
}

.pvdf-header__phone{
  display:flex;
  flex-direction:column;
  gap:3px;
  text-decoration:none;
  padding:10px 14px;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(17,70,166,.08);
}

.pvdf-header__phone-label{
  font-size:11px;
  line-height:1.2;
  color:var(--pvdf-muted);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.pvdf-header__phone strong{
  font-size:15px;
  line-height:1.2;
  color:var(--pvdf-blue-dark);
  font-weight:800;
  letter-spacing:-0.01em;
}

.pvdf-header__mail{
  text-decoration:none;
  color:var(--pvdf-muted);
  font-size:14px;
  font-weight:500;
  white-space:nowrap;
}

.pvdf-header__mail:hover{
  color:var(--pvdf-blue);
}

.pvdf-header__cta{
  min-height:50px;
  padding:0 24px;
  white-space:nowrap;
}

@media (max-width:1180px){
  .pvdf-header__nav{
    display:none;
  }

  .pvdf-header__mail{
    display:none;
  }
}

@media (max-width:767px){
  .pvdf-header{
    padding:10px 0;
  }

  .pvdf-header__bar{
    padding:12px 14px;
    gap:14px;
    min-height:auto;
  }

  .pvdf-logo__text span{
    display:none;
  }

  .pvdf-header__phone{
    display:none;
  }

  .pvdf-header__cta{
    min-height:44px;
    padding:0 18px;
    font-size:14px;
  }

  .pvdf-logo__img{
    width:46px;
    height:46px;
  }

  .pvdf-logo__text strong{
    font-size:15px;
  }
}
  .pvdf-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:36px;
  align-items:center;
}

.pvdf-hero__visual{
  position:relative;
}

.pvdf-hero__card{
  position:relative;
  min-height:560px;
  border-radius:32px;

  border:1px solid rgba(17,70,166,.08);
  box-shadow:0 30px 80px rgba(17,70,166,.14);
  overflow:visible;
  padding:32px;
}

.pvdf-rings{
  position:absolute;
  inset:-60px -20px auto auto;
  width:110%;
  height:78%;
  background:
    radial-gradient(ellipse at 65% 20%, rgba(17,70,166,.08), transparent 45%),
    radial-gradient(ellipse at 55% 45%, rgba(77,163,255,.10), transparent 38%);
  pointer-events:none;
}

.pvdf-product-stage{
  position:relative;
  min-height:496px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pvdf-orbit{
  position:absolute;
  border:1px solid rgba(17,70,166,.10);
  border-radius:999px;
  z-index:1;
}

.pvdf-orbit--1{
  width:420px;
  height:420px;
}

.pvdf-orbit--2{
  width:300px;
  height:300px;
}

.pvdf-orbit--3{
  width:180px;
  height:180px;
}

.pvdf-hero-pack{
  position:relative;
  z-index:2;
  width:min(560px, 104%);
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

.pvdf-hero-pack img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 34px rgba(17,70,166,.10));

}


.pvdf-float-card{
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  max-width:220px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(17,70,166,.08);
  box-shadow:0 18px 40px rgba(17,70,166,.12);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.pvdf-float-card i{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(17,70,166,.12), rgba(77,163,255,.16));
  color:var(--pvdf-blue);
  font-style:normal;
  font-weight:800;
}

.pvdf-float-card b{
  display:block;
  font-size:14px;
  line-height:1.2;
  color:var(--pvdf-blue-dark);
}

.pvdf-float-card span{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.35;
  color:var(--pvdf-muted);
}

.pvdf-float-card--a{
  top:38px;
  left:18px;
}

.pvdf-float-card--b{
  top:86px;
  right:8px;
}

.pvdf-float-card--c{
  left:40px;
  bottom:34px;
}


.pvdf-centerpiece{
  position:relative;
  overflow:visible;
}

.pvdf-hero-pack{
  position:relative;
  width:110%; /* увеличиваем */
  left:-10%;  /* центрируем */
}

.pvdf-hero-pack img{
  width:100%;
  transform:translateY(40px) scale(1.09);
}


@media (max-width: 767px){

  .pvdf-hero-pack{
    width:180%;
    left:-25%;
  }

  .pvdf-hero-pack img{
    transform:translateY(20px) scale(1.35);
  }
	.pvdf-float-card--b{
  top:126px;
  right:0px;
}
.pvdf-float-card--c{
  left:40px;
  bottom:94px;
}

}




  .pvdf-mini-stats{
    margin-top:22px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }

  .pvdf-mini-stat{
    padding:18px 20px;
    border-radius:22px;
    background:#fff;
    border:1px solid var(--pvdf-border);
    box-shadow:var(--pvdf-shadow);
  }

  .pvdf-mini-stat strong{
    display:block;
    font-size:18px;
    color:var(--pvdf-blue-dark);
  }

  .pvdf-mini-stat span{
    display:block;
    margin-top:6px;
    font-size:13px;
    color:var(--pvdf-muted);
    line-height:1.45;
  }

  .pvdf-features{
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:34px;
  }

  .pvdf-feature{
    padding:26px;
    border-radius:var(--pvdf-radius);
    background:rgba(255,255,255,.8);
    border:1px solid var(--pvdf-border);
    box-shadow:var(--pvdf-shadow);
  }

  .pvdf-feature__icon,
  .pvdf-app__icon,
  .pvdf-product__icon,
  .pvdf-contact-box__icon{
    width:54px;
    height:54px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,rgba(17,70,166,.10),rgba(77,163,255,.16));
    color:var(--pvdf-blue);
    margin-bottom:18px;
    font-size:22px;
  }

  .pvdf-feature h3,
  .pvdf-app h3,
  .pvdf-product h3,
  .pvdf-contact-box h3,
  .pvdf-about-card h3,
  .pvdf-form-card h3{
    margin:0 0 10px;
    font-size:20px;
    line-height:1.2;
    color:var(--pvdf-blue-dark);
  }

  .pvdf-feature p,
  .pvdf-app p,
  .pvdf-contact-box p,
  .pvdf-about-card p,
  .pvdf-form-card p,
  .pvdf-about-main p{
    margin:0;
    color:var(--pvdf-muted);
    font-size:15px;
  }
.pvdf-product p {margin:0;
    color:var(--pvdf-muted);
    font-size:13px;}
  .pvdf-apps{
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin-top:34px;
  }

  .pvdf-app,
  .pvdf-product,
  .pvdf-contact-box,
  .pvdf-about-card,
  .pvdf-form-card,
  .pvdf-props,
  .pvdf-table-wrap{
    background:#fff;
    border:1px solid var(--pvdf-border);
    border-radius:var(--pvdf-radius);
    box-shadow:var(--pvdf-shadow);
  }

  .pvdf-app,
  .pvdf-product,
  .pvdf-contact-box,
  .pvdf-about-card,
  .pvdf-form-card{
    padding:28px;
  }

  .pvdf-products{
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin-top:34px;
  }

.pvdf-product__media{
  height:155px;
  border-radius:20px;
  background:linear-gradient(180deg,#f7fbff 0%,#e7f2ff 100%);
  border:1px solid rgba(17,70,166,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  margin-bottom:20px;
}

.pvdf-product__media img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:2;


  border-radius:14px;
  background:#fff;
}
.pvdf-product__media{
  background:#f4f8ff;
}


 

  .pvdf-product ul{
    list-style:none;
    padding:0;
    margin:14px 0 0;
  }

  .pvdf-product li{
    position:relative;
    padding-left:16px;
    color:var(--pvdf-muted);
    font-size:14px;
    line-height:1.55;
    margin-top:8px;
  }

  .pvdf-product li:before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--pvdf-accent);
  }

  .pvdf-cta{
    padding-top:12px;
  }

  .pvdf-cta__box{
    padding:38px;
    border-radius:32px;
    background:linear-gradient(135deg,var(--pvdf-blue-dark) 0%,var(--pvdf-blue) 52%,#3778e4 100%);
    color:#fff;
    box-shadow:0 28px 65px rgba(17,70,166,.28);
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:28px;
    align-items:center;
  }

  .pvdf-cta__box h2{
    margin:0 0 12px;
    font-size:clamp(28px,4vw,42px);
    line-height:1.1;
    color:#fff;
  }

  .pvdf-cta__box p{
    margin:0;
    max-width:680px;
    color:rgba(255,255,255,.84);
    font-size:16px;
    line-height:1.75;
  }

  .pvdf-cta__note{
    justify-self:end;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    padding:22px 24px;
    width:min(100%,360px);
  }

  .pvdf-cta__note strong{
    display:block;
    font-size:16px;
    line-height:1.4;
    margin-bottom:8px;
  }

  .pvdf-cta__note span{
    display:block;
    color:rgba(255,255,255,.82);
    line-height:1.65;
    font-size:14px;
  }

  .pvdf-props-grid{
    display:grid;
    grid-template-columns:.76fr 1.24fr;
    gap:28px;
    margin-top:34px;
    align-items:start;
  }

  .pvdf-props{
    padding:30px;
  }

  .pvdf-props h3{
    margin:0 0 22px;
    color:var(--pvdf-blue-dark);
    font-size:22px;
  }

  .pvdf-prop-list{
    display:grid;
    gap:14px;
  }

  .pvdf-prop-item{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:16px 18px;
    border-radius:18px;
    background:linear-gradient(180deg,#f8fbff,#f1f7ff);
    border:1px solid rgba(17,70,166,.08);
  }

  .pvdf-prop-item b{
    display:block;
    color:var(--pvdf-blue-dark);
    margin-bottom:4px;
    font-size:15px;
  }

  .pvdf-prop-item span{
    display:block;
    color:var(--pvdf-muted);
    font-size:13px;
    line-height:1.5;
  }

  .pvdf-check{
    width:30px;
    height:30px;
    border-radius:10px;
    background:linear-gradient(135deg,var(--pvdf-blue),#56a4ff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 30px;
    font-size:15px;
    font-weight:900;
  }

  .pvdf-table-wrap{
    overflow:auto;
    padding:12px;
  }

  .pvdf-table{
    width:100%;
    border-collapse:collapse;
    min-width:720px;
  }

  .pvdf-table th,
  .pvdf-table td{
    padding:15px 16px;
    text-align:left;
    border-bottom:1px solid rgba(17,70,166,.08);
    font-size:14px;
    vertical-align:top;
  }

  .pvdf-table thead th{
    background:#f5f9ff;
    color:var(--pvdf-blue-dark);
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.06em;
  }

  .pvdf-table tbody tr:hover td{
    background:#fbfdff;
  }

  .pvdf-about-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:28px;
    margin-top:34px;
    align-items:start;
  }

  .pvdf-about-main{
    padding:36px;
    border-radius:32px;
    background:linear-gradient(145deg,#ffffff 0%,#f5f9ff 100%);
    border:1px solid var(--pvdf-border);
    box-shadow:var(--pvdf-shadow);
  }
.pvdf-about-inline-photo{
  margin:0 0 24px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(17,70,166,.10);
  box-shadow:0 18px 40px rgba(17,70,166,.10);
}

.pvdf-about-inline-photo img{
  display:block;
  width:100%;
  height:auto;
}
  .pvdf-about-badges{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-top:28px;
  }

  .pvdf-about-badge{
    padding:18px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(17,70,166,.08);
  }

  .pvdf-about-badge strong{
    display:block;
    font-size:28px;
    line-height:1;
    color:var(--pvdf-blue-dark);
  }

  .pvdf-about-badge span{
    display:block;
    margin-top:8px;
    color:var(--pvdf-muted);
    font-size:13px;
    line-height:1.45;
  }

  .pvdf-about-side{
    display:grid;
    gap:20px;
  }

  .pvdf-contact-grid{
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:28px;
    margin-top:34px;
  }

  .pvdf-contact-boxes{
    display:grid;
    gap:20px;
  }

  .pvdf-contact-list{
    list-style:none;
    padding:0;
    margin:16px 0 0;
    display:grid;
    gap:12px;
  }

  .pvdf-contact-list li,
  .pvdf-about-list li{
    color:var(--pvdf-muted);
    line-height:1.7;
    font-size:15px;
  }

  .pvdf-contact-list a,
  .pvdf-about-main a,
  .pvdf-topbar a{
    word-break:break-word;
  }

  .pvdf-about-list{
    margin:18px 0 0;
    padding-left:18px;
  }

 
  .pvdf-form-note{
    color:var(--pvdf-muted);
    font-size:13px;
    line-height:1.6;
  }


.wpcf7{
  width:100%;
}

.wpcf7 form{
  display:block;
  margin:0;
}

.wpcf7 p{
  margin:0;
}

.wpcf7 br{
  display:none;
}

.wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

.wpcf7-form-control{
  width:100% !important;
  max-width:100%;
  box-sizing:border-box;
}


.pvdf-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.pvdf-field{
  margin-bottom:16px;
}
.pvdf-field{
  width:100%;
  min-width:0;
}

.pvdf-field label{
  display:block;
  margin-bottom:8px;
  color:var(--pvdf-blue-dark);
  font-size:14px;
  font-weight:700;
}

.pvdf-field input,
.pvdf-field textarea{
  width:100%;
  border:1px solid rgba(17,70,166,.12);
  background:#f9fbff;
  border-radius:16px;
  padding:15px 18px;
  font-size:15px;
  color:var(--pvdf-text);
  outline:none;
  transition:.2s ease;
  box-sizing:border-box;
}

.pvdf-field input:focus,
.pvdf-field textarea:focus{
  border-color:rgba(17,70,166,.3);
  background:#fff;
  box-shadow:0 0 0 4px rgba(77,163,255,.12);
}

.pvdf-field textarea{
  min-height:150px;
  resize:vertical;
}

.pvdf-form-submit{
  margin-top:16px;
}

.wpcf7-submit.pvdf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  font-size:15px;
  text-decoration:none;
  transition:.25s ease;
  cursor:pointer;
  background:linear-gradient(135deg,var(--pvdf-blue) 0%,#2564d8 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(17,70,166,.22);
}

.wpcf7-submit.pvdf-btn:hover{
  transform:translateY(-2px);
}

.wpcf7-not-valid-tip{
  margin-top:6px;
  font-size:12px;
}

.wpcf7-response-output{
  margin:16px 0 0 !important;
  padding:12px 16px !important;
  border-radius:14px;
  font-size:14px;
}

@media (max-width:767px){
  .pvdf-form-grid{
    grid-template-columns:1fr;
  }
}





  .pvdf-footer{
    padding:26px 0 46px;
    color:var(--pvdf-muted);
  }

  .pvdf-footer__wrap{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding-top:24px;
    border-top:1px solid rgba(17,70,166,.08);
    font-size:14px;
  }

  @media (max-width:1180px){
    .pvdf-nav,
    .pvdf-topbar__contacts{
      display:none;
    }

    .pvdf-hero__grid,
    .pvdf-props-grid,
    .pvdf-about-grid,
    .pvdf-contact-grid,
    .pvdf-cta__box{
      grid-template-columns:1fr;
    }

    .pvdf-cta__note{
      justify-self:start;
    }

    .pvdf-products,
    .pvdf-apps,
    .pvdf-features{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width:767px){
    .pvdf-section{padding:64px 0;}
    .pvdf-topbar__wrap{min-height:72px;}
    .pvdf-title{font-size:clamp(30px,9vw,46px);}
    .pvdf-subtitle{font-size:16px;line-height:1.7;}
    .pvdf-hero__card{min-height:440px;padding:20px;}
    .pvdf-orbit--1{width:280px;height:280px;}
    .pvdf-orbit--2{width:210px;height:210px;}
    .pvdf-orbit--3{width:130px;height:130px;}
    .pvdf-centerpiece{width:150px;height:150px;}
    .pvdf-float-card{position:absolute;max-width:190px;padding:10px 12px;gap:8px;}
    .pvdf-float-card i{width:30px;height:30px;border-radius:10px;font-size:12px;}
    .pvdf-float-card b{font-size:12px;}
    .pvdf-float-card span{font-size:10px;}
    .pvdf-mini-stats,
    .pvdf-products,
    .pvdf-apps,
    .pvdf-features,
    .pvdf-about-badges,
    .pvdf-form-grid{grid-template-columns:1fr;}
    .pvdf-cta__box{padding:28px;}
    .pvdf-about-main{padding:24px;}

    .pvdf-footer__wrap{flex-direction:column;}
  }




.pvdf-app__icon, .pvdf-feature__icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(17,70,166,.10),rgba(77,163,255,.16));
  margin-bottom:18px;
}

.pvdf-app__icon img, .pvdf-feature__icon img{
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
}
.pvdf-app, .pvdf-feature{
  transition:.25s ease;
}

.pvdf-app:hover, .pvdf-feature:hover{
  transform:translateY(-6px);
  box-shadow:0 25px 60px rgba(17,70,166,.18);
}

.pvdf-app:hover .pvdf-app__icon, .pvdf-feature:hover .pvdf-feature__icon{
  background:linear-gradient(135deg,#1146a6,#4da3ff);
}

.pvdf-app:hover .pvdf-app__icon img, .pvdf-feature:hover .pvdf-feature__icon img{
  filter:brightness(0) invert(1);
}
.pvdf-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;
  background:linear-gradient(135deg, rgba(17,70,166,.12), rgba(77,163,255,.16));

  overflow:hidden;
}

.pvdf-icon img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}

.pvdf-doc-teaser{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 180px;
  gap:18px;
  align-items:center;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(145deg,#ffffff 0%,#f6faff 100%);
  border:1px solid rgba(17,70,166,.10);
  box-shadow:0 18px 50px rgba(17,70,166,.10);
}

.pvdf-doc-teaser__label{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(17,70,166,.08);
  color:var(--pvdf-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.pvdf-doc-teaser__content h3{
  margin:12px 0 10px;
  font-size:22px;
  line-height:1.15;
  color:var(--pvdf-blue-dark);
}

.pvdf-doc-teaser__content p{
  margin:0;
  color:var(--pvdf-muted);
  line-height:1.7;
  font-size:15px;
}

.pvdf-doc-teaser__btn{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--pvdf-blue) 0%,#2564d8 100%);
  color:#fff;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(17,70,166,.18);
  transition:.25s ease;
}

.pvdf-doc-teaser__btn:hover{
  transform:translateY(-2px);
}

.pvdf-doc-preview{
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  justify-self:end;
}

.pvdf-doc-preview__sheet{
  display:block;
  width:150px;
  aspect-ratio:210 / 297;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(17,70,166,.12);
  box-shadow:
    0 20px 40px rgba(17,70,166,.14),
    0 6px 12px rgba(17,70,166,.08);
  transform:rotate(4deg);
  transition:.3s ease;
  position:relative;
}

.pvdf-doc-preview__sheet::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.0),rgba(17,70,166,.04));
  pointer-events:none;
}

.pvdf-doc-preview:hover .pvdf-doc-preview__sheet{
  transform:rotate(0deg) translateY(-4px);
  box-shadow:
    0 26px 50px rgba(17,70,166,.16),
    0 8px 16px rgba(17,70,166,.10);
}

.pvdf-doc-preview__sheet img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.pvdf-doc-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.25s ease;
}

.pvdf-doc-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.pvdf-doc-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(11,47,115,.48);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.pvdf-doc-modal__dialog{
  position:relative;
  width:min(920px,calc(100% - 32px));
  max-height:calc(100vh - 40px);
  margin:20px auto;
  padding:24px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 80px rgba(11,47,115,.24);
  overflow:auto;
}

.pvdf-doc-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#f2f7ff;
  color:var(--pvdf-blue-dark);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.pvdf-doc-modal__head{
  margin-bottom:18px;
  padding-right:42px;
}

.pvdf-doc-modal__head h3{
  margin:12px 0 0;
  font-size:28px;
  line-height:1.1;
  color:var(--pvdf-blue-dark);
}

.pvdf-doc-modal__body{
  border-radius:20px;
  overflow:hidden;
  background:#f8fbff;
  border:1px solid rgba(17,70,166,.08);
  padding:18px;
}

.pvdf-doc-modal__body img{
  display:block;
  width:100%;
  height:auto;
  max-width:760px;
  margin:0 auto;
  box-shadow:0 16px 40px rgba(17,70,166,.12);
  border-radius:8px;
  background:#fff;
}

@media (max-width:767px){
  .pvdf-doc-teaser{
    grid-template-columns:1fr;
  }

  .pvdf-doc-preview{
    justify-self:start;
  }

  .pvdf-doc-preview__sheet{
    width:120px;
  }

  .pvdf-doc-modal__dialog{
    padding:18px;
    border-radius:22px;
  }

  .pvdf-doc-modal__head h3{
    font-size:22px;
  }
}
/* фикс CF7 */
.wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

.wpcf7-form-control{
  width:100% !important;
  max-width:100%;
  box-sizing:border-box;
}
.pvdf-btn{
  position:relative;
  overflow:hidden;
  transform:translateZ(0);
}

.pvdf-btn::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:0;
  height:0;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  transform:translate(-50%,-50%);
  transition:width .45s ease,height .45s ease,opacity .45s ease;
  opacity:0;
  pointer-events:none;
}

.pvdf-btn:active{
  transform:translateY(1px) scale(.985);
}

.pvdf-btn:active::after{
  width:220px;
  height:220px;
  opacity:1;
  transition:0s;
}
.pvdf-btn{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.pvdf-btn:hover{
  transform:translateY(-2px);
}

.pvdf-btn--primary:hover{
  box-shadow:0 20px 38px rgba(17,70,166,.28);
}

.pvdf-btn--secondary:hover{
  box-shadow:0 18px 34px rgba(17,70,166,.14);
}

.pvdf-btn {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}
.pvdf-btn--cta {
  width: auto;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .pvdf-btn--cta, .pvdf-btn {
    width: auto;
    display: inline-flex;
  }

}
@media (max-width: 768px) {
  .pvdf-product__media{
    height:auto;
    aspect-ratio: 3 / 2;
  }

  .pvdf-product__media img{
    width:100%;
    height:100%;
    object-fit:cover; /* или contain — см. ниже */
  }
}
.pvdf-cookie{
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(980px, calc(100% - 24px));
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(10, 26, 48, .08);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .18);
  backdrop-filter: blur(10px);
  z-index: 99999;
  padding: 18px 20px;
}

.pvdf-cookie[hidden]{
  display:none !important;
}

.pvdf-cookie__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.pvdf-cookie__text{
  max-width: 720px;
}

.pvdf-cookie__text strong{
  display:block;
  margin:0 0 6px;
  font-size:16px;
  line-height:1.2;
  color:#0f172a;
}

.pvdf-cookie__text p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#334155;
}

.pvdf-cookie__text a{
  color:#0f4c81;
  text-decoration:underline;
  text-underline-offset:3px;
}

.pvdf-cookie__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.pvdf-cookie-manage{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99990;
  border: 1px solid rgba(10, 26, 48, .12);
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:10px 14px;
  font: 500 13px/1 'Inter', sans-serif;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .10);
  cursor:pointer;
}

@media (max-width: 767px){
  .pvdf-cookie{
    bottom: 12px;
    width: calc(100% - 16px);
    padding: 16px;
    border-radius: 16px;
  }

  .pvdf-cookie__inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .pvdf-cookie__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .pvdf-cookie__actions .pvdf-btn{
    width:100%;
    justify-content:center;
  }

  .pvdf-cookie-manage{
    left:12px;
    bottom:12px;
  }
}
.pvdf-cookie-manage{
  display:none;
}

.pvdf-cookie-manage.is-visible{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.pvdf-cookie .pvdf-btn--ghost {
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}

.pvdf-cookie .pvdf-btn--ghost:hover {
  background: #f1f5f9;
}
html, body {
  margin: 0;
  padding: 0;
}
.pvdf-btn {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}
.pvdf-btn--cta {
  width: auto;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .pvdf-btn--cta, .pvdf-btn {
    width: auto;
    display: inline-flex;
  }



.pvdf-thanks-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 92, 190, 0.14), transparent 0 26%),
    radial-gradient(circle at 88% 16%, rgba(56, 150, 255, 0.12), transparent 0 24%),
    linear-gradient(180deg, #f4f8fc 0%, #eef4fa 52%, #f8fbff 100%);
}

.pvdf-thanks-page::before,
.pvdf-thanks-page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
}

.pvdf-thanks-page::before {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 80px;
  background: radial-gradient(circle, rgba(27, 104, 223, 0.10) 0%, rgba(27, 104, 223, 0) 70%);
}

.pvdf-thanks-page::after {
  width: 320px;
  height: 320px;
  left: -80px;
  bottom: 40px;
  background: radial-gradient(circle, rgba(57, 166, 255, 0.10) 0%, rgba(57, 166, 255, 0) 70%);
}

.pvdf-thanks-hero {
  padding: 84px 0 110px;
  position: relative;
  z-index: 1;
}

.pvdf-thanks-shell {
  position: relative;
}

.pvdf-thanks-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.pvdf-thanks-main,
.pvdf-thanks-panel,
.pvdf-thanks-mini-card {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 57, 113, 0.08);
  box-shadow:
    0 22px 60px rgba(13, 39, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pvdf-thanks-main {
  position: relative;
  border-radius: 34px;
  padding: 44px 42px 40px;
  overflow: hidden;
}

.pvdf-thanks-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(18, 96, 216, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 45%);
  pointer-events: none;
}

.pvdf-thanks-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(8, 53, 120, 0.06);
  border: 1px solid rgba(8, 53, 120, 0.08);
  color: #0c478f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.pvdf-thanks-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a59d2 0%, #31a4ff 100%);
  box-shadow: 0 0 0 7px rgba(33, 116, 228, 0.10);
}

.pvdf-thanks-title {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  max-width: 760px;
  color: #081f3b;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  font-size: clamp(38px, 5vw, 54px);
}

.pvdf-thanks-title span {
  background: linear-gradient(135deg, #0c4aa7 0%, #1794ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pvdf-thanks-lead {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 30px;
  color: #526277;
  font-size: 18px;
  line-height: 1.75;
}

.pvdf-thanks-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.pvdf-thanks-step {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(16, 61, 122, 0.08);
  box-shadow: 0 10px 24px rgba(13, 39, 77, 0.05);
}

.pvdf-thanks-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b4aa9 0%, #1791ff 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pvdf-thanks-step__content strong {
  display: block;
  margin-bottom: 6px;
  color: #0b2647;
  font-size: 18px;
  line-height: 1.3;
}

.pvdf-thanks-step__content span {
  display: block;
  color: #5c6d82;
  font-size: 15px;
  line-height: 1.65;
}

.pvdf-thanks-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pvdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.pvdf-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #0b49a6 0%, #168ef8 100%);
  box-shadow: 0 18px 40px rgba(18, 105, 224, 0.24);
}

.pvdf-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(18, 105, 224, 0.30);
}

.pvdf-btn--secondary {
  color: #0d4389;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(13, 67, 137, 0.12);
  box-shadow: 0 10px 26px rgba(13, 39, 77, 0.06);
}

.pvdf-btn--secondary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(13, 67, 137, 0.20);
}

.pvdf-thanks-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.pvdf-thanks-panel {
  border-radius: 28px;
  padding: 28px 24px 24px;
  position: relative;
  overflow: hidden;
}

.pvdf-thanks-panel--highlight::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 126, 236, 0.18) 0%, rgba(36, 126, 236, 0) 72%);
  pointer-events: none;
}

.pvdf-thanks-panel__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(11, 74, 169, 0.07);
  border: 1px solid rgba(11, 74, 169, 0.08);
  color: #0f4a96;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pvdf-thanks-panel__title {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #0b2342;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pvdf-thanks-panel__text {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #5d6d80;
  font-size: 15px;
  line-height: 1.7;
}

.pvdf-thanks-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pvdf-thanks-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(16, 61, 122, 0.08);
  color: #114687;
  font-size: 13px;
  font-weight: 600;
}

.pvdf-thanks-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pvdf-thanks-mini-card {
  border-radius: 24px;
  padding: 22px 18px 20px;
}

.pvdf-thanks-mini-card__kicker {
  margin-bottom: 10px;
  color: #1184e9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pvdf-thanks-mini-card__title {
  margin-bottom: 8px;
  color: #0b2544;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pvdf-thanks-mini-card__text {
  color: #617284;
  font-size: 14px;
  line-height: 1.65;
}

/* Responsive */

@media (max-width: 1100px) {
  .pvdf-thanks-grid {
    grid-template-columns: 1fr;
  }

  .pvdf-thanks-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pvdf-thanks-hero {
    padding: 54px 0 76px;
  }

  .pvdf-thanks-main {
    padding: 28px 18px 24px;
    border-radius: 24px;
  }

  .pvdf-thanks-title {
    font-size: clamp(30px, 10vw, 46px);
    line-height: 1.02;
  }

  .pvdf-thanks-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .pvdf-thanks-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .pvdf-thanks-step__num {
    width: 64px;
    min-height: 46px;
  }

  .pvdf-thanks-actions {
    flex-direction: column;
  }

  .pvdf-btn {
    width: 100%;
	
  }

  .pvdf-thanks-panel {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .pvdf-thanks-panel__title {
    font-size: 22px;
  }

  .pvdf-thanks-mini-grid {
    grid-template-columns: 1fr;
  }

  .pvdf-thanks-mini-card {
    border-radius: 20px;
    padding: 18px 16px;
  }
}


.pvdf-footer {
  position: relative;
  margin-top: 0;
  padding: 72px 0 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(29, 109, 224, 0.14), transparent 0 24%),
    radial-gradient(circle at 85% 10%, rgba(55, 157, 255, 0.10), transparent 0 20%),
    linear-gradient(180deg, #0b1d35 0%, #08172a 100%);
  color: rgba(255,255,255,0.78);
}

.pvdf-footer__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 720px;
  height: 320px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(31, 126, 248, 0.16) 0%, rgba(31, 126, 248, 0) 72%);
  pointer-events: none;
  filter: blur(12px);
}

.pvdf-footer .pvdf-container {
  position: relative;
  z-index: 1;
}

.pvdf-footer__topline {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(71,164,255,0.55) 20%,
    rgba(118,203,255,0.85) 50%,
    rgba(71,164,255,0.55) 80%,
    rgba(255,255,255,0) 100%
  );
  box-shadow: 0 0 22px rgba(67, 169, 255, 0.25);
}

.pvdf-footer__cta {
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 24px;
  align-items: center;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pvdf-footer__eyebrow {
  margin-bottom: 10px;
  color: #70c3ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pvdf-footer__cta-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pvdf-footer__cta-desc {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.7;
}

.pvdf-footer__cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pvdf-btn--ghost {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}

.pvdf-btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.20);
}

.pvdf-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
  padding: 30px 0 30px;
}

.pvdf-footer__col--brand {
  padding-right: 14px;
}

.pvdf-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
}

.pvdf-footer__brand-logo {
  width: 48px;
  height: 48px;
 
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.pvdf-footer__brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pvdf-footer__brand-text strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
}

.pvdf-footer__brand-text span {
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.4;
}

.pvdf-footer__desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
}

.pvdf-footer__dealer {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(112, 195, 255, 0.08);
  border: 1px solid rgba(112, 195, 255, 0.16);
  color: #a9dcff;
  font-size: 13px;
  font-weight: 600;
}

.pvdf-footer__title {
  margin-bottom: 14px;
  color: rgba(255,255,255,0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.pvdf-footer__link {
  display: block;
  margin-bottom: 11px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.pvdf-footer__link:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.pvdf-footer__meta {
  margin-top: 8px;
  color: rgba(255,255,255,0.52);
  font-size: 13px;
  line-height: 1.6;
}

.pvdf-footer__chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pvdf-footer__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1;
}

.pvdf-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  line-height: 1.6;
}

/* responsive */

@media (max-width: 1100px) {
  .pvdf-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pvdf-footer__cta {
    grid-template-columns: 1fr;
  }

  .pvdf-footer__cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .pvdf-footer {
    margin-top: 72px;
    padding-bottom: 24px;
  }

  .pvdf-footer__cta {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .pvdf-footer__cta-title {
    font-size: 28px;
  }

  .pvdf-footer__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pvdf-footer__cta-actions .pvdf-btn {
    width: 100%;
  }

  .pvdf-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px 0 24px;
  }

  .pvdf-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .pvdf-footer {
    margin-top: 72px;
    padding-bottom: 24px;
  }

  .pvdf-footer__cta {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .pvdf-footer__cta-title {
    font-size: 28px;
  }

  .pvdf-footer__cta-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .pvdf-footer__cta-actions .pvdf-btn {
    width: auto;
    min-width: 0;
  }

  .pvdf-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px 0 24px;
  }

  .pvdf-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}
.pvdf-footer__cta-actions {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .pvdf-cta__note{
    width:100%;
    max-width:100%;
    padding:18px 16px;
    border-radius:20px;
    justify-self: stretch;
    box-sizing:border-box;
  }

  .pvdf-btn--cta{
    width:100%;
    max-width:100%;
    justify-content:center;
    box-sizing:border-box;
    font-size:0; 
  }

  .pvdf-btn--cta::before{
    content:"Запросить свой размер  →";
    font-size:14px;
    font-weight:700;
    line-height:1.2;
  }

 
}

	