
:root{
	--bg:#ffffff;
	--bg-soft:#f4f8ff;
	--bg-soft-2:#eef4ff;
	--line:#dbe7ff;
	--text:#005B8C;
	--text-soft:#4f6487;
	--accent:#005B8C;
	--accent-2:#005B8C;
	--accent-soft:#eaf2ff;
	--white:#ffffff;
	--shadow:0 14px 40px rgba(28, 77, 160, .10);
	--shadow-soft:0 8px 24px rgba(31, 103, 255, .08);
	--radius-xl:28px;
	--radius-lg:22px;
	--radius-md:18px;
	--radius-sm:14px;
	--container:1240px;
  }

  
   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
   
  html {
  scroll-behavior: smooth;
  overflow-x: hidden;
 }

  body {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background: #ebf6fd;
    color: #005B8C;
    min-height: 100vh;
    overflow-x: hidden;
  }

  a{color:inherit;text-decoration:none}
  img{max-width:100%;display:block}
  button{font:inherit}
  .container{width:min(var(--container), calc(100% - 32px)); margin:0 auto}
  .section{padding:84px 0; position:relative}
  .section.compact{padding:40px 0}
  .muted{color:var(--text-soft)}
  .accent{color:var(--accent)}
  .eyebrow{
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:8px 14px;
	border-radius:999px;
	background:var(--accent-soft);
	color:var(--accent-2);
	font-size:13px;
	font-weight:700;
	letter-spacing:.02em;
	margin-bottom:18px;
  }
  .section-title{
	margin:0 0 14px;
	font-size:clamp(30px, 4vw, 52px);
	line-height:1.08;
	letter-spacing:-.03em;
  }
  .section-subtitle{
	margin:0;
	font-size:18px;
	color:var(--text-soft);
	max-width:860px;
  }
  .title-row{
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-bottom:34px;
  }

  .btn-row{display:flex;flex-wrap:wrap;gap:12px}
  .btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:50px;
	padding:0 22px;
	border-radius:999px;
	border:1px solid transparent;
	font-weight:700;
	cursor:pointer;
	transition:.25s ease;
	white-space:nowrap;
	line-height: 50px;
  }
  .btn-primary{
	background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
	color:#fff;
	box-shadow:0 12px 28px rgba(31,103,255,.28);
  }
  .btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 34px rgba(31,103,255,.35)}
  .btn-secondary{
	background:#fff;
	color:var(--accent-2);
	border-color:var(--line);
	box-shadow:var(--shadow-soft);
  }
  .btn-secondary:hover{transform:translateY(-2px); border-color:#bfd3ff}
  .btn-ghost{
	background:transparent;
	color:var(--accent-2);
	border-color:#bfd3ff;
  }

  /* Header */
  .site-header{
	position:sticky;
	top:0;
	z-index:1000;
	backdrop-filter:blur(16px);
	background:rgba(255,255,255,.84);
	border-bottom:1px solid rgba(214,228,255,.8);
  }
  .header-wrap{
	display:grid;
	grid-template-columns:auto 1fr auto;
	gap:18px;
	align-items:center;
	min-height:86px;
	padding:14px 0;
  }
  .brand{
	display:flex;
	flex-direction:column;
	gap:4px;
	min-width:240px;
  }
  .brand-title{
	font-size:24px;
	font-weight:900;
	letter-spacing:-.03em;
	color:var(--accent-2);
  }
  .brand-sub{
	font-size:12px;
	color:var(--text-soft);
	max-width:330px;
	line-height:1.35;
  }
  .nav{
	display:flex;
	justify-content:center;
	gap:16px;
	flex-wrap:wrap;
  }
  .nav a{
	position:relative;
	font-size:14px;
	color:var(--text);
	font-weight:700;
	padding:10px 0;
	opacity:.86;
	transition:.2s ease;
  }
  .nav a:hover,.nav a.active{opacity:1;color:var(--accent-2)}
  .nav a.active::after{
	content:"";
	position:absolute;
	left:0; right:0; bottom:2px;
	height:2px;
	border-radius:2px;
	background:var(--accent);
  }
  .header-actions{
	display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end;
  }
  .header-links{
	display:flex; gap:8px; flex-wrap:wrap;
  }
  .mini-link{
	padding:9px 12px;
	border:1px solid var(--line);
	border-radius:999px;
	background:#fff;
	font-size:13px;
	font-weight:700;
	color:var(--accent-2);
  }

  .mobile-toggle{
	display:none;
	width:48px;height:48px;border-radius:14px;
	border:1px solid var(--line);background:#fff;color:var(--accent-2);
	box-shadow:var(--shadow-soft);
  }




  /* первый экран */
 .h-section{
  width:100%;
  background:linear-gradient(160deg,#f0f8ff 0%,#e8f4fd 40%,#f5fbff 100%);
  padding:64px 0 72px;
  overflow:hidden;
  position:relative;
}
.h-container{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.h-blob-bg{
  position:absolute;
  border-radius:63% 37% 54% 46%/55% 48% 52% 45%;
  pointer-events:none;
  z-index:0;
}
.h-blob-1{width:520px;height:520px;background:#dbeeff;opacity:.45;top:-140px;right:-80px}
.h-blob-2{width:320px;height:280px;border-radius:45% 55% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.3;bottom:-60px;left:-60px}
.h-left{position:relative;z-index:2}
.h-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:#e0f0ff;color:#005B8C;
  border:1px solid #b3d8f5;border-radius:999px;
  font-size:12px;font-weight:700;letter-spacing:.04em;
  padding:7px 16px;margin-bottom:24px;
}
.h-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.h-title{
  font-size:clamp(28px,3.8vw,42px);
  font-weight:900;line-height:1.05;letter-spacing:-.04em;
  color:#003552;margin-bottom:18px;
}
.h-sub{font-size:16px;color:#4f6487;line-height:1.65;margin-bottom:26px;max-width:500px}
.h-pills{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin-bottom:32px}
.h-pill{
  padding:8px 16px;background:#fff;color:#005B8C;
  border:1.5px solid #b8d8f4;border-radius:999px;
  font-size:13px;font-weight:700;
  box-shadow:0 2px 8px rgba(0,91,140,.07);
}
.h-btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.h-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 28px;border-radius:999px;
  font-size:15px;font-weight:700;cursor:pointer;
  text-decoration:none;font-family:inherit;border:2px solid transparent;
  transition:.22s ease;white-space:nowrap;
}
.h-btn-p{background:#005B8C;color:#fff;box-shadow:0 10px 30px rgba(0,91,140,.25)}
.h-btn-p:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,91,140,.33)}
.h-btn-s{background:#fff;color:#005B8C;border-color:#b3d8f5;box-shadow:0 4px 14px rgba(0,91,140,.08)}
.h-btn-s:hover{transform:translateY(-2px);border-color:#6db8ea}
.h-micro{color:#7a97b8;font-size:13px;line-height:1.55;max-width:440px}
.h-right{
  position:relative;z-index:2;
}
.h-img-wrap{
  position:relative;
  border-radius:62% 38% 46% 54% / 54% 42% 58% 46%;
  overflow:hidden;
  aspect-ratio:1/1;
  max-width:740px;
  margin:0 auto;
  box-shadow:0 24px 64px rgba(0,91,140,.18),0 4px 16px rgba(0,91,140,.08);
}
.h-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.h-img-border{
  position:absolute;inset:-3px;
  border-radius:inherit;
  border:3px solid rgba(0,91,140,.12);
  pointer-events:none;
  z-index:1;
}
.h-stat-1,.h-stat-2{
  position:absolute;
  background:rgba(255,255,255,.94);
  border:1.5px solid #c8e0f5;
  backdrop-filter:blur(12px);
  box-shadow:0 8px 28px rgba(0,91,140,.13);
  padding:14px 20px;
  z-index:4;
}
.h-stat-1{
  border-radius:28px 8px 28px 8px;
  bottom:10%;left:-10%;
}
.h-stat-2{
  border-radius:8px 24px 8px 24px;
  top:10%;right:-8%;
}
.h-stat-num{font-size:26px;font-weight:900;color:#005B8C;line-height:1;margin-bottom:3px}
.h-stat-label{font-size:11px;color:#4f7090;font-weight:700;letter-spacing:.03em;text-transform:uppercase}
.h-deco-ring{
  position:absolute;
  border-radius:50%;
  border:2px dashed rgba(0,91,140,.1);
  pointer-events:none;z-index:0;
}
@media(max-width:900px){
  .h-container{grid-template-columns:1fr;gap:40px}
  .h-right{order:-1}
  .h-img-wrap{max-width:380px;border-radius:55% 45% 50% 50%/50% 55% 45% 50%}
  .h-stat-1{left:0;bottom:-8%}
  .h-stat-2{right:0;top:-6%}
}
@media(max-width:600px){
  .h-section{padding:40px 0 56px}
  .h-container{width:calc(100% - 28px);gap:28px}
  .h-title{font-size:clamp(24px,8vw,36px)}
  .h-sub{font-size:15px}
  .h-btn{width:100%;justify-content:center}
  .h-btns{flex-direction:column}
  .h-img-wrap{max-width:300px;border-radius:52% 48% 45% 55%/48% 52% 48% 52%}
  .h-stat-1{padding:10px 14px;border-radius:20px 6px 20px 6px}
  .h-stat-2{padding:10px 14px;border-radius:6px 18px 6px 18px}
  .h-stat-num{font-size:20px}
  .h-stat-label{font-size:10px}
}
@media(max-width:380px){
  .h-title{font-size:22px}
  .h-container{width:calc(100% - 20px)}
  .h-img-wrap{max-width:260px}
}


 /* ВТОРАЯ СЕКЦИЯ */
 .f-section{
  width:100%;
  background:transparent;
  padding:72px 0 80px;
  overflow:visible;
  position:relative;
}
.f-bg-blob{position:absolute;pointer-events:none;z-index:0;}
.f-bg-blob-1{
  width:480px;height:440px;
  top:40px;right:-60px;
  border-radius:61% 39% 52% 48%/58% 44% 56% 42%;
  background:#dbeeff;opacity:.38;
}
.f-bg-blob-2{
  width:340px;height:300px;
  bottom:40px;left:-40px;
  border-radius:44% 56% 38% 62%/62% 40% 60% 38%;
  background:#c8e6fa;opacity:.3;
}
.f-container{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}
.f-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.f-card{
  background:#fff;border:1.5px solid #c8dff5;padding:28px 24px;
  box-shadow:0 8px 32px rgba(0,91,140,.08),0 2px 8px rgba(0,91,140,.04);
  display:flex;align-items:stretch;gap:0;transition:.25s ease;
}
.f-card:nth-child(1){border-radius:28px 10px 28px 10px}
.f-card:nth-child(2){border-radius:10px 28px 10px 28px}
.f-card:nth-child(3){border-radius:24px 8px 32px 12px}
.f-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,91,140,.13)}
.f-icon-col{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-right:20px}
.f-blob-icon{width:64px;height:64px;position:relative;flex-shrink:0}
.f-blob-icon svg.blob-shape{width:64px;height:64px;position:absolute;top:0;left:0}
.f-blob-icon svg.icon-svg{width:28px;height:28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:2}
.f-wave-v{flex-shrink:0;width:18px;align-self:stretch;margin-right:20px}
.f-text-col{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}
.f-title{font-size:15px;font-weight:800;color:#003552;margin-bottom:8px;line-height:1.3}
.f-desc{font-size:13px;color:#4f6487;line-height:1.65}
@media(max-width:900px){
  .f-cards{grid-template-columns:1fr;gap:16px}
  .f-card:nth-child(1),.f-card:nth-child(2),.f-card:nth-child(3){border-radius:22px 8px 22px 8px}
  .f-section{padding:52px 0 60px}
}
@media(max-width:600px){
  .f-container{width:calc(100% - 28px)}
  .f-section{padding:40px 0 48px}
  .f-card{padding:20px 18px}
  .f-blob-icon{width:54px;height:54px}
  .f-blob-icon svg.blob-shape{width:54px;height:54px}
  .f-blob-icon svg.icon-svg{width:22px;height:22px}
  .f-icon-col{padding-right:14px}
  .f-wave-v{width:14px;margin-right:14px}
  .f-title{font-size:14px}
}
@media(max-width:380px){
  .f-container{width:calc(100% - 20px)}
  .f-blob-icon{width:48px;height:48px}
  .f-blob-icon svg.blob-shape{width:48px;height:48px}
  .f-blob-icon svg.icon-svg{width:20px;height:20px}
  .f-icon-col{padding-right:10px}
  .f-wave-v{width:12px;margin-right:10px}
}





/* ТРЕТЬЯ СЕКЦИЯ */
.s-section{
  width:100%;
  background:transparent;
  padding:80px 0 88px;
  overflow:visible;
  position:relative
}
.s-container{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
  position:relative;
  z-index:2
}

.s-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:36px;
  flex-wrap:wrap;
}
.s-header-left{
  display:flex;
  flex-direction:column;
  gap:12px
}
.s-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#e0f0ff;
  color:#005B8C;
  border:1px solid #b3d8f5;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  padding:7px 16px;
  width:fit-content;
}
.s-eyebrow-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#005B8C;
  opacity:.7;
  flex-shrink:0
}
.s-title{
  font-size:clamp(22px,2.8vw,38px);
  font-weight:900;
  line-height:1.06;
  letter-spacing:-.035em;
  color:#003552;
  margin:0
}
.s-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 26px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  font-family:inherit;
  border:2px solid transparent;
  transition:.22s ease;
  white-space:nowrap;
  flex-shrink:0;
  background:#005B8C;
  color:#fff;
  box-shadow:0 10px 28px rgba(0,91,140,.22);
}
.s-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,91,140,.32)
}

.atuinCard-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px -10px;
}
.atuinCard-container *,
.atuinCard-container *::before,
.atuinCard-container *::after {
    box-sizing: border-box;
}

.atuinCard {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding-bottom: 10px;
}
.atuinCard-link {
    position: relative;
    width: inherit;
    aspect-ratio: 4 / 3;
    background: #fff;
    border-radius: 24px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    display: block;
}
.atuinCard-img {
    position: absolute;
    inset: 0;
    transition: 2s;
    will-change: transform;
}
.atuinCard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atuinCard-icon {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 55px;   
    height: 55px;  
    background: #fff;
    border-top-left-radius: 50%;
}
.atuinCard-icon::before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: -20px;   
    background: transparent;
    width: 20px;   
    height: 20px;  
    border-bottom-right-radius: 14px;
    box-shadow: 5px 5px 0 5px #fff;  
}
.atuinCard-icon::after {
    position: absolute;
    content: "";
    top: -20px;    
    right: 7px;
    background: transparent;
    width: 20px;   
    height: 20px;  
    border-bottom-right-radius: 14px;
    box-shadow: 5px 5px 0 5px #fff;  
}
.atuinCard-icon span {
    position: absolute;
    inset: 7px;    
    font-size: 0;
    background-color: #005B8C;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    transition: 0.5s;
    transform: scale(0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
.atuinCard-link:hover .atuinCard-icon span {
    transform: scale(1) rotate(-15deg);
}
.atuinCard-link:hover .atuinCard-img {
    transform: scale(1.3);
}
.atuinCard-content p {
    line-height: 1.3;
    margin: 8px 0;
    color: #4f6487;
    padding:0 16px;
}
.atuinCard-content .atuinCard-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 20px 0 10px;
    color: #003552;
    font-weight: bold;
    padding:0 16px;
}

.atuinCard-col {
    width: 100%;
    padding: 10px;
}
@media (min-width: 576px) {
    .atuinCard-col {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .atuinCard-col {
        width: 50%;
    }
    .atuinCard-icon {
        width: 65px;
        height: 65px;
    }
    .atuinCard-content p {
        font-size: 18px;
    }
    .atuinCard-title {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .atuinCard-col {
        width: 33.33%;
    }
}
@media (min-width: 1200px) {
    .atuinCard-col {
        width: 33.33%;
    }
}
@media (min-width: 1400px) {
    .atuinCard-col {
        width: 25%;
    }
}

.atuinCard-textBlock {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atuinCard-textBlock-inner {
    background: #e0f0ff;
    border: 1.5px solid #b3d8f5;
    border-radius: 24px;
    padding: 28px 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.atuinCard-textBlock-inner p {
    font-size: 15px;
    line-height: 1.6;
    color: #003552;
    margin: 0;
    font-weight: 500;
}
@media (min-width: 768px) {
    .atuinCard-textBlock-inner p {
        font-size: 17px;
    }
}

@media(max-width:1024px){
    .atuinCard-col {
        width: 50%;
    }
    .atuinCard-textBlock {
        width: 50%;
    }
}
@media(max-width:760px){
    .s-section{padding:52px 0 60px}
    .s-header{flex-direction:column;align-items:flex-start;gap:16px}
    .atuinCard-col {
        width: 50%;
    }
    .atuinCard-textBlock {
        width: 50%;
    }
}
@media(max-width:500px){
    .s-container{width:calc(100% - 28px)}
    .s-section{padding:40px 0 48px}
    .atuinCard-col {
        width: 50%;
    }
    .atuinCard-textBlock {
        width: 100%;
    }
    .atuinCard-textBlock-inner {
        padding: 20px 22px;
    }
    .atuinCard-textBlock-inner p {
        font-size: 14px;
    }
    .s-btn{width:100%;justify-content:center}
}
@media(max-width:380px){
    .s-container{width:calc(100% - 20px)}
    .atuinCard-col {
        width: 100%;
    }
    .atuinCard-textBlock {
        width: 100%;
    }
}





/* ЧЕТВЕРТАЯ СЕКЦИЯ */
.pop-section{
  width:100%;
  background:transparent;
  padding:80px 0 88px;
  overflow:visible;
  position:relative
}
.pop-section-bg{
  background:#f5f9fc;
}
.pop-wrap{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
  position:relative;
  z-index:2
}

.pop-head{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:36px;
}
.pop-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#e0f0ff;
  color:#005B8C;
  border:1px solid #b3d8f5;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  padding:7px 16px;
  width:fit-content;
}
.pop-badge-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#005B8C;
  opacity:.7;
  flex-shrink:0
}
.pop-heading{
  font-size:clamp(22px,2.8vw,38px);
  font-weight:900;
  line-height:1.06;
  letter-spacing:-.035em;
  color:#003552;
  margin:0
}

.pop-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(3,1fr);
}

.pop-card{
  background:#fff;
  border:1.5px solid #c8dff5;
  border-radius:24px;
  padding:0;
  overflow:hidden;
  position:relative;
  transition:.25s ease;
  display:flex;
  flex-direction:column;
}
.pop-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 44px rgba(0,91,140,.13);
}

.pop-card-link{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  background:#fff;
  border-radius:24px;
  border-bottom-right-radius:0;
  overflow:hidden;
  display:block;
  text-decoration:none;
}
.pop-card-img{
  position:absolute;
  inset:0;
  transition:2s;
  will-change:transform;
}
.pop-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.pop-card-ico{
  position:absolute;
  bottom:-7px;
  right:-7px;
  width:90px;
  height:90px;
  background:#fff;
  border-top-left-radius:50%;
}
.pop-card-ico::before{
  position:absolute;
  content:"";
  bottom:7px;
  left:-25px;
  background:transparent;
  width:25px;
  height:25px;
  border-bottom-right-radius:25px;
  box-shadow:7px 7px 0 7px #fff;
}
.pop-card-ico::after{
  position:absolute;
  content:"";
  top:-25px;
  right:7px;
  background:transparent;
  width:25px;
  height:25px;
  border-bottom-right-radius:25px;
  box-shadow:7px 7px 0 7px #fff;
}
.pop-card-ico span{
  position:absolute;
  inset:10.5px;
  font-size:0;
  background-color:#005B8C;
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center center;
  border-radius:50%;
  transition:0.5s;
  transform:scale(0.9);
}
.pop-card-link:hover .pop-card-ico span{
  transform:scale(1) rotate(-10deg);
}
.pop-card-link:hover .pop-card-img{
  transform:scale(1.3);
}

.pop-ico-swing span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3e%3cg%3e%3cpath d='M511.796,446.375l-51.374-363.21h0.956c11.267,0,20.402-9.135,20.402-20.402s-9.135-20.402-20.402-20.402H49.262 c-11.267,0-20.402,9.135-20.402,20.402s9.135,20.402,20.402,20.402h2.316L0.204,446.375c-1.578,11.156,6.187,21.48,17.344,23.058 c0.97,0.137,1.931,0.203,2.882,0.203c10.001-0.001,18.734-7.36,20.176-17.547l24.138-170.657l5.236,113.793 c0.518,11.255,10.057,19.954,21.318,19.443c11.255-0.518,19.961-10.062,19.443-21.319L96.469,83.165h84.724v216.924 c1.36-0.155,2.144-0.665,3.437-0.665h37.367V83.165h68.006v216.259h37.367c1.293,0,2.077,0.511,3.437,0.665V83.165h84.724 l-14.272,310.186c-0.518,11.255,8.188,20.8,19.443,21.319c11.304,0.52,20.8-8.188,21.319-19.443l5.236-113.793l24.138,170.657 c1.442,10.187,10.174,17.547,20.176,17.547c0.951,0,1.914-0.067,2.882-0.203C505.61,467.856,513.375,457.531,511.796,446.375z'/%3e%3c/g%3e%3cg%3e%3cpath d='M328.276,313.027H185.083c-9.661,0-17.491,7.832-17.491,17.491v11.26c0,9.661,7.832,17.491,17.491,17.491h143.192 c9.661,0,17.491-7.832,17.491-17.491v-11.26h0.001C345.767,320.857,337.936,313.027,328.276,313.027z'/%3e%3c/g%3e%3c/svg%3e");
}

.pop-ico-pergola span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='1 0 512 512'%3e%3cpath d='m485.335938 159.648438c-8.277344 0-14.988282 6.710937-14.988282 14.988281v67.617187l-94.167968-79.09375c-6.335938-5.324218-15.792969-4.503906-21.113282 1.835938-5.324218 6.339844-4.503906 15.792968 1.835938 21.117187l113.445312 95.285157v214.46875c0 8.273437 6.710938 14.984374 14.988282 14.984374 8.277343 0 14.984374-6.710937 14.984374-14.984374v-321.230469c0-8.277344-6.707031-14.988281-14.984374-14.988281zm0 0'/%3e%3cpath d='m136.980469 163.160156-94.167969 79.09375v-67.617187c0-8.277344-6.707031-14.988281-14.984375-14.988281s-14.988281 6.710937-14.988281 14.988281v321.230469c0 8.273437 6.710937 14.984374 14.988281 14.984374s14.984375-6.710937 14.984375-14.984374v-214.46875l113.449219-95.285157c6.335937-5.324219 7.160156-14.777343 1.835937-21.117187-5.324218-6.335938-14.777344-7.160156-21.117187-1.835938zm0 0'/%3e%3cpath d='m496.578125 99.832031h-481.589844c-8.277343 0-14.988281 6.710938-14.988281 14.988281v59.816407c0 8.277343 6.710938 14.988281 14.988281 14.988281h481.589844c8.277344 0 14.988281-6.710938 14.988281-14.988281v-59.816407c0-8.277343-6.710937-14.988281-14.988281-14.988281zm0 0'/%3e%3cg fill='%23fff'%3e%3cpath d='m496.578125 99.832031h-240.792969v89.792969h240.792969c8.277344 0 14.988281-6.710938 14.988281-14.988281v-59.816407c0-8.277343-6.710937-14.988281-14.988281-14.988281zm0 0'/%3e%3cpath d='m39.503906 480.878906h-23.351562c-8.277344 0-14.988282 6.710938-14.988282 14.988282 0 8.273437 6.710938 14.984374 14.988282 14.984374h23.351562c8.277344 0 14.988282-6.710937 14.988282-14.984374 0-8.277344-6.710938-14.988282-14.988282-14.988282zm0 0'/%3e%3cpath d='m497.011719 480.878906h-23.355469c-8.277344 0-14.984375 6.710938-14.984375 14.988282 0 8.273437 6.707031 14.984374 14.984375 14.984374h23.355469c8.277343 0 14.988281-6.710937 14.988281-14.984374 0-8.277344-6.710938-14.988282-14.988281-14.988282zm0 0'/%3e%3c/g%3e%3cpath d='m168.117188 421.195312c-8.277344 0-14.988282 6.710938-14.988282 14.988282v59.816406c0 8.277344 6.710938 14.988281 14.988282 14.988281 8.277343 0 14.984374-6.710937 14.984374-14.988281v-59.816406c0-8.277344-6.707031-14.988282-14.984374-14.988282zm0 0'/%3e%3cpath d='m345.050781 421.195312c-8.277343 0-14.988281 6.710938-14.988281 14.988282v59.816406c0 8.277344 6.710938 14.988281 14.988281 14.988281 8.273438 0 14.984375-6.710937 14.984375-14.988281v-59.816406c0-8.277344-6.710937-14.988282-14.984375-14.988282zm0 0'/%3e%3cpath d='m373.632812 378.292969h-235.542968c-8.277344 0-14.988282 6.710937-14.988282 14.988281v42.902344c0 8.277344 6.710938 14.988281 14.988282 14.988281h235.539062c8.277344 0 14.988282-6.710937 14.988282-14.988281v-42.902344c0-8.277344-6.707032-14.988281-14.984376-14.988281zm0 0'/%3e%3cpath d='m502.296875 100.96875-240.796875-99.335938c-3.660156-1.511718-7.769531-1.511718-11.429688 0l-240.796874 99.335938c-6.613282 2.726562-10.375 9.75-8.988282 16.765625 1.394532 7.019531 7.550782 12.074219 14.703125 12.074219h481.59375c7.152344 0 13.308594-5.058594 14.699219-12.074219 1.390625-7.019531-2.371094-14.039063-8.984375-16.765625zm0 0'/%3e%3c/svg%3e");
}

.pop-ico-carousel span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3e%3cg%3e%3cpath style='fill:%23fff' d='M184.337,274.482c-17.714-7.447-37.226-4.262-51.463,6.638l82.723,34.779 C213.424,298.1,202.051,281.929,184.337,274.482z'/%3e%3cpath style='fill:%23fff' d='M142.295,371.757c18.068,7.596,40.009,2.119,54.313-9.311l-83.711-35.194 C114.737,345.469,124.227,364.161,142.295,371.757z'/%3e%3c/g%3e%3cpath style='fill:%23fff' d='M215.597,315.899l-82.723-34.779c-6.904,5.285-12.574,12.375-16.185,20.964 c-3.463,8.236-4.629,16.862-3.79,25.167l83.711,35.194c6.521-5.211,11.868-12.078,15.331-20.315 C215.551,333.541,216.65,324.53,215.597,315.899z'/%3e%3cg%3e%3cpath style='fill:%23fff' d='M105.065,211.382c-11.142-15.655-29.409-23.216-47.252-21.443l52.032,73.112 C117.368,246.774,116.207,227.038,105.065,211.382z'/%3e%3cpath style='fill:%23fff' d='M18.414,273.262c11.364,15.968,32.609,21.564,50.788,19.373l-52.654-73.984 C8.524,235.109,7.05,257.294,18.414,273.262z'/%3e%3c/g%3e%3cpath style='fill:%23fff' d='M109.847,263.052L57.814,189.94c-8.652,0.861-17.205,3.904-24.796,9.307 c-7.278,5.18-12.81,11.901-16.468,19.404l52.654,73.984c8.286-0.999,16.449-4.023,23.727-9.203 C100.521,278.028,106.2,270.944,109.847,263.052z'/%3e%3cg%3e%3cpath style='fill:%23fff' d='M328.33,275.437c17.714-7.447,37.226-4.262,51.463,6.638l-82.723,34.779 C299.241,299.055,310.616,282.884,328.33,275.437z'/%3e%3cpath style='fill:%23fff' d='M369.748,371.757c-18.068,7.596-39.386,3.074-53.69-8.357l83.711-35.194 C397.93,346.424,387.815,364.161,369.748,371.757z'/%3e%3c/g%3e%3cpath style='fill:%23fff' d='M297.07,316.854l82.723-34.779c6.904,5.285,12.574,12.375,16.185,20.964 c3.463,8.236,4.629,16.862,3.79,25.167L316.057,363.4c-6.521-5.211-11.868-12.078-15.331-20.315 C297.116,334.496,296.016,325.485,297.07,316.854z'/%3e%3cg%3e%3cpath style='fill:%23fff' d='M406.977,211.714c11.142-15.655,29.409-23.216,47.252-21.443l-52.033,73.112 C394.675,247.106,395.835,227.369,406.977,211.714z'/%3e%3cpath style='fill:%23fff' d='M493.628,273.262c-11.364,15.968-32.609,21.896-50.788,19.704l52.654-73.984 C503.519,235.44,504.993,257.294,493.628,273.262z'/%3e%3c/g%3e%3cpath style='fill:%23fff' d='M402.197,263.383l52.033-73.112c8.652,0.861,17.205,3.904,24.796,9.307 c7.278,5.18,12.81,11.901,16.468,19.404l-52.654,73.984c-8.286-0.999-16.449-4.023-23.727-9.203 C411.521,278.359,405.844,271.276,402.197,263.383z'/%3e%3cg%3e%3cpath style='fill:%23fff' d='M282.638,100.715h-53.564c-6.743,0-12.21-5.466-12.21-12.21l0,0c0-6.743,5.466-12.209,12.21-12.209 h53.564c6.743,0,12.21,5.466,12.21,12.209l0,0C294.847,95.249,289.381,100.715,282.638,100.715z'/%3e%3cpath style='fill:%23fff' d='M333.982,453.032H177.73l0,0c0-16.55,13.417-29.967,29.967-29.967h96.319 C320.566,423.066,333.982,436.482,333.982,453.032L333.982,453.032z'/%3e%3c/g%3e%3cpath style='fill:%23fff' d='M504.662,214.512c-4.499-9.226-11.319-17.263-19.722-23.244c-8.754-6.23-19.024-10.085-29.7-11.147 h-0.001c-18.122-1.804-35.986,4.525-48.903,16.84l-121.117-86.197c11.145-1.284,19.83-10.773,19.83-22.257 c0-12.356-10.053-22.41-22.41-22.41h-16.583v-7.13c0-5.632-4.567-10.2-10.2-10.2s-10.2,4.567-10.2,10.2v7.13h-16.584 c-12.356,0-22.41,10.053-22.41,22.41c0,11.483,8.684,20.971,19.829,22.256l-120.729,85.922 c-12.921-12.348-30.811-18.692-48.959-16.894h-0.001c-10.676,1.062-20.946,4.916-29.7,11.147 c-8.403,5.981-15.224,14.018-19.722,23.243c-10.752,22.051-9.684,47.563,2.723,64.996v-0.001 c10.775,15.142,30.309,24.124,51.383,24.123c2.954,0,5.941-0.176,8.935-0.538c0.001,0,0.001,0,0.002,0 c10.189-1.228,20.018-5.039,28.419-11.02c8.752-6.228,15.757-14.667,20.259-24.404c0.001-0.003,0.003-0.005,0.004-0.008 c8.047-17.416,7.479-37.511-1.136-54.293l114.45-81.453l-54.716,130.143c-17.634-3.889-36.406,0.098-51.031,11.295 c-8.519,6.522-15.223,15.205-19.389,25.111c-3.997,9.508-5.565,19.931-4.535,30.144c2.465,24.426,16.103,44.69,35.593,52.884 c7.162,3.011,14.594,4.315,21.901,4.315c16.331-0.001,32.041-6.518,42.733-15.062c0.006-0.005,0.01-0.01,0.016-0.015 c8.01-6.405,14.354-14.813,18.35-24.316c4.163-9.905,5.678-20.77,4.38-31.418c0-0.001,0-0.001,0-0.001 c-2.304-18.87-13.184-35.523-29.101-45.297l49.035-116.63v260.129h-37.962c-22.148,0-40.165,18.019-40.165,40.166 c0,5.632,4.567,10.2,10.2,10.2h156.251c5.632,0,10.2-4.567,10.2-10.2c0-22.148-18.019-40.166-40.166-40.166h-37.96v-260.13 l49.549,117.854c-15.678,9.809-26.378,26.33-28.66,45.027c0,0.001,0,0.001,0,0.001c-1.298,10.649,0.216,21.514,4.381,31.421 c3.999,9.509,10.35,17.921,18.366,24.328c0.01,0.008,0.02,0.014,0.03,0.021c11.786,9.408,26.408,14.345,40.83,14.345 c7.947,0,15.835-1.5,23.15-4.575c19.953-8.389,33.83-28.287,36.216-51.929c1.03-10.211-0.538-20.634-4.536-30.144 c-4.165-9.906-10.869-18.589-19.387-25.109c-14.766-11.303-33.759-15.263-51.538-11.185l-55.163-131.207l114.815,81.713 c-8.649,16.796-9.231,36.923-1.171,54.364c0.001,0.003,0.003,0.005,0.004,0.008c4.5,9.735,11.505,18.174,20.259,24.404 c8.405,5.981,18.233,9.793,28.42,11.02c0.007,0.001,0.014,0,0.021,0.001c2.929,0.353,5.846,0.524,8.74,0.524 c21.034,0,40.646-9.109,51.557-24.443C514.287,261.825,515.356,236.442,504.662,214.512z'/%3e%3c/svg%3e");
}

.pop-card-body{
  padding:20px 22px 24px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.pop-card-body h3{
  font-size:18px;
  font-weight:800;
  color:#003552;
  line-height:1.3;
  margin:0 0 8px;
}
.pop-card-body p{
  font-size:14px;
  color:#4f6487;
  line-height:1.55;
  margin:0 0 18px;
  flex:1;
}

.pop-card-btns{
  display:flex;
  gap:10px;
  margin-top:auto;
}
.pop-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  font-family:inherit;
  border:2px solid transparent;
  transition:.22s ease;
  white-space:nowrap;
  flex:1;
  text-align:center;
}
.pop-btn-main{
  background:#005B8C;
  color:#fff;
  box-shadow:0 8px 22px rgba(0,91,140,.22);
}
.pop-btn-main:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,91,140,.32);
}
.pop-btn-alt{
  background:#fff;
  color:#005B8C;
  border:2px solid #b3d8f5;
}
.pop-btn-alt:hover{
  background:#e0f0ff;
  transform:translateY(-2px);
}

@media(max-width:1024px){
  .pop-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .pop-section{padding:52px 0 60px}
  .pop-head{gap:10px;margin-bottom:28px}
}
@media(max-width:600px){
  .pop-grid{grid-template-columns:1fr}
  .pop-card-ico{width:80px;height:80px}
  .pop-card-body{padding:16px 18px 20px}
  .pop-card-body h3{font-size:17px}
  .pop-card-body p{font-size:13px}
  .pop-btn{font-size:12px;padding:0 14px;min-height:40px}
}
@media(max-width:500px){
  .pop-wrap{width:calc(100% - 28px)}
  .pop-section{padding:40px 0 48px}
}
@media(max-width:380px){
  .pop-wrap{width:calc(100% - 20px)}
  .pop-card-btns{flex-direction:column}
  .pop-btn{width:100%}
}










/* ПЯТАЯ СЕКЦИЯ */
.cat3-section{width:100%;background:transparent;padding:72px 0 80px;overflow:visible;position:relative}
.cat3-bg-blob{position:absolute;pointer-events:none;z-index:0}
.cat3-bg-blob-1{width:460px;height:400px;top:-60px;left:-80px;border-radius:58% 42% 60% 40%/52% 48% 52% 48%;background:#dbeeff;opacity:.38}
.cat3-bg-blob-2{width:320px;height:280px;bottom:40px;right:-40px;border-radius:44% 56% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.28}
.cat3-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}

.cat3-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}
.cat3-header-left{display:flex;flex-direction:column;gap:12px}
.cat3-badge{display:inline-flex;align-items:center;gap:8px;background:#e0f0ff;color:#005B8C;border:1px solid #b3d8f5;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 16px;width:fit-content}
.cat3-badge-dot{width:7px;height:7px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.cat3-title{font-size:clamp(22px,2.8vw,38px);font-weight:900;line-height:1.06;letter-spacing:-.035em;color:#003552;margin:0}
.cat3-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;border:2px solid transparent;transition:.22s ease;white-space:nowrap;flex-shrink:0;background:#005B8C;color:#fff;box-shadow:0 10px 28px rgba(0,91,140,.22)}
.cat3-btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,91,140,.32)}

.cat3-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}

.cat3-card{background:#fff;border-radius:24px;border:1.5px solid #c8dff5;transition:.25s ease;box-shadow:0 4px 16px rgba(0,91,140,.05);overflow:hidden}
.cat3-card:hover{transform:translateY(-4px);box-shadow:0 14px 44px rgba(0,91,140,.13);border-color:#6db8ea}

.cat3-card-link{position:relative;width:100%;aspect-ratio:3/3;background:#fff;border-radius:24px;border-bottom-right-radius:0;overflow:hidden;display:block;text-decoration:none}
.cat3-card-img{position:absolute;inset:0;transition:2s;will-change:transform}
.cat3-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.cat3-card:hover .cat3-card-img{transform:scale(1.15)}

.cat3-card-label-wrap{
  position:absolute;
  bottom:0;left:0;
  width:88%;
  background:#fff;
  border-top-right-radius:22px;
  padding:12px 16px 14px 14px;
  z-index:3;
}
.cat3-card-label-wrap::before{
  content:"";
  position:absolute;
  bottom:0;right:-22px;
  width:22px;height:22px;
  background:transparent;
  border-bottom-left-radius:22px;
  box-shadow:-6px 6px 0 6px #fff;
}
.cat3-card-label-wrap::after{
  content:"";
  position:absolute;
  top:-22px;left:0;
  width:22px;height:22px;
  background:transparent;
  border-bottom-left-radius:22px;
  box-shadow:-6px 6px 0 6px #fff;
}
.cat3-card-label-name{
  font-size:12px;
  font-weight:800;
  color:#003552;
  line-height:1.35;
  margin:0;
  word-break:break-word;
  hyphens:auto;
}

@media(max-width:1100px){.cat3-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:860px){
  .cat3-grid{grid-template-columns:repeat(3,1fr);gap:12px}
  .cat3-section{padding:52px 0 60px}
  .cat3-header{flex-direction:column;align-items:flex-start;gap:16px}
}
@media(max-width:600px){
  .cat3-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .cat3-section{padding:40px 0 48px}
  .cat3-wrap{width:calc(100% - 28px)}
  .cat3-btn{width:100%;justify-content:center}
  .cat3-card-label-wrap{width:90%;padding:10px 12px 12px 12px}
  .cat3-card-label-name{font-size:11px}
}
@media(max-width:400px){
  .cat3-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .cat3-wrap{width:calc(100% - 16px)}
  .cat3-card-label-wrap{width:92%;padding:8px 10px 10px 10px}
  .cat3-card-label-name{font-size:11px}
}







 /* ШЕСТАЯ СЕКЦИЯ */
.ab2-section{width:100%;background:transparent;padding:80px 0 88px;overflow:visible;position:relative}
.ab2-bg-blob{position:absolute;pointer-events:none;z-index:0}
.ab2-bg-blob-1{width:500px;height:460px;top:-80px;right:-100px;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;background:#dbeeff;opacity:.4}
.ab2-bg-blob-2{width:300px;height:260px;bottom:-40px;left:-60px;border-radius:45% 55% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.28}

.ab2-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}

.ab2-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:48px;align-items:center}

.ab2-left{display:flex;flex-direction:column}
.ab2-badge{display:inline-flex;align-items:center;gap:8px;background:#e0f0ff;color:#005B8C;border:1px solid #b3d8f5;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 16px;width:fit-content;margin-bottom:22px}
.ab2-badge-dot{width:7px;height:7px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.ab2-title{font-size:clamp(22px,2.4vw,30px);font-weight:900;line-height:1.07;letter-spacing:-.04em;color:#003552;margin:0 0 16px}
.ab2-sub{font-size:14px;color:#4f6487;line-height:1.65;margin:0 0 28px}
.ab2-btns{display:flex;flex-wrap:wrap;gap:10px}
.ab2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;transition:.22s ease;white-space:nowrap}
.ab2-btn-p{background:#005B8C;color:#fff;border:2px solid transparent;box-shadow:0 10px 28px rgba(0,91,140,.25)}
.ab2-btn-p:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,91,140,.33)}
.ab2-btn-s{background:#fff;color:#005B8C;border:2px solid #b3d8f5;box-shadow:0 4px 12px rgba(0,91,140,.07)}
.ab2-btn-s:hover{transform:translateY(-2px);border-color:#6db8ea}

.ab2-center{flex-shrink:0;width:min(340px,30vw);display:flex;align-items:center;justify-content:center}
.ab2-img-wrap{position:relative;border-radius:62% 38% 46% 54%/54% 42% 58% 46%;overflow:hidden;aspect-ratio:3/4;width:100%;box-shadow:0 24px 64px rgba(0,91,140,.18),0 4px 16px rgba(0,91,140,.08)}
.ab2-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.ab2-img-border{position:absolute;inset:-3px;border-radius:inherit;border:3px solid rgba(0,91,140,.12);pointer-events:none;z-index:1}

.ab2-right{display:flex;flex-direction:column}
.ab2-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
.ab2-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1.5px solid #dbeeff}
.ab2-item:first-child{border-top:1.5px solid #dbeeff}
.ab2-num{flex-shrink:0;width:24px;height:24px;border-radius:12px 4px 12px 4px;background:#005B8C;color:#fff;font-size:11px;font-weight:900;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;margin-top:1px}
.ab2-item-text{font-size:13px;color:#003552;line-height:1.5;font-weight:600;padding-top:6px}

@media(max-width:1100px){
  .ab2-grid{gap:32px}
  .ab2-center{width:min(280px,28vw)}
}
@media(max-width:860px){
  .ab2-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:32px}
  .ab2-left{grid-column:1/2;grid-row:1/2}
  .ab2-center{grid-column:2/3;grid-row:1/2;width:100%;max-width:280px;margin:0 auto}
  .ab2-right{grid-column:1/3;grid-row:2/3}
  .ab2-section{padding:60px 0 68px}
}
@media(max-width:600px){
  .ab2-wrap{width:calc(100% - 28px)}
  .ab2-section{padding:40px 0 52px}
  .ab2-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:28px}
  .ab2-left{grid-column:1;grid-row:1}
  .ab2-center{grid-column:1;grid-row:2;width:100%;max-width:260px;margin:0 auto}
  .ab2-right{grid-column:1;grid-row:3}
  .ab2-btn{width:100%;justify-content:center}
  .ab2-btns{flex-direction:column}
  .ab2-title{font-size:clamp(22px,7vw,32px)}
  .ab2-num{width:30px;height:30px;font-size:10px;border-radius:10px 3px 10px 3px}
  .ab2-item-text{font-size:12px}
  .ab2-item{gap:10px;padding:10px 0}
}
@media(max-width:380px){
  .ab2-wrap{width:calc(100% - 20px)}
  .ab2-center{max-width:220px}
}







/* СЕДЬМАЯ СЕКЦИЯ ОБЪЕДИНЕННАЯ */
.srv-section{width:100%;background:transparent;padding:80px 0 88px;overflow:visible;position:relative}
.srv-bg-blob{position:absolute;pointer-events:none;z-index:0}
.srv-bg-blob-1{width:480px;height:440px;top:5%;right:-80px;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;background:#dbeeff;opacity:.38}
.srv-bg-blob-2{width:360px;height:320px;top:45%;left:-60px;border-radius:44% 56% 60% 40%/50% 44% 56% 50%;background:#c8e6fa;opacity:.28}
.srv-bg-blob-3{width:300px;height:260px;bottom:5%;right:-40px;border-radius:55% 45% 38% 62%/60% 50% 50% 40%;background:#dbeeff;opacity:.3}

.srv-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}

.srv-head{display:flex;flex-direction:column;gap:12px;margin-bottom:56px}
.srv-badge{display:inline-flex;align-items:center;gap:8px;background:#e0f0ff;color:#005B8C;border:1px solid #b3d8f5;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 16px;width:fit-content}
.srv-badge-dot{width:7px;height:7px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.srv-head-title{font-size:clamp(24px,3vw,40px);font-weight:900;line-height:1.06;letter-spacing:-.04em;color:#003552;margin:0}

.srv-rows{display:flex;flex-direction:column;gap:72px}
.srv-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.srv-row-rev{direction:rtl}
.srv-row-rev>*{direction:ltr}

.srv-img-wrap{position:relative;border-radius:62% 38% 46% 54%/54% 42% 58% 46%;aspect-ratio:1/1;width:100%;max-width:460px;margin:0 auto}
.srv-img-inner{position:absolute;inset:0;border-radius:inherit;overflow:hidden;box-shadow:0 24px 64px rgba(0,91,140,.17),0 4px 16px rgba(0,91,140,.08)}
.srv-img-inner img{width:100%;height:100%;object-fit:cover;display:block}
.srv-row:nth-child(2) .srv-img-wrap{border-radius:38% 62% 54% 46%/46% 58% 42% 54%}
.srv-row:nth-child(3) .srv-img-wrap{border-radius:54% 46% 38% 62%/58% 42% 56% 44%}
.srv-row:nth-child(4) .srv-img-wrap{border-radius:44% 56% 60% 40%/50% 60% 40% 50%}
.srv-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.srv-img-border{position:absolute;inset:-3px;border-radius:inherit;border:3px solid rgba(0,91,140,.11);pointer-events:none;z-index:1}

.srv-stat{position:absolute;background:rgba(255,255,255,.94);border:1.5px solid #c8e0f5;backdrop-filter:blur(12px);box-shadow:0 8px 28px rgba(0,91,140,.13);padding:12px 18px;z-index:4}
.srv-stat-1{border-radius:24px 6px 24px 6px;bottom:10%;left:-8%}
.srv-stat-2{border-radius:6px 22px 6px 22px;top:8%;right:-6%}
.srv-stat-num{font-size:22px;font-weight:900;color:#005B8C;line-height:1;margin-bottom:2px}
.srv-stat-label{font-size:10px;color:#4f7090;font-weight:700;letter-spacing:.03em;text-transform:uppercase}

.srv-text{display:flex;flex-direction:column}
.srv-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#e0f0ff;color:#005B8C;border:1px solid #b3d8f5;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;padding:6px 14px;width:fit-content;margin-bottom:18px}
.srv-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.srv-title{font-size:clamp(20px,2.2vw,30px);font-weight:900;line-height:1.08;letter-spacing:-.035em;color:#003552;margin:0 0 14px}
.srv-sub{font-size:14px;color:#4f6487;line-height:1.65;margin:0 0 22px}

.srv-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;list-style:none;padding:0}
.srv-pill{padding:7px 15px;background:#fff;color:#005B8C;border:1.5px solid #b8d8f4;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 2px 8px rgba(0,91,140,.07)}

.srv-list{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:0}
.srv-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1.5px solid #dbeeff}
.srv-item:first-child{border-top:1.5px solid #dbeeff}
.srv-num{flex-shrink:0;width:24px;height:24px;border-radius:10px 3px 10px 3px;background:#005B8C;color:#fff;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-top:1px}
.srv-item-text{font-size:13px;color:#003552;line-height:1.5;font-weight:600;padding-top:5px}

.srv-quote{background:#e0f0ff;border:1.5px solid #b3d8f5;border-radius:18px;padding:16px 20px;margin-bottom:22px;font-size:13px;line-height:1.65;color:#003552;font-weight:500}

.srv-btns{display:flex;flex-wrap:wrap;gap:10px}
.srv-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;transition:.22s ease;white-space:nowrap}
.srv-btn-p{background:#005B8C;color:#fff;border:2px solid transparent;box-shadow:0 10px 26px rgba(0,91,140,.24)}
.srv-btn-p:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,91,140,.33)}
.srv-btn-s{background:#fff;color:#005B8C;border:2px solid #b3d8f5;box-shadow:0 4px 12px rgba(0,91,140,.07)}
.srv-btn-s:hover{transform:translateY(-2px);border-color:#6db8ea}

.srv-divider{width:100%;height:1.5px;background:linear-gradient(90deg,transparent,#c8dff5 30%,#c8dff5 70%,transparent);border:none;margin:0}

@media(max-width:960px){
  .srv-rows{gap:52px}
  .srv-row{gap:36px}
  .srv-stat-1{left:-2%}
  .srv-stat-2{right:-2%}
  .srv-section{padding:60px 0 68px}
}
@media(max-width:720px){
  .srv-row{grid-template-columns:1fr;gap:28px}
  .srv-row-rev{direction:ltr}
  .srv-img-wrap,.srv-row:nth-child(2) .srv-img-wrap,.srv-row:nth-child(3) .srv-img-wrap,.srv-row:nth-child(4) .srv-img-wrap{max-width:320px;border-radius:55% 45% 50% 50%/50% 55% 45% 50%}
  .srv-stat-1{left:0;bottom:-4%}
  .srv-stat-2{right:0;top:4%}
  .srv-rows{gap:44px}
  .srv-section{padding:48px 0 56px}
  .srv-head{margin-bottom:36px}
}
@media(max-width:500px){
  .srv-wrap{width:calc(100% - 28px)}
  .srv-section{padding:40px 0 48px}
  .srv-img-wrap,.srv-row:nth-child(2) .srv-img-wrap,.srv-row:nth-child(3) .srv-img-wrap,.srv-row:nth-child(4) .srv-img-wrap{max-width:260px}
  .srv-stat{padding:9px 13px}
  .srv-stat-num{font-size:18px}
  .srv-btn{width:100%;justify-content:center}
  .srv-btns{flex-direction:column}
}
@media(max-width:380px){
  .srv-wrap{width:calc(100% - 20px)}
  .srv-img-wrap,.srv-row:nth-child(2) .srv-img-wrap,.srv-row:nth-child(3) .srv-img-wrap,.srv-row:nth-child(4) .srv-img-wrap{max-width:220px}
}

.srv-img-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 30px 40px;
  gap: 0;
}

.srv-row-strip {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
}

.srv-row-strip-line {
  width: 2px;
  height: 100%;
  background: transparent;  
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 160px;
}

.srv-row-strip-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(50% - 52px);  
  background: #b3d8f5;
  border-radius: 2px;
}

.srv-row-strip-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(50% - 77px);  
  background: #b3d8f5;
  border-radius: 2px;
}

.srv-row-strip-num {
  position: absolute;
  font-size: 62px;
  font-weight: 900;
  color: #005B8C;
  letter-spacing: -.3em;
  writing-mode: vertical-rl;
  text-orientation: upright;  
  transform: none; 
  opacity: .55;
  white-space: nowrap;
  z-index: 1;
}

.srv-row-strip--left {
  padding-right: 18px;
}

.srv-row-strip--right {
  padding-left: 18px;
}

@media(max-width: 720px) {
  .srv-row-strip {
    display: none;
  }
  .srv-img-outer {
    padding: 20px 20px;
  }
}



/* ВОСЬМАЯ СЕКЦИЯ */
.pr-section{width:100%;background:transparent;padding:80px 0 88px;overflow:visible;position:relative}
.pr-bg-blob{position:absolute;pointer-events:none;z-index:0}
.pr-bg-blob-1{width:480px;height:420px;top:-60px;right:-80px;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;background:#dbeeff;opacity:.38}
.pr-bg-blob-2{width:320px;height:280px;bottom:-40px;left:-50px;border-radius:44% 56% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.28}
.pr-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}
.pr-head{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}
.pr-badge{display:inline-flex;align-items:center;gap:8px;background:#e0f0ff;color:#005B8C;border:1px solid #b3d8f5;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 16px;width:fit-content}
.pr-badge-dot{width:7px;height:7px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.pr-title{font-size:clamp(24px,3vw,40px);font-weight:900;line-height:1.06;letter-spacing:-.04em;color:#003552;margin:0}
.pr-sub{font-size:15px;color:#4f6487;line-height:1.6;margin:0}
.pr-card{background:#fff;border:1.5px solid #c8dff5;border-radius:28px 10px 28px 10px;padding:36px 36px 32px;box-shadow:0 8px 32px rgba(0,91,140,.08),0 2px 8px rgba(0,91,140,.04)}
.pr-factors-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a97b8;margin-bottom:14px}
.pr-factors{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}
.pr-factor{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;background:#f5faff;border:1.5px solid #b8d8f4;border-radius:999px;font-size:13px;font-weight:700;color:#005B8C;box-shadow:0 2px 8px rgba(0,91,140,.06)}
.pr-factor::before{content:"";width:6px;height:6px;border-radius:50%;background:#005B8C;opacity:.5;flex-shrink:0}
.pr-divider{width:100%;height:1.5px;background:linear-gradient(90deg,transparent,#c8dff5 20%,#c8dff5 80%,transparent);border:none;margin:0 0 28px}
.pr-types-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a97b8;margin-bottom:14px}
.pr-types{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}
.pr-type{background:#fff;border:1.5px solid #c8dff5;padding:18px 20px;display:flex;align-items:center;gap:14px;transition:.22s ease;cursor:default}
.pr-type:nth-child(1){border-radius:20px 6px 20px 6px}
.pr-type:nth-child(2){border-radius:6px 20px 6px 20px}
.pr-type:nth-child(3){border-radius:6px 20px 6px 20px}
.pr-type:nth-child(4){border-radius:20px 6px 20px 6px}
.pr-type:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,91,140,.11);border-color:#6db8ea}
.pr-type-num{flex-shrink:0;width:36px;height:36px;border-radius:12px 3px 12px 3px;background:#005B8C;color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center}
.pr-type-text{font-size:14px;font-weight:700;color:#003552;line-height:1.4;flex:1}
.pr-type-price{flex-shrink:0;text-align:right}
.pr-type-price-val{font-size:16px;font-weight:900;color:#005B8C;line-height:1;white-space:nowrap}
.pr-type-price-from{font-size:10px;font-weight:700;color:#7a97b8;letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px}
.pr-btns{display:flex;flex-wrap:wrap;gap:12px}
.pr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;transition:.22s ease;white-space:nowrap}
.pr-btn-p{background:#005B8C;color:#fff;border:2px solid transparent;box-shadow:0 10px 28px rgba(0,91,140,.24)}
.pr-btn-p:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,91,140,.33)}
.pr-btn-s{background:#fff;color:#005B8C;border:2px solid #b3d8f5;box-shadow:0 4px 12px rgba(0,91,140,.07)}
.pr-btn-s:hover{transform:translateY(-2px);border-color:#6db8ea}
@media(max-width:760px){
  .pr-section{padding:52px 0 60px}
  .pr-card{padding:24px 22px 24px}
  .pr-types{grid-template-columns:1fr 1fr;gap:10px}
  .pr-type{padding:14px 14px}
  .pr-type-text{font-size:13px}
  .pr-type-price-val{font-size:14px}
}
@media(max-width:560px){
  .pr-wrap{width:calc(100% - 28px)}
  .pr-section{padding:40px 0 48px}
  .pr-types{grid-template-columns:1fr}
  .pr-type:nth-child(1),.pr-type:nth-child(2),.pr-type:nth-child(3),.pr-type:nth-child(4){border-radius:16px 5px 16px 5px}
  .pr-btn{width:100%;justify-content:center}
  .pr-btns{flex-direction:column}
  .pr-card{padding:20px 18px 22px}
  .pr-factor{font-size:12px;padding:7px 13px}
}
@media(max-width:380px){
  .pr-wrap{width:calc(100% - 20px)}
}



/* ДЕВЯТАЯ СЕКЦИЯ */
.cl-section{width:100%;background:transparent;padding:80px 0 88px;overflow:visible;position:relative}
.cl-bg-blob{position:absolute;pointer-events:none;z-index:0}
.cl-bg-blob-1{width:460px;height:400px;top:-60px;right:-80px;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;background:#dbeeff;opacity:.35}
.cl-bg-blob-2{width:300px;height:260px;bottom:-30px;left:-50px;border-radius:44% 56% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.28}

.cl-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}

.cl-head{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}
.cl-badge{display:inline-flex;align-items:center;gap:8px;background:#e0f0ff;color:#005B8C;border:1px solid #b3d8f5;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 16px;width:fit-content}
.cl-badge-dot{width:7px;height:7px;border-radius:50%;background:#005B8C;opacity:.7;flex-shrink:0}
.cl-title{font-size:clamp(24px,3vw,40px);font-weight:900;line-height:1.06;letter-spacing:-.04em;color:#003552;margin:0}

.cl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

.cl-card{background:#fff;border-radius:24px;padding-bottom:12px;border:1.5px solid #c8dff5;box-shadow:0 4px 16px rgba(0,91,140,.05);transition:.25s ease}
.cl-card:hover{transform:translateY(-4px);box-shadow:0 14px 44px rgba(0,91,140,.13);border-color:#6db8ea}

.cl-card-top{position:relative;width:100%;aspect-ratio:16/9;background:#e8f4fd;border-radius:24px;border-bottom-right-radius:0;overflow:hidden;display:block}

.cl-card:nth-child(1) .cl-card-top{background:linear-gradient(135deg,#c8e6fa 0%,#a8d4f0 100%)}
.cl-card:nth-child(2) .cl-card-top{background:linear-gradient(135deg,#d4eaff 0%,#b0d4f5 100%)}
.cl-card:nth-child(3) .cl-card-top{background:linear-gradient(135deg,#bfdfff 0%,#90c5ef 100%)}
.cl-card:nth-child(4) .cl-card-top{background:linear-gradient(135deg,#cce8ff 0%,#9ecce8 100%)}
.cl-card:nth-child(5) .cl-card-top{background:linear-gradient(135deg,#d8eeff 0%,#aad0f2 100%)}

.cl-card-img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -60%);width: 70%;height: 70%;object-fit: contain; user-select: none;
  pointer-events: none;}

.cl-ico{position:absolute;bottom:-7px;right:-7px;width:90px;height:90px;background:#fff;border-top-left-radius:50%}
.cl-ico::before{position:absolute;content:"";bottom:7px;left:-25px;background:transparent;width:25px;height:25px;border-bottom-right-radius:25px;box-shadow:7px 7px 0 7px #fff}
.cl-ico::after{position:absolute;content:"";top:-25px;right:7px;background:transparent;width:25px;height:25px;border-bottom-right-radius:25px;box-shadow:7px 7px 0 7px #fff}
.cl-ico-inner{position:absolute;inset:10.5px;background:#005B8C;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.5s;transform:scale(.9)}
.cl-card:hover .cl-ico-inner{transform:scale(1) rotate(-10deg)}
.cl-ico-letters{font-size:10px;font-weight:900;color:#fff;letter-spacing:.04em;line-height:1;text-align:center}

.cl-card-body{padding:16px 18px 4px}
.cl-card-title{font-size:15px;font-weight:800;color:#003552;line-height:1.3;margin:0 0 12px}
.cl-pills{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0}
.cl-pill{padding:6px 13px;background:#f5faff;color:#005B8C;border:1.5px solid #b8d8f4;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 2px 6px rgba(0,91,140,.06)}

.cl-cta-card{background:#005B8C;border-radius:24px;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 28px;text-align:center;gap:20px;box-shadow:0 12px 40px rgba(0,91,140,.28);transition:.25s ease;min-height:200px}
.cl-cta-card:hover{transform:translateY(-4px);box-shadow:0 20px 52px rgba(0,91,140,.36)}
.cl-cta-text{font-size:18px;font-weight:900;color:#fff;line-height:1.3;letter-spacing:-.02em}
.cl-cta-sub{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5;margin-top:-10px}
.cl-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 28px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;transition:.22s ease;white-space:nowrap;background:#fff;color:#005B8C;border:2px solid transparent;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.cl-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.2)}

@media(max-width:900px){
  .cl-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .cl-section{padding:60px 0 68px}
}
@media(max-width:560px){
  .cl-wrap{width:calc(100% - 28px)}
  .cl-section{padding:40px 0 52px}
  .cl-grid{grid-template-columns:repeat(1,1fr);gap:10px}
  .cl-card-title{font-size:14px}
  .cl-pill{font-size:11px;padding:5px 10px}
  .cl-ico{width:72px;height:72px}
  .cl-ico::before{left:-20px;width:20px;height:20px;border-bottom-right-radius:20px;box-shadow:6px 6px 0 6px #fff}
  .cl-ico::after{top:-20px;width:20px;height:20px;border-bottom-right-radius:20px;box-shadow:6px 6px 0 6px #fff}
  .cl-ico-inner{inset:9px}
  .cl-ico-letters{font-size:9px}
  .cl-cta-text{font-size:16px}
  .cl-cta-card{padding:28px 20px;gap:14px}
  .cl-cta-btn{min-height:44px;font-size:13px;padding:0 20px}
}
@media(max-width:380px){
  .cl-wrap{width:calc(100% - 20px)}
  .cl-grid{gap:8px}
  .cl-initials{font-size:32px}
}




/* ДЕСЯТАЯ СЕКЦИЯ */
.adv-section{width:100%;background:transparent;padding:80px 0 88px;overflow:hidden;position:relative}
.adv-bg-blob{position:absolute;pointer-events:none;z-index:0}
.adv-bg-blob-1{width:500px;height:460px;top:-80px;right:-100px;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;background:#dbeeff;opacity:.38}
.adv-bg-blob-2{width:320px;height:280px;bottom:-40px;left:-60px;border-radius:44% 56% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.28}
.adv-wrap{width:min(1200px,calc(100% - 32px));margin:0 auto;position:relative;z-index:2}

.adv-layout{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:stretch}

.adv-left-card{background:#005B8C;border-radius:28px 10px 28px 10px;padding:32px 28px 36px;display:flex;flex-direction:column;gap:20px;box-shadow:0 16px 48px rgba(0,91,140,.28)}
.adv-left-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;padding:6px 14px;width:fit-content}
.adv-left-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.7;flex-shrink:0}
.adv-left-title{font-size:clamp(18px,1.8vw,24px);font-weight:900;line-height:1.1;letter-spacing:-.035em;color:#fff;margin:0}
.adv-left-sub{font-size:13px;color:rgba(255,255,255,.75);line-height:1.65;margin:0;flex:1}
.adv-left-divider{height:1.5px;background:rgba(255,255,255,.15);border:none;margin:0}
.adv-left-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;transition:.22s ease;white-space:nowrap;background:#fff;color:#005B8C;border:2px solid transparent;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.adv-left-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.2)}

.adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:stretch}

.adv-card {
  height: auto;        
  min-height: 80px;
  background: #fff;
  border: 1.5px solid #c8dff5;
  padding: 20px 18px;
  box-shadow: 0 4px 16px rgba(0,91,140,.06);
  display: flex;
  align-items: stretch;
  gap: 0;
  transition: .25s ease;
}
.adv-card:nth-child(1){border-radius:24px 8px 24px 8px}
.adv-card:nth-child(2){border-radius:8px 24px 8px 24px}
.adv-card:nth-child(3){border-radius:8px 24px 8px 24px}
.adv-card:nth-child(4){border-radius:24px 8px 24px 8px}
.adv-card:nth-child(5){border-radius:24px 8px 24px 8px}
.adv-card:nth-child(6){border-radius:8px 24px 8px 24px}
.adv-card:nth-child(7){border-radius:8px 24px 8px 24px}
.adv-card:nth-child(8){border-radius:24px 8px 24px 8px}
.adv-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,91,140,.12)}

.adv-icon-col{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-right:14px}
.adv-blob-icon{width:52px;height:52px;position:relative;flex-shrink:0}
.adv-blob-icon svg.blob-shape{width:52px;height:52px;position:absolute;top:0;left:0}
.adv-blob-icon svg.icon-svg{width:22px;height:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:2}

.adv-wave-v{flex-shrink:0;width:16px;align-self:stretch;margin-right:14px}

.adv-text-col{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}
.adv-card-title{font-size:12px;font-weight:800;color:#003552;line-height:1.35;margin:0}

@media(max-width:1060px) {
  .adv-layout { grid-template-columns: 260px 1fr; gap: 16px; }
}
@media(max-width:800px) {
  .adv-section { padding: 52px 0 60px; }
  .adv-layout { grid-template-columns: 1fr; gap: 20px; }
  .adv-left-card { border-radius: 22px 8px 22px 8px; }
  .adv-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .adv-bg-blob-1 { width: 220px; height: 200px; right: -40px; top: -40px; }
  .adv-bg-blob-2 { width: 160px; height: 140px; left: -30px; }

  .adv-card {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 14px 16px;
    min-height: 160px;
    text-align: center;
  }
  .adv-icon-col { padding-right: 0; padding-bottom: 10px; }
  .adv-wave-v {
    width: 100%;
    height: 16px;
    align-self: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .adv-text-col { justify-content: flex-start; }
  .adv-card-title { font-size: 12px; }
}
@media(max-width:560px) {
  .adv-wrap { width: calc(100% - 24px); }
  .adv-section { padding: 40px 0 48px; }
  .adv-layout { gap: 16px; }
  .adv-grid { grid-template-columns: 1fr 1fr; gap: 8px; } /* две колонки остаются */
  .adv-left-card { padding: 24px 20px 28px; }
  .adv-left-btn { width: 100%; justify-content: center; }
  .adv-card { padding: 16px 12px 14px; min-height: 150px; }
  .adv-blob-icon { width: 44px; height: 44px; }
  .adv-blob-icon svg.blob-shape { width: 44px; height: 44px; }
  .adv-blob-icon svg.icon-svg { width: 18px; height: 18px; }
  .adv-icon-col { padding-right: 0; }
  .adv-wave-v { width: 100%; height: 14px; margin-right: 0; margin-bottom: 8px; }
  .adv-card-title { font-size: 11px; }
  .adv-bg-blob-1 { display: none; }
  .adv-bg-blob-2 { display: none; }
}
@media(max-width:380px) {
  .adv-wrap { width: calc(100% - 16px); }
  .adv-grid { gap: 6px; }
  .adv-card { padding: 14px 10px 12px; min-height: 140px; }
  .adv-card-title { font-size: 10px; }
  .adv-blob-icon { width: 38px; height: 38px; }
  .adv-blob-icon svg.blob-shape { width: 38px; height: 38px; }
  .adv-blob-icon svg.icon-svg { width: 16px; height: 16px; }
}






/* ОДИНАДЦАТАЯ СЕКЦИЯ - CTA*/
.cta-section {
  width: 100%;
  background: transparent;
  padding:80px 0 88px;
  overflow: visible;
  position: relative;
}

.cta-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-petal {
  position: relative;
  background: linear-gradient(135deg, #005B8C 0%, #0077b3 50%, #005B8C 100%);
  border-radius: 32px 32px 32px 8px;
  padding: 56px 52px;
  overflow: visible;
  box-shadow: 0 24px 64px rgba(0, 91, 140, .28), 0 8px 24px rgba(0, 91, 140, .15);
  transition: .3s ease;
}

.cta-petal::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #6db8ea 0%, #005B8C 50%, #a8d4f0 100%);
  border-radius: 35px 35px 35px 11px;
  z-index: -1;
  opacity: .6;
  filter: blur(8px);
}

.cta-petal::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 80px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #c8e6fa 0%, #a8d4f0 100%);
  border-radius: 0 50% 50% 50%;
  transform: rotate(-15deg);
  opacity: .25;
  pointer-events: none;
}

.cta-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109, 184, 234, .3) 0%, transparent 70%);
  pointer-events: none;
}

.cta-glow-2 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 230, 250, .25) 0%, transparent 70%);
  pointer-events: none;
}

.cta-deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, .12);
  pointer-events: none;
}

.cta-deco-ring-1 {
  width: 120px;
  height: 120px;
  top: 20px;
  left: -40px;
  animation: cta-spin 20s linear infinite;
}

.cta-deco-ring-2 {
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: -30px;
  animation: cta-spin 15s linear infinite reverse;
}

@keyframes cta-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.cta-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  pointer-events: none;
  animation: cta-float 4s ease-in-out infinite;
}

.cta-particle-1 {
  width: 8px;
  height: 8px;
  top: 30%;
  left: 10%;
  animation-delay: 0s;
}

.cta-particle-2 {
  width: 6px;
  height: 6px;
  top: 60%;
  right: 15%;
  animation-delay: 1.5s;
}

.cta-particle-3 {
  width: 10px;
  height: 10px;
  bottom: 25%;
  left: 20%;
  animation-delay: .8s;
}

@keyframes cta-float {
  0%, 100% { transform: translateY(0) scale(1); opacity: .15; }
  50% { transform: translateY(-20px) scale(1.3); opacity: .3; }
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 7px 16px;
  width: fit-content;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

.cta-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a8d4f0;
  opacity: .9;
  flex-shrink: 0;
  animation: cta-pulse 2s ease-in-out infinite;
}

@keyframes cta-pulse {
  0%, 100% { opacity: .9; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

.cta-title {
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.cta-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.65;
  margin: 0;
  max-width: 520px;
}

.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  border: 2px solid transparent;
  transition: .22s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transition: .5s ease;
}

.cta-btn:hover::before {
  left: 100%;
}

.cta-btn-p {
  background: #fff;
  color: #005B8C;
  box-shadow: 0 10px 32px rgba(0, 0, 0, .2);
}

.cta-btn-p:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
}

.cta-btn-s {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

.cta-btn-s:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
  transform: translateY(-3px);
}

@media(max-width: 900px) {
  .cta-section {
    padding: 0 0 68px;
  }
  .cta-petal {
    padding: 44px 36px;
    border-radius: 28px 28px 28px 8px;
  }
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .cta-eyebrow {
    margin: 0 auto 20px;
  }
  .cta-sub {
    margin: 0 auto;
  }
  .cta-btns {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cta-deco-ring-1 {
    width: 80px;
    height: 80px;
    top: 10px;
    left: -20px;
  }
  .cta-deco-ring-2 {
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: -15px;
  }
}

@media(max-width: 560px) {
  .cta-wrap {
    width: calc(100% - 28px);
  }
  .cta-section {
    padding: 0 0 52px;
  }
  .cta-petal {
    padding: 32px 24px;
    border-radius: 24px 24px 24px 6px;
  }
  .cta-petal::after {
    width: 40px;
    height: 40px;
    top: -12px;
    right: 50px;
  }
  .cta-title {
    font-size: clamp(20px, 6.5vw, 28px);
  }
  .cta-sub {
    font-size: 14px;
  }
  .cta-btns {
    flex-direction: column;
    width: 100%;
  }
  .cta-btn {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
  .cta-glow, .cta-glow-2 {
    display: none;
  }
}

@media(max-width: 380px) {
  .cta-wrap {
    width: calc(100% - 20px);
  }
  .cta-petal {
    padding: 24px 18px;
  }
  .cta-title {
    font-size: 20px;
  }
}



/* ДВЕНАДЦАТАЯ СЕКЦИЯ - FAQ*/
.faq-section {
  width: 100%;
  background: transparent;
  padding: 80px 0 88px;
  overflow: visible;
  position: relative;
}

.faq-bg-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.faq-bg-blob-1 {
  width: 480px;
  height: 420px;
  top: -60px;
  right: -80px;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  background: #dbeeff;
  opacity: .35;
}

.faq-bg-blob-2 {
  width: 320px;
  height: 280px;
  bottom: 40px;
  left: -50px;
  border-radius: 44% 56% 38% 62% / 60% 44% 56% 40%;
  background: #c8e6fa;
  opacity: .28;
}

.faq-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
  align-items: flex-start;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0f0ff;
  color: #005B8C;
  border: 1px solid #b3d8f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 7px 16px;
  width: fit-content;
}

.faq-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #005B8C;
  opacity: .7;
  flex-shrink: 0;
}

.faq-title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.04em;
  color: #003552;
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #fff;
  border: 1.5px solid #c8dff5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 91, 140, .05);
  transition: .25s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 28px rgba(0, 91, 140, .1);
  border-color: #b3d8f5;
}

.faq-item.active {
  border-color: #6db8ea;
  box-shadow: 0 12px 40px rgba(0, 91, 140, .12);
  transform: translateY(-2px);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  position: relative;
  transition: .2s ease;
}

.faq-question-text {
  font-size: 16px;
  font-weight: 700;
  color: #003552;
  line-height: 1.4;
  flex: 1;
  padding-right: 12px;
}

.faq-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px 4px 12px 4px;
  background: #e0f0ff;
  color: #005B8C;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: .3s ease;
  border: 1.5px solid #b3d8f5;
}

.faq-item.active .faq-num {
  background: #005B8C;
  color: #fff;
  border-color: #005B8C;
  border-radius: 50%;
  transform: scale(1.05);
}

.faq-icon-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
  position: relative;
}

.faq-item.active .faq-icon-wrap {
  background: #005B8C;
  transform: rotate(180deg);
}

.faq-icon-h,
.faq-icon-v {
  position: absolute;
  background: #005B8C;
  border-radius: 2px;
  transition: .3s ease;
}

.faq-icon-h {
  width: 14px;
  height: 2px;
}

.faq-icon-v {
  width: 2px;
  height: 14px;
}

.faq-item.active .faq-icon-h,
.faq-item.active .faq-icon-v {
  background: #fff;
}

.faq-item.active .faq-icon-v {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4, 0, .2, 1), padding .4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer-inner {
  padding: 0 28px 24px 80px;
  font-size: 15px;
  color: #4f6487;
  line-height: 1.65;
}

.faq-answer-inner p {
  margin: 0;
}

.faq-item.active .faq-question {
  padding-bottom: 16px;
}

@media(max-width: 900px) {
  .faq-section {
    padding: 60px 0 68px;
  }
  .faq-head {
    margin-bottom: 32px;
  }
}

@media(max-width: 560px) {
  .faq-wrap {
    width: calc(100% - 28px);
  }
  .faq-section {
    padding: 40px 0 52px;
  }
  .faq-question {
    padding: 18px 20px;
    gap: 12px;
  }
  .faq-question-text {
    font-size: 14px;
  }
  .faq-num {
    width: 30px;
    height: 30px;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 10px 3px 10px 3px;
  }
  .faq-icon-wrap {
    width: 30px;
    height: 30px;
  }
  .faq-answer-inner {
    padding: 0 20px 20px 60px;
    font-size: 14px;
  }
  .faq-item {
    border-radius: 16px;
  }
  .faq-item.active .faq-question {
    padding-bottom: 12px;
  }
}

@media(max-width: 380px) {
  .faq-wrap {
    width: calc(100% - 20px);
  }
  .faq-question {
    padding: 16px 16px;
  }
  .faq-question-text {
    font-size: 13px;
  }
  .faq-num {
    width: 26px;
    height: 26px;
    font-size: 10px;
    margin-right: 8px;
  }
  .faq-icon-wrap {
    width: 26px;
    height: 26px;
  }
  .faq-answer-inner {
    padding: 0 16px 16px 50px;
    font-size: 13px;
  }
}

  

  /* ФУТЕР */
.ft-section{width:100%;background:#fff;padding:72px 0 0;overflow:hidden;position:relative}
.ft-bg-blob{position:absolute;pointer-events:none;z-index:0}
.ft-bg-blob-1{width:400px;height:350px;top:-80px;left:-60px;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;background:#dbeeff;opacity:.4}
.ft-bg-blob-2{width:300px;height:260px;bottom:100px;right:-50px;border-radius:44% 56% 38% 62%/60% 44% 56% 40%;background:#c8e6fa;opacity:.3}
.ft-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2}

.ft-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:48px;padding-bottom:48px;border-bottom:1.5px solid #c8dff5}

.ft-brand-title{font-size:22px;font-weight:900;color:#003552;letter-spacing:-.03em;margin:0 0 10px}
.ft-brand-sub{font-size:14px;color:#4f6487;line-height:1.6;margin:0 0 12px;max-width:320px}
.ft-seo{font-size:12px;color:#7a97b8;line-height:1.55;margin:0 0 24px}

.ft-action-btns{display:flex;flex-direction:column;gap:10px; margin-top: 50px;}
.ft-action-row{display:flex;gap:10px}
.ft-action-row .ft-action-btn{flex:1}
.ft-action-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit;transition:.22s ease;white-space:nowrap;text-align:center}
.ft-action-btn-p{background:#005B8C;color:#fff;border:2px solid transparent;box-shadow:0 8px 24px rgba(0,91,140,.22)}
.ft-action-btn-p:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,91,140,.32)}
.ft-action-btn-s{background:#fff;color:#005B8C;border:2px solid #b3d8f5;box-shadow:0 4px 12px rgba(0,91,140,.07)}
.ft-action-btn-s:hover{transform:translateY(-2px);border-color:#6db8ea}
.ft-action-btn-g{background:#e0f0ff;color:#005B8C;border:2px solid #b3d8f5;width:100%;box-sizing:border-box}
.ft-action-btn-g:hover{transform:translateY(-2px);background:#d0e8ff;border-color:#6db8ea}

.ft-col-title{font-size:13px;font-weight:800;color:#003552;text-transform:uppercase;letter-spacing:.06em;margin:0 0 18px;display:flex;align-items:center;gap:8px}
.ft-col-title::before{content:"";width:6px;height:6px;border-radius:50%;background:#005B8C;opacity:.5;flex-shrink:0}
.ft-nav-inner{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
.ft-nav{display:flex;flex-direction:column;gap:0}
.ft-nav a{display:flex;align-items:center;gap:5px;padding:4px 8px;color:#4f6487;text-decoration:none;font-size:14px;font-weight:600;transition:.2s ease;border-bottom:1px solid transparent}
.ft-nav a::before{content:"";width:5px;height:5px;border-radius:50%;background:#b3d8f5;flex-shrink:0;transition:.2s ease}
.ft-nav a:hover{color:#005B8C;padding-left:6px}
.ft-nav a:hover::before{background:#005B8C;transform:scale(1.4)}

.ft-nav-socials{margin-top:20px;padding-top:18px;border-top:1.5px solid #dbeeff}
.ft-nav-socials-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a97b8;margin-bottom:12px}
.ft-socials{display:flex;gap:10px}
.ft-social{width:38px;height:38px;border-radius:50%;background:#e0f0ff;border:1.5px solid #b3d8f5;display:flex;align-items:center;justify-content:center;color:#005B8C;text-decoration:none;transition:.25s ease;flex-shrink:0}
.ft-social:hover{background:#005B8C;border-color:#005B8C;color:#fff;transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px rgba(0,91,140,.25)}
.ft-social svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ft-social-letter{font-size:15px;font-weight:900;line-height:1;color:currentColor;font-family:inherit}

.ft-contact-list{display:flex;flex-direction:column;gap:14px}
.ft-contact-item{display:flex;align-items:flex-start;gap:12px}
.ft-contact-icon{flex-shrink:0;width:36px;height:36px;border-radius:12px 4px 12px 4px;background:#e0f0ff;border:1.5px solid #b3d8f5;display:flex;align-items:center;justify-content:center;color:#005B8C;transition:.25s ease}
.ft-contact-item:hover .ft-contact-icon{background:#005B8C;border-color:#005B8C;color:#fff;border-radius:50%;transform:scale(1.05) rotate(-5deg)}
.ft-contact-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ft-contact-text{font-size:14px;color:#003552;line-height:1.5;font-weight:600;padding-top:8px}
.ft-contact-label{font-size:11px;color:#7a97b8;font-weight:700;letter-spacing:.04em;text-transform:uppercase;display:block;margin-bottom:2px}

.ft-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.ft-copy{font-size:13px;color:#7a97b8;font-weight:500}
.ft-bottom-links{display:flex;gap:24px}
.ft-bottom-links a{font-size:12px;color:#7a97b8;text-decoration:none;font-weight:600;transition:.2s ease}
.ft-bottom-links a:hover{color:#005B8C}

@media(max-width:900px){
  .ft-section{padding:52px 0 0}
  .ft-grid{grid-template-columns:1fr 1fr;gap:36px 28px}
  .ft-col-brand{grid-column:1/3}
  .ft-col-nav{grid-column:1/2}
  .ft-col-contacts{grid-column:2/3}
}

@media(max-width:560px){
  .ft-wrap{width:calc(100% - 28px)}
  .ft-section{padding:40px 0 0}
  .ft-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:28px 16px;padding-bottom:32px}
  .ft-col-brand{grid-column:1/3;grid-row:1}
  .ft-col-nav{grid-column:1/3;grid-row:2}
  .ft-col-contacts{grid-column:1/3;grid-row:3}
  .ft-action-btn{min-height:44px;font-size:13px}
  .ft-brand-sub{max-width:100%}
  .ft-bottom{flex-direction:column;text-align:center;gap:12px}
  .ft-bottom-links{gap:16px}
}
@media(max-width:380px){
  .ft-wrap{width:calc(100% - 20px)}
  .ft-brand-title{font-size:20px}
}



/* бегущая строка + сео текст */
.seo-strip{width:100%;overflow:hidden;position:relative;padding:0}

.seo-marquee-wrap{
  background:linear-gradient(90deg,#e8f4fd 0%,#f0f8ff 50%,#e8f4fd 100%);
  border-top:1.5px solid #c8dff5;
  border-bottom:1.5px solid #c8dff5;
  padding:16px 0;
  overflow:hidden;
  position:relative;
}
.seo-marquee-wrap::before,.seo-marquee-wrap::after{
  content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none;
}
.seo-marquee-wrap::before{left:0;background:linear-gradient(90deg,#eef5fb,transparent)}
.seo-marquee-wrap::after{right:0;background:linear-gradient(270deg,#eef5fb,transparent)}

.seo-marquee-track{
  display:flex;
  width:max-content;
  animation:seo-scroll 28s linear infinite;
  gap:0;
}
.seo-marquee-track-2{animation-duration:34s;animation-direction:reverse}

.seo-marquee-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  padding:0 28px;
  font-size:13px;
  font-weight:600;
  color:#005B8C;
  line-height:1;
}
.seo-marquee-dot{
  width:5px;height:5px;border-radius:50%;
  background:#005B8C;opacity:.4;flex-shrink:0;
}
.seo-marquee-pill{
  display:inline-flex;align-items:center;
  padding:5px 14px;
  background:#fff;
  border:1.5px solid #b3d8f5;
  border-radius:999px;
  font-size:12px;font-weight:700;
  color:#005B8C;
  box-shadow:0 2px 8px rgba(0,91,140,.07);
}

.seo-text-block{
  background:#fff;
  border-top:1.5px solid #c8dff5;
  border-bottom:1.5px solid #c8dff5;
  padding:28px 0;
  position:relative;
}
.seo-text-inner{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:20px;
}
.seo-text-accent{
  flex-shrink:0;
  width:4px;height:48px;
  border-radius:999px;
  background:linear-gradient(180deg,#005B8C 0%,#6db8ea 100%);
}
.seo-text-block p{
  font-size:14px;
  color:#4f6487;
  line-height:1.7;
  margin:0;
  font-weight:500;
}
.seo-text-block p strong{
  color:#003552;
  font-weight:700;
}

@keyframes seo-scroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

@media(max-width:560px){
  .seo-marquee-item{font-size:12px;padding:0 18px}
  .seo-text-block p{font-size:13px}
  .seo-text-inner{gap:14px}
  .seo-text-accent{height:36px}
}





  /* Utilities */
  .section-bg{
	background:linear-gradient(180deg, rgba(244,248,255,.6) 0%, rgba(255,255,255,.2) 100%);
  }
  .center{text-align:center}
  .mb-0{margin-bottom:0}
  .mt-20{margin-top:20px}
  .mt-28{margin-top:28px}
  .mt-34{margin-top:34px}
  .hidden-mobile{display:block}
  .visible-mobile{display:none}

  /* Responsive */
  @media (max-width: 1180px){
	.header-wrap{
	  grid-template-columns:1fr auto auto;
	}
	.nav{
	  position:fixed;
	  inset:84px 16px auto 16px;
	  background:rgba(255,255,255,.97);
	  border:1px solid #dbe8ff;
	  border-radius:24px;
	  box-shadow:var(--shadow);
	  padding:18px;
	  display:none;
	  flex-direction:column;
	  align-items:flex-start;
	}
	.nav.open{display:flex}
	.mobile-toggle{display:grid;place-items:center}
	.header-actions .header-links{display:none}
	.hero-grid,
	.split-box,
	.footer-grid{
	  grid-template-columns:1fr;
	}
  }

  @media (max-width: 900px){
	.section{padding:68px 0}
	.hero-box{padding:28px}
	.grid-4,.grid-5,.grid-3,.grid-2{grid-template-columns:1fr}
	.cta-band{
	  flex-direction:column;
	  align-items:flex-start;
	}
	.section-title{font-size:clamp(28px, 8vw, 40px)}
	.hero-title{font-size:clamp(34px, 10vw, 48px)}
  }

  @media (max-width: 640px){
	.container{width:min(var(--container), calc(100% - 20px))}
	.header-wrap{gap:10px; min-height:72px}
	.brand-title{font-size:21px}
	.brand-sub{font-size:11px}
	.btn{width:100%}
	.btn-row{width:100%}
	.hero-points{gap:8px}
	.pill{font-size:13px}
	.card{padding:20px}
	.faq-question{font-size:16px}
	.hidden-mobile{display:none}
	.visible-mobile{display:block}
  }



  .milti-back-shadow-sec {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    flex-direction: row;
    display: none;
    align-items: center;
    justify-content: center;
}
.milti-back-shadow-sec .milti-back-window {
    background-color: #ffffff;
    box-shadow: 0 0 15px #cddae7;
    border-radius: 16px;
    padding: 8px;
    max-width: 375px;
}
.milti-back-shadow-sec .milti-back-window {
    position: absolute;
    left: 50%;
    background: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
}
.milti-back-shadow-sec .milti-back-title-sec {
    background-color: #4985f9;
    padding: 8px 16px;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
    font-weight: 300;
    position: relative;
    background: #4985f9;
    font-family: sans-serif;
}
.milti-back-shadow-sec .milti-back-title-sec .milti-back-close {
    height: 27px;
    width: 27px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.milti-back-shadow-sec .milti-back-close {
    transition: 0.2s;
}
.milti-back-shadow-sec .milti-back-title-sec .milti-back-close svg {
    height: 100%;
    width: 100%;
}
.milti-back-shadow-sec .milti-back-close svg {
    display: block;
}
.milti-back-shadow-sec .milti-back-window-content {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.milti-back-shadow-sec .milti-back-window-content .milti-back-inputs {
    width: 100%;
}
.milti-back-shadow-sec .milti-back-window-content .milti-back-inputs .milti-back-inputs-forminputs {
    display: grid;
    grid-gap: 20px;
}

.milti-back-shadow-sec .milti-back-window-content .milti-back-inputs .milti-back-inputs-forminputs input {
    width: 100%;
    height: 50px;
    display: block;
    border: 1px solid #ccc;
    color: #ccc;
    font-family: sans-serif;
    padding-left: 20px;
}
.milti-back-shadow-sec .milti-back-title-form {
    line-height: 54px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    outline: none;
    border-radius: 12px;
}
.milti-back-shadow-sec .milti-back-inputs [type=text] {
    line-height: 54px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    outline: none;
    border-radius: 12px;
}
.milti-back-shadow-sec .politic {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding-left: 25px;
    white-space: pre-line;
    padding-right: 25px;
    font-family: sans-serif;
}

.milti-back-shadow-sec .politic a {
    text-decoration: none;
    border-bottom: 1px solid #4985f9;
    color: #4985f9;
    display: inline-block;
    width: fit-content;
    transition: 0.3s;
}
.milti-back-shadow-sec .multi-btn-sec {
    text-align: center;
    margin: 30px auto 20px;
    width: fit-content;
    padding-bottom: 10px;
}
.milti-back-btn {
    border-radius: 50px;
    padding: 15px 25px;
    color: #fff;
    background: #4985f9;
    font-family: sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.02em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.milti-back-shadow-sec .milti-back-modalmessage {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    height: 34px;
    color: red;
    text-align: center;
}

.page-not-front h1{
 margin: 30px auto;
 text-align: center;


}


.page-not-front .row{
  max-width: 1200px;
  margin: 0px auto 40px;
  text-align: center;
}

