:root {
--blue: #2188C2;
--blue-soft: rgba(33,136,194,.12);
--navy: #1548AD;
--dark: #1d2124;
--text: #1f1f1f;
--muted: #5c5c5c;
--grey: #f7f7f7;
--white: #ffffff;
--footer-text: #f9f9fb;
--footer-muted: #9e9eb4;
}
body {
font-family: "Raleway", Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 1.62;
color: var(--text);
}
.container { max-width: 1170px; margin: 0 auto; padding: 0 20px; }
h1,h2,h3,h4,h5 { font-family: "Inter", Helvetica, Arial, sans-serif; font-weight: 600; line-height: 1.2; }
a { color: var(--navy); }
img { max-width: 100%; display: block; }
/* Hero */
.hero {
position: relative; color: #fff;
background: #000 url("/uploads/s/c/t/n/ctnhwyztgopt/img/full_ZTilHG71.jpg") center/cover no-repeat fixed;
}
.hero::after {
content: ""; position: absolute; inset: 0;
background: rgba(11,30,99,.83);
}
.hero .container { position: relative; z-index: 2; padding: 70px 20px 80px; }
.hero .kicker { font-size: 16px; letter-spacing: 3px; text-transform: uppercase; color: #bfd4ff; margin-bottom: 16px; font-weight: 600; }
.hero h1 { font-size: 44px; line-height: 1.15; margin-bottom: 16px; }
.hero .sub { font-weight: 600; font-size: 22px; color: #eaf1ff; margin-bottom: 14px; }
.hero p { max-width: 820px; color: #d7e2ff; margin-bottom: 26px; font-size: 17px; }
.hero .pill {
display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35);
border-radius: 48px; padding: 12px 26px; font-size: 17px; font-style: italic;
margin-bottom: 32px; color: #fff;
}
.hero .pill b { color: #fff; }
.hero .btn {
display: inline-block; background: var(--blue); color: #fff; text-decoration: none;
padding: 14px 44px; border-radius: 48px; font-size: 19px; font-weight: 600;
box-shadow: 0 20px 25px rgba(0,0,0,.35);
transition: all .5s;
}
.hero .btn:hover { transform: scale(1.06); filter: brightness(115%); background: var(--blue); }
/* Sections */
section { padding: 50px 0; }
section.alt { background: var(--grey); }
.sep { height: 2px; background: var(--navy); border: none; margin: 30px 0; }
.center { text-align: center; }
h2 { font-size: 36px; margin-bottom: 14px; }
.lead { font-size: 18px; color: var(--muted); max-width: 860px; }
.center .lead { margin: 0 auto 10px; }
/* Cards grid */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 30px 0; }
.card {
display: flex; flex-direction: column; gap: 14px;
background: var(--grey); border-radius: 6px; padding: 24px;
}
.card .num { font-family: "Inter",sans-serif; font-weight: 700; font-size: 26px; color: var(--blue); }
.card h3 { font-size: 20px; line-height: 1.3; }
.card p { font-size: 16px; color: var(--muted); }
.card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.card li { font-size: 15px; color: var(--text); padding-left: 22px; position: relative; }
.card li::before {
content: ""; position: absolute; left: 2px; top: 8px;
width: 7px; height: 7px; border-radius: 50%; background: var(--blue);
}
.card li b { color: var(--text); }
/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 34px 0; }
.step {
background: var(--grey); border-radius: 6px; padding: 24px 20px;
border-top: 3px solid var(--blue);
}
.step .t { font-family: "Inter",sans-serif; font-weight: 700; font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--muted); }
/* Two-col layout */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 30px 0; }
.benefit { display: flex; gap: 14px; align-items: flex-start; }
.benefit .ic {
flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
background: var(--blue-soft); color: var(--blue);
display: flex; align-items: center; justify-content: center; font-size: 20px;
font-family: "Inter",sans-serif; font-weight: 700;
}
.benefit h3 { font-size: 17px; margin-bottom: 4px; }
.benefit p { font-size: 15px; color: var(--muted); }
/* Dark band */
.band {
background: #000 url("/uploads/s/c/t/n/ctnhwyztgopt/img/full_ZTilHG71.jpg") center/cover no-repeat fixed;
position: relative; color: #fff;
}
.band::after { content: ""; position: absolute; inset: 0; background: rgba(11,30,99,.83); }
.band .container { position: relative; z-index: 2; text-align: center; padding: 40px 20px; }
.band h2 { margin-bottom: 12px; }
.band p { color: #d7e2ff; max-width: 760px; margin: 0 auto 24px; }
.band .btn {
display: inline-block; background: var(--blue); color: #fff; text-decoration: none;
padding: 13px 40px; border-radius: 48px; font-size: 18px; font-weight: 600;
box-shadow: 0 20px 25px rgba(0,0,0,.35); transition: all .5s;
}
.band .btn:hover { transform: scale(1.06); filter: brightness(115%); }
/* FAQ */
.faq { max-width: 900px; margin: 0 auto; }
.qa { padding: 16px 0; }
.qa .q { font-weight: 600; color: var(--text); margin-bottom: 6px; }
.qa .q::before { content: "Вопрос: "; color: var(--navy); font-weight: 700; }
.qa .a::before { content: "Ответ: "; color: var(--navy); font-weight: 700; font-style: normal; }
.qa .a { color: var(--text); font-style: italic; }
.qa + .qa { border-top: 1px dashed #c9c9c9; }
/* Form */
.form-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.form-box { background: var(--grey); border-radius: 6px; padding: 28px; }
.form-box h3 { font-size: 20px; margin-bottom: 18px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; margin-bottom: 6px; color: var(--text); }
.field label .req { color: #c0392b; }
.field input, .field textarea {
width: 100%; padding: 11px 14px; font-size: 15px; font-family: "Raleway",sans-serif;
border: 1px solid #d5d5d5; border-radius: 6px; background: #fff; color: var(--text);
transition: border-color .3s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); }
.field textarea { resize: vertical; min-height: 80px; }
.consent { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.consent input { margin-top: 3px; }
.form-box .btn {
display: block; width: 100%; text-align: center;
background: var(--blue); color: #fff; border: none; border-radius: 48px;
padding: 12px 20px; font-size: 17px; font-weight: 600; cursor: pointer;
font-family: "Raleway",sans-serif; transition: all .3s;
}
.form-box .btn:hover { background: var(--navy); }
.form-note { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); margin-top: 14px; }
.form-side img { border-radius: 6px; height: 100%; min-height: 420px; object-fit: cover; width: 100%; }
.steps-note { margin-top: 26px; }
.steps-note h3 { font-size: 20px; margin-bottom: 14px; }
.steps-note ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.steps-note b { color: var(--text); }
/* Contacts */
#contacts { text-align: center; }
#contacts .phone { font-size: 26px; font-weight: 700; color: var(--text); text-decoration: none; }
#contacts .mail { font-size: 18px; color: var(--text); text-decoration: none; display: block; margin-top: 6px; }
#contacts .phone:hover, #contacts .mail:hover { color: var(--navy); }
#contacts p { color: var(--muted); margin-top: 10px; }
.socials-center { display: flex; justify-content: center; gap: 12px; margin-top: 18px; }
.socials-center a {
display: inline-flex; align-items: center; justify-content: center;
width: 40px; height: 40px; border-radius: 50%;
background: var(--blue); color: #fff; font-size: 18px; text-decoration: none;
transition: all .3s;
}
.socials-center a:hover { background: var(--navy); transform: scale(1.08); }
/* Calculator */
.calc-section { background: var(--navy); color: #fff; padding: 50px 0; }
.calc-section h2 { color: #fff; }
.calc-section .lead { color: #dbe6ff; margin: 0 auto 24px; }
.calc-box {
background: #fff; border-radius: 12px; padding: 28px; color: var(--text);
box-shadow: 0 25px 40px rgba(0,0,0,.25);
}
.calc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.calc-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.calc-field select {
width: 100%; padding: 11px 12px; font-size: 15px; font-family: "Raleway",sans-serif;
border: 1px solid #d5d5d5; border-radius: 6px; background: #fff; color: var(--text);
transition: border-color .3s;
}
.calc-field select:focus { outline: none; border-color: var(--blue); }
.calc-result {
display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
margin-top: 22px; padding-top: 22px; border-top: 1px solid #ececec;
}
.calc-price { font-family: "Inter",sans-serif; font-size: 36px; font-weight: 700; color: var(--blue); }
.calc-price .from { font-size: 18px; font-weight: 600; color: var(--muted); }
.calc-time { font-size: 16px; color: var(--muted); }
.calc-result .btn {
display: inline-block; background: var(--blue); color: #fff; text-decoration: none;
padding: 12px 30px; border-radius: 48px; font-size: 16px; font-weight: 600;
box-shadow: 0 10px 20px rgba(33,136,194,.35); transition: all .3s;
}
.calc-result .btn:hover { background: var(--navy); transform: scale(1.04); }
.calc-note { color: #dbe6ff; font-size: 13px; margin-top: 18px; }
/* Responsive */
@media (max-width: 991px) {
.cards { grid-template-columns: 1fr 1fr; }
.steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
body { font-size: 15.3px; }
h1 { font-size: 34px !important; }
h2 { font-size: 26px !important; }
.hero .container { padding: 50px 20px 60px; }
.hero .sub { font-size: 18px; }
.cards, .steps, .two-col, .form-wrap { grid-template-columns: 1fr; }
.calc-grid { grid-template-columns: 1fr 1fr; }
.calc-price { font-size: 28px; }
.form-side img { min-height: 260px; }
}