.sec-title h2 {
    border-left: unset !important;
}
.thumbnail {
display: inline-block;
margin: 5px;
border: 2px solid #0094cb;
width: 200px;
height: 200px;
overflow: hidden;
}
.thumbnail img {
width: 100%;
height: auto;
object-fit: cover;
object-position: top;
}
.popup1 {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
overflow: auto;
}
.popup-content1 {
background: white;
padding: 20px;
max-width: 90%;
max-height: 90%;
overflow: auto;
}
.popup img {
max-width: 100%;
max-height: 100%;
}
.close {
position: absolute;
top: 10px;
right: 20px;
font-size: 30px;
color: #fff;
cursor: pointer;
}
.thumbnails-container {
display: flex;
flex-wrap: wrap;
max-width: 100%;
margin: auto;
}
:root {
--sdd-blue:   #0094cb;
--sdd-blue2:  #3677a7;
--sdd-dark:   #37474f;
--sdd-yellow: #ffd213;
--sdd-light:  #f4f8fb;
--sdd-border: #d8eaf2;
--sdd-muted:  #607080;
--sdd-white:  #ffffff;
--sdd-r:      10px;
--sdd-sh-sm:  0 2px 10px rgba(0,148,203,.10);
--sdd-sh-md:  0 6px 26px rgba(0,148,203,.16);
}
.pg-breadcrumb {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
padding: 14px 0 0;
font-size: 13px;
font-family: "PTSansRegular", sans-serif;
color: rgba(255,255,255,.55);
position: relative;
z-index: 5;
}
.pg-breadcrumb a         { color: rgba(255,255,255,.70); text-decoration: none; }
.pg-breadcrumb a:hover   { color: var(--sdd-yellow); text-decoration: none; }
.pg-breadcrumb .sep      { color: rgba(255,255,255,.28); }
.pg-breadcrumb .cur      { color: rgba(255,255,255,.85); }
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
rgba(8,18,36,.84) 0%,
rgba(13,34,64,.76) 55%,
rgba(0,100,160,.20) 100%
);
pointer-events: none;
z-index: 1;
}
.hero-overlay::after {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(0,148,203,.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(0,148,203,.06) 1px, transparent 1px);
background-size: 56px 56px;
}
.wrapAbsTxtBlocks { position: relative; z-index: 5; }
header .hero-h1 {
font-size: clamp(22px, 3vw, 42px) !important;
font-family: "RobotoSlabRegular" !important;
font-weight: 700 !important;
color: #ffffff !important;
text-transform: uppercase !important;
margin: 0 0 14px !important;
line-height: 1.22 !important;
text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
.hero-badges {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 18px;
}
.hero-badge {
background: rgba(0,148,203,.18);
border: 1px solid rgba(0,148,203,.42);
color: #9dd8ef;
font-size: 12px;
font-weight: 700;
padding: 5px 14px;
border-radius: 20px;
font-family: "PTSansRegular", sans-serif;
letter-spacing: .3px;
backdrop-filter: blur(4px);
}
header .hero-sub {
font-size: 16px !important;
color: rgba(255,255,255,.76) !important;
font-family: "PTSansRegular", sans-serif !important;
line-height: 1.6 !important;
margin-bottom: 22px !important;
max-width: 510px;
text-shadow: 0 1px 6px rgba(0,0,0,.3);
text-transform: none !important;
}
.hero-stats {
display: flex;
gap: 26px;
flex-wrap: wrap;
margin-bottom: 26px;
}
.hero-stat__num {
font-size: 28px;
font-weight: 700;
color: var(--sdd-blue);
font-family: "RobotoSlabRegular", sans-serif;
line-height: 1;
}
.hero-stat__label {
font-size: 11px;
color: rgba(255,255,255,.50);
font-family: "PTSansRegular", sans-serif;
text-transform: uppercase;
letter-spacing: .5px;
margin-top: 4px;
}
.hero-cta-wrap {
display: flex;
gap: 12px;
flex-wrap: wrap;
align-items: center;
margin-bottom: 8px;
}
.btn-sdd-primary {
display: inline-block;
background: var(--sdd-blue);
color: #fff !important;
border: none;
padding: 15px 30px;
border-radius: var(--sdd-r);
font-size: 14px;
font-weight: 700;
font-family: "RobotoSlabRegular", sans-serif;
cursor: pointer;
transition: background .2s, transform .15s, box-shadow .2s;
box-shadow: 0 4px 18px rgba(0,148,203,.48);
text-transform: uppercase;
letter-spacing: .3px;
text-decoration: none !important;
}
.btn-sdd-primary:hover {
background: #007aaa;
transform: translateY(-2px);
box-shadow: 0 8px 26px rgba(0,148,203,.58);
color: #fff !important;
text-decoration: none !important;
}
.btn-sdd-phone {
display: inline-flex;
align-items: center;
gap: 8px;
color: rgba(255,255,255,.78) !important;
border: 1.5px solid rgba(255,255,255,.20);
padding: 14px 22px;
border-radius: var(--sdd-r);
font-size: 15px;
font-family: "OpenSansRegular", sans-serif;
transition: border-color .2s, color .2s;
text-decoration: none !important;
background: rgba(255,255,255,.04);
}
.btn-sdd-phone:hover {
border-color: var(--sdd-blue);
color: var(--sdd-blue) !important;
text-decoration: none !important;
}
.hero-hint {
font-size: 12px;
color: rgba(255,255,255,.36);
font-family: "PTSansRegular", sans-serif;
margin: 6px 0 0;
}
.hero-card {
background: rgba(255,255,255,.09);
border: 1px solid rgba(255,255,255,.14);
border-radius: 16px;
padding: 26px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
max-width: 320px;
position: relative;
z-index: 5;
}
.hero-card__lbl {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.2px;
color: rgba(255,255,255,.46);
font-family: "PTSansRegular", sans-serif;
margin-bottom: 6px;
}
.hero-card__price {
font-size: 34px;
font-weight: 700;
color: #fff;
font-family: "RobotoSlabRegular", sans-serif;
line-height: 1;
margin-bottom: 3px;
}
.hero-card__price span { font-size: 17px; color: rgba(255,255,255,.52); }
.hero-card__divider {
height: 1px;
background: rgba(255,255,255,.10);
margin: 16px 0;
}
.hero-card__list {
list-style: none !important;
padding: 0 !important;
margin: 0 0 20px !important;
display: block !important;
}
.hero-card__list li {
font-size: 14px !important;
color: rgba(255,255,255,.74) !important;
padding: 7px 0 !important;
border-bottom: 1px solid rgba(255,255,255,.07) !important;
font-family: "PTSansRegular", sans-serif !important;
display: flex !important;
align-items: flex-start;
gap: 9px;
list-style: none !important;
position: static !important;
margin-bottom: 0 !important;
}
.hero-card__list li::before {
content: '✓' !important;
color: var(--sdd-blue) !important;
font-weight: 700 !important;
flex-shrink: 0;
font-size: 13px;
margin-top: 1px;
position: static !important;
font-size: 13px !important;
left: auto !important;
top: auto !important;
}
.hero-card__list li:last-child { border-bottom: none !important; }
.btn-card-yellow {
width: 100%;
background: var(--sdd-yellow);
color: #1a1a1a !important;
border: none;
padding: 14px;
border-radius: var(--sdd-r);
font-size: 14px;
font-weight: 700;
font-family: "RobotoSlabRegular", sans-serif;
cursor: pointer;
transition: background .2s, transform .15s;
text-transform: uppercase;
box-shadow: 0 4px 14px rgba(255,210,19,.32);
}
.btn-card-yellow:hover { background: #e8bf10; transform: translateY(-1px); }
.hero-card__note {
text-align: center;
font-size: 11px;
color: rgba(255,255,255,.33);
margin-top: 8px;
font-family: "PTSansRegular", sans-serif;
}
.trust-strip {
background: var(--sdd-blue);
overflow: hidden;
}
.trust-strip__row {
max-width: 1260px;
margin: 0 auto;
padding: 0 30px;
display: flex;
justify-content: space-around;
align-items: stretch;
}
.trust-item {
display: flex;
align-items: center;
gap: 9px;
color: rgba(255,255,255,.92);
font-size: 13px;
font-family: "PTSansRegular", sans-serif;
padding: 13px 8px;
flex: 1;
justify-content: center;
border-right: 1px solid rgba(255,255,255,.14);
}
.trust-item:last-child { border-right: none; }
.trust-item__ic { font-size: 18px; flex-shrink: 0; }
@media (max-width: 768px) {
.trust-strip__row { flex-wrap: wrap; padding: 8px; }
.trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.10); width: 50%; flex: none; font-size: 12px; padding: 10px 8px; }
.trust-item:nth-child(4n) { border-bottom: none; }
.trust-item:nth-child(odd):last-child { width: 100%; }
}
.anchor-nav {
background: var(--sdd-white);
border-bottom: 2px solid var(--sdd-border);
position: sticky;
top: 0;
z-index: 200;
box-shadow: 0 2px 10px rgba(0,0,0,.07);
}
.anchor-nav__row {
max-width: 1260px;
margin: 0 auto;
padding: 0 20px;
display: flex;
overflow-x: auto;
scrollbar-width: none;
}
.anchor-nav__row::-webkit-scrollbar { display: none; }
.anchor-nav__link {
padding: 12px 15px;
font-size: 13px;
font-weight: 700;
font-family: "RobotoSlabRegular", sans-serif;
color: var(--sdd-muted);
text-decoration: none !important;
white-space: nowrap;
border-bottom: 2px solid transparent;
margin-bottom: -2px;
transition: color .2s, border-color .2s;
}
.anchor-nav__link:hover,
.anchor-nav__link.is-active { color: var(--sdd-blue) !important; border-bottom-color: var(--sdd-blue); text-decoration: none !important; }
.why-section {
background: var(--sdd-light);
padding: 70px 0;
}
.why-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 1260px;
margin: 36px auto 0;
padding: 0 40px;
}
@media (max-width: 1100px) { .why-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 680px)  { .why-grid { grid-template-columns: 1fr; padding: 0 16px; } }
.why-card {
background: var(--sdd-white);
border: 1px solid var(--sdd-border);
border-radius: 12px;
padding: 24px 22px;
position: relative;
overflow: hidden;
transition: box-shadow .25s, border-color .25s, transform .2s;
}
.why-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--sdd-blue), var(--sdd-yellow));
transform: scaleX(0);
transform-origin: left;
transition: transform .3s;
}
.why-card:hover { box-shadow: var(--sdd-sh-md); border-color: var(--sdd-blue); transform: translateY(-3px); }
.why-card:hover::before { transform: scaleX(1); }
.why-card__num {
font-size: 10px;
font-weight: 700;
color: var(--sdd-blue);
letter-spacing: 2px;
text-transform: uppercase;
font-family: "RobotoSlabRegular", sans-serif;
margin-bottom: 9px;
}
.why-card h3 {
font-size: 16px !important;
font-family: "RobotoSlabRegular", sans-serif !important;
font-weight: 700 !important;
color: var(--sdd-dark) !important;
margin: 0 0 8px !important;
text-transform: none !important;
padding-bottom: 0 !important;
}
.why-card h3::after { display: none !important; }
.why-card p {
font-size: 14px !important;
color: var(--sdd-muted) !important;
line-height: 1.65 !important;
margin: 0 !important;
font-family: "PTSansRegular", sans-serif !important;
}
.iptext h2 {
padding-left: 16px !important;
border-left: 4px solid var(--sdd-blue);
}
.iptext h3 {
font-size: 22px !important;
font-family: "RobotoSlabRegular" !important;
color: var(--sdd-dark) !important;
margin: 36px 0 14px !important;
padding-bottom: 8px;
border-bottom: 2px solid var(--sdd-border);
}
.img-block {
text-align: center;
margin: 32px 0;
}
.img-block img {
max-width: 100% !important;
height: auto !important;
border-radius: 10px !important;
box-shadow: var(--sdd-sh-md) !important;
border: none !important;
padding: 0 !important;
}
.img-block figcaption {
font-size: 13px;
color: var(--sdd-muted);
font-family: "PTSansRegular", sans-serif;
font-style: italic;
margin-top: 8px;
}
.stages-strip {
background: var(--sdd-white);
padding: 60px 0;
border-top: 1px solid var(--sdd-border);
border-bottom: 1px solid var(--sdd-border);
}
.stages-inner {
max-width: 1260px;
margin: 0 auto;
padding: 0 40px;
}
.stages-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-top: 40px;
position: relative;
}
.stages-row::before {
content: '';
position: absolute;
top: 25px;
left: calc(100% / 14);
right: calc(100% / 14);
height: 2px;
background: linear-gradient(90deg, var(--sdd-blue), var(--sdd-yellow));
pointer-events: none;
}
.stage-item { text-align: center; flex: 1; position: relative; z-index: 1; }
.stage-item__dot {
width: 50px; height: 50px;
background: var(--sdd-blue);
border-radius: 50%;
margin: 0 auto 11px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
font-weight: 700;
font-family: "RobotoSlabRegular", sans-serif;
border: 3px solid var(--sdd-white);
box-shadow: 0 3px 12px rgba(0,148,203,.32);
}
.stage-item__title {
font-size: 12px;
font-family: "RobotoSlabRegular", sans-serif;
color: var(--sdd-dark);
line-height: 1.3;
}
@media (max-width: 880px) {
.stages-row { flex-wrap: wrap; gap: 18px; justify-content: center; }
.stages-row::before { display: none; }
.stage-item { width: 100px; flex: none; }
.stages-inner { padding: 0 16px; }
}
.sec-title {
font-size: 30px !important;
font-family: "RobotoSlabRegular", sans-serif !important;
font-weight: 700 !important;
color: var(--sdd-dark) !important;
text-align: center;
text-transform: uppercase !important;
margin: 0 0 10px !important;
}
.sec-sub {
text-align: center;
font-size: 16px;
color: var(--sdd-muted);
font-family: "PTSansRegular", sans-serif;
max-width: 620px;
margin: 0 auto 36px;
line-height: 1.6;
}
.faq-section {
background: var(--sdd-light);
padding: 70px 0;
}
.faq-inner {
max-width: 860px;
margin: 0 auto;
padding: 0 40px;
}
@media (max-width: 550px) { .faq-inner { padding: 0 16px; } }
.faq-item {
background: var(--sdd-white);
border: 1px solid var(--sdd-border);
border-radius: 10px;
margin-bottom: 10px;
overflow: hidden;
transition: box-shadow .2s;
}
.faq-item:hover { box-shadow: var(--sdd-sh-sm); }
.faq-question {
padding: 18px 22px;
font-size: 16px;
font-weight: 700;
font-family: "RobotoSlabRegular", sans-serif;
color: var(--sdd-dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 14px;
list-style: none;
user-select: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-icon {
width: 28px; height: 28px;
min-width: 28px;
background: var(--sdd-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: var(--sdd-blue);
font-weight: 400;
transition: transform .25s, background .2s, color .2s;
line-height: 1;
}
details[open] .faq-icon {
transform: rotate(45deg);
background: var(--sdd-blue);
color: #fff;
}
.faq-answer {
padding: 0 22px 18px;
font-size: 15px;
color: var(--sdd-muted);
line-height: 1.72;
font-family: "PTSansRegular", sans-serif;
border-top: 1px solid var(--sdd-border);
padding-top: 14px;
}
.price-cta-box {
background: linear-gradient(135deg, var(--sdd-dark) 0%, #0d2040 100%);
border-radius: 14px;
padding: 40px 42px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 28px;
flex-wrap: wrap;
margin: 48px 0 20px;
position: relative;
overflow: hidden;
}
.price-cta-box::before {
content: '';
position: absolute;
right: -50px; top: -50px;
width: 280px; height: 280px;
background: radial-gradient(circle, rgba(0,148,203,.14) 0%, transparent 70%);
pointer-events: none;
}
.price-cta-box__left { flex: 1; min-width: 230px; position: relative; z-index: 1; }
.price-cta-box__lbl {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--sdd-blue);
margin-bottom: 6px;
font-family: "PTSansRegular", sans-serif;
font-weight: 700;
}
.price-cta-box__amount {
font-size: 40px;
font-weight: 700;
color: #fff;
font-family: "RobotoSlabRegular", sans-serif;
line-height: 1;
margin-bottom: 6px;
}
.price-cta-box__amount span { font-size: 20px; color: rgba(255,255,255,.52); }
.price-cta-box__note { font-size: 14px; color: rgba(255,255,255,.48); font-family: "PTSansRegular", sans-serif; }
.price-cta-box__right {
display: flex;
flex-direction: column;
gap: 10px;
align-items: flex-start;
position: relative;
z-index: 1;
}
@media (max-width: 650px) {
.price-cta-box { padding: 26px 20px; }
.price-cta-box__right { width: 100%; }
.price-cta-box__right .btn-sdd-primary { width: 100%; text-align: center; }
}
.review-v2 {
background: var(--sdd-white);
border: 1px solid var(--sdd-border);
border-radius: 12px;
padding: 26px;
display: flex;
gap: 22px;
align-items: flex-start;
box-shadow: var(--sdd-sh-sm);
margin: 20px 0;
}
@media (max-width: 600px) { .review-v2 { flex-direction: column; } }
.review-v2__logo img { width: 110px; border-radius: 6px; display: block; }
.review-v2__pos  { font-size: 12px; font-weight: 700; color: var(--sdd-blue); text-transform: uppercase; letter-spacing: .5px; font-family: "RobotoSlabRegular", sans-serif; margin-bottom: 2px; }
.review-v2__name { font-size: 17px; font-weight: 700; color: var(--sdd-dark); font-family: "RobotoSlabRegular", sans-serif; margin-bottom: 4px; }
.review-v2__stars { color: #f5a623; font-size: 17px; letter-spacing: 2px; margin-bottom: 10px; }
.review-v2 p { font-size: 15px !important; color: #444 !important; line-height: 1.72 !important; font-style: italic !important; margin: 0 !important; font-family: "PTSansRegular", sans-serif !important; }
.ssaity1 tr:hover td { background: #eaf5fb; transition: background .15s; }
.sticky-mob-cta {
display: none;
position: fixed;
bottom: 0; left: 0; right: 0;
background: var(--sdd-white);
border-top: 2px solid var(--sdd-blue);
padding: 10px 16px;
z-index: 999;
box-shadow: 0 -4px 18px rgba(0,0,0,.12);
align-items: center;
justify-content: space-between;
gap: 12px;
}
.sticky-mob-cta__lbl { font-size: 11px; color: #888; font-family: "PTSansRegular", sans-serif; }
.sticky-mob-cta__val { font-size: 20px; font-weight: 700; color: var(--sdd-dark); font-family: "RobotoSlabRegular", sans-serif; }
@media (max-width: 768px) { .sticky-mob-cta { display: flex; } }
@media (max-width: 800px) { .hero-card { display: none; } }
@media (max-width: 550px) {
header .hero-h1  { font-size: 20px !important; }
.hero-sub        { font-size: 14px !important; }
.hero-stats      { gap: 14px; }
.hero-stat__num  { font-size: 22px; }
.hero-cta-wrap   { flex-direction: column; align-items: flex-start; }
.btn-sdd-primary,
.btn-sdd-phone   { width: 100%; text-align: center; justify-content: center; }
.anchor-nav__link { font-size: 12px; padding: 11px 9px; }
}
:root {
--text-hue: 210;
--text-dark: hsl(var(--text-hue), 8%, 12%);
--text-muted: hsl(var(--text-hue), 5%, 30%);
--line-length: 75ch;
--font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-serif: 'Merriweather', Georgia, 'Times New Roman', serif;
}
.iptext {
font-family: var(--font-sans);
/*font-size: 1.125rem;*/
line-height: 1.6;
color: var(--text-dark);
<!--max-width: var(--line-length);-->
margin-inline: auto;
}
.iptext p {
font-size: 1.8rem;
line-height: 1.6;
color: var(--text-dark);
margin-bottom: 1.25rem;
font-weight: 400;
letter-spacing: -0.002em;
}
.iptext h2 {
font-family: var(--font-sans);
font-size: clamp(1.75rem, 5vw, 2.25rem);
font-weight: 600;
line-height: 1.25;
color: hsl(var(--text-hue), 10%, 15%);
margin-top: 2.5rem;
margin-top: 60px !important;
margin-bottom: 1rem;
letter-spacing: -0.01em;
/*border-left: 4px solid #2B7A8A;*/
padding-left: 1.25rem;
}
.iptext ul {
list-style: none;
margin: 1.25rem 0;
padding: 0;
}
.iptext li {
font-size: 1.6rem;
line-height: 1.6;
margin-bottom: 0.5rem;
padding-left: 1.75rem;
position: relative;
}
.iptext li::before {
content: "—";
position: absolute;
left: 0;
color: #2B7A8A;
font-weight: 500;
}
.iptext ul ul li::before {
content: "•";
}
@media (max-width: 640px) {
.iptext {
font-size: 1rem;
}
.iptext h2 {
padding-left: 0.75rem;
border-left-width: 3px;
}
.iptext li {
padding-left: 1.25rem;
}
}
@media (prefers-color-scheme: dark) {
:root {
--text-dark: hsl(210, 5%, 88%);
--text-muted: hsl(210, 4%, 65%);
}
.iptext {
color: var(--text-dark);
}
.iptext h2 {
color: hsl(210, 8%, 92%);
}
.iptext li::before {
color: #5DB0B8;
}
}
.iptext li {
font-size: 1.6rem;
line-height: 1.6;
margin-bottom: 0.5rem;
padding-left: 1.75rem;
position: relative;
}
.iptext li::before {
content: "–";
position: absolute;
left: 0;
top: 0;
color: #2B7A8A;
font-weight: 500;
width: 1.5rem;
text-align: left;
}
.mapJob .mapJob__group {
background: #f8f9fa;
border-left: 3px solid #3677a7;
padding: 12px 18px;
margin-top: 20px;
border-radius: 0 8px 8px 0;
}
.mapJob .mapJob__group .nameBlockMap {
font-weight: 700;
font-size: 15px;
margin-bottom: 10px;
color: #222;
}
.mapJob .mapJob__group ul {
margin-bottom: 0;
padding-left: 0;
list-style: none;
margin-left: 0px;
}
.mapJob .mapJob__group ul li {
position: relative;
padding-left: 20px;
margin-bottom: 6px;
font-size: 14px;
color: #555;
}
.mapJob .mapJob__group ul li::before {
content: "✓";
position: absolute;
left: 0;
color: #3677a7;
font-weight: bold;
}
.tech-table {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.42857143;
}
.sec-title {
border-left: unset !important;
}

.og-grid {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 20px !important;
padding: 20px !important;
list-style: none;
margin: 0 auto;
max-width: 1200px;
}
.og-grid > li {
width: 100% !important;
margin: 0 !important;
display: block !important;
}
@media screen and (max-width: 768px) {
.og-grid {
grid-template-columns: 1fr !important;
}
}
.wrapProjDiv {
position: relative;
overflow: hidden;
background: #000;
}
.wrapProjDiv > img {
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 1;
transition: .35s;
}
.logoProj {
position: relative;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
min-height: 300px;
background: rgba(0,0,0,0.5);
}

.wrapTopLineInfo {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (min-width:1200px) {
  .wrapTopLineInfo {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 1199px) {
  .wrapTopLineInfo {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .wrapTopLineInfo {
    padding: 30px 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .wrapTopLineInfo {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 550px) {
  .wrapTopLineInfo {
    padding: 10px 10px;
  }
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}


.responsible-container {
max-width: 100%;
box-sizing: border-box;
}
.responsible-container *,
.responsible-container *::before,
.responsible-container *::after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
.responsible-container .responsible {
display: flex;
gap: 48px;
background: #ffffff;
/*border-radius: 28px;
box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);*/
padding: 40px;
transition: box-shadow 0.3s ease;
}
.responsible-container .responsible__left {
flex-shrink: 0;
width: 280px;
}
.responsible-container .responsible__photo {
margin-bottom: 24px;
border-radius: 20px;
overflow: hidden;
border: 2px solid rgba(54, 119, 167, 0.2);
transition: all 0.3s ease;
background: #f0f4f8;
}
.responsible-container .responsible__photo:hover {
border-color: #3677a7;
box-shadow: 0 8px 20px rgba(54, 119, 167, 0.15);
}
.responsible-container .responsible__photo img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.4s ease;
}
.responsible-container .responsible__photo:hover img {
transform: scale(1.02);
}
.responsible-container .responsible__write {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: linear-gradient(135deg, #3677a7 0%, #2c5e85 100%);
color: white;
font-size: 16px;
font-weight: 600;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 12px 28px;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(54, 119, 167, 0.3);
width: 100%;
}
.responsible-container .responsible__write::after {
content: "→";
font-size: 18px;
transition: transform 0.3s ease;
}
.responsible-container .responsible__write:hover {
background: linear-gradient(135deg, #2c5e85 0%, #1e4563 100%);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(54, 119, 167, 0.4);
}
.responsible-container .responsible__write:hover::after {
transform: translateX(4px);
}
.responsible-container .responsible__write:active {
transform: translateY(1px);
}
.responsible-container .responsible__right {
flex: 1;
}
.responsible-container .six-advan__tit {
font-size: 32px;
}
/*.responsible-container .six-advan__tit::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 3px;
background: linear-gradient(90deg, #3677a7, #78b9e0);
border-radius: 2px;
}*/
.responsible-container .responsible__right .responsible-name {
font-size: 26px;
font-weight: 800;
color: #1e3a4d;
margin: 20px 0 6px 0;
line-height: 1.2;
}
.responsible-container .responsible__right .responsible-post {
font-size: 15px;
color: #3677a7;
font-weight: 500;
margin-bottom: 20px;
letter-spacing: 0.3px;
border-left: 3px solid #3677a7;
padding-left: 12px;
}
.responsible-container .responsible__right p {
font-size: 15px;
line-height: 1.6;
color: #2c3e44;
margin-bottom: 16px;
text-align: left;
}
.responsible-container .responsible__accent {
border-bottom: 1px dashed #3677a7;
color: #1e3a4d;
font-weight: 600;
cursor: help;
transition: all 0.2s ease;
}
.responsible-container .responsible__accent:hover {
border-bottom-style: solid;
color: #3677a7;
}
.responsible-container .responsible__right p:last-of-type {
margin-bottom: 0;
}
@media screen and (max-width: 900px) {
.responsible-container .responsible {
flex-direction: column;
align-items: center;
padding: 32px 24px;
gap: 32px;
}
.responsible-container .responsible__left {
width: 260px;
}
.responsible-container .six-advan__tit {
font-size: 28px;
text-align: center !important;
}
.responsible-container .six-advan__tit::after {
left: 50%;
transform: translateX(-50%);
}
.responsible-container .responsible__right .responsible-post {
text-align: center;
border-left: none;
padding-left: 0;
border-bottom: 1px solid #e0e8f0;
padding-bottom: 10px;
}
}
@media screen and (max-width: 480px) {
.responsible-container .responsible {
padding: 24px 16px;
}
.responsible-container .six-advan__tit {
font-size: 24px;
}
.responsible-container .responsible__right .responsible-name {
font-size: 22px;
}
.responsible-container .responsible__right p {
font-size: 14px;
}
}
.responsible-container button.b24-web-form-popup-btn-31 {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
background: linear-gradient(135deg, #3677a7 0%, #2c5e85 100%) !important;
color: white !important;
font-size: 16px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
padding: 12px 28px !important;
border-radius: 50px !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
box-shadow: 0 4px 10px rgba(54, 119, 167, 0.3) !important;
width: 100% !important;
font-family: 'PTSansRegular', 'Segoe UI', Roboto, sans-serif !important;
box-sizing: border-box !important;
}
.responsible-container button.b24-web-form-popup-btn-31::after {
content: "→" !important;
font-size: 18px !important;
transition: transform 0.3s ease !important;
}
.responsible-container button.b24-web-form-popup-btn-31:hover {
background: linear-gradient(135deg, #2c5e85 0%, #1e4563 100%) !important;
transform: translateY(-2px) !important;
box-shadow: 0 8px 20px rgba(54, 119, 167, 0.4) !important;
}
.responsible-container button.b24-web-form-popup-btn-31:hover::after {
transform: translateX(4px) !important;
}
.project-managers {
--pm-primary: #3677a7;
--pm-primary-dark: #2c5e85;
--pm-primary-light: #e8f0f7;
--pm-text-dark: #1a2a3a;
--pm-text-medium: #2c3e44;
--pm-text-light: #6b7c8a;
--pm-bg-card: #ffffff;
--pm-border: #eef2f6;
--pm-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
--pm-shadow-hover: 0 25px 40px -12px rgba(54, 119, 167, 0.2);
max-width: 100%;
box-sizing: border-box;
}
.project-managers *,
.project-managers *::before,
.project-managers *::after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
.project-managers__inner {
background: #ffffff;
/*border-radius: 28px;
box-shadow: var(--pm-shadow);*/
padding: 48px 40px;
}
.project-managers__header {
margin-bottom: 48px;
}
.project-managers__title {
text-transform: uppercase;
color: var(--pm-text-dark);
letter-spacing: -0.3px;
margin-bottom: 16px;
text-align: center;
font: bold 36px "RobotoSlabRegular";
}
.project-managers__underline {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--pm-primary), #78b9e0);
border-radius: 2px;
margin: 0 auto 24px auto;
}
.project-managers__description {
margin: 0 auto;
font-size: 18px;
line-height: 1.65;
color: var(--pm-text-medium);
}
.project-managers__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 28px;
}
.project-managers__card {
background: var(--pm-bg-card);
border-radius: 20px;
overflow: hidden;
transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
border: 1px solid var(--pm-border);
}
.project-managers__card:hover {
transform: translateY(-6px);
box-shadow: var(--pm-shadow-hover);
border-color: rgba(54, 119, 167, 0.2);
}
.project-managers__card-image {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #f0f4f8 0%, #e8edf2 100%);
}
.project-managers__card-image img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
object-fit: cover;
transition: transform 0.5s ease;
}
.project-managers__card:hover .project-managers__card-image img {
transform: scale(1.04);
}
.project-managers__card-content {
padding: 20px 18px 24px;
text-align: center;
}
.project-managers__card-badge {
display: inline-block;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;
color: var(--pm-primary);
background: var(--pm-primary-light);
padding: 5px 12px;
border-radius: 30px;
margin-bottom: 14px;
}
.project-managers__card-name {
font-size: 18px;
font-weight: 700;
color: var(--pm-text-dark);
margin-bottom: 12px;
line-height: 1.3;
}
.project-managers__card-email {
display: inline-block;
font-size: 13px;
color: var(--pm-text-light);
text-decoration: none;
transition: all 0.2s ease;
word-break: break-all;
padding: 4px 0;
border-bottom: 1px dashed transparent;
}
.project-managers__card-email:hover {
color: var(--pm-primary);
border-bottom-color: var(--pm-primary);
}
@media screen and (max-width: 1100px) {
.project-managers__grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
}
@media screen and (max-width: 768px) {
.project-managers__inner {
padding: 32px 24px;
}
.project-managers__title {
font-size: 28px;
}
.project-managers__description {
font-size: 14px;
}
.project-managers__header {
margin-bottom: 36px;
}
}
@media screen and (max-width: 550px) {
.project-managers__inner {
padding: 24px 16px;
}
.project-managers__title {
font-size: 24px;
}
.project-managers__grid {
grid-template-columns: 1fr;
gap: 20px;
}
.project-managers__card-content {
padding: 16px 14px 20px;
}
.project-managers__card-name {
font-size: 17px;
}
}

.footerNav {
	display: flex;
	align-items: center;
}
.footerMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footerMenu li {
	margin: 0;
	padding: 0;
}
.footerMenu a {
	font-family: "OpenSansRegular";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
	white-space: nowrap;
}
.footerMenu a:hover {
	color: #64b5f6;
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	.footerNav {
		margin: 15px 0;
	}
	.footerMenu {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}
	.footerMenu a {
		white-space: normal;
	}
}
@media screen and (max-width: 485px) {
	.footerMenu {
		justify-content: center;
	}
	.footerMenu a {
		font-size: 14px;
	}
}
.tech-table {
  display: flow-root;
}

@media screen and (max-width: 992px) {
.tech-table {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.tech-table .ssaity1 {
min-width: 600px;
}
}
@media screen and (max-width: 768px) {
.tech-table .ssaity1 td {
padding: 12px;
font-size: 13px;
}
.tech-table .ssaity1 td:first-child {
font-weight: 600;
background-color: #f5f9fc;
width: 35%;
}
.tech-table .ssaity1 td:last-child {
width: 65%;
}
}
@media screen and (max-width: 576px) {
.tech-table .ssaity1 td {
padding: 10px;
font-size: 12px;
}
.tech-table .ssaity1 td:first-child {
width: 40%;
}
.tech-table .ssaity1 td:last-child {
width: 60%;
}
.tech-table .ssaity1 td {
word-break: break-word;
overflow-wrap: break-word;
}
}
.map-project-message {
display: block;
}
@media screen and (max-width: 768px) {
.map-project-message {
display: none;
}
}
.iptext-prices-top-block {
background-color: #ffffff !important;
}
.anchor-nav__row {
justify-content: space-between;
gap: 8px;
}
.anchor-nav__link {
padding: 12px 0;
flex: 1;
text-align: center;
min-width: fit-content;
}
.anchor-nav--fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: var(--sdd-white);
border-bottom: 2px solid var(--sdd-border);
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.wrapAbsTxtBlocks,.wrapTopLineInfo{padding-bottom: 0px;}
.txtBlock p{
	font-size: 16px;
}
.nucAbout p.name {
    font-weight: bold;
}

.iprice{
    padding:20px 0;
	padding-bottom: 20px;
}

.ip-price-subtitle{
    max-width:950px;
    margin:0 auto 40px;
    text-align:center;
    font-size:18px;
    line-height:1.7;
    color:#666;
}

.iptext-prices-top-block{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    background:none!important;
}

.iptext-price-card{
    position:relative;
    width:380px;
    background:#fff;
    border-radius:20px;
    border:1px solid #e5ebf2;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    display:flex;
    flex-direction:column;
}

.iptext-price-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.iptext-price-card.popular{
    border:2px solid #0094cb;
    transform:scale(1.03);
}

.ip-badge{
    position:absolute;
    top:15px;
    right:15px;
    padding:8px 14px;
    border-radius:50px;
    color:#fff;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    background:linear-gradient(135deg,#ff9800,#ff5722);
}

.badge-blue{
    background:linear-gradient(135deg,#0094cb,#006f99);
}

.badge-green{
    background:linear-gradient(135deg,#4caf50,#2e7d32);
}

.ip-icon{
    font-size:52px;
    margin-bottom:15px;
}

.iptext-title{
    margin:0 0 15px;
    background:none!important;
    color:#222!important;
    font-size:28px;
    font-weight:700;
}

.ip-old-price{
    color:#999;
    text-decoration:line-through;
    font-size:18px;
}

.iptext-price{
    font-size:38px;
    font-weight:800;
    color:#0094cb;
    margin:10px 0 15px;
}

.ip-delivery{
    display:inline-block;
    background:#f5f9fc;
    border-radius:8px;
    padding:8px 12px;
    font-size:13px;
    margin-bottom:20px;
}

.ip-features{
    list-style:none;
    padding:0;
    margin:0;
}

.ip-features li{
    padding:10px 0;
    border-bottom:1px solid #edf1f5;
    font-size:15px;
}

.ip-sale{
    margin-top:20px;
    margin-bottom:20px;
    background:#f4fbff;
    border:1px dashed #0094cb;
    border-radius:12px;
    padding:12px;
    font-size:14px;
    color:#0094cb;
    font-weight:600;
}

.iptext-buttons{
    margin-top:auto;
    text-align:center;
}

.iptext-buttons .responsible__write{
    width:100%;
    max-width:100%;
    background:linear-gradient(135deg,#0094cb,#0076a5)!important;
    color:#fff!important;
    border:none!important;
    border-radius:12px;
    padding:16px 20px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
}

.iptext-buttons .responsible__write:before,
.iptext-buttons .responsible__write:after{
    display:none!important;
}

.ip-trust{
    margin-top:0px;
    padding:25px;
    border-radius:16px;
    background:#f7fbff;
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.ip-trust div{
    font-size:15px;
    font-weight:600;
}

@media(max-width:768px){

    .iptext-price-card{
        width:100%;
        max-width:450px;
    }

    .iptext-price-card.popular{
        transform:none;
    }

    .iptext-title{
        font-size:24px;
    }

    .iptext-price{
        font-size:32px;
    }

    .ip-price-subtitle{
        font-size:16px;
        padding:0 15px;
    }
}
.ip-icon img{
    width:90px;
    height:90px;
    object-fit:contain;
    filter:drop-shadow(0 8px 20px rgba(0,148,203,.18));
    transition:all .3s ease;
}

.iptext-price-card:hover .ip-icon img{
    transform:translateY(-3px) scale(1.08);
    filter:drop-shadow(0 12px 25px rgba(0,148,203,.28));
}
.ip-features li {
    font-weight: bold;
}
.ip-delivery {
    font-weight: bold;
}


.six-advan__img {
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
filter 0.3s ease;
cursor: pointer;
display: inline-block;
position: relative;
margin: 0 0 20px;
}
.six-advan__item:hover .six-advan__img {
transform: translateY(-8px) scale(1.08);
filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}
.six-advan__img img {
transition: all 0.5s ease;
display: block;
width: 100%;
height: auto;
}
.six-advan__item:hover .six-advan__img img {
transform: scale(1.05) rotate(5deg);
}
.six-advan__img::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
transform: translate(-50%, -50%) scale(0);
transition: transform 0.4s ease;
pointer-events: none;
z-index: -1;
}
.six-advan__item:hover .six-advan__img::before {
transform: translate(-50%, -50%) scale(1.2);
}
.six-advan__txt {
transition: all 0.3s ease;
}
.six-advan__item:hover .six-advan__txt {
transform: translateX(3px);
color: #fff;
}
.six-advan__img:active {
transform: scale(0.95) translateY(-2px);
transition: transform 0.1s ease;
}
@media (hover: hover) and (min-width: 768px) {
.six-advan__item:hover .six-advan__img {
transform: translateY(-8px) scale(1.08);
}
}
@media (hover: none) {
.six-advan__img:active {
transform: scale(0.95);
transition: transform 0.1s ease;
}
}
.six-advan__txt {
font-weight:bold;
}
.trust-bar{background:#3677a7;border-top:1px solid rgba(255,255,255,0.15);border-bottom:1px solid rgba(255,255,255,0.15);padding:14px 80px;position:relative;z-index:5;}
.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#ffffff;font-weight:600;padding:4px 28px 4px 0;border-right:1px solid rgba(255,255,255,0.2);margin-right:28px;text-transform:uppercase;letter-spacing:.04em;}
.trust-item:last-child{border-right:none;margin-right:0;}
@media (max-width: 900px){
.trust-bar{padding:12px 30px;}
.trust-item{font-size:11px;padding:4px 20px 4px 0;margin-right:20px;}
}
@media (max-width: 640px){
.trust-bar{padding:8px 16px;}
.trust-bar-inner{flex-direction:column;gap:0;width:100%;}
.trust-item{
width:100%;
justify-content:center;
padding:12px 0;
margin-right:0;
border-right:none;
border-bottom:1px solid rgba(255,255,255,0.15);
font-size:12px;
gap:12px;
}
.trust-item:last-child{border-bottom:none;}
.trust-item svg{width:16px;height:16px;}
}

.bitrixImg {
    z-index: 999;
}

.six-advan__img img {
    filter: brightness(0) invert(1);
}
.six-advan__txt {
    color: rgba(255, 255, 255, .7);
}
.six-advan__item .six-advan__txt {
transform: translateX(3px);
color: #ffffffe0;
}

.iptext li {
    font-size: 1.75rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.002em;
    font-family: "PTSansRegular";
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Open Sans", sans-serif; overflow-x: hidden; }
header {
position: relative;
overflow: hidden;
}
#tri-canvas {
position: absolute;
inset: 0;
width: 100%; height: 100%;
display: block;
z-index: 0;
pointer-events: none;
}
.wrapTopLineInfo {
position: relative;
z-index: 10;
padding: 28px 80px 20px;
}
.flex-row { display: flex; align-items: center; }
.flex-between { justify-content: space-between; }
.logo img { max-height: 52px; filter: brightness(0) invert(1); }
.infoTop { text-align: right; }
.infoTop p {
font-size: 12px;
color: rgba(255,255,255,.65);
margin-bottom: 0;
line-height: 1.35;
}
.infoTop p.phone {
font-size: 19px;
font-weight: 700;
color: #fff;
line-height: 1.2;
}
.infoTop p.free-label {
font-size: 11px;
color: rgba(255,255,255,.5);
margin-bottom: 1px;
}
.infoTop a {
font-size: 12px;
color: rgba(255,255,255,.6);
text-decoration: none;
transition: color .2s;
}
.infoTop a:hover { color: #fff; }
.btn-header {
display: inline-flex;
align-items: center;
gap: 7px;
background: #fff;
color: #3677a7;
font-size: 13px;
font-weight: 700;
padding: 10px 22px;
border-radius: 5px;
text-decoration: none;
white-space: nowrap;
transition: background .2s, transform .15s;
margin-left: 28px;
}
.btn-header:hover { background: #e6f2fb; transform: translateY(-1px); }
.hero-center {
position: relative;
z-index: 10;
padding: 40px 60px 52px;
display: flex;
flex-direction: column;
align-items: center;
gap: 36px;
}
.hero-headline {
text-align: center;
max-width: 820px;
}
h1.hero-h1 {
font-family: "Roboto Slab", serif !important;
font-size: clamp(24px, 3.2vw, 52px) !important;
font-weight: 900 !important;
color: #fff !important;
text-transform: uppercase !important;
line-height: 1.1 !important;
letter-spacing: -.02em;
margin-bottom: 16px !important;
text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.hero-sub {
font-size: 16px;
color: rgba(255,255,255,.8);
line-height: 1.7;
}
.hero-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
width: 100%;
max-width: 960px;
}
.hcard {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.18);
border-radius: 10px;
padding: 22px 24px;
text-align: center;
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
transition: background .25s;
}
.hcard:hover { background: rgba(255,255,255,0.16); }
.hcard-icon {
width: 42px; height: 42px;
border-radius: 10px;
background: rgba(54,119,167,.5);
display: flex; align-items: center; justify-content: center;
margin: 0 auto 12px;
}
.hcard-icon svg { width: 22px; height: 22px; }
.hcard h3 {
font-family: "Roboto Slab", serif;
font-size: 14px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: .02em;
margin-bottom: 8px;
}
.hcard p {
font-size: 12px;
color: rgba(255,255,255,.72);
line-height: 1.6;
}
.hero-main {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
width: 100%;
max-width: 960px;
}
.glass-panel {
background: rgba(255,255,255,0.11);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 12px;
padding: 30px 32px;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.site-types {
display: flex;
flex-wrap: wrap;
gap: 7px;
margin-bottom: 24px;
}
.stype {
display: inline-block;
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.25);
border-radius: 4px;
padding: 4px 10px;
font-size: 11px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
letter-spacing: .04em;
transition: background .2s;
}
.stype:hover { background: rgba(255,255,255,.22); }
.panel-label {
font-size: 11px;
font-weight: 700;
color: rgba(255,255,255,.5);
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 14px;
}
.stats-strip {
display: flex;
gap: 0;
margin-bottom: 24px;
border: 1px solid rgba(255,255,255,.18);
border-radius: 8px;
overflow: hidden;
}
.stat-cell {
flex: 1;
text-align: center;
padding: 14px 10px;
border-right: 1px solid rgba(255,255,255,.15);
}
.stat-cell:last-child { border-right: none; }
.stat-num {
font-family: "Roboto Slab", serif;
font-size: 24px;
font-weight: 900;
color: #fff;
line-height: 1;
}
.stat-num span { color: #ffd213; }
.stat-lbl {
font-size: 10px;
color: rgba(255,255,255,.55);
text-transform: uppercase;
letter-spacing: .05em;
margin-top: 3px;
}
.cta-stack {
display: flex;
flex-direction: column;
gap: 10px;
}
.btn-primary {
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
background: #3677a7;
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 15px 24px;
border-radius: 6px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .04em;
border: none;
cursor: pointer;
transition: background .2s, transform .15s;
}
.btn-primary:hover { background: #295f8a; transform: translateY(-2px); }
.btn-consult {
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
background: rgba(255,210,19,.15);
border: 1px solid rgba(255,210,19,.55);
color: #ffd213;
font-size: 13px;
font-weight: 700;
padding: 13px 24px;
border-radius: 6px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .04em;
cursor: pointer;
transition: background .2s, transform .15s;
}
.btn-consult:hover { background: rgba(255,210,19,.25); transform: translateY(-2px); }
.btn-hint {
font-size: 11px;
color: rgba(255,255,255,.45);
text-align: center;
line-height: 1.4;
}
.factors-panel {
background: rgba(255,255,255,0.11);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 12px;
padding: 30px 32px;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
gap: 16px;
}
.factor-item {
display: flex;
align-items: flex-start;
gap: 14px;
padding-bottom: 16px;
border-bottom: 1px solid rgba(255,255,255,.1);
}
.factor-item:last-child { padding-bottom: 0; border-bottom: none; }
.factor-icon {
width: 36px; height: 36px;
border-radius: 8px;
background: rgba(54,119,167,.45);
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.factor-icon svg { width: 18px; height: 18px; }
.factor-title {
font-size: 13px;
font-weight: 700;
color: #fff;
margin-bottom: 3px;
text-transform: uppercase;
letter-spacing: .02em;
}
.factor-desc {
font-size: 12px;
color: rgba(255,255,255,.65);
line-height: 1.55;
}
@media (max-width: 1100px) {
.wrapTopLineInfo, .hero-center, .trust-bar { padding-left: 36px; padding-right: 36px; }
.six-advan__cont { padding: 0 36px; }
}
@media (max-width: 900px) {
.hero-cards { grid-template-columns: 1fr 1fr; }
.hero-main  { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
.wrapTopLineInfo { padding: 14px 16px; }
.hero-center { padding: 28px 16px 40px; }
.trust-bar { padding: 10px 16px; }
.titem { padding: 3px 14px; font-size: 10px; }
.hero-cards { grid-template-columns: 1fr; }
.btn-header { display: none; }
}

.hero-v2 {
position: relative;
z-index: 10;
/*padding: 70px 60px 50px;*/
/*padding: 40px 60px 50px;*/
padding: 10px 60px 30px;
display: flex;
justify-content: center;
font-family: "RobotoSlabRegular" !important;
}
.hero-v2__container {
width: 100%;
/*max-width: 1100px;*/
max-width: 1200px;
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 60px;
align-items: center;
}
.hero-v2__kicker {
font-size: 12px;
letter-spacing: .18em;
text-transform: uppercase;
color: rgba(255,255,255,.6);
margin-bottom: 14px;
}
.hero-v2__title {
font-family: "RobotoSlabRegular" !important;
font-size: clamp(32px, 4vw, 70px) !important;
line-height: 1.05 !important;
font-weight: 900 !important;
color: #fff !important;
margin-bottom: 18px !important;
text-transform: none !important;
}
.hero-v2__lead {
font-size: 16px;
line-height: 1.7;
color: rgba(255,255,255,.78);
max-width: 520px;
margin-bottom: 28px;
}
.hero-v2__cta {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin-bottom: 24px;
}
.hero-v2__btn {
padding: 14px 20px;
border-radius: 10px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
text-decoration: none;
transition: .2s;
}
.hero-v2__btn--primary {
background: #3677a7;
color: #fff;
}
.hero-v2__btn--primary:hover {
background: #295f8a;
transform: translateY(-2px);
}
.hero-v2__btn--ghost {
border: 1px solid rgba(255,255,255,.25);
color: #fff;
background: rgba(255,255,255,.06);
}
.hero-v2__btn--ghost:hover {
background: rgba(255,255,255,.12);
transform: translateY(-2px);
}
.hero-v2__meta {
display: flex;
gap: 16px;
flex-wrap: wrap;
font-size: 12px;
color: rgba(255,255,255,.55);
}
.hero-v2__card {
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.14);
border-radius: 16px;
padding: 24px;
backdrop-filter: blur(18px);
}
.hero-v2__card-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: .14em;
color: rgba(255,255,255,.6);
margin-bottom: 14px;
}
.hero-v2__list {
display: flex;
flex-direction: column;
gap: 10px;
font-size: 13px;
color: rgba(255,255,255,.82);
line-height: 1.5;
}
.hero-v2__stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 16px;
border: 1px solid rgba(255,255,255,.12);
border-radius: 14px;
overflow: hidden;
}
.hero-v2__stats > div {
padding: 14px 10px;
text-align: center;
border-right: 1px solid rgba(255,255,255,.12);
}
.hero-v2__stats > div:last-child {
border-right: none;
}
.hero-v2__stats .num {
font-family: "Roboto Slab";
font-size: 22px;
font-weight: 900;
color: #fff;
}
.hero-v2__stats .lbl {
font-size: 10px;
text-transform: uppercase;
color: rgba(255,255,255,.5);
margin-top: 4px;
}
@media (max-width: 900px) {
.hero-v2__container {
grid-template-columns: 1fr;
gap: 30px;
}
}
.hero-v2__list {
font-size: 16px;
}
.hero-v2__stats .lbl {
font-size: 12px;
}
.hero-v2__stats .num {
font-size: 26px;
}
.hero-v2__meta {
font-size: 14px;
}
.hero-v2__lead {
font-size: 18px;
}
.hero-v2__btn {
font-size: 16px;
}
.hero-v2__card {
background: #3677a736;
}
.hero-v2__card-main {
background: #3677a736;
border: 1px solid rgba(255, 255, 255, .14);
border-radius: 16px;
padding: 24px;
backdrop-filter: blur(18px);
}
.responsible-container .quote-block {
background-color: #f8f9fa;
border-left: 5px solid #3677a7;
padding: 18px 22px;
margin: 20px 0;
border-radius: 8px;
font-style: italic;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
@media screen and (max-width: 767px) {
.responsible-container .quote-block {
text-align: left;
padding: 15px;
}
}
.responsible-container .responsible__left {
align-content: center;
}
.responsible__title {
text-transform: uppercase;
color: var(--pm-text-dark);
letter-spacing: -0.3px;
margin-bottom: 16px;
text-align: center;
font: bold 36px "RobotoSlabRegular";
}
.responsible__underline {
width: 60px;
height: 3px;
background: #3677a7;
border-radius: 2px;
margin: 0 auto 24px auto;
}
.responsible-container .responsible {
padding: 0px 40px 40px 40px;
}
.ip-icon img{
    width:90px;
    height:90px;
    object-fit:contain;
    filter:drop-shadow(0 8px 20px rgba(0,148,203,.18));
    transition:all .3s ease;
}
.iptext-price-card:hover .ip-icon img{
    transform:translateY(-3px) scale(1.08);
    filter:drop-shadow(0 12px 25px rgba(0,148,203,.28));
}
.responsible-container {
padding-top: 48px;
}
.nucControl p {
font-weight: 600;
}
@media (min-width: 769px) {
.infoTop p {
font-size: 16px;
line-height: 1.5;
}
.infoTop p.phone {
font-size: 24px;
line-height: 1.3;
}
.infoTop p.phone a {
font-size: 24px;
font-weight: 700;
color: #fff;
text-decoration: none;
transition: color .2s;
}
.infoTop p.phone a:hover {
color: #ffd700;
text-decoration: none;
}
.infoTop p.free-label {
font-size: 14px;
margin-bottom: 2px;
}
.infoTop a {
font-size: 16px;
color: rgba(255,255,255,.6);
text-decoration: none;
transition: color .2s;
}
.infoTop a:hover {
color: #fff;
}
.infoTop a[href^="mailto"] {
font-size: 16px;
}
}
@media (min-width: 769px) {
.hero-v2__card-main {
padding-left: 50px;
padding-right: 50px;
}
}
.btn-header {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
color: #0f58d0;
font-size: 15px;
font-weight: 600;
padding: 12px 28px;
border-radius: 40px;
text-decoration: none;
white-space: nowrap;
transition: all 0.3s ease;
margin-left: 28px;
border: none;
cursor: pointer;
letter-spacing: 0.3px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
}
.btn-header::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.5s ease;
}
.btn-header:hover::before {
left: 100%;
}
.btn-header:hover {
background: linear-gradient(135deg, #ffd700 0%, #ffd700 100%);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
color: #000000;
}
.btn-header:active {
transform: translateY(0px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-header::before {
content: '✨';
font-size: 16px;
position: relative;
background: none;
left: 0;
opacity: 1;
}
.btn-header:hover::before {
left: 0;
}
.btn-header span {
position: relative;
z-index: 1;
}
@media (max-width: 768px) {
.btn-header {
padding: 8px 18px;
font-size: 13px;
gap: 6px;
}
.btn-header::before {
content: '📱';
font-size: 13px;
}
}
@media (max-width: 640px) {
.btn-header {
display: none;
}
}
@media (max-width: 768px) {
.infoTop {
text-align: center;
}
.infoTop p {
font-size: 11px;
line-height: 1.4;
margin-bottom: 4px;
}
.infoTop p.phone {
font-size: 16px;
line-height: 1.3;
}
.infoTop p.phone a {
font-size: 16px;
font-weight: 700;
color: #fff;
text-decoration: none;
}
.infoTop p.free-label {
font-size: 10px;
margin-bottom: 2px;
margin-top: 5px;
}
.infoTop a {
font-size: 11px;
color: rgba(255,255,255,.6);
text-decoration: none;
display: inline-block;
margin-top: 5px;
}
.infoTop a[href^="mailto"] {
font-size: 11px;
word-break: break-all;
}
}
@keyframes heroFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.hero-v2__content,
.hero-v2__side {
opacity: 0;
transform: translateY(20px);
animation: slideUpFade 0.6s ease-out forwards;
}
.hero-v2__content {
animation-delay: 0.1s;
}
.hero-v2__side {
animation-delay: 0.3s;
}
@keyframes slideUpFade {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.hero-v2__card,
.hero-v2__stats {
opacity: 0;
animation: cardFadeIn 0.5s ease-out forwards;
}
.hero-v2__card {
animation-delay: 0.45s;
}
.hero-v2__stats {
animation-delay: 0.6s;
}
@keyframes cardFadeIn {
0% {
opacity: 0;
transform: translateY(12px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.hero-v2__card {
transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
cursor: default;
}
.hero-v2__card:hover {
transform: translateY(-6px);
background: rgba(255, 255, 255, 0.12);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.hero-v2__list > div {
transition: transform 0.2s ease, color 0.2s ease;
cursor: default;
}
.hero-v2__list > div:hover {
transform: translateX(6px);
color: #fff;
}
.hero-v2__stats > div {
transition: transform 0.2s ease, background 0.2s ease;
cursor: pointer;
}
.hero-v2__stats > div:hover {
transform: translateY(-3px);
background: rgba(255, 255, 255, 0.08);
}
.hero-v2__stats .num {
transition: transform 0.2s ease, color 0.2s ease;
display: inline-block;
}
.hero-v2__stats > div:hover .num {
transform: scale(1.05);
color: #fff;
text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}
.hero-v2__card-title {
transition: letter-spacing 0.2s ease;
}
.hero-v2__card:hover .hero-v2__card-title {
letter-spacing: 0.2em;
}
.hero-v2__meta > div {
transition: transform 0.2s ease, color 0.2s ease;
cursor: default;
}
.hero-v2__meta > div:hover {
transform: translateY(-2px);
color: rgba(255, 255, 255, 0.85);
}
.hero-v2__btn {
transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.hero-v2__btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.hero-v2__kicker {
transition: opacity 0.2s ease, transform 0.2s ease;
cursor: default;
}
.hero-v2__kicker:hover {
opacity: 0.85;
transform: translateX(3px);
}
.hero-v2__title {
transition: text-shadow 0.2s ease;
cursor: default;
}
.hero-v2__title:hover {
text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.hero-v2__lead {
transition: opacity 0.2s ease;
cursor: default;
}
.hero-v2__lead:hover {
opacity: 0.92;
}
.faq-section {
padding: 100px 0;
}
.logoScroll a {
color: #fff;
padding: 0 10px;
font-family: "OpenSansRegular";
font-size: 16px;
}
@media screen and (max-width: 991px) {
.mainMenu .ulScrollMenu {
display: none !important;
}
}
.nucControl p {
font-size: 16px;
}
.quote-client-block {
background-color: #f8f9fa;
border-left: 5px solid #3677a7;
padding: 18px 22px;
margin: 20px 0;
border-radius: 8px;
font-style: italic;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
font-size: 14px;
}
.quote-client-block p {
font-size: 14px;
}

.hero-v2__title h1 {
font-family: "RobotoSlabRegular" !important;
/*font-size: clamp(36px, 4vw, 64px) !important;*/
line-height: 1.05 !important;
font-weight: 900 !important;
color: #fff !important;
margin-bottom: 18px !important;
text-transform: none !important;
}
.hero-v2__title h1 {
transition: text-shadow 0.2s ease;
cursor: default;
}
.hero-v2__title h1:hover {
text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.hero-v2__card {
background: #3677a7;
}
.hero-v2__stats {
background: #3677a7;
}


.hero-v2__price {
margin: 20px 0;
text-align: center;
transition: all 0.3s ease;
cursor: default;
opacity: 0;
transform: translateY(12px);
animation: cardFadeIn 0.5s ease-out forwards;
animation-delay: 0.55s;
}
.hero-v2__price--highlight {
background: #ffffff;
border-radius: 20px;
padding: 22px 20px;
border: 2px solid rgba(54, 119, 167, 0.3);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.hero-v2__price--highlight:hover {
transform: translateY(-6px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
border-color: #3677a7;
}
.hero-v2__price-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: #3677a7;
margin-bottom: 10px;
font-weight: 600;
transition: letter-spacing 0.2s ease;
}
.hero-v2__price--highlight:hover .hero-v2__price-title {
letter-spacing: 0.2em;
}
.hero-v2__price-value {
font-size: 38px;
font-weight: 900;
color: #1a2a3a;
line-height: 1.1;
letter-spacing: 2px;
text-shadow: none;
margin: 5px 0;
}
.hero-v2__price-badge {
display: inline-block;
background: #3677a7;
color: white;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 4px 12px;
border-radius: 30px;
margin-top: 12px;
font-weight: 500;
}
@media (max-width: 480px) {
.hero-v2__price-value {
font-size: 38px;
}
.hero-v2__price--highlight {
padding: 16px 16px;
}
}
@keyframes cardFadeIn {
0% {
opacity: 0;
transform: translateY(12px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.hero-v2 {
font-weight: bold;
}

.iptext ul {
    list-style: none;
    margin: 1.25rem 0;
    padding: 0;
}

.iptext li {
    padding-left: 2rem;
    position: relative;
}

.iptext li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
    color: #2B7A8A;
    font-weight: bold;
    font-size: 1.2em;
}

@media (prefers-color-scheme: dark) {
    .iptext li::before {
        color: #5DB0B8;
    }
}
.hero-v2__title h1 {
font-size: clamp(32px, 4vw, 70px) !important;
}